diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js index 70d2e8e919..b6d59af3d2 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js @@ -4,9 +4,9 @@ /** * HORIZONTAL TAB (U+0009) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js; - * @description: Insert HORIZONTAL TAB(\u0009 and \t) between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.js + * @description Insert HORIZONTAL TAB(\u0009 and \t) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js index 0e0245304f..66d7765ba7 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js @@ -4,9 +4,9 @@ /** * HORIZONTAL TAB (U+0009) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js; - * @description: Insert real HORIZONTAL TAB between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T2.js + * @description Insert real HORIZONTAL TAB between tokens of var x=1 */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js index dbc13fed6f..fc67e5d346 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js @@ -4,9 +4,9 @@ /** * VERTICAL TAB (U+000B) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js; - * @description: Insert VERTICAL TAB(\u000B and \v) between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T1.js + * @description Insert VERTICAL TAB(\u000B and \v) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js index 3acdd2a992..d8b23c1e77 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js @@ -4,9 +4,9 @@ /** * VERTICAL TAB (U+000B) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js; - * @description: Insert real VERTICAL TAB between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.2_T2.js + * @description Insert real VERTICAL TAB between tokens of var x=1 */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js index 793905af64..e3fd101f19 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js @@ -4,9 +4,9 @@ /** * FORM FEED (U+000C) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js; - * @description: Insert FORM FEED(\u000C and \f) between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T1.js + * @description Insert FORM FEED(\u000C and \f) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js index ce7c566084..e96151f083 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js @@ -4,9 +4,9 @@ /** * FORM FEED (U+000C) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js; - * @description: Insert real FORM FEED between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.3_T2.js + * @description Insert real FORM FEED between tokens of var x=1 */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js index 39bbafc8a4..610684d27b 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js @@ -4,9 +4,9 @@ /** * SPACE (U+0020) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js; - * @description: Insert SPACE(\u0020) between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T1.js + * @description Insert SPACE(\u0020) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js index 67ca37b526..dbcc7cbe34 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js @@ -4,9 +4,9 @@ /** * SPACE (U+0020) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js; - * @description: Insert real SPACE between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.4_T2.js + * @description Insert real SPACE between tokens of var x=1 */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js index 670a6b45b2..50619dc058 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js @@ -4,9 +4,9 @@ /** * NO-BREAK SPACE (U+00A0) between any two tokens is allowed * - * @section: 7.2, 7.5; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js; - * @description: Insert NO-BREAK SPACE(\u00A0) between tokens of var x=1; + * @section 7.2, 7.5 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T1.js + * @description Insert NO-BREAK SPACE(\u00A0) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js index 3d1439a980..dbc50739bf 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js @@ -1,7 +1,7 @@ /** - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js; + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A1.5_T2.js */ ��/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js index 6b1380c451..767d6299b7 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * HORIZONTAL TAB (U+0009) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js; - * @description: Use HORIZONTAL TAB(\u0009 and \t); + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T1.js + * @description Use HORIZONTAL TAB(\u0009 and \t) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js index aea31543dc..f46e824269 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * HORIZONTAL TAB (U+0009) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js; - * @description: Use real HORIZONTAL TAB; + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.1_T2.js + * @description Use real HORIZONTAL TAB */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js index 3fc86b4801..7c02398077 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * VERTICAL TAB (U+000B) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js; - * @description: Use VERTICAL TAB(\u000B and \v); + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T1.js + * @description Use VERTICAL TAB(\u000B and \v) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js index 4ce4b88cb3..a838586e61 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js @@ -4,9 +4,9 @@ /** * VERTICAL TAB (U+000B) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js; - * @description: Use real VERTICAL TAB; + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.2_T2.js + * @description Use real VERTICAL TAB */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js index 5bbc032a7c..56935f03fd 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js @@ -4,9 +4,9 @@ /** * FORM FEED (U+000C) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js; - * @description: Use FORM FEED(\u000C and \f); + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T1.js + * @description Use FORM FEED(\u000C and \f) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js index 65026e892b..c0bdfec825 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js @@ -4,9 +4,9 @@ /** * FORM FEED (U+000C) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js; - * @description: Use real FORM FEED; + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.3_T2.js + * @description Use real FORM FEED */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js index 0f972479bb..7c904b7373 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * SPACE (U+0020) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js; - * @description: Use SPACE(\u0020); + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T1.js + * @description Use SPACE(\u0020) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js index 534dfa9e3c..861f88fc56 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * SPACE (U+0020) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js; - * @description: Use real SPACE; + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.4_T2.js + * @description Use real SPACE */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js index ccf67a26c9..afb337c4a8 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js @@ -4,9 +4,9 @@ /** * NO-BREAK SPACE (U+00A0) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js; - * @description: Use NO-BREAK SPACE(\u00A0); + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T1.js + * @description Use NO-BREAK SPACE(\u00A0) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js index 2d55445723..ca4d243ccc 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js @@ -4,9 +4,9 @@ /** * NO-BREAK SPACE (U+00A0) may occur within strings * - * @section: 7.2, 7.8.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js; - * @description: Use real NO-BREAK SPACE; + * @section 7.2, 7.8.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2.js + * @description Use real NO-BREAK SPACE */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js index af6b8bbea7..3e7f54fede 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js @@ -4,9 +4,9 @@ /** * Single line comment can contain HORIZONTAL TAB (U+0009) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js; - * @description: Use HORIZONTAL TAB(\u0009); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T1.js + * @description Use HORIZONTAL TAB(\u0009) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js index b8552eaf87..4f9e3f483e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js @@ -4,9 +4,9 @@ /** * Single line comment can contain HORIZONTAL TAB (U+0009) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js; - * @description: Use real HORIZONTAL TAB; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.1_T2.js + * @description Use real HORIZONTAL TAB */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js index 4f2db60445..da81b703cc 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js @@ -4,9 +4,9 @@ /** * Single line comment can contain VERTICAL TAB (U+000B) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js; - * @description: Use VERTICAL TAB(\u000B); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T1.js + * @description Use VERTICAL TAB(\u000B) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js index 276c5c7a73..1235982341 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js @@ -4,9 +4,9 @@ /** * Single line comment can contain VERTICAL TAB (U+000B) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js; - * @description: Use real VERTICAL TAB; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.2_T2.js + * @description Use real VERTICAL TAB */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js index 56562564f6..f80f572d6e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js @@ -4,9 +4,9 @@ /** * Single line comment can contain FORM FEED (U+000C) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js; - * @description: Use FORM FEED(\u000C); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T1.js + * @description Use FORM FEED(\u000C) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js index 0420c1e01a..8022e6af09 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js @@ -4,9 +4,9 @@ /** * Single line comment can contain FORM FEED (U+000C) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js; - * @description: Use real FORM FEED; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.3_T2.js + * @description Use real FORM FEED */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js index eef5eb4fd0..2179401207 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js @@ -4,9 +4,9 @@ /** * Single line comment can contain SPACE (U+0020) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js; - * @description: Use SPACE(\u0020); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T1.js + * @description Use SPACE(\u0020) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js index e613838e24..03013f74da 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js @@ -4,9 +4,9 @@ /** * Single line comment can contain SPACE (U+0020) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js; - * @description: Use real SPACE; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.4_T2.js + * @description Use real SPACE */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js index 033ed7a27b..5365f9a08c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js @@ -4,9 +4,9 @@ /** * Single line comment can contain NO-BREAK SPACE (U+00A0) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js; - * @description: Use NO-BREAK SPACE(\u00A0); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T1.js + * @description Use NO-BREAK SPACE(\u00A0) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js index fe5e538b95..f28c87cf0c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js @@ -4,9 +4,9 @@ /** * Single line comment can contain NO-BREAK SPACE (U+00A0) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js; - * @description: Use real NO-BREAK SPACE; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A3.5_T2.js + * @description Use real NO-BREAK SPACE */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js index 603c8d4b77..485d71eb06 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain HORIZONTAL TAB (U+0009) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js; - * @description: Use HORIZONTAL TAB(\u0009); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T1.js + * @description Use HORIZONTAL TAB(\u0009) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js index a482ece2d1..fc679da4da 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain HORIZONTAL TAB (U+0009) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js; - * @description: Use real HORIZONTAL TAB; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.1_T2.js + * @description Use real HORIZONTAL TAB */ /*CHECK#1*/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js index 56e416c874..c38ea61747 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain VERTICAL TAB (U+000B) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js; - * @description: Use VERTICAL TAB(\u000B); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T1.js + * @description Use VERTICAL TAB(\u000B) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js index f550103cb4..6291512f72 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain VERTICAL TAB (U+000B) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js; - * @description: Use real VERTICAL TAB; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.2_T2.js + * @description Use real VERTICAL TAB */ /*CHECK#1*/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js index 0b84888aa5..4930e2c031 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain FORM FEED (U+000C) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js; - * @description: Use FORM FEED(\u000C); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T1.js + * @description Use FORM FEED(\u000C) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js index c9e48b64b1..6575940090 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain FORM FEED (U+000C) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js; - * @description: Use real FORM FEED; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.3_T2.js + * @description Use real FORM FEED */ /*CHECK#1*/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js index 78cc5db204..5f49118346 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain SPACE (U+0020) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js; - * @description: Use SPACE(\u0020); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T1.js + * @description Use SPACE(\u0020) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js index 3d1b678f66..5f12974cab 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain SPACE (U+0020) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js; - * @description: Use real SPACE; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.4_T2.js + * @description Use real SPACE */ /*CHECK#1*/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js index 5c484c02ec..69b7feac43 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain NO-BREAK SPACE (U+00A0) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js; - * @description: Use NO-BREAK SPACE(\u00A0); + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T1.js + * @description Use NO-BREAK SPACE(\u00A0) */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js index cbdbd12241..9929557ece 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain NO-BREAK SPACE (U+00A0) * - * @section: 7.2, 7.4; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js; - * @description: Use real NO-BREAK SPACE; + * @section 7.2, 7.4 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A4.5_T2.js + * @description Use real NO-BREAK SPACE */ /*CHECK#1*/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js index 974deb3b4c..b8f7045ef1 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js @@ -4,10 +4,10 @@ /** * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.2; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js; - * @description: Use TAB (U+0009); - * @negative; + * @section 7.2 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T1.js + * @description Use TAB (U+0009) + * @negative */ var\u0009x; diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js index 26d3a38017..ce499f08e9 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js @@ -4,10 +4,10 @@ /** * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.2; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js; - * @description: Use VERTICAL TAB (U+000B); - * @negative; + * @section 7.2 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T2.js + * @description Use VERTICAL TAB (U+000B) + * @negative */ var\u000Bx; diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js index c7ffee01c5..32c3129cb1 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js @@ -4,10 +4,10 @@ /** * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.2; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js; - * @description: Use FORM FEED (U+000C); - * @negative; + * @section 7.2 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T3.js + * @description Use FORM FEED (U+000C) + * @negative */ var\u000Cx; diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js index 7e3c1edc2c..827e6979aa 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js @@ -4,10 +4,10 @@ /** * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.2; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js; - * @description: Use SPACE (U+0020); - * @negative; + * @section 7.2 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T4.js + * @description Use SPACE (U+0020) + * @negative */ var\u0020x; diff --git a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js index 8a4ecf26f8..5a6b2993c8 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js @@ -4,10 +4,10 @@ /** * White space cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.2; - * @path: 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js; - * @description: Use NO-BREAK SPACE (U+00A0); - * @negative; + * @section 7.2 + * @path 07_Lexical_Conventions/7.2_White_Space/S7.2_A5_T5.js + * @description Use NO-BREAK SPACE (U+00A0) + * @negative */ var\u00A0x; diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js index 9f0b9ec459..637fa65277 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js @@ -4,9 +4,9 @@ /** * LINE FEED (U+000A) may occur between any two tokens * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js; - * @description: Insert LINE FEED (\u000A and \n) between tokens of var x=1; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T1.js + * @description Insert LINE FEED (\u000A and \n) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js index a86517060c..e14ad6f6c5 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js @@ -4,9 +4,9 @@ /** * LINE FEED (U+000A) may occur between any two tokens * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js; - * @description: Insert real LINE FEED between tokens of var x=1; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.1_T2.js + * @description Insert real LINE FEED between tokens of var x=1 */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js index 98e644cc23..46cf7b7924 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js @@ -4,9 +4,9 @@ /** * CARRIAGE RETURN (U+000D) may occur between any two tokens * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js; - * @description: Insert CARRIAGE RETURN (\u000D and \r) between tokens of var x=1; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T1.js + * @description Insert CARRIAGE RETURN (\u000D and \r) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js index 20dd8fd94e..0182023804 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js @@ -4,9 +4,9 @@ /** * CARRIAGE RETURN (U+000D) may occur between any two tokens * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js; - * @description: Insert real CARRIAGE RETURN between tokens of var x=1; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.2_T2.js + * @description Insert real CARRIAGE RETURN between tokens of var x=1 */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js index fc370b25f2..fa83595a45 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js @@ -4,9 +4,9 @@ /** * LINE SEPARATOR (U+2028) may occur between any two tokens * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js; - * @description: Insert LINE SEPARATOR (\u2028) between tokens of var x=1; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.3.js + * @description Insert LINE SEPARATOR (\u2028) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js index 443d3b73df..fbf21e79a1 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js @@ -4,9 +4,9 @@ /** * PARAGRAPH SEPARATOR (U+2029) may occur between any two tokens * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js; - * @description: Insert PARAGRAPH SEPARATOR (\u2029) between tokens of var x=1; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A1.4.js + * @description Insert PARAGRAPH SEPARATOR (\u2029) between tokens of var x=1 */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js index a72e07a60d..40f7299f21 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js @@ -4,10 +4,10 @@ /** * LINE FEED (U+000A) within strings is not allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js; - * @description: Insert LINE FEED (\u000A) into string; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1.js + * @description Insert LINE FEED (\u000A) into string + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js index e7ca9fcfff..6b742e219d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js @@ -4,10 +4,10 @@ /** * LINE FEED (U+000A) within strings is not allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js; - * @description: Use real LINE FEED into string; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2.js + * @description Use real LINE FEED into string + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js index 039bd8a001..b63337f0cb 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js @@ -4,10 +4,10 @@ /** * CARRIAGE RETURN (U+000D) within strings is not allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js; - * @description: Insert CARRIAGE RETURN (\u000D) into string; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1.js + * @description Insert CARRIAGE RETURN (\u000D) into string + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js index 5b829ea386..6eec055f58 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js @@ -4,10 +4,10 @@ /** * CARRIAGE RETURN (U+000D) within strings is not allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js; - * @description: Insert real CARRIAGE RETURN into string; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2.js + * @description Insert real CARRIAGE RETURN into string + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js index 8c7419467f..a1cfd5191c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js @@ -4,10 +4,10 @@ /** * LINE SEPARATOR (U+2028) within strings is not allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js; - * @description: Insert LINE SEPARATOR (\u2028) into string; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3.js + * @description Insert LINE SEPARATOR (\u2028) into string + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js index 5bb0eaf858..cf5a78dd29 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js @@ -4,10 +4,10 @@ /** * PARAGRAPH SEPARATOR (U+2029) within strings is not allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js; - * @description: Insert PARAGRAPH SEPARATOR (\u2029) into string; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4.js + * @description Insert PARAGRAPH SEPARATOR (\u2029) into string + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js index 1b70cc73b7..6c4abbc5c9 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain LINE FEED (U+000A) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js; - * @description: Insert LINE FEED (\u000A) into single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T1.js + * @description Insert LINE FEED (\u000A) into single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js index 45034b0506..e833f9862a 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain LINE FEED (U+000A) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js; - * @description: Insert LINE FEED (\u000A) into begin of single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2.js + * @description Insert LINE FEED (\u000A) into begin of single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js index 443cedba88..94af93f340 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain LINE FEED (U+000A) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js; - * @description: Insert real LINE FEED into single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3.js + * @description Insert real LINE FEED into single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js index fa36523887..f17dde1bd8 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain CARRIAGE RETURN (U+000D) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js; - * @description: Insert CARRIAGE RETURN (\u000D) into single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T1.js + * @description Insert CARRIAGE RETURN (\u000D) into single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js index 991a5df2bf..f72b7b2b69 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain CARRIAGE RETURN (U+000D) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js; - * @description: Insert CARRIAGE RETURN (\u000D) into begin of single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2.js + * @description Insert CARRIAGE RETURN (\u000D) into begin of single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js index 4f8b484cf4..13b510a830 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain CARRIAGE RETURN (U+000D) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js; - * @description: Insert real CARRIAGE RETURN into single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3.js + * @description Insert real CARRIAGE RETURN into single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js index b96d11e4c8..77fe3ffedb 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain LINE SEPARATOR (U+2028) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js; - * @description: Insert LINE SEPARATOR (\u2028) into single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T1.js + * @description Insert LINE SEPARATOR (\u2028) into single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js index cfb2b6204b..36410d6799 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain LINE SEPARATOR (U+2028) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js; - * @description: Insert LINE SEPARATOR (\u2028) into begin of single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2.js + * @description Insert LINE SEPARATOR (\u2028) into begin of single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js index 001fd1278f..032adb0730 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain PARAGRAPH SEPARATOR (U+2029) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js; - * @description: Insert PARAGRAPH SEPARATOR (\u2029) into single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T1.js + * @description Insert PARAGRAPH SEPARATOR (\u2029) into single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js index 65cc37771b..d2aea1cfa8 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js @@ -4,10 +4,10 @@ /** * Single line comments can not contain PARAGRAPH SEPARATOR (U+2029) inside * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js; - * @description: Insert PARAGRAPH SEPARATOR (\u2029) into begin of single line comment; - * @negative; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2.js + * @description Insert PARAGRAPH SEPARATOR (\u2029) into begin of single line comment + * @negative */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js index 737ebd7242..4da76a4dcd 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js @@ -4,9 +4,9 @@ /** * Single line comments can contain Line Terminator at the end of line * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js; - * @description: Insert LINE FEED (U+000A) into the end of single line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T1.js + * @description Insert LINE FEED (U+000A) into the end of single line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js index 6e6fa947ba..80f9f1aec2 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js @@ -4,9 +4,9 @@ /** * Single line comments can contain Line Terminator at the end of line * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js; - * @description: Insert CARRIAGE RETURN (U+000D) into the end of single line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T2.js + * @description Insert CARRIAGE RETURN (U+000D) into the end of single line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js index 0161b157aa..fab1cf7220 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js @@ -4,9 +4,9 @@ /** * Single line comments can contain Line Terminator at the end of line * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js; - * @description: Insert LINE SEPARATOR (U+2028) into the end of single line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T3.js + * @description Insert LINE SEPARATOR (U+2028) into the end of single line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js index c26e9449c5..215bc7699c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js @@ -4,9 +4,9 @@ /** * Single line comments can contain Line Terminator at the end of line * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js; - * @description: Insert PARAGRAPH SEPARATOR (U+2029) into the end of single line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A4_T4.js + * @description Insert PARAGRAPH SEPARATOR (U+2029) into the end of single line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js index 1446b33700..ec2d13ce0d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain LINE FEED (U+000A) * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js; - * @description: Insert LINE FEED (U+000A) into multi line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T1.js + * @description Insert LINE FEED (U+000A) into multi line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js index f9933681c7..d125af0256 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain LINE FEED (U+000A) * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js; - * @description: Insert real LINE FEED into multi line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.1_T2.js + * @description Insert real LINE FEED into multi line comment */ /*CHECK#1*/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js index 3dc8df8a18..c38e41869d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain CARRIAGE RETURN (U+000D) * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js; - * @description: Insert CARRIAGE RETURN (U+000D) into multi line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T1.js + * @description Insert CARRIAGE RETURN (U+000D) into multi line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js index 6d3bc36ea8..f402ca94dd 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain CARRIAGE RETURN (U+000D) * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js; - * @description: Insert real CARRIAGE RETURN into multi line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.2_T2.js + * @description Insert real CARRIAGE RETURN into multi line comment */ /*CHECK#1*/ diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js index c7fda063c1..1f87b26a53 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain LINE SEPARATOR (U+2028) * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js; - * @description: Insert LINE SEPARATOR (U+2028) into multi line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.3.js + * @description Insert LINE SEPARATOR (U+2028) into multi line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js index 9823539621..87cdae1e78 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js @@ -4,9 +4,9 @@ /** * Multi line comment can contain LINE SEPARATOR (U+2029) * - * @section: 7.3, 7.4; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js; - * @description: Insert PARAGRAPH SEPARATOR (U+2029) into multi line comment; + * @section 7.3, 7.4 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A5.4.js + * @description Insert PARAGRAPH SEPARATOR (U+2029) into multi line comment */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js index 17815833ae..d27da51615 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js @@ -4,10 +4,10 @@ /** * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js; - * @description: Insert LINE FEED (U+000A) in var x; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T1.js + * @description Insert LINE FEED (U+000A) in var x + * @negative */ var\u000Ax; diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js index 30cc1d6388..c6386091f5 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js @@ -4,10 +4,10 @@ /** * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js; - * @description: Insert CARRIAGE RETURN (U+000D) in var x; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T2.js + * @description Insert CARRIAGE RETURN (U+000D) in var x + * @negative */ var\u000Dx; diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js index 28056ad0cb..a770b41bc2 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js @@ -4,10 +4,10 @@ /** * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js; - * @description: Insert LINE SEPARATOR (U+2028) in var x; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T3.js + * @description Insert LINE SEPARATOR (U+2028) in var x + * @negative */ var\u2028x; diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js index 14bae46831..62f79d68a1 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js @@ -4,10 +4,10 @@ /** * Line Terminator cannot be expressed as a Unicode escape sequence consisting of six characters, namely \u plus four hexadecimal digits * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js; - * @description: Insert PARAGRAPH SEPARATOR (U+2029) in var x; - * @negative; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A6_T4.js + * @description Insert PARAGRAPH SEPARATOR (U+2029) in var x + * @negative */ var\u2029x; diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js index 7b1fe0513a..e406d8b7d0 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js @@ -4,9 +4,9 @@ /** * Line Terminators between operators are allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js; - * @description: Insert Line Terminator in var x=y+z; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T1.js + * @description Insert Line Terminator in var x=y+z */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js index d4074a0597..401a909156 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js @@ -4,9 +4,9 @@ /** * Line Terminators between operators are allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js; - * @description: Insert Line Terminator in var x=y-z; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T2.js + * @description Insert Line Terminator in var x=y-z */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js index 4f6d814c41..90555a6549 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js @@ -4,9 +4,9 @@ /** * Line Terminators between operators are allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js; - * @description: Insert Line Terminator in var x=y*z; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T3.js + * @description Insert Line Terminator in var x=y*z */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js index 1cf9e1eaf4..9d41aa7d2b 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js @@ -4,9 +4,9 @@ /** * Line Terminators between operators are allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js; - * @description: Insert Line Terminator in var x=y/z; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T4.js + * @description Insert Line Terminator in var x=y/z */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js index ab2cab0d3a..2afb92ac44 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js @@ -4,9 +4,9 @@ /** * Line Terminators between operators are allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js; - * @description: Insert Line Terminator in var x=y%z; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T5.js + * @description Insert Line Terminator in var x=y%z */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js index b8384bf277..44cd956523 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js @@ -4,9 +4,9 @@ /** * Line Terminators between operators are allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js; - * @description: Insert Line Terminator in var x=y>>z; + * @section 7.3 + * @path 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T6.js + * @description Insert Line Terminator in var x=y>>z */ // CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T7.js b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T7.js index 782d0e9e09..84390bc555 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T7.js @@ -4,9 +4,9 @@ /** * Line Terminators between operators are allowed * - * @section: 7.3; - * @path: 07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A7_T7.js; - * @description: Insert Line Terminator in var x=y<b) \n else c=d is not a valid sentence in the ECMAScript grammar; - * @negative; + * @section 7.9.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion/S7.9.2_A1_T6.js + * @description if(a>b) \n else c=d is not a valid sentence in the ECMAScript grammar + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion/S7.9.2_A1_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion/S7.9.2_A1_T7.js index ee1e404ed3..12e3e677e0 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion/S7.9.2_A1_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion/S7.9.2_A1_T7.js @@ -4,10 +4,10 @@ /** * Check examples for automatic semicolon insertion from the Standart * - * @section: 7.9.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion/S7.9.2_A1_T7.js; - * @description: a=b+c \n (d+e).print() is a valid sentence in the ECMAScript grammar, - * and automatic semicolon insertion not run; + * @section 7.9.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion/S7.9.2_A1_T7.js + * @description a=b+c \n (d+e).print() is a valid sentence in the ECMAScript grammar, + * and automatic semicolon insertion not run */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A1.js index 55cc42ce2d..f5ff2c91f6 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A1.js @@ -4,9 +4,9 @@ /** * Check Continue Statement for automatic semicolon insertion * - * @section: 7.9, 12.7, 12.12; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A1.js; - * @description: Try use continue \n Label construction; + * @section 7.9, 12.7, 12.12 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A1.js + * @description Try use continue \n Label construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T1.js index de6b78d946..58c72f2a03 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T1.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T1.js; - * @description: Checking if execution of "1 * {}" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T1.js + * @description Checking if execution of "1 * {}" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T10.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T10.js index 2b585a141d..f4784a41d0 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T10.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T10.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T10.js; - * @description: Checking if execution of "{a:1 \n} 3" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T10.js + * @description Checking if execution of "{a:1 \n} 3" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T11.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T11.js index 07630e55d7..da683c6ea3 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T11.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T11.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T11.js; - * @description: Checking if execution of "{a:1 \n} \n 3" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T11.js + * @description Checking if execution of "{a:1 \n} \n 3" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T12.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T12.js index 4d834af656..e6fc4718b8 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T12.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T12.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T12.js; - * @description: Checking if execution of "{ \n a: \n 1 \n } \n 3" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T12.js + * @description Checking if execution of "{ \n a: \n 1 \n } \n 3" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T2.js index b6b5443ccc..8058e8808f 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T2.js @@ -4,10 +4,10 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T2.js; - * @description: Checking if execution of "{}*1" fails; - * @negative; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T2.js + * @description Checking if execution of "{}*1" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T3.js index 3453f5dc81..3290729759 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T3.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T3.js; - * @description: Checking if execution of "({}) * 1" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T3.js + * @description Checking if execution of "({}) * 1" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4.js index 2fc90ca3b5..daf933d821 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4.js @@ -4,10 +4,10 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4.js; - * @description: Checking if execution of "({};)*1" fails; - * @negative; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4.js + * @description Checking if execution of "({};)*1" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T5.js index 48725996db..031771dddf 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T5.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T5.js; - * @description: Checking if execution of "( \n {} \n ) * 1" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T5.js + * @description Checking if execution of "( \n {} \n ) * 1" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T6.js index 85b63db38e..af2a6f5406 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T6.js @@ -4,10 +4,10 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T6.js; - * @description: Checking if execution of "{} \n * 1" fails; - * @negative; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T6.js + * @description Checking if execution of "{} \n * 1" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T7.js index 85cff16444..b0036a50d3 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T7.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T7.js; - * @description: Checking if execution of "{1} 2" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T7.js + * @description Checking if execution of "{1} 2" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8.js index 03a509f5ac..8e0e36fe6d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8.js @@ -4,10 +4,10 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8.js; - * @description: Checking if execution of "{1 2} 3" fails; - * @negative; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8.js + * @description Checking if execution of "{1 2} 3" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T9.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T9.js index cf483785e3..122cf877b9 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T9.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T9.js @@ -4,9 +4,9 @@ /** * Check {} for automatic semicolon insertion * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T9.js; - * @description: Checking if execution of "{1 \n 2} 3" passes; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T9.js + * @description Checking if execution of "{1 \n 2} 3" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js index d609dad6c6..51bde070b2 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js; - * @description: Use if (false) x = 1 (without semicolon) and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T1.js + * @description Use if (false) x = 1 (without semicolon) and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js index 53f1ee0c37..c4796e08e2 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js; - * @description: Use if (false) {x = 1} else {x=-1} and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T10.js + * @description Use if (false) {x = 1} else {x=-1} and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js index 48b0a5a02c..ac1b7f0291 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js; - * @description: Use if (false) {{x = 1};} \n else x=-1 and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T11.js + * @description Use if (false) {{x = 1};} \n else x=-1 and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js index ec10256c48..c9ebc81c6c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js; - * @description: Use if (false) \n x = 1 and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T2.js + * @description Use if (false) \n x = 1 and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js index d32c489fa1..d12ab81fec 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js; - * @description: Use if (false);\n x = 1 and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T3.js + * @description Use if (false);\n x = 1 and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js index d6449f2dc9..2d1d03c011 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js @@ -4,10 +4,10 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js; - * @description: Checking if execution of "if (false) x = 1 else x = -1" fails; - * @negative; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4.js + * @description Checking if execution of "if (false) x = 1 else x = -1" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js index 520e9e8376..9ce571113d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js; - * @description: Use if (false) x = 1; else x=-1 and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T5.js + * @description Use if (false) x = 1; else x=-1 and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js index fd3ececf32..5cec1f1fae 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js; - * @description: Use if (false) x = 1 \n else x=-1 and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T6.js + * @description Use if (false) x = 1 \n else x=-1 and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js index b507d5db07..e95e124c2e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js; - * @description: Use if (false) x = 1; \n else x=-1 and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T7.js + * @description Use if (false) x = 1; \n else x=-1 and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js index 723666c77f..4ba43c89ec 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js @@ -4,10 +4,10 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js; - * @description: Use if (false) {x = 1}; \n else x=-1 and check x; - * @negative; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8.js + * @description Use if (false) {x = 1}; \n else x=-1 and check x + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js index 366f2ccaeb..e4d6ea5a87 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js @@ -4,9 +4,9 @@ /** * Check If Statement for automatic semicolon insertion * - * @section: 7.9, 12.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js; - * @description: Use if (false) {x = 1} \n else x=-1 and check x; + * @section 7.9, 12.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T9.js + * @description Use if (false) {x = 1} \n else x=-1 and check x */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A2.js index 2f2b44d0e1..51460756e0 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A2.js @@ -4,9 +4,9 @@ /** * Check Break Statement for automatic semicolon insertion * - * @section: 7.9, 12.8, 12.12; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A2.js; - * @description: Try use break \n Label construction; + * @section 7.9, 12.8, 12.12 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A2.js + * @description Try use break \n Label construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A3.js index 2452971aee..9df9550db5 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A3.js @@ -4,9 +4,9 @@ /** * Check Return Statement for automatic semicolon insertion * - * @section: 7.9, 12.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A3.js; - * @description: Try use return \n Expression construction; + * @section 7.9, 12.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A3.js + * @description Try use return \n Expression construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4.js index 430c0cae79..0d1a8f5830 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4.js @@ -4,10 +4,10 @@ /** * Check Throw Statement for automatic semicolon insertion * - * @section: 7.9, 12.13; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4.js; - * @description: Try use Throw \n Expression construction; - * @negative; + * @section 7.9, 12.13 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4.js + * @description Try use Throw \n Expression construction + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.1_T1.js index 463d6e097e..5f4987482c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.1_T1.js @@ -4,10 +4,10 @@ /** * Check Postfix Increment Operator for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.13.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.1_T1.js; - * @description: Try use Variable \n ++ construction; - * @negative; + * @section 7.9, 12.4, 11.13.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.1_T1.js + * @description Try use Variable \n ++ construction + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.2_T1.js index ee8ae91a3c..7b54de6db1 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.2_T1.js @@ -4,9 +4,9 @@ /** * Check Prefix Increment Operator for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.13.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.2_T1.js; - * @description: Try use Variable1 \n ++Variable2 construction; + * @section 7.9, 12.4, 11.13.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.2_T1.js + * @description Try use Variable1 \n ++Variable2 construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.3_T1.js index b67618cca4..a8df349974 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.3_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.3_T1.js @@ -4,10 +4,10 @@ /** * Check Postfix Decrement Operator for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.13.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.3_T1.js; - * @description: Try use Variable \n -- construction; - * @negative; + * @section 7.9, 12.4, 11.13.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.3_T1.js + * @description Try use Variable \n -- construction + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.4_T1.js index 57a92b2584..2c2c3c4e06 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.4_T1.js @@ -4,9 +4,9 @@ /** * Check Prefix Decrement Operator for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.13.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.4_T1.js; - * @description: Try use Variable1 \n --Variable2 construction; + * @section 7.9, 12.4, 11.13.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.4_T1.js + * @description Try use Variable1 \n --Variable2 construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T1.js index 6f2cde55c8..37dbe8b87d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T1.js @@ -4,9 +4,9 @@ /** * Check Function Expression for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.2.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T1.js; - * @description: Try use 1 + function_name\n(2 + 3) construction; + * @section 7.9, 12.4, 11.2.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T1.js + * @description Try use 1 + function_name\n(2 + 3) construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T2.js index 5ffd75ea4d..1e1566f3d0 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T2.js @@ -4,9 +4,9 @@ /** * Check Function Expression for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.2.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T2.js; - * @description: Try use function f(o) {o.x = 1; return o;}; \n (new Object()).x; construction; + * @section 7.9, 12.4, 11.2.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T2.js + * @description Try use function f(o) {o.x = 1; return o;}; \n (new Object()).x; construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T3.js index 709584832c..e8ff61b0ad 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T3.js @@ -4,9 +4,9 @@ /** * Check Function Expression for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.2.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T3.js; - * @description: Try use function f(o) {o.x = 1; return o;} \n (new Object()).x; construction; + * @section 7.9, 12.4, 11.2.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T3.js + * @description Try use function f(o) {o.x = 1; return o;} \n (new Object()).x; construction */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T4.js index 3adb8aa5f2..7378ec8d5a 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T4.js @@ -4,9 +4,9 @@ /** * Check Function Expression for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.2.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T4.js; - * @description: Insert some LineTerminators into function body; + * @section 7.9, 12.4, 11.2.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T4.js + * @description Insert some LineTerminators into function body */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T5.js index fd200a7eec..ddca52e1cf 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T5.js @@ -4,9 +4,9 @@ /** * Check Function Expression for automatic semicolon insertion * - * @section: 7.9, 12.4, 11.2.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T5.js; - * @description: Insert some LineTerminators into rerutn expression;; + * @section 7.9, 12.4, 11.2.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.5_T5.js + * @description Insert some LineTerminators into rerutn expression; */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T1.js index 076758be13..f100dac408 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T1.js @@ -5,9 +5,9 @@ * Since LineTerminator between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed but * between Prefix I/DO and operand admitted, Postfix I/DO in combination with prefix I/DO after automatic semicolon insertion gives valid result * - * @section: 7.9, 12.4, 11.3, 11.4.4, 11.4.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T1.js; - * @description: Try use Variable1 \n ++ \n Variable2 construction; + * @section 7.9, 12.4, 11.3, 11.4.4, 11.4.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T1.js + * @description Try use Variable1 \n ++ \n Variable2 construction */ var x=0, y=0; diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T2.js index 9e4cdc5d77..eaf05937e4 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T2.js @@ -5,9 +5,9 @@ * Since LineTerminator between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed but * between Prefix I/DO and operand admitted, Postfix I/DO in combination with prefix I/DO after automatic semicolon insertion gives valid result * - * @section: 7.9, 12.4, 11.3, 11.4.4, 11.4.5; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T2.js; - * @description: Try use Variable1 \n -- \n Variable2 construction; + * @section 7.9, 12.4, 11.3, 11.4.4, 11.4.5 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.6_T2.js + * @description Try use Variable1 \n -- \n Variable2 construction */ var x=0, y=2; diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js index 56d03022e8..b7168bf68e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js @@ -5,10 +5,10 @@ * Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is not allowed, two IO(just as two DO and their combination) * between two references separated by [LT] after automatic semicolon insertion lead to syntax error * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js; - * @description: Try use Variable1 \n ++ \n ++ \n Variable2 construction; - * @negative; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.7_T1.js + * @description Try use Variable1 \n ++ \n ++ \n Variable2 construction + * @negative */ var x=0, y=0; diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js index 70df32800b..764c1196da 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js @@ -5,9 +5,9 @@ * Since LineTerminator(LT) between Postfix Increment/Decrement Operator(I/DO) and operand is admitted, * Additive/Substract Operator(A/SO) in combination with I/DO separated by LT or white spaces after automatic semicolon insertion gives valid result * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js; - * @description: Try use Variable1 \n + \n ++ \n Variable2 construction; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.8_T1.js + * @description Try use Variable1 \n + \n ++ \n Variable2 construction */ var x=0, y=0; diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js index cb51c778f0..4ad6e2d073 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js @@ -5,9 +5,9 @@ * Additive/Substract Operator(A/SO) in combination with itself separated by LT or white spaces * after automatic semicolon insertion gives valid result * - * @section: 7.9; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js; - * @description: Try use Variable1 (different combinations of three +) Variable2 construction; + * @section 7.9 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A5.9_T1.js + * @description Try use Variable1 (different combinations of three +) Variable2 construction */ var x=1, y=1; diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T1.js index 49e1355502..c7b009d295 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T1.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T1.js; - * @description: for( Empty two semicolons and \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T1.js + * @description for( Empty two semicolons and \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T10.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T10.js index 81ef5a9b8e..1669fe3481 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T10.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T10.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T10.js; - * @description: for (false \n two semicolons false \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T10.js + * @description for (false \n two semicolons false \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T11.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T11.js index 83df97c445..8c57cdb45e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T11.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T11.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T11.js; - * @description: for (false \n semicolon \n semicolon \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T11.js + * @description for (false \n semicolon \n semicolon \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T12.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T12.js index 8806cf0cd4..df75504973 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T12.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T12.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T12.js; - * @description: for (false \n semicolon false \n semicolon \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T12.js + * @description for (false \n semicolon false \n semicolon \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T13.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T13.js index 6f8c04de33..c56de61bad 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T13.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T13.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T13.js; - * @description: for (false \n semicolon false \n semicolon false \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T13.js + * @description for (false \n semicolon false \n semicolon false \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T2.js index 9cec12ae1e..353354e8ce 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T2.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T2.js; - * @description: for (semicolon \n semicolon \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T2.js + * @description for (semicolon \n semicolon \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T3.js index 34b9f967ba..cb5e3d2094 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T3.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T3.js; - * @description: for (\n two semicolons \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T3.js + * @description for (\n two semicolons \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T4.js index a717998f41..eef0087afd 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T4.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T4.js; - * @description: for( \n semicolon \n semicolon \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T4.js + * @description for( \n semicolon \n semicolon \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T5.js index ac98fbfb16..715f6f68de 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T5.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T5.js; - * @description: for ( \n semicolon \n\n semicolon \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T5.js + * @description for ( \n semicolon \n\n semicolon \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T6.js index f830c37650..758d17816d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T6.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T6.js; - * @description: for(false semicolon false semicolon false \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T6.js + * @description for(false semicolon false semicolon false \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T7.js index 8dcda38ec4..d91de32618 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T7.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T7.js; - * @description: for (false semicolon false \n semicolon \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T7.js + * @description for (false semicolon false \n semicolon \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T8.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T8.js index 7af47e9218..76a4c0eec8 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T8.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T8.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T8.js; - * @description: for (false semicolon false \n semicolon false \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T8.js + * @description for (false semicolon false \n semicolon false \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T9.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T9.js index fd32bbafc2..f1ac583e9e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T9.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T9.js @@ -4,9 +4,9 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T9.js; - * @description: for (false \n two semicolons \n); + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.1_T9.js + * @description for (false \n two semicolons \n) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T1.js index efda932dea..2f021ed13c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T1.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T1.js; - * @description: For header is (semicolon \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T1.js + * @description For header is (semicolon \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T10.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T10.js index f2f911b649..e26b189026 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T10.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T10.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T10.js; - * @description: For header is (\n false \n semicolon); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T10.js + * @description For header is (\n false \n semicolon) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T2.js index ab0d44eac7..86b27a735f 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T2.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T2.js; - * @description: For header is (\n semicolon \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T2.js + * @description For header is (\n semicolon \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T3.js index bb547451e8..a19f9fce67 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T3.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T3.js; - * @description: For header is (\n semicolon); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T3.js + * @description For header is (\n semicolon) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T4.js index 2984b8e48c..6ab8556213 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T4.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T4.js; - * @description: For header is (\n \n semicolon); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T4.js + * @description For header is (\n \n semicolon) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5.js index 3459345526..33697e0185 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5.js; - * @description: For header is (false semicolon false\n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5.js + * @description For header is (false semicolon false\n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6.js index 00124f2037..54bc53b946 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6.js; - * @description: For header is (false semicolon \n false); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6.js + * @description For header is (false semicolon \n false) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T7.js index dd1db20537..2b36541009 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T7.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T7.js; - * @description: For header is (false \n semicolon \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T7.js + * @description For header is (false \n semicolon \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8.js index d0bcad7d9a..897c50a0af 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8.js; - * @description: For header is (false \n semicolon false \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8.js + * @description For header is (false \n semicolon false \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9.js index 6c3d236429..1b75d8d726 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Use one semicolon * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9.js; - * @description: For header is (\n semicolon false); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9.js + * @description For header is (\n semicolon false) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T1.js index 0f5f53305b..9d9ba90a94 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T1.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Don`t use semicolons * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T1.js; - * @description: For header is (\n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T1.js + * @description For header is (\n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T2.js index f075e96518..4e5fc6db89 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T2.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Don`t use semicolons * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T2.js; - * @description: For header is (\n \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T2.js + * @description For header is (\n \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T3.js index 8516850044..c649771d3b 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T3.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Don`t use semicolons * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T3.js; - * @description: For header is (\n \n \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T3.js + * @description For header is (\n \n \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4.js index 51d18fbd59..5587530d4e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Don`t use semicolons * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4.js; - * @description: For header is (\n false \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4.js + * @description For header is (\n false \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5.js index 01a9ee92b4..6c35d23e8f 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Don`t use semicolons * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5.js; - * @description: For header is (false \n false \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5.js + * @description For header is (false \n false \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6.js index 35025b659b..264a03f979 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Don`t use semicolons * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6.js; - * @description: For header is (\n false \n false \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6.js + * @description For header is (\n false \n false \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7.js index 48801e1eec..d1e957ce4d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7.js @@ -6,10 +6,10 @@ * If automatic insertion semicolon would become one of the two semicolons in the header of a For Statement. * Don`t use semicolons * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7.js; - * @description: For header is (\n false \n false \n false \n); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7.js + * @description For header is (\n false \n false \n false \n) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1.js index e5629be1a3..7aa946f374 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1.js @@ -4,10 +4,10 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1.js; - * @description: Three semicolons. For header is (false semicolon false semicolon false semicolon); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1.js + * @description Three semicolons. For header is (false semicolon false semicolon false semicolon) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T2.js index fdc0b541e5..fdedef518d 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T2.js @@ -4,10 +4,10 @@ /** * Check For Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.3; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T2.js; - * @description: Three semicolons. For header is (false semicolon false two semicolons false); - * @negative; + * @section 7.9, 12.6.3 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T2.js + * @description Three semicolons. For header is (false semicolon false two semicolons false) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T1.js index 628969e270..388dfb1b00 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T1.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T1.js; - * @description: Checking if execution of "var x \n = 1" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T1.js + * @description Checking if execution of "var x \n = 1" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T2.js index 73cdbdded5..7cd5502a6b 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T2.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T2.js; - * @description: Checking if execution of "var x = \n 1" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T2.js + * @description Checking if execution of "var x = \n 1" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T3.js index f0df23c13d..22d5a3f2b2 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T3.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T3.js; - * @description: Checking if execution of "var x \n x = 1" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T3.js + * @description Checking if execution of "var x \n x = 1" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T4.js index e69ce02fed..29495c594c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T4.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T4.js; - * @description: Checking if execution of "var \n x" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T4.js + * @description Checking if execution of "var \n x" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T5.js index e5566870de..d57d941a71 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T5.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T5.js; - * @description: Checking if execution of "var \n x \n = \n 1" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T5.js + * @description Checking if execution of "var \n x \n = \n 1" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T6.js index f427eeae88..a7ac73d2c6 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T6.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T6.js; - * @description: Checking if execution of "var x, \n y" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T6.js + * @description Checking if execution of "var x, \n y" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T7.js index 5ea6bb309b..81e6a2e91a 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T7.js @@ -4,10 +4,10 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T7.js; - * @description: Checking if execution of "var x \n y" passes; - * @negative; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T7.js + * @description Checking if execution of "var x \n y" passes + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T8.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T8.js index 9ec8b574eb..9e399cc866 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T8.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T8.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T8.js; - * @description: Checking if execution of "var x \n ,y" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T8.js + * @description Checking if execution of "var x \n ,y" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T9.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T9.js index a1e282aba5..b692de05cf 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T9.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T9.js @@ -4,9 +4,9 @@ /** * Check Var Statement for automatic semicolon insertion * - * @section: 7.9, 12.2; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T9.js; - * @description: Checking if execution of "var x \n ,y = 1" passes; + * @section 7.9, 12.2 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A7_T9.js + * @description Checking if execution of "var x \n ,y = 1" passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T1.js index e1ff918d89..c51c6ec6e8 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T1.js @@ -4,9 +4,9 @@ /** * Check Empty Statement for automatic semicolon insertion * - * @section: 7.9, 12.4; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T1.js; - * @description: Checking if execution of one semicolon passes; + * @section 7.9, 12.4 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T1.js + * @description Checking if execution of one semicolon passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T2.js index 22ac5026be..3c57b430b3 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T2.js @@ -4,9 +4,9 @@ /** * Check Empty Statement for automatic semicolon insertion * - * @section: 7.9, 12.4; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T2.js; - * @description: Checking if execution of some semicolons with LineTerminators pases; + * @section 7.9, 12.4 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T2.js + * @description Checking if execution of some semicolons with LineTerminators pases */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T3.js index 6b1fddc861..8654612641 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T3.js @@ -4,9 +4,9 @@ /** * Check Empty Statement for automatic semicolon insertion * - * @section: 7.9, 12.4; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T3.js; - * @description: Checking if execution of some semicolons without LineTerminators passes; + * @section 7.9, 12.4 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T3.js + * @description Checking if execution of some semicolons without LineTerminators passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T4.js index 3b127bc682..bd4f82672a 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T4.js @@ -4,9 +4,9 @@ /** * Check Empty Statement for automatic semicolon insertion * - * @section: 7.9, 12.4; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T4.js; - * @description: Checking if execution of some semicolons with LineTerminators and numbers passes; + * @section 7.9, 12.4 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T4.js + * @description Checking if execution of some semicolons with LineTerminators and numbers passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T5.js index 65d216a0c0..4fe33bdd4f 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T5.js @@ -4,9 +4,9 @@ /** * Check Empty Statement for automatic semicolon insertion * - * @section: 7.9, 12.4; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T5.js; - * @description: Checking if execution of some semicolons without LineTerminators but with numbers passes; + * @section 7.9, 12.4 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A8_T5.js + * @description Checking if execution of some semicolons without LineTerminators but with numbers passes */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T1.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T1.js index d5069a15ab..4cd2d91670 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T1.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T1.js @@ -4,9 +4,9 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T1.js; - * @description: Execute do { \n }while(false); + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T1.js + * @description Execute do { \n }while(false) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T2.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T2.js index 6b17a71eff..208f97581a 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T2.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T2.js @@ -4,9 +4,9 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T2.js; - * @description: Execute do; while(false) \n true; + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T2.js + * @description Execute do; while(false) \n true */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T3.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T3.js index 6bea7ab58e..b5a039cdb7 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T3.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T3.js @@ -4,9 +4,9 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T3.js; - * @description: Execute do { \n ; \n }while(false) true; + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T3.js + * @description Execute do { \n ; \n }while(false) true */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T4.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T4.js index 0a7611c10e..23a4ed5766 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T4.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T4.js @@ -4,9 +4,9 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T4.js; - * @description: Execute do ; while \n (false) true; + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T4.js + * @description Execute do ; while \n (false) true */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T5.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T5.js index a0e3463218..3be3fa1df9 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T5.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T5.js @@ -4,9 +4,9 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T5.js; - * @description: Execute do { \n ; \n }while((false) \n ); + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T5.js + * @description Execute do { \n ; \n }while((false) \n ) */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6.js index dd0135196c..a89a5ba49e 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6.js @@ -4,10 +4,10 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6.js; - * @description: Execute do \n while(false); - * @negative; + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6.js + * @description Execute do \n while(false) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7.js index cffd2096c5..e5bb42720c 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7.js @@ -4,10 +4,10 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7.js; - * @description: Execute do \n\n while(false); - * @negative; + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7.js + * @description Execute do \n\n while(false) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8.js index 619fe39333..96b0d51755 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8.js @@ -4,10 +4,10 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8.js; - * @description: Execute do {}; \n while(false); - * @negative; + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8.js + * @description Execute do {}; \n while(false) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T9.js b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T9.js index 4895ac6d26..b9371b9234 100644 --- a/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T9.js +++ b/test/suite/converted/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T9.js @@ -4,9 +4,9 @@ /** * Check Do-While Statement for automatic semicolon insertion * - * @section: 7.9, 12.6.1; - * @path: 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T9.js; - * @description: Execute do {} \n while(false); + * @section 7.9, 12.6.1 + * @path 07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T9.js + * @description Execute do {} \n while(false) */ //CHECK#1 diff --git a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T1.js b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T1.js index a93fbcc3c5..978aebf000 100644 --- a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T1.js +++ b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The Undefined type has one value, called undefined * - * @section: 8.1; - * @path: 08_Types/8.1_The_Undefined_Type/S8.1_A1_T1.js; - * @description: Checking if execution of "var x = undefined" passes; + * @section 8.1 + * @path 08_Types/8.1_The_Undefined_Type/S8.1_A1_T1.js + * @description Checking if execution of "var x = undefined" passes */ // CHECK#1 diff --git a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T2.js b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T2.js index e2b092ace7..ea68468037 100644 --- a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T2.js +++ b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The Undefined type has one value, called undefined * - * @section: 8.1; - * @path: 08_Types/8.1_The_Undefined_Type/S8.1_A1_T2.js; - * @description: Check typeof(undefined) and typeof(void 0); + * @section 8.1 + * @path 08_Types/8.1_The_Undefined_Type/S8.1_A1_T2.js + * @description Check typeof(undefined) and typeof(void 0) */ // CHECK#1 diff --git a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T1.js b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T1.js index c8cb0d166e..12e525a494 100644 --- a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T1.js +++ b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T1.js @@ -4,9 +4,9 @@ /** * Any variable that has not been assigned a value has the value undefined * - * @section: 8.1; - * @path: 08_Types/8.1_The_Undefined_Type/S8.1_A2_T1.js; - * @description: Check that var x have value and type undefined; + * @section 8.1 + * @path 08_Types/8.1_The_Undefined_Type/S8.1_A2_T1.js + * @description Check that var x have value and type undefined */ var x; diff --git a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T2.js b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T2.js index a57cdb8e67..4d861e0e8b 100644 --- a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T2.js +++ b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A2_T2.js @@ -4,9 +4,9 @@ /** * Any variable that has not been assigned a value has the value undefined * - * @section: 8.1; - * @path: 08_Types/8.1_The_Undefined_Type/S8.1_A2_T2.js; - * @description: Function return undefined; + * @section 8.1 + * @path 08_Types/8.1_The_Undefined_Type/S8.1_A2_T2.js + * @description Function return undefined */ // CHECK#1 diff --git a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A3.js b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A3.js index d000800755..f1b0ecf59e 100644 --- a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A3.js +++ b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A3.js @@ -4,9 +4,9 @@ /** * undefined is now non-writable in es5 * - * @section: 8.1; - * @path: 08_Types/8.1_The_Undefined_Type/S8.1_A3.js; - * @description: "undefined=1" should throw a TypeError; + * @section 8.1 + * @path 08_Types/8.1_The_Undefined_Type/S8.1_A3.js + * @description "undefined=1" should throw a TypeError */ ////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A4.js b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A4.js index 6317558c60..ef8c9703b4 100644 --- a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A4.js +++ b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A4.js @@ -4,9 +4,9 @@ /** * If property of object not exist, return undefined * - * @section: 8.1; - * @path: 08_Types/8.1_The_Undefined_Type/S8.1_A4.js; - * @description: Check value of not existed property; + * @section 8.1 + * @path 08_Types/8.1_The_Undefined_Type/S8.1_A4.js + * @description Check value of not existed property */ // CHECK#1 diff --git a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A5.js b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A5.js index 64dc272d61..f6b4e4b987 100644 --- a/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A5.js +++ b/test/suite/converted/08_Types/8.1_The_Undefined_Type/S8.1_A5.js @@ -4,9 +4,9 @@ /** * Function argument that isn't provided has a value of undefined * - * @section: 8.1; - * @path: 08_Types/8.1_The_Undefined_Type/S8.1_A5.js; - * @description: Call function without provided argument; + * @section 8.1 + * @path 08_Types/8.1_The_Undefined_Type/S8.1_A5.js + * @description Call function without provided argument */ /////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T1.js b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T1.js index da5b068457..b5c630023b 100644 --- a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T1.js +++ b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T1.js @@ -4,9 +4,9 @@ /** * The Null Type has one value, called null * - * @section: 8.2; - * @path: 08_Types/8.2_The_Null_Type/S8.2_A1_T1.js; - * @description: Checking if execution of "var x = null" passes; + * @section 8.2 + * @path 08_Types/8.2_The_Null_Type/S8.2_A1_T1.js + * @description Checking if execution of "var x = null" passes */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js index 69ab978f9a..1049ecb8ad 100644 --- a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js +++ b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A1_T2.js @@ -4,9 +4,9 @@ /** * The Null Type has one value, called null * - * @section: 8.2; - * @path: 08_Types/8.2_The_Null_Type/S8.2_A1_T2.js; - * @description: Checking if execution of "x = null" passes; + * @section 8.2 + * @path 08_Types/8.2_The_Null_Type/S8.2_A1_T2.js + * @description Checking if execution of "x = null" passes */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A2.js b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A2.js index b7dd484666..1ab187d480 100644 --- a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A2.js +++ b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A2.js @@ -4,10 +4,10 @@ /** * The null is resrved word * - * @section: 8.2; - * @path: 08_Types/8.2_The_Null_Type/S8.2_A2.js; - * @description: Checking if execution of "var null" fails; - * @negative; + * @section 8.2 + * @path 08_Types/8.2_The_Null_Type/S8.2_A2.js + * @description Checking if execution of "var null" fails + * @negative */ var null; diff --git a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A3.js b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A3.js index 9f398f9751..fa8889e661 100644 --- a/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A3.js +++ b/test/suite/converted/08_Types/8.2_The_Null_Type/S8.2_A3.js @@ -9,9 +9,9 @@ * http://bugs.ecmascript.org/ticket/250 * for example * - * @section: 8.2, 11.4.3; - * @path: 08_Types/8.2_The_Null_Type/S8.2_A3.js; - * @description: Check type of null; + * @section 8.2, 11.4.3 + * @path 08_Types/8.2_The_Null_Type/S8.2_A3.js + * @description Check type of null */ ////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js index e8572e8606..de5b05f07b 100644 --- a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js +++ b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js @@ -4,9 +4,9 @@ /** * The Boolean type have two values, called true and false * - * @section: 8.3; - * @path: 08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js; - * @description: Assign true and false to variables; + * @section 8.3 + * @path 08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js + * @description Assign true and false to variables */ if (x == undefined) { diff --git a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T2.js b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T2.js index c47fadd2b3..453c59be45 100644 --- a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T2.js +++ b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A1_T2.js @@ -4,9 +4,9 @@ /** * The Boolean type have two values, called true and false * - * @section: 8.3; - * @path: 08_Types/8.3_The_Boolean_Type/S8.3_A1_T2.js; - * @description: Check type of true/false and it`s equality; + * @section 8.3 + * @path 08_Types/8.3_The_Boolean_Type/S8.3_A1_T2.js + * @description Check type of true/false and it`s equality */ ////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js index 052157ed5b..67138d3cbf 100644 --- a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js +++ b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js @@ -4,10 +4,10 @@ /** * The true is reserved word * - * @section: 8.3; - * @path: 08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js; - * @description: Checking if execution of "true=1" fails; - * @negative; + * @section 8.3 + * @path 08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js + * @description Checking if execution of "true=1" fails + * @negative */ true = 1; diff --git a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.2.js b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.2.js index 1ed274fbb7..c169b88524 100644 --- a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.2.js +++ b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.2.js @@ -4,10 +4,10 @@ /** * The false is reserved word * - * @section: 8.3; - * @path: 08_Types/8.3_The_Boolean_Type/S8.3_A2.2.js; - * @description: Checking if execution of "false=0" fails; - * @negative; + * @section 8.3 + * @path 08_Types/8.3_The_Boolean_Type/S8.3_A2.2.js + * @description Checking if execution of "false=0" fails + * @negative */ false = 0; diff --git a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A3.js b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A3.js index dd15992303..81c4dac25a 100644 --- a/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A3.js +++ b/test/suite/converted/08_Types/8.3_The_Boolean_Type/S8.3_A3.js @@ -4,9 +4,9 @@ /** * Applaing negation to boolean works well * - * @section: 8.3; - * @path: 08_Types/8.3_The_Boolean_Type/S8.3_A3.js; - * @description: Check not false equals true, not true equals false; + * @section 8.3 + * @path 08_Types/8.3_The_Boolean_Type/S8.3_A3.js + * @description Check not false equals true, not true equals false */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A1.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A1.js index 287d9ff928..438c8cc537 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A1.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A1.js @@ -4,9 +4,9 @@ /** * Any variable that has been assigned with string literal has the type string * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A1.js; - * @description: Check type of variable that has been assigned with string literal; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A1.js + * @description Check type of variable that has been assigned with string literal */ ///////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A10.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A10.js index 47fea5e96d..058d953798 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A10.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A10.js @@ -4,9 +4,9 @@ /** * Both unicode and ascii chars are allowed * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A10.js; - * @description: Create string using both unicode and ascii chars; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A10.js + * @description Create string using both unicode and ascii chars */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A11.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A11.js index 31ac6aa405..e8d5eb1798 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A11.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A11.js @@ -4,9 +4,9 @@ /** * Presence of reserved words in string literal are allowed * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A11.js; - * @description: Create string variable, thet include all reserved words; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A11.js + * @description Create string variable, thet include all reserved words */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A12.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A12.js index 381a17cd1e..6524a60b8a 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A12.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A12.js @@ -4,9 +4,9 @@ /** * Assignment to string literal calls String constructor * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A12.js; - * @description: Check constructor of simple assigned variable; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A12.js + * @description Check constructor of simple assigned variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T1.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T1.js index 6e5bacd952..e2988d8926 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T1.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T1.js @@ -4,10 +4,10 @@ /** * When appears not closed single-quote program failes * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A13_T1.js; - * @description: Try to create variable using 3 single-quote; - * @negative; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A13_T1.js + * @description Try to create variable using 3 single-quote + * @negative */ var str = '''; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T2.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T2.js index 4163242f3f..4295b5e4c7 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T2.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T2.js @@ -4,10 +4,10 @@ /** * When appears not closed single-quote program failes * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A13_T2.js; - * @description: Try to create variable using 1 single-quote; - * @negative; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A13_T2.js + * @description Try to create variable using 1 single-quote + * @negative */ var str = '; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T3.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T3.js index 48d24b09bc..4696d0bbbf 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T3.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A13_T3.js @@ -4,10 +4,10 @@ /** * When appears not closed single-quote program failes * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A13_T3.js; - * @description: Try to create variable using 4 single-quote; - * @negative; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A13_T3.js + * @description Try to create variable using 4 single-quote + * @negative */ var str = ''''; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T1.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T1.js index 856f487f74..f4e78eb1e4 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T1.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T1.js @@ -4,10 +4,10 @@ /** * When appears not closed double-quote program failes * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A14_T1.js; - * @description: Try to create variable using 1 double-quote; - * @negative; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A14_T1.js + * @description Try to create variable using 1 double-quote + * @negative */ var str = "; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T2.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T2.js index 4b2076cadb..dfd3f34a53 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T2.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T2.js @@ -4,10 +4,10 @@ /** * When appears not closed double-quote program failes * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A14_T2.js; - * @description: Try to create variable using 3 double-quote; - * @negative; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A14_T2.js + * @description Try to create variable using 3 double-quote + * @negative */ var str = """; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T3.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T3.js index 02872ebc71..8d84da8cac 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T3.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A14_T3.js @@ -4,10 +4,10 @@ /** * When appears not closed double-quote program failes * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A14_T3.js; - * @description: Try to create variable using 4 double-quote; - * @negative; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A14_T3.js + * @description Try to create variable using 4 double-quote + * @negative */ var str = """"; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A2.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A2.js index ee4226d821..27b8a48c5e 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A2.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A2.js @@ -4,9 +4,9 @@ /** * Empty string has type string * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A2.js; - * @description: Create empty string and check it type; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A2.js + * @description Create empty string and check it type */ ///////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A3.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A3.js index 8aab1ec7ed..dafbefb237 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A3.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A3.js @@ -4,9 +4,9 @@ /** * String type has a length property * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A3.js; - * @description: Try read length property of string variable; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A3.js + * @description Try read length property of string variable */ var __str = "ABCDEFGH"; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A4.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A4.js index 9a886964b8..f2d005c15f 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A4.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A4.js @@ -4,9 +4,9 @@ /** * Empty string variable has a length property * - * @section: 8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A4.js; - * @description: Try read length property of empty string variable; + * @section 8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A4.js + * @description Try read length property of empty string variable */ var __str = ""; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A5.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A5.js index bd4955437c..03111e0743 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A5.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A5.js @@ -4,9 +4,9 @@ /** * Zero "\0" not terminates the string(C string) * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A5.js; - * @description: Insert "\0" into string; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A5.js + * @description Insert "\0" into string */ // CHECK#1 diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.1.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.1.js index f4afc2ed62..7393071183 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.1.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.1.js @@ -4,9 +4,9 @@ /** * Large string 4096 bytes * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A6.1.js; - * @description: Assign variable by large string; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A6.1.js + * @description Assign variable by large string */ //////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.2.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.2.js index fcfe598bcb..56f4d7633e 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.2.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A6.2.js @@ -4,9 +4,9 @@ /** * Large string 8192 bytes * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A6.2.js; - * @description: Assign variable by large string; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A6.2.js + * @description Assign variable by large string */ //////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.1.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.1.js index b39a0ee556..be8f30b003 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.1.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.1.js @@ -4,10 +4,10 @@ /** * between chunks of one string not allowed * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A7.1.js; - * @description: Insert between chunks of one string; - * @negative; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A7.1.js + * @description Insert between chunks of one string + * @negative */ eval("var x = asdf\u000Aghjk"); diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.2.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.2.js index 43355cac5a..ebc6f29760 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.2.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.2.js @@ -4,10 +4,10 @@ /** * between chunks of one string not allowed * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A7.2.js; - * @description: Insert between chunks of one string; - * @negative; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A7.2.js + * @description Insert between chunks of one string + * @negative */ eval("var x = asdf\u000Dghjk"); diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.3.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.3.js index 985510f76a..3f437bb3ae 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.3.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.3.js @@ -4,10 +4,10 @@ /** * between chunks of one string not allowed * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A7.3.js; - * @description: Insert between chunks of one string; - * @negative; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A7.3.js + * @description Insert between chunks of one string + * @negative */ eval("var x = asdf\u2028ghjk"); diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.4.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.4.js index a5681b3d78..09f85b5900 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.4.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A7.4.js @@ -4,10 +4,10 @@ /** * between chunks of one string not allowed * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A7.4.js; - * @description: Insert between chunks of one string; - * @negative; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A7.4.js + * @description Insert between chunks of one string + * @negative */ eval("var x = asdf\u2029ghjk"); diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A8.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A8.js index 6c26d7c4ba..79451fc7b1 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A8.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A8.js @@ -4,9 +4,9 @@ /** * Empty string, 0, false are all equal (==) to each other, since they all evaluate to 0 * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A8.js; - * @description: Compare empty string with undefined, null, 0 and false; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A8.js + * @description Compare empty string with undefined, null, 0 and false */ var str=''; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T1.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T1.js index a220ff884d..6da6ab1eee 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T1.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T1.js @@ -4,9 +4,9 @@ /** * Assignment to string literals calls String constructor * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A9_T1.js; - * @description: Simple string variable compare with object String; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A9_T1.js + * @description Simple string variable compare with object String */ var str='ABC'; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T2.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T2.js index 379c04d9f8..4ca98cc5fa 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T2.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T2.js @@ -4,9 +4,9 @@ /** * Assignment to string literals calls String constructor * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A9_T2.js; - * @description: Compare empty string variable, object String('') and object String(); + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A9_T2.js + * @description Compare empty string variable, object String('') and object String() */ var str=""; diff --git a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T3.js b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T3.js index 9593d9cb63..16ffe1ed4f 100644 --- a/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T3.js +++ b/test/suite/converted/08_Types/8.4_The_String_Type/S8.4_A9_T3.js @@ -4,9 +4,9 @@ /** * Assignment to string literals calls String constructor * - * @section: 8.4, 7.8.4; - * @path: 08_Types/8.4_The_String_Type/S8.4_A9_T3.js; - * @description: Simple empty string variable compare with empty object String; + * @section 8.4, 7.8.4 + * @path 08_Types/8.4_The_String_Type/S8.4_A9_T3.js + * @description Simple empty string variable compare with empty object String */ var str=""; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A1.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A1.js index efe5c66588..c87854ddb4 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A1.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A1.js @@ -4,9 +4,9 @@ /** * NaN !== NaN * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A1.js; - * @description: Compare NaN with NaN; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A1.js + * @description Compare NaN with NaN */ var x = Number.NaN; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A10.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A10.js index e8b8f0b26d..089d80611a 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A10.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A10.js @@ -4,9 +4,9 @@ /** * Infinity is not a keyword * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A10.js; - * @description: Create variable entitled Infinity; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A10.js + * @description Create variable entitled Infinity */ var Infinity=1.0; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T1.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T1.js index c41bbf3673..aa71243304 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T1.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T1.js @@ -4,9 +4,9 @@ /** * The integer 0 has two representations, +0 and -0 * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A11_T1.js; - * @description: Check 1.0/p_zero !== 1.0/n_zero; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A11_T1.js + * @description Check 1.0/p_zero !== 1.0/n_zero */ var p_zero=+0; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T2.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T2.js index 4663e755e7..ef8b4e5da2 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T2.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A11_T2.js @@ -4,9 +4,9 @@ /** * The integer 0 has two representations, +0 and -0 * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A11_T2.js; - * @description: Compare positive_zero and negative_zero; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A11_T2.js + * @description Compare positive_zero and negative_zero */ var p_zero=+0; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.1.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.1.js index 05d29be9bb..6698702f04 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.1.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.1.js @@ -4,9 +4,9 @@ /** * +Infinity and Infinity are the same as Number.POSITIVE_INFINITY * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A12.1.js; - * @description: Compare Infinity and +Infinity with Number.POSITIVE_INFINITY; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A12.1.js + * @description Compare Infinity and +Infinity with Number.POSITIVE_INFINITY */ var p_inf=+Infinity; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.2.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.2.js index 6a6d1eca7a..cc2ceadc0f 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.2.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A12.2.js @@ -4,9 +4,9 @@ /** * -Infinity is the same as Number.NEGATIVE_INFINITY * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A12.2.js; - * @description: Compare -Infinity with Number.NEGATIVE_INFINITY; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A12.2.js + * @description Compare -Infinity with Number.NEGATIVE_INFINITY */ var n_inf=-Infinity; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T1.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T1.js index 26e4987cc8..a3081d8a4b 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T1.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T1.js @@ -6,9 +6,9 @@ * where s is +1 or -1, m is a positive integer less than 2**53 but not * less than s**52 and e is an integer ranging from -1074 to 971 * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A13_T1.js; - * @description: Finite Non zero values where e is -1074; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A13_T1.js + * @description Finite Non zero values where e is -1074 */ //CHECK #1 diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T2.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T2.js index 176f472dc7..88c7793048 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T2.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A13_T2.js @@ -6,9 +6,9 @@ * where s is +1 or -1, m is a positive integer less than 2**53 but not * less than s**52 and e is an integer ranging from -1074 to 971 * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A13_T2.js; - * @description: Finite Non zero values where e is 971; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A13_T2.js + * @description Finite Non zero values where e is 971 */ //CHECK #1 diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T1.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T1.js index 5af270e203..19046ac7f7 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T1.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T1.js @@ -4,9 +4,9 @@ /** * When number absolute value is bigger of 2**1024 should convert to Infinity * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A14_T1.js; - * @description: Create number bigger of 2**1024; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A14_T1.js + * @description Create number bigger of 2**1024 */ //CHECK #1 diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T2.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T2.js index ebc1aea7c5..3422cb6c7c 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T2.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A14_T2.js @@ -4,9 +4,9 @@ /** * When number absolute value is bigger of 2**1024 should convert to Infinity * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A14_T2.js; - * @description: Create number smaller of -2**1024; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A14_T2.js + * @description Create number smaller of -2**1024 */ //CHECK #1 diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.1.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.1.js index 9c4698d135..18f60d9b69 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.1.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.1.js @@ -4,9 +4,9 @@ /** * Number type represented as the double precision 64-bit format IEEE 754 * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A2.1.js; - * @description: Use 2^53 + 2 number and do some operation with it; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A2.1.js + * @description Use 2^53 + 2 number and do some operation with it */ var x = 9007199254740994.0; /* 2^53 + 2 */ diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.2.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.2.js index 2141c8f7a4..84efe5c20c 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.2.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A2.2.js @@ -4,9 +4,9 @@ /** * Number type represented as the extended precision 64-bit format IEEE 754 * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A2.2.js; - * @description: Use 2^53 + 2 number and do some operation with it; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A2.2.js + * @description Use 2^53 + 2 number and do some operation with it */ var x = 9007199254740994.0; /* 2^53 + 2 */ diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A3.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A3.js index c722bf5bbe..7875c22baa 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A3.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A3.js @@ -4,9 +4,9 @@ /** * NaN expression has a type Number * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A3.js; - * @description: Check type of NaN; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A3.js + * @description Check type of NaN */ var x=NaN; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A4.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A4.js index 28770bc007..de39aa5d6a 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A4.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A4.js @@ -4,9 +4,9 @@ /** * NaN is not a keyword * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A4.js; - * @description: Create variable entitled NaN; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A4.js + * @description Create variable entitled NaN */ var NaN=1.0; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A5.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A5.js index cda202409f..014efe21ae 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A5.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A5.js @@ -4,9 +4,9 @@ /** * NaN not greater or equal zero * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A5.js; - * @description: Compare NaN with zero; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A5.js + * @description Compare NaN with zero */ var x = NaN; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A6.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A6.js index e024b03a7e..4c6475686e 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A6.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A6.js @@ -4,9 +4,9 @@ /** * -Infinity expression has a type Number * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A6.js; - * @description: Check type of -Infinity; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A6.js + * @description Check type of -Infinity */ var x=-Infinity; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A7.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A7.js index a49b76a4d3..a6eb18ebd8 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A7.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A7.js @@ -4,9 +4,9 @@ /** * +Infinity expression has a type Number * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A7.js; - * @description: Check type of +Infinity; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A7.js + * @description Check type of +Infinity */ var x=+Infinity; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A8.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A8.js index 21e755fdf6..8550cb73d6 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A8.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A8.js @@ -4,9 +4,9 @@ /** * Infinity is the same as +Infinity * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A8.js; - * @description: Compare Infinity and +Infinity; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A8.js + * @description Compare Infinity and +Infinity */ var p_inf=+Infinity; diff --git a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js index 79e8127bca..927d40efa8 100644 --- a/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js +++ b/test/suite/converted/08_Types/8.5_The_Number_Type/S8.5_A9.js @@ -4,11 +4,11 @@ /** * Globally defined variable NaN has not been altered by program execution * - * @section: 8.5, 7.8.3; - * @path: 08_Types/8.5_The_Number_Type/S8.5_A9.js; - * @description: Try alter globally defined variable NaN; - * @strict_only; - * @strict_mode_negative; + * @section 8.5, 7.8.3 + * @path 08_Types/8.5_The_Number_Type/S8.5_A9.js + * @description Try alter globally defined variable NaN + * @strict_only + * @strict_mode_negative */ Number.NaN = 1; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js index a5692aaa26..466bd65465 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js @@ -4,11 +4,11 @@ /** * A property can have attribute ReadOnly like E in Math * - * @section: 8.6.1, 15.2.2, 15.8; - * @path: 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js; - * @description: Try change Math.E property; - * @strict_only; - * @strict_mode_negative; + * @section 8.6.1, 15.2.2, 15.8 + * @path 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A1.js + * @description Try change Math.E property + * @strict_only + * @strict_mode_negative */ var __e = Math.E; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A2.js index 3a6ba723e7..bcca5e3125 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A2.js @@ -4,9 +4,9 @@ /** * A property can have attribute DontEnum like all properties of Number * - * @section: 8.6.1, 12.6.4, 15.7; - * @path: 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A2.js; - * @description: Try to enumerate properties of Number; + * @section 8.6.1, 12.6.4, 15.7 + * @path 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A2.js + * @description Try to enumerate properties of Number */ //CHECK#1 diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js index aa6acf8c0e..3218ce26ab 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js @@ -4,11 +4,11 @@ /** * A property can have attribute DontDelete like NaN propertie of Number object * - * @section: 8.6.1, 15.7; - * @path: 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js; - * @description: Try to delete Number.NaN; - * @strict_only; - * @strict_mode_negative; + * @section 8.6.1, 15.7 + * @path 08_Types/8.6_The_Object_Type/8.6.1_Property_Attributes/S8.6.1_A3.js + * @description Try to delete Number.NaN + * @strict_only + * @strict_mode_negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A1.js index 2699efab9f..6178616dee 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A1.js @@ -4,9 +4,9 @@ /** * [[Get]](P) method should return value when property P does not exist in instance but prototype contain it * - * @section: 8.6.2.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A1.js; - * @description: Try to get P when property P does not exist in instance but prototype contain it; + * @section 8.6.2.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A1.js + * @description Try to get P when property P does not exist in instance but prototype contain it */ //Establish foo object diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A2.js index 6e5d75ede8..264b9b50db 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A2.js @@ -4,9 +4,9 @@ /** * [[Get]](P) method should return undefined when property P does not exist both in instance and prototype * - * @section: 8.6.2.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A2.js; - * @description: Try to get P when property P does not exist both in instance and prototype; + * @section 8.6.2.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A2.js + * @description Try to get P when property P does not exist both in instance and prototype */ var __obj={}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A3.js index ee842d6236..40afb6e318 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A3.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A3.js @@ -4,9 +4,9 @@ /** * When the [[Get]] method of O is called with property name P value of P returns * - * @section: 8.6.2.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A3.js; - * @description: Try to get P property P exist in instance; + * @section 8.6.2.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.1_A3.js + * @description Try to get P property P exist in instance */ var __map={shape:"cube", 5:"five", "6":"six"}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A1.js index 437adbaf8b..291d342f7d 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A1.js @@ -6,9 +6,9 @@ * and If O doesn't have a property with name P, then * creates a property with name P, set its value to V and give it empty attributes * - * @section: 8.6.2.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A1.js; - * @description: Put to not existent properties; + * @section 8.6.2.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A1.js + * @description Put to not existent properties */ var __map={}; __map[1]="one"; __map["two"]=2; __map["3"]="tre"; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A2.js index 9b622c6a39..2d8655114a 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A2.js @@ -5,9 +5,9 @@ * When the [[Put]] method of O is called with property P and value V, * then set the value of the property to V. The attributes of the property are not changed * - * @section: 8.6.2.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A2.js; - * @description: Put to existent properties; + * @section 8.6.2.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.2_A2.js + * @description Put to existent properties */ var _map={1:"one",two:2}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js index 4e03737757..79fdd7029b 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js @@ -4,11 +4,11 @@ /** * If the property has the ReadOnly attribute, [[CanPut]](P) return false * - * @section: 8.6.2.3, 8.6.2.2, 8.6.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js; - * @description: Try put other value for Math.E property; - * @strict_only; - * @strict_mode_negative; + * @section 8.6.2.3, 8.6.2.2, 8.6.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.3_A1.js + * @description Try put other value for Math.E property + * @strict_only + * @strict_mode_negative */ var __e = Math.E; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A1.js index 002f97b027..9979b28614 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A1.js @@ -4,9 +4,9 @@ /** * When the [[HasProperty]] method of O is called with property name P and if O has a property with name P, return true * - * @section: 8.6.2.4, 12.6.4; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A1.js; - * @description: Try find existent property of any Object; + * @section 8.6.2.4, 12.6.4 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A1.js + * @description Try find existent property of any Object */ var __obj={fooProp:"fooooooo"}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T1.js index 031d404cd1..5dc9dd1e46 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T1.js @@ -5,9 +5,9 @@ * When the [[HasProperty]] method of O is called with property name P and if O has not a property with name P * then If the [[Prototype]] of O is null, return false or call the [[HasProperty]] method of [[Prototype]] with property name P * - * @section: 8.6.2.4, 12.6.4; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T1.js; - * @description: Try find not existent property of any Object; + * @section 8.6.2.4, 12.6.4 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T1.js + * @description Try find not existent property of any Object */ var __obj={}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T2.js index de6bb08839..aa30888a6f 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T2.js @@ -5,9 +5,9 @@ * When the [[HasProperty]] method of O is called with property name P and if O has not a property with name P * then If the [[Prototype]] of O is null, return false or call the [[HasProperty]] method of [[Prototype]] with property name P * - * @section: 8.6.2.4, 12.6.4; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T2.js; - * @description: Try find not existent property of any Object, but existent property of this Object prototype; + * @section 8.6.2.4, 12.6.4 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A2_T2.js + * @description Try find not existent property of any Object, but existent property of this Object prototype */ var __proto={phylum:"avis"}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A3.js index 3dfb753b47..13744c0fa5 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A3.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A3.js @@ -4,9 +4,9 @@ /** * [[hasProperty]] is sensitive to property existence but [[Get]] is not * - * @section: 8.6.2.4, 12.6.4; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A3.js; - * @description: Use [[hasProperty]] and [[Get]] for existent and not existent properties; + * @section 8.6.2.4, 12.6.4 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.4_A3.js + * @description Use [[hasProperty]] and [[Get]] for existent and not existent properties */ var __obj={}; __obj.hole=undefined; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js index d6e2c902be..585c947e19 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js @@ -5,11 +5,11 @@ * When the [[Delete]] method of O is called with property name P, * and If the property has the DontDelete attribute, return false * - * @section: 8.6.2.5, 15.8, 11.4.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js; - * @description: Try to delete Math.E, that has the DontDelete attribute; - * @strict_only; - * @strict_mode_negative; + * @section 8.6.2.5, 15.8, 11.4.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A1.js + * @description Try to delete Math.E, that has the DontDelete attribute + * @strict_only + * @strict_mode_negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T1.js index 67b82753b5..d68af89570 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T1.js @@ -5,9 +5,9 @@ * When the [[Delete]] method of O is called with property name P, * and if O doesn't have a property with name P, return true * - * @section: 8.6.2.5, 11.4.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T1.js; - * @description: Try to delete not existent properties; + * @section 8.6.2.5, 11.4.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T1.js + * @description Try to delete not existent properties */ var __color__map = {}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T2.js index 67eace2b21..7fae43e70b 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T2.js @@ -5,9 +5,9 @@ * When the [[Delete]] method of O is called with property name P, * and if O doesn't have a property with name P, return true * - * @section: 8.6.2.5, 11.4.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T2.js; - * @description: Try to delete not existent properties of O, but existent property of prototype; + * @section 8.6.2.5, 11.4.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A2_T2.js + * @description Try to delete not existent properties of O, but existent property of prototype */ function Palette(){}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A3.js index 64797b3d9e..a64db657ad 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A3.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A3.js @@ -5,9 +5,9 @@ * When the [[Delete]] method of O is called with property name P, * removes the property with name P from O and return true * - * @section: 8.6.2.5, 11.4.1; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A3.js; - * @description: Delete existent properties; + * @section 8.6.2.5, 11.4.1 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.5_A3.js + * @description Delete existent properties */ var BLUE_NUM=1; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A1.js index 49f93bdb12..9e012092f3 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A1.js @@ -6,9 +6,9 @@ * Cause we overload toString method so it return non Primitive value * See ECMA reference at http://bugzilla.mozilla.org/show_bug.cgi?id=167325 * - * @section: 8.6.2.6, 8.6.2, 9.8, 11.8.6; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A1.js; - * @description: Try to overload toString method; + * @section 8.6.2.6, 8.6.2, 9.8, 11.8.6 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A1.js + * @description Try to overload toString method */ try diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A2.js index 77f463d08c..5dea61d595 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A2.js @@ -7,9 +7,9 @@ * but we overloaded valueOf method too. * See ECMA reference at http://bugzilla.mozilla.org/show_bug.cgi?id=167325 * - * @section: 8.6.2.6, 8.6.2, 9.8; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A2.js; - * @description: Try to overload toString, that returned new Object, and valueOf methods; + * @section 8.6.2.6, 8.6.2, 9.8 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A2.js + * @description Try to overload toString, that returned new Object, and valueOf methods */ try diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A3.js index cfdfea318b..10bd2df715 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A3.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A3.js @@ -5,9 +5,9 @@ * We overload valueOf method so it return non Primitive value * Thus [[DefaultValue]] must return Object.toString() value * - * @section: 8.6.2.6, 8.6.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A3.js; - * @description: Try to overload toString method, that returned Primitive, and valueOf method, that returned new Object; + * @section 8.6.2.6, 8.6.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A3.js + * @description Try to overload toString method, that returned Primitive, and valueOf method, that returned new Object */ try diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A4.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A4.js index 2aa35c4bde..3f64a931ce 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A4.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A4.js @@ -5,9 +5,9 @@ * We overload valueOf method so it return non Primitive value and toString method so it return non Primitive value too * Thus [[DefaultValue]] must generate TypeError error * - * @section: 8.6.2.6, 8.6.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A4.js; - * @description: Try to overload toString and valueOf methods, they returned new Objects; + * @section 8.6.2.6, 8.6.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2.6_A4.js + * @description Try to overload toString and valueOf methods, they returned new Objects */ try diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A1.js index 23e0667dd4..14499adb8e 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A1.js @@ -5,9 +5,9 @@ * Native ECMAScript objects have an internal property called [[Prototype]]. The value of this property is * either null or an object and is used for implementing inheritance * - * @section: 8.6.2, 15.2.4; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A1.js; - * @description: Check [[Prototype]] property of object; + * @section 8.6.2, 15.2.4 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A1.js + * @description Check [[Prototype]] property of object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js index 20d08d7a67..418383380e 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js @@ -5,11 +5,11 @@ * Properties of the [[Prototype]] object * are visible as properties of the child object for the purposes of get access, but not for put access * - * @section: 8.6.2, 15.2.4; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js; - * @description: Check visibility properties of the child object for the purposes of get access, but not for put access; - * @strict_only; - * @strict_mode_negative; + * @section 8.6.2, 15.2.4 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A2.js + * @description Check visibility properties of the child object for the purposes of get access, but not for put access + * @strict_only + * @strict_mode_negative */ //Establish foo object diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A3.js index e3603a91c7..dc6ec2bbd6 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A3.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A3.js @@ -4,9 +4,9 @@ /** * The specification does not provide any means for a program to access [[class]] value except through Object.prototype.toString * - * @section: 8.6.2, 15.2.4.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A3.js; - * @description: Get [[class]] value except through Object.prototype.toString; + * @section 8.6.2, 15.2.4.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A3.js + * @description Get [[class]] value except through Object.prototype.toString */ var __obj={}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A4.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A4.js index d8860b91b2..37d2165ac7 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A4.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A4.js @@ -4,10 +4,10 @@ /** * [[HasInstance]] returns a boolean value indicating whether Value delegates behaviour to this object * - * @section: 8.6.2, 11.8.6; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A4.js; - * @description: Check that the obj instance of Object, but not instance - * of Function, String, Number, Array; + * @section 8.6.2, 11.8.6 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A4.js + * @description Check that the obj instance of Object, but not instance + * of Function, String, Number, Array */ var __obj={}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js index 87c3a91f62..28801d9442 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js @@ -4,10 +4,10 @@ /** * [[Call]] executes code associated with the object * - * @section: 8.6.2, 13.1, 13.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js; - * @description: Call function-property of object, property defined - * as screen = {touch:function(){count++}}; + * @section 8.6.2, 13.1, 13.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T1.js + * @description Call function-property of object, property defined + * as screen = {touch:function(){count++}} */ this.count=0; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js index a7d83af28e..ed26826d0e 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js @@ -4,10 +4,10 @@ /** * [[Call]] executes code associated with the object * - * @section: 8.6.2, 13.1, 13.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js; - * @description: Call function-property of object, property defined - * as seat['move']=function(){position++}; + * @section 8.6.2, 13.1, 13.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T2.js + * @description Call function-property of object, property defined + * as seat['move']=function(){position++} */ this.position=0; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js index da38bb27e1..fae2e25535 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js @@ -4,10 +4,10 @@ /** * [[Call]] executes code associated with the object * - * @section: 8.6.2, 13.1, 13.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js; - * @description: Call function-property of global object, property defined - * as knock=function(){count++}; + * @section 8.6.2, 13.1, 13.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T3.js + * @description Call function-property of global object, property defined + * as knock=function(){count++} */ count=0; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js index 987b0cf789..14eb3bc2bf 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js @@ -4,10 +4,10 @@ /** * [[Call]] executes code associated with the object * - * @section: 8.6.2, 13.1, 13.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js; - * @description: Call function-property of global object, property defined - * as this['beep']=function(){__count++}; + * @section 8.6.2, 13.1, 13.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A5_T4.js + * @description Call function-property of global object, property defined + * as this['beep']=function(){__count++} */ __count=0; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A6.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A6.js index 5935346edc..605e99d523 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A6.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A6.js @@ -4,9 +4,9 @@ /** * [[Construct]] constructs an object. Invoked via the new operator. Objects that implement this internal method are called constructors * - * @section: 8.6.2, 15.2.2; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A6.js; - * @description: Create a few Objects via the new operator; + * @section 8.6.2, 15.2.2 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A6.js + * @description Create a few Objects via the new operator */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A7.js b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A7.js index 8eeaccfdf6..db5775ca9e 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A7.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A7.js @@ -4,10 +4,10 @@ /** * Objects that implement internal method [[Construct]] are called constructors. Math object is NOT constructor * - * @section: 8.6.2, 15.8; - * @path: 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A7.js; - * @description: Checking if execution of "var objMath=new Math" passes; - * @negative; + * @section 8.6.2, 15.8 + * @path 08_Types/8.6_The_Object_Type/8.6.2_Internal_Properties_and_Methods/S8.6.2_A7.js + * @description Checking if execution of "var objMath=new Math" passes + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T1.js index a2b4f0ea94..4f1b448665 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T1.js @@ -4,9 +4,9 @@ /** * Do not crash with postincrement custom property * - * @section: 8.6, 11.3.1; - * @path: 08_Types/8.6_The_Object_Type/S8.6_A2_T1.js; - * @description: Try to implement postincrement for custom property; + * @section 8.6, 11.3.1 + * @path 08_Types/8.6_The_Object_Type/S8.6_A2_T1.js + * @description Try to implement postincrement for custom property */ var __map={foo:"bar"}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T2.js index a14283a91c..47c4ec2a50 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A2_T2.js @@ -4,9 +4,9 @@ /** * Do not crash with postincrement custom property * - * @section: 8.6, 11.3.1; - * @path: 08_Types/8.6_The_Object_Type/S8.6_A2_T2.js; - * @description: Try to implement postincrement for not declared custom property; + * @section 8.6, 11.3.1 + * @path 08_Types/8.6_The_Object_Type/S8.6_A2_T2.js + * @description Try to implement postincrement for not declared custom property */ var __map={}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T1.js index 78ba776fb7..a461d17f25 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T1.js @@ -4,9 +4,9 @@ /** * Do not crash with pefixincrement custom property * - * @section: 8.6, 11.4.4; - * @path: 08_Types/8.6_The_Object_Type/S8.6_A3_T1.js; - * @description: Try to implement pefixincrement for custom property; + * @section 8.6, 11.4.4 + * @path 08_Types/8.6_The_Object_Type/S8.6_A3_T1.js + * @description Try to implement pefixincrement for custom property */ var __map={foo:'bar'}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T2.js b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T2.js index 1abbc63674..44dfe0d93c 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T2.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A3_T2.js @@ -4,9 +4,9 @@ /** * Do not crash with pefixincrement custom property * - * @section: 8.6, 11.4.4; - * @path: 08_Types/8.6_The_Object_Type/S8.6_A3_T2.js; - * @description: Try to implement pefixincrement for not declared custom property; + * @section 8.6, 11.4.4 + * @path 08_Types/8.6_The_Object_Type/S8.6_A3_T2.js + * @description Try to implement pefixincrement for not declared custom property */ var __map={}; diff --git a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js index f5006ce17f..36c82d0b95 100644 --- a/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js +++ b/test/suite/converted/08_Types/8.6_The_Object_Type/S8.6_A4_T1.js @@ -4,9 +4,9 @@ /** * An Object is an unordered collection of properties * - * @section: 8.6, 8.6.1, 15.2.2, 12.6.4; - * @path: 08_Types/8.6_The_Object_Type/S8.6_A4_T1.js; - * @description: Simple using a few custom properties; + * @section 8.6, 8.6.1, 15.2.2, 12.6.4 + * @path 08_Types/8.6_The_Object_Type/S8.6_A4_T1.js + * @description Simple using a few custom properties */ /////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A1.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A1.js index f5b665ee22..6cb8d24a5b 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A1.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A1.js @@ -4,9 +4,9 @@ /** * Delete operator deletes pure property, so it returns true to be applyed to this.property * - * @section: 8.7.1, 11.4.1; - * @path: 08_Types/8.7_The_Reference_Type/S8.7.1_A1.js; - * @description: Try to delete this.y, where y is this.y=1; + * @section 8.7.1, 11.4.1 + * @path 08_Types/8.7_The_Reference_Type/S8.7.1_A1.js + * @description Try to delete this.y, where y is this.y=1 */ this.y = 1; diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js index 44417f6084..fc34243fdc 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.1_A2.js @@ -4,9 +4,9 @@ /** * Delete operator can't delete reference, so it returns false to be applyed to reference * - * @section: 8.7.1; - * @path: 08_Types/8.7_The_Reference_Type/S8.7.1_A2.js; - * @description: Try to delete y, where y is var y=1; + * @section 8.7.1 + * @path 08_Types/8.7_The_Reference_Type/S8.7.1_A2.js + * @description Try to delete y, where y is var y=1 */ var y = 1; diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T1.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T1.js index f8d2974f1b..6d292c421b 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T1.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T1.js @@ -4,10 +4,10 @@ /** * GetValue(V) mast fail * - * @section: 8.7.2; - * @path: 08_Types/8.7_The_Reference_Type/S8.7.2_A1_T1.js; - * @description: Checking if execution of "'litera'=1;" fails; - * @negative; + * @section 8.7.2 + * @path 08_Types/8.7_The_Reference_Type/S8.7.2_A1_T1.js + * @description Checking if execution of "'litera'=1;" fails + * @negative */ 'litera'=1; diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T2.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T2.js index d004006050..61b0a6c782 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T2.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A1_T2.js @@ -4,10 +4,10 @@ /** * GetValue(V) mast fail * - * @section: 8.7.2; - * @path: 08_Types/8.7_The_Reference_Type/S8.7.2_A1_T2.js; - * @description: Checking if execution of "1=1" fails; - * @negative; + * @section 8.7.2 + * @path 08_Types/8.7_The_Reference_Type/S8.7.2_A1_T2.js + * @description Checking if execution of "1=1" fails + * @negative */ 1=1; diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A2.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A2.js index 822a6b1a41..7352eeef5d 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A2.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A2.js @@ -5,9 +5,9 @@ * x++ calls GetValue then PutValue so after applying postfix increment(actually conrete operator type is unimportant) * we must have reference to defined value * - * @section: 8.7.2; - * @path: 08_Types/8.7_The_Reference_Type/S8.7.2_A2.js; - * @description: Execute x++, where x is var x; + * @section 8.7.2 + * @path 08_Types/8.7_The_Reference_Type/S8.7.2_A2.js + * @description Execute x++, where x is var x */ var x; diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A3.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A3.js index 60e55420af..bbf4ba08d8 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A3.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7.2_A3.js @@ -5,9 +5,9 @@ * this.x++ calls GetValue then PutValue so after applying postfix increment(actually conrete operator type is unimportan) * we must have reference to defined value * - * @section: 8.7.2; - * @path: 08_Types/8.7_The_Reference_Type/S8.7.2_A3.js; - * @description: Execute this.x++, where this.x is undefined; + * @section 8.7.2 + * @path 08_Types/8.7_The_Reference_Type/S8.7.2_A3.js + * @description Execute this.x++, where this.x is undefined */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A1.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A1.js index 4956868570..4913cba5e2 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A1.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A1.js @@ -4,10 +4,10 @@ /** * Multiple Variables should Referring to a Single Object * - * @section: 8.7; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A1.js; - * @description: Create object and refers to the other object, modify a property in the original object. - * We now see that that change is represented in both variables; + * @section 8.7 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A1.js + * @description Create object and refers to the other object, modify a property in the original object. + * We now see that that change is represented in both variables */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A2.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A2.js index 190919b615..d07d041817 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A2.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A2.js @@ -4,9 +4,9 @@ /** * Reference to Self-Modifying Object remain the integrity * - * @section: 8.7; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A2.js; - * @description: Create a reference to the array, and change original array; + * @section 8.7 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A2.js + * @description Create a reference to the array, and change original array */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A3.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A3.js index 06bec347e4..299ab9b1c9 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A3.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A3.js @@ -4,9 +4,9 @@ /** * Changing the Reference of an Object While Maintaining Integrity * - * @section: 8.7; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A3.js; - * @description: Create a reference to the array, and redefine original array with new array; + * @section 8.7 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A3.js + * @description Create a reference to the array, and redefine original array with new array */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A4.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A4.js index eeb1f2532d..cd76bb27c7 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A4.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A4.js @@ -4,9 +4,9 @@ /** * Object Modification Resulting in a New Object for Not a Self-Modified Object leads to loss of integrity * - * @section: 8.7; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A4.js; - * @description: Create a reference to the string, and Concatenate some new text onto the string object; + * @section 8.7 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A4.js + * @description Create a reference to the string, and Concatenate some new text onto the string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js index bb1ebfb1ab..29864a163b 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js @@ -4,11 +4,11 @@ /** * Delete unary operator can't delete object to be referenced * - * @section: 8.7; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js; - * @description: Delete referenced object, var __ref = obj; - * @strict_only; - * @strict_mode_negative; + * @section 8.7 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A5_T1.js + * @description Delete referenced object, var __ref = obj + * @strict_only + * @strict_mode_negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js index 1273d145b5..af869d96d8 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js @@ -4,11 +4,11 @@ /** * Delete unary operator can't delete object to be referenced * - * @section: 8.7, 11.4.1; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js; - * @description: Delete referenced object, __ref = obj; - * @strict_only; - * @strict_mode_negative; + * @section 8.7, 11.4.1 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js + * @description Delete referenced object, __ref = obj + * @strict_only + * @strict_mode_negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A6.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A6.js index cd9a419196..432852e89e 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A6.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A6.js @@ -4,9 +4,9 @@ /** * Passing arguments by value differs from by reference and do not change values to be passed * - * @section: 8.7; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A6.js; - * @description: Adding original variable with referenced one inside function; + * @section 8.7 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A6.js + * @description Adding original variable with referenced one inside function */ var n = 1; diff --git a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A7.js b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A7.js index 9dd1ebeb6e..16b198e244 100644 --- a/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A7.js +++ b/test/suite/converted/08_Types/8.7_The_Reference_Type/S8.7_A7.js @@ -4,9 +4,9 @@ /** * Passing arguments by reference do change values of reference to be passed * - * @section: 8.7; - * @path: 08_Types/8.7_The_Reference_Type/S8.7_A7.js; - * @description: Add new property to original variable inside function; + * @section 8.7 + * @path 08_Types/8.7_The_Reference_Type/S8.7_A7.js + * @description Add new property to original variable inside function */ var n = {}; diff --git a/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T1.js b/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T1.js index 66dc81156a..bcf1e7cf31 100644 --- a/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T1.js +++ b/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T1.js @@ -4,9 +4,9 @@ /** * Values of the List type are simply ordered sequences of values * - * @section: 8.8; - * @path: 08_Types/8.8_The_List_Type/S8.8_A2_T1.js; - * @description: Call function __mFunc(1,2,3) with 3 arguments; + * @section 8.8 + * @path 08_Types/8.8_The_List_Type/S8.8_A2_T1.js + * @description Call function __mFunc(1,2,3) with 3 arguments */ function __mFunc(){return arguments.length;}; diff --git a/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T2.js b/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T2.js index a5619e1f0d..a165312b18 100644 --- a/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T2.js +++ b/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T2.js @@ -4,9 +4,9 @@ /** * Values of the List type are simply ordered sequences of values * - * @section: 8.8; - * @path: 08_Types/8.8_The_List_Type/S8.8_A2_T2.js; - * @description: Call function __mFunc([,,]) with 1 arguments; + * @section 8.8 + * @path 08_Types/8.8_The_List_Type/S8.8_A2_T2.js + * @description Call function __mFunc([,,]) with 1 arguments */ function __mFunc(){return arguments.length;}; diff --git a/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T3.js b/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T3.js index 4a924d5b77..2c5b0531a1 100644 --- a/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T3.js +++ b/test/suite/converted/08_Types/8.8_The_List_Type/S8.8_A2_T3.js @@ -4,9 +4,9 @@ /** * Values of the List type are simply ordered sequences of values * - * @section: 8.8; - * @path: 08_Types/8.8_The_List_Type/S8.8_A2_T3.js; - * @description: Call function, that concatenate all it`s arguments; + * @section 8.8 + * @path 08_Types/8.8_The_List_Type/S8.8_A2_T3.js + * @description Call function, that concatenate all it`s arguments */ function __mFunc(){var __accum=""; for (var i = 0; i < arguments.length; ++i){__accum += arguments[i]};return __accum;}; diff --git a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T1.js b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T1.js index 529a0d9312..9efcf26f64 100644 --- a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T1.js @@ -4,9 +4,9 @@ /** * Result of primitive conversion from object is a default value for the Object * - * @section: 9.1; - * @path: 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T1.js; - * @description: Using operator Number. The operator calls ToPrimitive with hint Number; + * @section 9.1 + * @path 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T1.js + * @description Using operator Number. The operator calls ToPrimitive with hint Number */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T2.js b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T2.js index c6f059adb4..091e9a8a22 100644 --- a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T2.js @@ -4,9 +4,9 @@ /** * Result of primitive conversion from object is a default value for the Object * - * @section: 9.1; - * @path: 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T2.js; - * @description: Using operator Number. This operator calls ToPrimitive with hint Number; + * @section 9.1 + * @path 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T2.js + * @description Using operator Number. This operator calls ToPrimitive with hint Number */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T3.js b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T3.js index 3243dce00b..2eb4712959 100644 --- a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T3.js +++ b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T3.js @@ -4,9 +4,9 @@ /** * Result of primitive conversion from object is a default value for the Object * - * @section: 9.1; - * @path: 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T3.js; - * @description: Using operator "+". This operator firstly calls ToPrimitive and then calls ToString or ToNumber; + * @section 9.1 + * @path 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T3.js + * @description Using operator "+". This operator firstly calls ToPrimitive and then calls ToString or ToNumber */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T4.js b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T4.js index fd828cebe8..86dc237f26 100644 --- a/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T4.js +++ b/test/suite/converted/09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T4.js @@ -4,9 +4,9 @@ /** * Result of primitive conversion from object is a default value for the Object * - * @section: 9.1; - * @path: 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T4.js; - * @description: Using operator "<". The operator firstly calls ToPrimitive and then calls ToString or ToNumber; + * @section 9.1 + * @path 09_Type_Conversion/9.1_ToPrimitive/S9.1_A1_T4.js + * @description Using operator "<". The operator firstly calls ToPrimitive and then calls ToString or ToNumber */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T1.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T1.js index 10aa0f780a..2c33f9e9a1 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T1.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from undefined value is false * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T1.js; - * @description: Undefined, void and others are converted to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T1.js + * @description Undefined, void and others are converted to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T2.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T2.js index 0596904790..7e7de5278b 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T2.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from undefined value is false * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T2.js; - * @description: Undefined, void and others are converted to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A1_T2.js + * @description Undefined, void and others are converted to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T1.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T1.js index 337058039a..4558228344 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T1.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from null value is false * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T1.js; - * @description: null convert to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T1.js + * @description null convert to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T2.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T2.js index bee4844803..ae00c46061 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T2.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from null value is false * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T2.js; - * @description: null convert to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A2_T2.js + * @description null convert to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T1.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T1.js index 7adb354b47..ec3165a4c9 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T1.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from boolean value is no conversion * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T1.js; - * @description: true and false convert to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T1.js + * @description true and false convert to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T2.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T2.js index c4eaa1063e..603d375562 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T2.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from boolean value is no conversion * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T2.js; - * @description: true and false convert to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A3_T2.js + * @description true and false convert to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T1.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T1.js index ed7469805a..33f6d0c842 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T1.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from number value is false if the argument is +0, -0, or NaN; otherwise, is true * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T1.js; - * @description: +0, -0 and NaN convert to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T1.js + * @description +0, -0 and NaN convert to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T2.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T2.js index b3d4df55b5..d6c999cce0 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T2.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from number value is false if the argument is +0, -0, or NaN; otherwise, is true * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T2.js; - * @description: +0, -0 and NaN convert to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T2.js + * @description +0, -0 and NaN convert to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T3.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T3.js index 5736e89b26..9b6948fd07 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T3.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T3.js @@ -4,10 +4,10 @@ /** * Result of boolean conversion from number value is false if the argument is +0, -0, or NaN; otherwise, is true * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T3.js; - * @description: Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, - * Number.MAX_VALUE, Number.MIN_VALUE and some numbers convert to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T3.js + * @description Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, + * Number.MAX_VALUE, Number.MIN_VALUE and some numbers convert to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T4.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T4.js index 40d1e0f934..09b900955e 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T4.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T4.js @@ -4,10 +4,10 @@ /** * Result of boolean conversion from number value is false if the argument is +0, -0, or NaN; otherwise, is true * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T4.js; - * @description: Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, - * Number.MAX_VALUE, Number.MIN_VALUE and some other numbers are converted to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A4_T4.js + * @description Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, + * Number.MAX_VALUE, Number.MIN_VALUE and some other numbers are converted to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T1.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T1.js index b557e5204b..480c731edd 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T1.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from nonempty string value (length is not zero) is true; from empty String (length is zero) is false * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T1.js; - * @description: "" is converted to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T1.js + * @description "" is converted to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T2.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T2.js index de4dd10b43..72e0fbfa13 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T2.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from nonempty string value (length is not zero) is true; from empty String (length is zero) is false * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T2.js; - * @description: "" convert to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T2.js + * @description "" convert to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T3.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T3.js index 08905b300f..5f30d610c0 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T3.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T3.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from nonempty string value (length is not zero) is true; from empty String (length is zero) is false * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T3.js; - * @description: Any nonempty string convert to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T3.js + * @description Any nonempty string convert to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T4.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T4.js index aa0185dee3..6fc4dc9b37 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T4.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T4.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from nonempty string value (length is not zero) is true; from empty String (length is zero) is false * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T4.js; - * @description: Any nonempty string convert to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A5_T4.js + * @description Any nonempty string convert to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T1.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T1.js index 69f26144ec..0ed8441ecd 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T1.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from object is true * - * @section: 9.2, 15.6.1; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T1.js; - * @description: Different objects convert to Boolean by explicit transformation; + * @section 9.2, 15.6.1 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T1.js + * @description Different objects convert to Boolean by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T2.js b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T2.js index 199ba162e5..150403afdf 100644 --- a/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T2.js @@ -4,9 +4,9 @@ /** * Result of boolean conversion from object is true * - * @section: 9.2, 11.4.9; - * @path: 09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T2.js; - * @description: Different objects convert to Boolean by implicit transformation; + * @section 9.2, 11.4.9 + * @path 09_Type_Conversion/9.2_ToBoolean/S9.2_A6_T2.js + * @description Different objects convert to Boolean by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A1.js index bb65fba442..efa5013ae1 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A1.js @@ -4,9 +4,9 @@ /** * The MV of StringNumericLiteral ::: [empty] is 0 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A1.js; - * @description: Number('') convert to Number by explicit transformation; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A1.js + * @description Number('') convert to Number by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A10.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A10.js index 6d8dd48f99..77deb72956 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A10.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A10.js @@ -6,9 +6,9 @@ * MV of DecimalDigits times 10-n, where n is the * number of characters in DecimalDigits * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A10.js; - * @description: Compare Number('.12345') with +('12345')*1e-5; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A10.js + * @description Compare Number('.12345') with +('12345')*1e-5 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A11.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A11.js index d7cac7f514..813dc161df 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A11.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A11.js @@ -6,10 +6,10 @@ * is the MV of DecimalDigits times 10e-n, where n is * the number of characters in DecimalDigits and e is the MV of ExponentPart * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A11.js; - * @description: Compare Number('.12345e6') with +('12345')*1e1, - * and Number('.12345e-3') !== Number('12345')*1e-8; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A11.js + * @description Compare Number('.12345e6') with +('12345')*1e1, + * and Number('.12345e-3') !== Number('12345')*1e-8 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A12.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A12.js index 8f895fe873..dbaeaa22f1 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A12.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A12.js @@ -5,10 +5,10 @@ * The MV of StrUnsignedDecimalLiteral::: DecimalDigits ExponentPart * is the MV of DecimalDigits times 10e, where e is the MV of ExponentPart * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A12.js; - * @description: Compare Number('12345e6') with +('12345')*1e1, - * and Number('12345e-6') !== Number('12345')*1e-6; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A12.js + * @description Compare Number('12345e6') with +('12345')*1e1, + * and Number('12345e-6') !== Number('12345')*1e-6 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A13.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A13.js index 4169ee915e..8558a9cf57 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A13.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A13.js @@ -5,9 +5,9 @@ * The MV of DecimalDigits ::: DecimalDigits DecimalDigit is * (the MV of DecimalDigits times 10) plus the MV of DecimalDigit * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A13.js; - * @description: Compare '12' with Number("1")*10+Number("2") and analogous; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A13.js + * @description Compare '12' with Number("1")*10+Number("2") and analogous */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A14.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A14.js index 6bc95c514a..5b3c353959 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A14.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A14.js @@ -4,9 +4,9 @@ /** * The MV of SignedInteger ::: + DecimalDigits is the MV of DecimalDigits * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A14.js; - * @description: Compare Number('+1234567890') with +('1234567890'); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A14.js + * @description Compare Number('+1234567890') with +('1234567890') */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A15.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A15.js index eecb552b28..5373a45950 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A15.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A15.js @@ -4,9 +4,9 @@ /** * The MV of SignedInteger ::: - DecimalDigits is the negative of the MV of DecimalDigits * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A15.js; - * @description: Compare -Number('1234567890') with ('-1234567890'); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A15.js + * @description Compare -Number('1234567890') with ('-1234567890') */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A16.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A16.js index 3e6153d6a0..512b4d933e 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A16.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A16.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 0 or of HexDigit ::: 0 is 0 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A16.js; - * @description: Compare Number('0x0') and Number('0X0') with 0; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A16.js + * @description Compare Number('0x0') and Number('0X0') with 0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A17.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A17.js index b1509f464e..22baca7963 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A17.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A17.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 1 or of HexDigit ::: 1 is 1 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A17.js; - * @description: Compare Number('0x1') and Number('0X1') with 1; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A17.js + * @description Compare Number('0x1') and Number('0X1') with 1 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A18.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A18.js index b4b1962cb9..03958ce626 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A18.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A18.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 2 or of HexDigit ::: 2 is 2 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A18.js; - * @description: Compare Number('0x2') and Number('0X2') with 2; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A18.js + * @description Compare Number('0x2') and Number('0X2') with 2 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A19.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A19.js index cb01110342..3c857f0789 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A19.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A19.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 3 or of HexDigit ::: 3 is 3 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A19.js; - * @description: Compare Number('0x3') and Number('0X3') with 3; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A19.js + * @description Compare Number('0x3') and Number('0X3') with 3 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2.js index 7f37cb8e06..266a5ef12d 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2.js @@ -4,9 +4,9 @@ /** * The MV of StringNumericLiteral ::: StrWhiteSpace is 0 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2.js; - * @description: Strings with various WhiteSpaces convert to Number by explicit transformation; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2.js + * @description Strings with various WhiteSpaces convert to Number by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A20.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A20.js index 789e95bbd5..648d167c6f 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A20.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A20.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 4 or of HexDigit ::: 4 is 4 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A20.js; - * @description: Compare Number('0x4') and Number('0X4') with 4; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A20.js + * @description Compare Number('0x4') and Number('0X4') with 4 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A21.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A21.js index b0ac7b95a3..a4add75135 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A21.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A21.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 5 or of HexDigit ::: 5 is 5 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A21.js; - * @description: Compare Number('0x5') and Number('0X5') with 5; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A21.js + * @description Compare Number('0x5') and Number('0X5') with 5 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A22.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A22.js index 8670347de5..7f34bb0c6c 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A22.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A22.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 6 or of HexDigit ::: 6 is 6 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A22.js; - * @description: Compare Number('0x6') and Number('0X6') with 6; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A22.js + * @description Compare Number('0x6') and Number('0X6') with 6 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A23.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A23.js index 4d6968bb66..6881ee62ea 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A23.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A23.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 7 or of HexDigit ::: 7 is 7 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A23.js; - * @description: Compare Number('0x7') and Number('0X7') with 7; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A23.js + * @description Compare Number('0x7') and Number('0X7') with 7 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A24.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A24.js index da4c788e7c..9389d0b824 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A24.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A24.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 8 or of HexDigit ::: 8 is 8 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A24.js; - * @description: Compare Number('0x8') and Number('0X8') with 8; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A24.js + * @description Compare Number('0x8') and Number('0X8') with 8 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A25.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A25.js index f08ee33ba5..564213583f 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A25.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A25.js @@ -4,9 +4,9 @@ /** * The MV of DecimalDigit ::: 9 or of HexDigit ::: 9 is 9 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A25.js; - * @description: Compare Number('0x9') and Number('0X9') with 9; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A25.js + * @description Compare Number('0x9') and Number('0X9') with 9 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A26.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A26.js index c62851260e..e0cf0688d2 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A26.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A26.js @@ -4,9 +4,9 @@ /** * The MV of HexDigit ::: a or of HexDigit ::: A is 10 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A26.js; - * @description: Compare Number('0xA'), Number('0XA'), Number('0xa') and Number('0Xa') with 10; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A26.js + * @description Compare Number('0xA'), Number('0XA'), Number('0xa') and Number('0Xa') with 10 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A27.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A27.js index 1b230b59dc..fc3d0695c5 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A27.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A27.js @@ -4,9 +4,9 @@ /** * The MV of HexDigit ::: b or of HexDigit ::: B is 11 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A27.js; - * @description: Compare Number('0xB'), Number('0XB'), Number('0xb') and Number('0Xb') with 11; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A27.js + * @description Compare Number('0xB'), Number('0XB'), Number('0xb') and Number('0Xb') with 11 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A28.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A28.js index d873af3de1..c112dad4d2 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A28.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A28.js @@ -4,9 +4,9 @@ /** * The MV of HexDigit ::: c or of HexDigit ::: C is 12 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A28.js; - * @description: Compare Number('0xC'), Number('0XC'), Number('0xc') and Number('0Xc') with 12; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A28.js + * @description Compare Number('0xC'), Number('0XC'), Number('0xc') and Number('0Xc') with 12 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A29.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A29.js index ff006cd3f6..f082ef1dff 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A29.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A29.js @@ -4,9 +4,9 @@ /** * The MV of HexDigit ::: d or of HexDigit ::: D is 13 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A29.js; - * @description: Compare Number('0xD'), Number('0XD'), Number('0xd') and Number('0Xd') with 13; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A29.js + * @description Compare Number('0xD'), Number('0XD'), Number('0xd') and Number('0Xd') with 13 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A30.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A30.js index c648c5be61..5e37ad8f47 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A30.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A30.js @@ -4,9 +4,9 @@ /** * The MV of HexDigit ::: e or of HexDigit ::: E is 14 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A30.js; - * @description: Compare Number('0xE'), Number('0XE'), Number('0xe') and Number('0Xe') with 14; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A30.js + * @description Compare Number('0xE'), Number('0XE'), Number('0xe') and Number('0Xe') with 14 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A31.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A31.js index d87be024ab..be1376a5d5 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A31.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A31.js @@ -4,9 +4,9 @@ /** * The MV of HexDigit ::: f or of HexDigit ::: F is 15 * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A31.js; - * @description: Compare Number('0xF'), Number('0XF'), Number('0xf') and Number('0Xf') with 15; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A31.js + * @description Compare Number('0xF'), Number('0XF'), Number('0xf') and Number('0Xf') with 15 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A32.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A32.js index e8399281f2..76011e9fd1 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A32.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A32.js @@ -7,9 +7,9 @@ * significant digits by replacing each significant digit after the 20th * with a 0 digit or the number value * - * @section: 9.3.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A32.js; - * @description: Use various long numbers, for example, 1234567890.1234567890; + * @section 9.3.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A32.js + * @description Use various long numbers, for example, 1234567890.1234567890 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1.js index 7bcb4db397..d709f34fd7 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1.js @@ -4,9 +4,9 @@ /** * The MV of StringNumericLiteral ::: StrWhiteSpaceopt StrNumericLiteral StrWhiteSpaceopt is the MV of StrNumericLiteral, no matter whether white space is present or not * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1.js; - * @description: static string; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1.js + * @description static string */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2.js index ceb881b1de..e47a85a000 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2.js @@ -4,9 +4,9 @@ /** * The MV of StringNumericLiteral ::: StrWhiteSpaceopt StrNumericLiteral StrWhiteSpaceopt is the MV of StrNumericLiteral, no matter whether white space is present or not * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2.js; - * @description: dynamic string; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2.js + * @description dynamic string */ function dynaString(s1, s2){ diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T1.js index 80a3def736..2977f557bd 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T1.js @@ -4,9 +4,9 @@ /** * The MV of StrDecimalLiteral::: + StrUnsignedDecimalLiteral is the MV of StrUnsignedDecimalLiteral * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T1.js; - * @description: Compare Number('+any_number') with Number('any_number'); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T1.js + * @description Compare Number('+any_number') with Number('any_number') */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T2.js index 6a81602e44..58fa7b7ca5 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T2.js @@ -4,9 +4,9 @@ /** * The MV of StrDecimalLiteral::: + StrUnsignedDecimalLiteral is the MV of StrUnsignedDecimalLiteral * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T2.js; - * @description: Compare Number('+' + 'any_number') with Number('any_number'); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A4_T2.js + * @description Compare Number('+' + 'any_number') with Number('any_number') */ function dynaString(s1, s2){ diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T1.js index afaf27ac8f..808523038b 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T1.js @@ -5,9 +5,9 @@ * The MV of StrDecimalLiteral::: - StrUnsignedDecimalLiteral is the negative * of the MV of StrUnsignedDecimalLiteral. (the negative of this 0 is also 0) * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T1.js; - * @description: Compare Number('-any_number') with -Number('any_number'); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T1.js + * @description Compare Number('-any_number') with -Number('any_number') */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T2.js index 4f0134ee44..2df603db78 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T2.js @@ -5,9 +5,9 @@ * The MV of StrDecimalLiteral::: - StrUnsignedDecimalLiteral is the negative * of the MV of StrUnsignedDecimalLiteral. (the negative of this 0 is also 0) * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T2.js; - * @description: Compare Number('-[or +]any_number') with -[or without -]any_number); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T2.js + * @description Compare Number('-[or +]any_number') with -[or without -]any_number) */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T3.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T3.js index a49f196e0e..2ebaff8b6e 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T3.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T3.js @@ -5,9 +5,9 @@ * The MV of StrDecimalLiteral::: - StrUnsignedDecimalLiteral is the negative * of the MV of StrUnsignedDecimalLiteral. (the negative of this 0 is also 0) * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T3.js; - * @description: Compare Number('-' + 'any_number') with -Number('any_number'); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A5_T3.js + * @description Compare Number('-' + 'any_number') with -Number('any_number') */ function dynaString(s1, s2){ diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T1.js index aacc283fcd..8fb8ef74aa 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T1.js @@ -5,9 +5,9 @@ * The MV of StrUnsignedDecimalLiteral::: Infinity is 1010000 * (a value so large that it will round to +∞) * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T1.js; - * @description: Compare Number('Infinity') with Number.POSITIVE_INFINITY, 10e10000, 10E10000 and Number("10e10000"); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T1.js + * @description Compare Number('Infinity') with Number.POSITIVE_INFINITY, 10e10000, 10E10000 and Number("10e10000") */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T2.js index 760b605ba0..e34c1363fb 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T2.js @@ -5,9 +5,9 @@ * The MV of StrUnsignedDecimalLiteral::: Infinity is 1010000 * (a value so large that it will round to +∞) * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T2.js; - * @description: Compare Number('Infi'+'nity') with Number.POSITIVE_INFINITY, 10e10000, 10E10000 and Number("10e10000"); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A6_T2.js + * @description Compare Number('Infi'+'nity') with Number.POSITIVE_INFINITY, 10e10000, 10E10000 and Number("10e10000") */ function dynaString(s1, s2){ diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A7.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A7.js index b04f160795..4307ceb292 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A7.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A7.js @@ -6,9 +6,9 @@ * is the MV of the first DecimalDigits plus the MV of the second DecimalDigits times * 10-n, where n is the number of characters in the second DecimalDigits * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A7.js; - * @description: Compare Number('1234.5678') with Number('1234')+(+('5678')*1e-4); + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A7.js + * @description Compare Number('1234.5678') with Number('1234')+(+('5678')*1e-4) */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A8.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A8.js index 2368d1ba0c..c5b74a95bc 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A8.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A8.js @@ -5,9 +5,9 @@ * The MV of StrUnsignedDecimalLiteral::: DecimalDigits. ExponentPart * is the MV of DecimalDigits times 10e , where e is the MV of ExponentPart * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A8.js; - * @description: Compare Number('1234e5') and Number('1234.e5') with Number('1234')*1e5; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A8.js + * @description Compare Number('1234e5') and Number('1234.e5') with Number('1234')*1e5 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A9.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A9.js index 4eb4468d51..648d0fc2f7 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A9.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A9.js @@ -7,10 +7,10 @@ * 10-n)) times 10e, where n is the number * of characters in the second DecimalDigits and e is the MV of ExponentPart * - * @section: 9.3.1, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A9.js; - * @description: Compare Number('1234.5678e9') with (Number('1234')+(Number('5678')*1e-4))*1e9, - * and +('1234.5678e-9') with (Number('1234')+(Number('5678')*1e-4))*1e-9; + * @section 9.3.1, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A9.js + * @description Compare Number('1234.5678e9') with (Number('1234')+(Number('5678')*1e-4))*1e9, + * and +('1234.5678e-9') with (Number('1234')+(Number('5678')*1e-4))*1e-9 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T1.js index d1c1e03740..9c5aab3fe6 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T1.js @@ -4,9 +4,9 @@ /** * Result of number conversion from undefined value is NaN * - * @section: 9.3, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A1_T1.js; - * @description: Undefined convert to Number by explicit transformation; + * @section 9.3, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A1_T1.js + * @description Undefined convert to Number by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T2.js index 443318325f..edfc2c360c 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A1_T2.js @@ -4,9 +4,9 @@ /** * Result of number conversion from undefined value is NaN * - * @section: 9.3, 11.6.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A1_T2.js; - * @description: Undefined convert to Number by implicit transformation; + * @section 9.3, 11.6.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A1_T2.js + * @description Undefined convert to Number by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T1.js index 07d97fe64c..94b16266da 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T1.js @@ -4,9 +4,9 @@ /** * Result of number conversion from null value is +0 * - * @section: 9.3, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A2_T1.js; - * @description: null convert to Number by explicit transformation; + * @section 9.3, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A2_T1.js + * @description null convert to Number by explicit transformation */ // CHECK #1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T2.js index 7f6a76de8d..152b738324 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A2_T2.js @@ -4,9 +4,9 @@ /** * Result of number conversion from null value is +0 * - * @section: 9.3, 11.6.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A2_T2.js; - * @description: null convert to Number by implicit transformation; + * @section 9.3, 11.6.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A2_T2.js + * @description null convert to Number by implicit transformation */ // CHECK #1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T1.js index 7dc321114f..73684ffa34 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T1.js @@ -4,9 +4,9 @@ /** * Result of number conversion from boolean value is 1 if the argument is true, else is +0 * - * @section: 9.3, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A3_T1.js; - * @description: False and true convert to Number by explicit transformation; + * @section 9.3, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A3_T1.js + * @description False and true convert to Number by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T2.js index a347e633e0..332875d53f 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T2.js @@ -4,9 +4,9 @@ /** * Result of number conversion from boolean value is 1 if the argument is true, else is +0 * - * @section: 9.3, 11.6.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A3_T2.js; - * @description: False and true convert to Number by implicit transformation; + * @section 9.3, 11.6.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A3_T2.js + * @description False and true convert to Number by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T1.js index bddc2aa204..ea44c0ec0e 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T1.js @@ -4,9 +4,9 @@ /** * Result of number conversion from number value equals to the input argument (no conversion) * - * @section: 9.3, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T1.js; - * @description: Some numbers including Number.MAX_VALUE and Number.MIN_VALUE are converted to Number with explicit transformation; + * @section 9.3, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T1.js + * @description Some numbers including Number.MAX_VALUE and Number.MIN_VALUE are converted to Number with explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T2.js index 930ad35417..04ac358934 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T2.js @@ -4,9 +4,9 @@ /** * Result of number conversion from number value equals to the input argument (no conversion) * - * @section: 9.3, 11.6.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T2.js; - * @description: Some numbers including Number.MAX_VALUE and Number.MIN_VALUE are converted to Number with implicit transformation; + * @section 9.3, 11.6.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A4.1_T2.js + * @description Some numbers including Number.MAX_VALUE and Number.MIN_VALUE are converted to Number with implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T1.js index 6930588f2b..79fd75d421 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T1.js @@ -4,10 +4,10 @@ /** * Result of number conversion from number value equals to the input argument (no conversion) * - * @section: 9.3, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T1.js; - * @description: Number.NaN, +0, -0, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, - * Number.MAX_VALUE and Number.MIN_VALUE convert to Number by explicit transformation; + * @section 9.3, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T1.js + * @description Number.NaN, +0, -0, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, + * Number.MAX_VALUE and Number.MIN_VALUE convert to Number by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T2.js index 73dba14807..f048eaf901 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T2.js @@ -4,10 +4,10 @@ /** * Result of number conversion from number value equals to the input argument (no conversion) * - * @section: 9.3, 11.6.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T2.js; - * @description: Number.NaN, +0, -0, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, - * Number.MAX_VALUE and Number.MIN_VALUE convert to Number by implicit transformation; + * @section 9.3, 11.6.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A4.2_T2.js + * @description Number.NaN, +0, -0, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, + * Number.MAX_VALUE and Number.MIN_VALUE convert to Number by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T1.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T1.js index 3e96ee62df..f41aa273dd 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T1.js @@ -5,10 +5,10 @@ * Result of number conversion from object value is the result * of conversion from primitive value * - * @section: 9.3, 15.7.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A5_T1.js; - * @description: new Number(), new Number(0), new Number(Number.NaN), new Number(null), - * new Number(void 0) and others convert to Number by explicit transformation; + * @section 9.3, 15.7.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A5_T1.js + * @description new Number(), new Number(0), new Number(Number.NaN), new Number(null), + * new Number(void 0) and others convert to Number by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T2.js b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T2.js index 0f09dda16f..067d0ca1f2 100644 --- a/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.3_ToNumber/S9.3_A5_T2.js @@ -5,10 +5,10 @@ * Result of number conversion from object value is the result * of conversion from primitive value * - * @section: 9.3, 11.6.1; - * @path: 09_Type_Conversion/9.3_ToNumber/S9.3_A5_T2.js; - * @description: new Number(), new Number(0), new Number(Number.NaN), new Number(null), - * new Number(void 0) and others convert to Number by implicit transformation; + * @section 9.3, 11.6.1 + * @path 09_Type_Conversion/9.3_ToNumber/S9.3_A5_T2.js + * @description new Number(), new Number(0), new Number(Number.NaN), new Number(null), + * new Number(void 0) and others convert to Number by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A1.js b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A1.js index 0665c73cbd..73a40d1318 100644 --- a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A1.js +++ b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A1.js @@ -4,9 +4,9 @@ /** * If ToNumber(value) is NaN, ToInteger(value) returns +0 * - * @section: 9.4, 15.5; - * @path: 09_Type_Conversion/9.4_ToInteger/S9.4_A1.js; - * @description: Check what position is defined by Number.NaN in string "abc": "abc".charAt(Number.NaN); + * @section 9.4, 15.5 + * @path 09_Type_Conversion/9.4_ToInteger/S9.4_A1.js + * @description Check what position is defined by Number.NaN in string "abc": "abc".charAt(Number.NaN) */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A2.js b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A2.js index 087860a381..5541839a8f 100644 --- a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A2.js +++ b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A2.js @@ -5,9 +5,9 @@ * If ToNumber(value) is +0, -0, +Infinity, or -Infinity, * return ToNumber(value) * - * @section: 9.4, 15.5; - * @path: 09_Type_Conversion/9.4_ToInteger/S9.4_A2.js; - * @description: Check what position is defined by Number.NaN in string "abc": "abc".charAt(Number.NaN); + * @section 9.4, 15.5 + * @path 09_Type_Conversion/9.4_ToInteger/S9.4_A2.js + * @description Check what position is defined by Number.NaN in string "abc": "abc".charAt(Number.NaN) */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T1.js b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T1.js index 0a9fb8177a..ae2ecc4d6e 100644 --- a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T1.js @@ -5,9 +5,9 @@ * Result of ToInteger(value) conversion is the result of computing * sign(ToNumber(value)) * floor(abs(ToNumber(value))) * - * @section: 9.4, 15.9; - * @path: 09_Type_Conversion/9.4_ToInteger/S9.4_A3_T1.js; - * @description: For testing constructor Date(Number) is used; + * @section 9.4, 15.9 + * @path 09_Type_Conversion/9.4_ToInteger/S9.4_A3_T1.js + * @description For testing constructor Date(Number) is used */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T2.js b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T2.js index 65eac48144..b47ded33f8 100644 --- a/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.4_ToInteger/S9.4_A3_T2.js @@ -5,9 +5,9 @@ * Result of ToInteger(value) conversion is the result of computing * sign(ToNumber(value)) * floor(abs(ToNumber(value))) * - * @section: 9.4, 15.9; - * @path: 09_Type_Conversion/9.4_ToInteger/S9.4_A3_T2.js; - * @description: For testing constructor Date(NaN, Infinity, Infinity, +0 and -0) is used; + * @section 9.4, 15.9 + * @path 09_Type_Conversion/9.4_ToInteger/S9.4_A3_T2.js + * @description For testing constructor Date(NaN, Infinity, Infinity, +0 and -0) is used */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A1_T1.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A1_T1.js index 34ca994935..35010e9095 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A1_T1.js @@ -4,9 +4,9 @@ /** * If value is NaN, +0, -0, +Infinity, or -Infinity, return +0 * - * @section: 9.5, 11.7.1; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A1_T1.js; - * @description: For testing use operator <<0; + * @section 9.5, 11.7.1 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A1_T1.js + * @description For testing use operator <<0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T1.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T1.js index 6afd12dae8..8316199a1f 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T1.js @@ -4,9 +4,9 @@ /** * ToInt32 returns values between -2^31 and 2^31-1 * - * @section: 9.5, 11.7.1; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T1.js; - * @description: Converting some numbers, which are in\outside of Int32 scopes, with <<0 operator; + * @section 9.5, 11.7.1 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T1.js + * @description Converting some numbers, which are in\outside of Int32 scopes, with <<0 operator */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T2.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T2.js index 0d1716d0d6..1fac740354 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T2.js @@ -4,9 +4,9 @@ /** * ToInt32 returns values between -2^31 and 2^31-1 * - * @section: 9.5, 11.4.8; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T2.js; - * @description: Converting some numbers, which are in\outside of Int32 scopes, with ~ operator; + * @section 9.5, 11.4.8 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A2.1_T2.js + * @description Converting some numbers, which are in\outside of Int32 scopes, with ~ operator */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T1.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T1.js index 94bd55de25..cccf6039b1 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Compute result modulo 2^32 * - * @section: 9.5, 11.7.1; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T1.js; - * @description: Use operator <<0; + * @section 9.5, 11.7.1 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T1.js + * @description Use operator <<0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T2.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T2.js index 70c3d93508..a0cb83bc4b 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T2.js @@ -4,9 +4,9 @@ /** * Compute result modulo 2^32 * - * @section: 9.5, 11.4.8; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T2.js; - * @description: Use operator ~; + * @section 9.5, 11.4.8 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A2.2_T2.js + * @description Use operator ~ */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T1.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T1.js index 8fc3abfb28..2570d34b00 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T1.js @@ -4,9 +4,9 @@ /** * If result is greater than or equal to 2^31, return result -2^32 * - * @section: 9.5, 11.7.1; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T1.js; - * @description: Use operator <<0; + * @section 9.5, 11.7.1 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T1.js + * @description Use operator <<0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T2.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T2.js index 7d92b4ef1c..61f46b42ee 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T2.js @@ -4,9 +4,9 @@ /** * If result is greater than or equal to 2^31, return result -2^32 * - * @section: 9.5, 11.4.8; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T2.js; - * @description: Use operator ~; + * @section 9.5, 11.4.8 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A2.3_T2.js + * @description Use operator ~ */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T1.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T1.js index 2bada3068d..b846451735 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T1.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.5; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T1.js; - * @description: Type(x) is Boolean; + * @section 9.5 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T1.js + * @description Type(x) is Boolean */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T2.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T2.js index 24c44bf86f..f99e6bdf54 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T2.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.5; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T2.js; - * @description: Type(x) is Number; + * @section 9.5 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T2.js + * @description Type(x) is Number */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T3.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T3.js index e03bc43854..ab19b4e26e 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T3.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T3.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.5; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T3.js; - * @description: Type(x) is String; + * @section 9.5 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T3.js + * @description Type(x) is String */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T4.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T4.js index 3ef765e44d..f3325310c7 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T4.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T4.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.5; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T4.js; - * @description: Type(x) is Object; + * @section 9.5 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A3.1_T4.js + * @description Type(x) is Object */ //CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T1.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T1.js index 911ec6770c..f05d9cb3a2 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T1.js @@ -4,9 +4,9 @@ /** * Operator uses floor, abs * - * @section: 9.5; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T1.js; - * @description: Use operator <<0; + * @section 9.5 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T1.js + * @description Use operator <<0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T2.js b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T2.js index 00e440bb55..124c333357 100644 --- a/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T2.js @@ -4,9 +4,9 @@ /** * Operator uses floor, abs * - * @section: 9.5; - * @path: 09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T2.js; - * @description: Use operator ~; + * @section 9.5 + * @path 09_Type_Conversion/9.5_ToInt32/S9.5_A3.2_T2.js + * @description Use operator ~ */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A1.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A1.js index d2c26f56b6..6441c62107 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A1.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A1.js @@ -4,9 +4,9 @@ /** * If value is NaN, +0, -0, +Infinity, or -Infinity, return +0 * - * @section: 9.6, 11.7.3; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A1.js; - * @description: For testing use operator >>>0; + * @section 9.6, 11.7.3 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A1.js + * @description For testing use operator >>>0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.1.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.1.js index 5988df0bf1..f024561245 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.1.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.1.js @@ -4,9 +4,9 @@ /** * ToUint32 returns values between 0 and 2^32-1 * - * @section: 9.6, 11.7.3; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A2.1.js; - * @description: Converting numbers, which are in\outside of Uint32 scopes, with >>>0 operator; + * @section 9.6, 11.7.3 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A2.1.js + * @description Converting numbers, which are in\outside of Uint32 scopes, with >>>0 operator */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.2.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.2.js index 71cae0a139..4720e03528 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.2.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A2.2.js @@ -4,9 +4,9 @@ /** * Compute result modulo 2^32 * - * @section: 9.6, 11.7.3; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A2.2.js; - * @description: Use operator >>>0; + * @section 9.6, 11.7.3 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A2.2.js + * @description Use operator >>>0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T1.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T1.js index 2b57e2257f..aff2c85e10 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T1.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.6; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T1.js; - * @description: Type(x) is Boolean; + * @section 9.6 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T1.js + * @description Type(x) is Boolean */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T2.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T2.js index 893ffdd5c3..e47abeb598 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T2.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.6; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T2.js; - * @description: Type(x) is Number; + * @section 9.6 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T2.js + * @description Type(x) is Number */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T3.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T3.js index 447663a71a..abdcc0fa86 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T3.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T3.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.6; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T3.js; - * @description: Type(x) is String; + * @section 9.6 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T3.js + * @description Type(x) is String */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T4.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T4.js index fa4f841bc9..de647b1668 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T4.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T4.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.6; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T4.js; - * @description: Type(x) is Object; + * @section 9.6 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A3.1_T4.js + * @description Type(x) is Object */ //CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.2_T1.js b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.2_T1.js index 67b4b22cf1..26863026db 100644 --- a/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.6_ToUint32/S9.6_A3.2_T1.js @@ -4,9 +4,9 @@ /** * Operator uses floor, abs * - * @section: 9.6; - * @path: 09_Type_Conversion/9.6_ToUint32/S9.6_A3.2_T1.js; - * @description: Use operator >>>0; + * @section 9.6 + * @path 09_Type_Conversion/9.6_ToUint32/S9.6_A3.2_T1.js + * @description Use operator >>>0 */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A1.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A1.js index bb99ca390a..afc7731770 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A1.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A1.js @@ -4,9 +4,9 @@ /** * If value is NaN, +0, -0, +Infinity, or -Infinity, return +0 * - * @section: 9.7, 15.5.3.2, 15.5.4.5; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A1.js; - * @description: For testing use String.fromCharCode(Number).charCodeAt(0) construction; + * @section 9.7, 15.5.3.2, 15.5.4.5 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A1.js + * @description For testing use String.fromCharCode(Number).charCodeAt(0) construction */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.1.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.1.js index 7fcc6767ce..c6cd5dfeb4 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.1.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.1.js @@ -4,9 +4,9 @@ /** * ToUint16 returns values between 0 and 2^16-1 * - * @section: 9.7, 11.7.3; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A2.1.js; - * @description: Converting numbers, which are in\outside of Uint16 scopes, with String.fromCharCode(Number).charCodeAt(0) construction; + * @section 9.7, 11.7.3 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A2.1.js + * @description Converting numbers, which are in\outside of Uint16 scopes, with String.fromCharCode(Number).charCodeAt(0) construction */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.2.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.2.js index 32c7ad93d4..9328e08460 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.2.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A2.2.js @@ -4,9 +4,9 @@ /** * Compute result modulo 2^16 * - * @section: 9.7, 11.7.3; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A2.2.js; - * @description: For testing use String.fromCharCode(Number).charCodeAt(0) construction; + * @section 9.7, 11.7.3 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A2.2.js + * @description For testing use String.fromCharCode(Number).charCodeAt(0) construction */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T1.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T1.js index 3c448e415a..bce85d841a 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T1.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.7; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T1.js; - * @description: Type(x) is Boolean; + * @section 9.7 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T1.js + * @description Type(x) is Boolean */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T2.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T2.js index a78b898726..cc5bfe98cf 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T2.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.7; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T2.js; - * @description: Type(x) is Number; + * @section 9.7 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T2.js + * @description Type(x) is Number */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T3.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T3.js index 4255ea021b..6220401d4a 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T3.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T3.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.7; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T3.js; - * @description: Type(x) is String; + * @section 9.7 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T3.js + * @description Type(x) is String */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T4.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T4.js index 421c5d07fb..fce85cc11b 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T4.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T4.js @@ -4,9 +4,9 @@ /** * Operator uses ToNumber * - * @section: 9.7; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T4.js; - * @description: Type(x) is Object; + * @section 9.7 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A3.1_T4.js + * @description Type(x) is Object */ //CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.2_T1.js b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.2_T1.js index a913e8d046..195ab2a831 100644 --- a/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.7_ToUint16/S9.7_A3.2_T1.js @@ -4,9 +4,9 @@ /** * Operator uses floor, abs * - * @section: 9.7; - * @path: 09_Type_Conversion/9.7_ToUint16/S9.7_A3.2_T1.js; - * @description: For testing use String.fromCharCode(Number).charCodeAt(0) construction; + * @section 9.7 + * @path 09_Type_Conversion/9.7_ToUint16/S9.7_A3.2_T1.js + * @description For testing use String.fromCharCode(Number).charCodeAt(0) construction */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A1.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A1.js index 3f40ff77f7..5762c04e04 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A1.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A1.js @@ -4,9 +4,9 @@ /** * If m is NaN, return the string "NaN" * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A1.js; - * @description: NaN convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A1.js + * @description NaN convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A10.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A10.js index 614421508d..0320a247ff 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A10.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A10.js @@ -9,9 +9,9 @@ * minus sign '-' according to whether n-1 is positive or negative, followed * by the decimal representation of the integer abs(n-1) (with no leading zeros) * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A10.js; - * @description: Various float numbers convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A10.js + * @description Various float numbers convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A2.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A2.js index 58a4c55421..91df400893 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A2.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A2.js @@ -4,9 +4,9 @@ /** * If m is +0 or -0, return the string "0" * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A2.js; - * @description: +0 and -0 convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A2.js + * @description +0 and -0 convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A3.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A3.js index ada346fd45..1717ffb9d2 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A3.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A3.js @@ -5,9 +5,9 @@ * If m is less than zero, return the string concatenation of the * string "-" and ToString(-m) * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A3.js; - * @description: -1234567890 convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A3.js + * @description -1234567890 convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A4.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A4.js index 27f082ac2e..f3ef8fd45b 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A4.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A4.js @@ -4,9 +4,9 @@ /** * If m is infinity, return the string "Infinity" * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A4.js; - * @description: +/-Infinity convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A4.js + * @description +/-Infinity convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A6.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A6.js index ea98db43ef..518716338d 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A6.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A6.js @@ -6,9 +6,9 @@ * consisting of the k digits of the decimal representation of s (in order, * with no leading zeroes), followed by n-k occurrences of the character '0' * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A6.js; - * @description: Various integer numbers convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A6.js + * @description Various integer numbers convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A7.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A7.js index 6ab9e84648..613486337b 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A7.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A7.js @@ -7,9 +7,9 @@ * the decimal representation of s, followed by a decimal point '.', * followed by the remaining k-n digits of the decimal representation of s * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A7.js; - * @description: 1.0000001 and -1.0000001 convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A7.js + * @description 1.0000001 and -1.0000001 convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A8.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A8.js index c00d5cbefd..7822d4ef6d 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A8.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A8.js @@ -7,9 +7,9 @@ * of the character '0', followed by the k digits of the decimal * representation of s * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A8.js; - * @description: Various float numbers convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A8.js + * @description Various float numbers convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T1.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T1.js index df6568bc68..73315b0bb4 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T1.js @@ -7,9 +7,9 @@ * sign '-' according to whether n-1 is positive or negative, followed by the * decimal representation of the integer abs(n-1) (with no leading zeros) * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T1.js; - * @description: Various big numbers convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T1.js + * @description Various big numbers convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T2.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T2.js index efa8112d6d..e225229294 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T2.js @@ -7,9 +7,9 @@ * sign '-' according to whether n-1 is positive or negative, followed by the * decimal representation of the integer abs(n-1) (with no leading zeros) * - * @section: 9.8.1; - * @path: 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T2.js; - * @description: Various float numbers with many zeros convert to String by explicit transformation; + * @section 9.8.1 + * @path 09_Type_Conversion/9.8_ToString/9.8.1_ToString_Applied_to_the_Number_Type/S9.8.1_A9_T2.js + * @description Various float numbers with many zeros convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T1.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T1.js index 27e70f3716..e6983094c4 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T1.js @@ -4,9 +4,9 @@ /** * Result of ToString conversion from undefined value is "undefined" * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A1_T1.js; - * @description: Undefined values is undefined, void 0 and eval("var x"). Use explicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A1_T1.js + * @description Undefined values is undefined, void 0 and eval("var x"). Use explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T2.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T2.js index 0c606d7a3b..72e18aa205 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A1_T2.js @@ -4,9 +4,9 @@ /** * Result of ToString conversion from undefined value is "undefined" * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A1_T2.js; - * @description: Undefined values is undefined, void 0 and eval("var x"). Use implicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A1_T2.js + * @description Undefined values is undefined, void 0 and eval("var x"). Use implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T1.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T1.js index f9c9224475..4e580d6de8 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T1.js @@ -4,9 +4,9 @@ /** * Result of ToString conversion from null value is "null" * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A2_T1.js; - * @description: null convert to String by explicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A2_T1.js + * @description null convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T2.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T2.js index 066e47195e..574543b89a 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A2_T2.js @@ -4,9 +4,9 @@ /** * Result of ToString conversion from null value is "null" * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A2_T2.js; - * @description: null convert to String by implicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A2_T2.js + * @description null convert to String by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T1.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T1.js index 297676760f..2dac53a2f7 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T1.js @@ -5,9 +5,9 @@ * Result of ToString conversion from boolean value is "true" if * the argument is "true", else is "false" * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A3_T1.js; - * @description: True and false convert to String by explicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A3_T1.js + * @description True and false convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T2.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T2.js index b3daedac8c..fc31866e01 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A3_T2.js @@ -5,9 +5,9 @@ * Result of ToString conversion from boolean value is "true" if * the argument is "true", else is "false" * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A3_T2.js; - * @description: True and false convert to String by implicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A3_T2.js + * @description True and false convert to String by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T1.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T1.js index e08f638517..332fe3aabb 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T1.js @@ -4,9 +4,9 @@ /** * Result of String conversion from string value is the input argument (no conversion) * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A4_T1.js; - * @description: Some strings convert to String with explicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A4_T1.js + * @description Some strings convert to String with explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T2.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T2.js index df019e199c..d05dd625e0 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A4_T2.js @@ -4,9 +4,9 @@ /** * Result of String conversion from string value is the input argument (no conversion) * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A4_T2.js; - * @description: Some strings convert to String by implicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A4_T2.js + * @description Some strings convert to String by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T1.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T1.js index 6c7bd1c967..92a7bb3df5 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T1.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T1.js @@ -5,9 +5,9 @@ * Result of String conversion from Object value is conversion * from primitive value * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A5_T1.js; - * @description: Some objects convert to String by explicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A5_T1.js + * @description Some objects convert to String by explicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T2.js b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T2.js index 1c928e626a..6b304a9326 100644 --- a/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T2.js +++ b/test/suite/converted/09_Type_Conversion/9.8_ToString/S9.8_A5_T2.js @@ -5,9 +5,9 @@ * Result of String conversion from Object value is conversion * from primitive value * - * @section: 9.8; - * @path: 09_Type_Conversion/9.8_ToString/S9.8_A5_T2.js; - * @description: Some objects convert to String by implicit transformation; + * @section 9.8 + * @path 09_Type_Conversion/9.8_ToString/S9.8_A5_T2.js + * @description Some objects convert to String by implicit transformation */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js index ed9a22a098..64bd9ed06b 100644 --- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js +++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A1.js @@ -4,9 +4,9 @@ /** * ToObject conversion from undefined value must throw TypeError * - * @section: 9.9; - * @path: 09_Type_Conversion/9.9_ToObject/S9.9_A1.js; - * @description: Trying to convert undefined to Object; + * @section 9.9 + * @path 09_Type_Conversion/9.9_ToObject/S9.9_A1.js + * @description Trying to convert undefined to Object */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js index 0c40d171ba..5452fbe7c9 100644 --- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js +++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A2.js @@ -4,9 +4,9 @@ /** * ToObject conversion from null value must throw TypeError * - * @section: 9.9; - * @path: 09_Type_Conversion/9.9_ToObject/S9.9_A2.js; - * @description: Trying to convert null to Object; + * @section 9.9 + * @path 09_Type_Conversion/9.9_ToObject/S9.9_A2.js + * @description Trying to convert null to Object */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A3.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A3.js index a9679bdc45..bf40d38d5a 100644 --- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A3.js +++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A3.js @@ -5,9 +5,9 @@ * ToObject conversion from Boolean: create a new Boolean object * whose [[value]] property is set to the value of the boolean * - * @section: 9.9; - * @path: 09_Type_Conversion/9.9_ToObject/S9.9_A3.js; - * @description: Trying to convert from Boolean to Object; + * @section 9.9 + * @path 09_Type_Conversion/9.9_ToObject/S9.9_A3.js + * @description Trying to convert from Boolean to Object */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A4.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A4.js index 364b436ef4..b31d12bdc8 100644 --- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A4.js +++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A4.js @@ -5,9 +5,9 @@ * ToObject conversion from Number: create a new Number object * whose [[value]] property is set to the value of the number * - * @section: 9.9; - * @path: 09_Type_Conversion/9.9_ToObject/S9.9_A4.js; - * @description: Converting from various numbers to Object; + * @section 9.9 + * @path 09_Type_Conversion/9.9_ToObject/S9.9_A4.js + * @description Converting from various numbers to Object */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A5.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A5.js index f178be8d00..7779877b30 100644 --- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A5.js +++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A5.js @@ -5,9 +5,9 @@ * ToObject conversion from String: create a new String object * whose [[value]] property is set to the value of the string * - * @section: 9.9; - * @path: 09_Type_Conversion/9.9_ToObject/S9.9_A5.js; - * @description: Converting from various strings to Object; + * @section 9.9 + * @path 09_Type_Conversion/9.9_ToObject/S9.9_A5.js + * @description Converting from various strings to Object */ // CHECK#1 diff --git a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A6.js b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A6.js index 118d55004b..5c777e26b4 100644 --- a/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A6.js +++ b/test/suite/converted/09_Type_Conversion/9.9_ToObject/S9.9_A6.js @@ -5,9 +5,9 @@ * ToObject conversion from Object: The result is the input * argument (no conversion) * - * @section: 9.9; - * @path: 09_Type_Conversion/9.9_ToObject/S9.9_A6.js; - * @description: Converting from Objects to Object; + * @section 9.9 + * @path 09_Type_Conversion/9.9_ToObject/S9.9_A6.js + * @description Converting from Objects to Object */ function MyObject( val ) { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A1.js index 7e21f24b9d..f5e86bd6a2 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A1.js @@ -5,9 +5,9 @@ * If the caller supplies fewer parameter values than there are * formal parameters, the extra formal parameters have value undefined * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A1.js; - * @description: Calling function excluding a few parameters; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A1.js + * @description Calling function excluding a few parameters */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js index 4f3675cbcf..cf2332b4aa 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js @@ -6,9 +6,9 @@ * the same property, the corresponding property is given the value that was * supplied for the last parameter with this name * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js; - * @description: Creating functions initialized with two or more formal parameters, which have the same name; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A2.js + * @description Creating functions initialized with two or more formal parameters, which have the same name */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A3.js index b113628fd7..4f5cb451e6 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A3.js @@ -6,10 +6,10 @@ * name as some previous parameters do) was not supplied by the * caller, the value of the corresponding property is undefined * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/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; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/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 */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js index 9e3ce04778..f666e8c9d6 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js @@ -7,9 +7,9 @@ * value and attributes. Semantically, this step must follow the creation of * FormalParameterList properties * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js; - * @description: Checking existence of a function with passed parameter; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T1.js + * @description Checking existence of a function with passed parameter */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T2.js index 429687d4b7..8a02ea25ba 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T2.js @@ -7,9 +7,9 @@ * value and attributes. Semantically, this step must follow the creation of * FormalParameterList properties * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T2.js; - * @description: Checking existence of a function with declared variable; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A4_T2.js + * @description Checking existence of a function with declared variable */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T1.js index a890699a79..221509f503 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T1.js @@ -7,9 +7,9 @@ * in the VariableDeclaration or VariableDeclarationNoIn, whose value is * undefined and whose attributes are determined by the type of code * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T1.js; - * @description: Checking variable existence only; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T1.js + * @description Checking variable existence only */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T2.js index 7d15303822..d7f59ebe96 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T2.js @@ -7,9 +7,9 @@ * in the VariableDeclaration or VariableDeclarationNoIn, whose value is * undefined and whose attributes are determined by the type of code * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T2.js; - * @description: Checking existence of the variable object property with formal parameter; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.1_T2.js + * @description Checking existence of the variable object property with formal parameter */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.2_T1.js index ab7aa8fcc0..f2c80db8f5 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.2_T1.js @@ -6,9 +6,9 @@ * name of a declared variable, the value of the property and its attributes * are not changed * - * @section: 10.1.3; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.2_T1.js; - * @description: Checking existence of the variable object property with formal parameter; + * @section 10.1.3 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.3_Variable_Instantiation/S10.1.3_A5.2_T1.js + * @description Checking existence of the variable object property with formal parameter */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T1.js index 3216ec7cca..5a12617b73 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T1.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T1.js; - * @description: Checking scope chain containing function declarations; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T1.js + * @description Checking scope chain containing function declarations */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T2.js index 8856f73c99..4b002e4bd7 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T2.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T2.js; - * @description: Checking scope chain containing function declarations; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T2.js + * @description Checking scope chain containing function declarations */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T3.js index e125fdb3e4..5786813122 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T3.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T3.js; - * @description: Checking scope chain containing function declarations; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T3.js + * @description Checking scope chain containing function declarations */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T4.js index dc9fa0652b..52f6cee19d 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T4.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T4.js; - * @description: Checking scope chain containing function declarations; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T4.js + * @description Checking scope chain containing function declarations */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js index 043f65fd2a..c56f7bf816 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js; - * @description: Checking scope chain containing function declarations and "with"; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T5.js + * @description Checking scope chain containing function declarations and "with" */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js index ad95951bf9..77ee5c866d 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js; - * @description: Checking scope chain containing function declarations and "with"; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T6.js + * @description Checking scope chain containing function declarations and "with" */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js index d7a7e975da..80f23356cc 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js; - * @description: Checking scope chain containing function declarations and "with"; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T7.js + * @description Checking scope chain containing function declarations and "with" */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js index 7f56dfddc3..519584553a 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js; - * @description: Checking scope chain containing function declarations and "with"; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T8.js + * @description Checking scope chain containing function declarations and "with" */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js index 8750b61a55..3ec2377de0 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js @@ -6,9 +6,9 @@ * A scope chain is a list of objects that are searched when evaluating an * Identifier * - * @section: 10.1.4; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js; - * @description: Checking scope chain containing function declarations and "with"; + * @section 10.1.4 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.4_Scope_Chain_and_Identifier_Resolution/S10.1.4_A1_T9.js + * @description Checking scope chain containing function declarations and "with" */ var x = 0; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T1.js index e39bc7125d..0db5b9219e 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T1.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T1.js; - * @description: Global execution context - Value Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T1.js + * @description Global execution context - Value Properties */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T2.js index d938a62591..686ecf8ff7 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T2.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T2.js; - * @description: Global execution context - Function Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T2.js + * @description Global execution context - Function Properties */ //CHECK#4 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T3.js index f9b94a6217..d4914c1fb4 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T3.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T3.js; - * @description: Global execution context - Constructor Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T3.js + * @description Global execution context - Constructor Properties */ //CHECK#13 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T4.js index d7e53954e7..dbe12edf93 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T4.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T4.js; - * @description: Global execution context - Other Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.1_T4.js + * @description Global execution context - Other Properties */ //CHECK#27 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T1.js index c98897a993..44eac60921 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T1.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T1.js; - * @description: Function execution context - Value Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T1.js + * @description Function execution context - Value Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T2.js index bd100fec79..7d505f70fb 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T2.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T2.js; - * @description: Function execution context - Function Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T2.js + * @description Function execution context - Function Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T3.js index fc1eb7eaa9..3c0d979278 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T3.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T3.js; - * @description: Function execution context - Constructor Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T3.js + * @description Function execution context - Constructor Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T4.js index 245e6dc7c2..d988986ae0 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T4.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T4.js; - * @description: Function execution context - Other Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.2_T4.js + * @description Function execution context - Other Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T1.js index c7bdcd180f..b988881247 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T1.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T1.js; - * @description: Eval execution context - Value Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T1.js + * @description Eval execution context - Value Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T2.js index 5171724f4f..8caedbd353 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T2.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T2.js; - * @description: Eval execution context - Function Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T2.js + * @description Eval execution context - Function Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T3.js index ffcd4f31bd..bae6691267 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T3.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T3.js; - * @description: Eval execution context - Constructor Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T3.js + * @description Eval execution context - Constructor Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T4.js index 46b1bda43e..c3d80bdfcb 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T4.js @@ -5,9 +5,9 @@ * Global object has properties such as built-in objects such as * Math, String, Date, parseInt, etc * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T4.js; - * @description: Eval execution context - Other Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A1.3_T4.js + * @description Eval execution context - Other Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T1.js index 4574ef4bfd..83472e5115 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T1.js; - * @description: Global execution context - Value Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T1.js + * @description Global execution context - Value Properties */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T2.js index a156d0e761..38a68592f9 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T2.js; - * @description: Global execution context - Function Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T2.js + * @description Global execution context - Function Properties */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3.js index 56620a7f51..c5d3249bfe 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3.js; - * @description: Global execution context - Constructor Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T3.js + * @description Global execution context - Constructor Properties */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T4.js index 22e5237c9a..a93432ca72 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T4.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T4.js; - * @description: Global execution context - Other Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.1_T4.js + * @description Global execution context - Other Properties */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T1.js index 53967d00c1..a11a5eb443 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T1.js; - * @description: Function execution context - Value Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T1.js + * @description Function execution context - Value Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T2.js index 7b8265ff3b..a36e21ec87 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T2.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T2.js; - * @description: Function execution context - Function Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T2.js + * @description Function execution context - Function Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3.js index 1b4482fa7d..c8ae268c42 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3.js; - * @description: Function execution context - Constructor Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T3.js + * @description Function execution context - Constructor Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T4.js index cf035a464c..a35a0e6ad5 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T4.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T4.js; - * @description: Function execution context - Other Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.2_T4.js + * @description Function execution context - Other Properties */ function test() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T1.js index 1a4ad3c866..3a12dbbc7d 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T1.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T1.js; - * @description: Global execution context - Value Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T1.js + * @description Global execution context - Value Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T2.js index ee45c4ac0a..6a273933d0 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T2.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T2.js; - * @description: Global execution context - Function Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T2.js + * @description Global execution context - Function Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3.js index 490624e784..b90f70d572 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3.js; - * @description: Global execution context - Constructor Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T3.js + * @description Global execution context - Constructor Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T4.js index 4ddade9477..4a68a116d1 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T4.js @@ -4,9 +4,9 @@ /** * Global object properties have attributes { DontEnum } * - * @section: 10.1.5, 15.1; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T4.js; - * @description: Global execution context - Other Properties; + * @section 10.1.5, 15.1 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.5_Global_Object/S10.1.5_A2.3_T4.js + * @description Global execution context - Other Properties */ var evalStr = diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A1.js index 8df31d21f2..c2a613b185 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A1.js @@ -5,9 +5,9 @@ * When control enters an execution context for function code, * an arguments object is created and initialised * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A1.js; - * @description: Executing function which uses arguments object; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A1.js + * @description Executing function which uses arguments object */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A2.js index 86189a9375..6f6d366dfe 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A2.js @@ -6,9 +6,9 @@ * created arguments object is the original Object prototype object, the one * that is the initial value of Object.prototype * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A2.js; - * @description: Checking arguments.constructor.prototype===Object.prototype; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A2.js + * @description Checking arguments.constructor.prototype===Object.prototype */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T1.js index ebcb0e47d5..691d6b0574 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T1.js @@ -5,9 +5,9 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T1.js; - * @description: Checking existence of arguments.callee property; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T1.js + * @description Checking existence of arguments.callee property */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.js index 9da3925791..2dc3fd9752 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.js @@ -5,9 +5,9 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.js; - * @description: Checking if enumerating the arguments.callee property fails; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T2.js + * @description Checking if enumerating the arguments.callee property fails */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js index 7a7cbf47c0..a99bf4191d 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js @@ -5,9 +5,9 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js; - * @description: Checking if deleting arguments.callee property fails; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T3.js + * @description Checking if deleting arguments.callee property fails */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js index 45444795a7..cc7c5e0323 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js @@ -5,9 +5,9 @@ * A property is created with name callee with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js; - * @description: Overriding arguments.callee property; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A3_T4.js + * @description Overriding arguments.callee property */ var str = "something different"; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js index 5ee54359cc..7bbbccba83 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js @@ -5,9 +5,9 @@ * The initial value of the created property callee is the * Function object being executed * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js; - * @description: Checking that arguments.callee === function object; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A4.js + * @description Checking that arguments.callee === function object */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T1.js index 66878efb1a..777fe9e552 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T1.js @@ -5,9 +5,9 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T1.js; - * @description: Checking existence of arguments.length property; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T1.js + * @description Checking existence of arguments.length property */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T2.js index 6f58d3e1fb..7b07841300 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T2.js @@ -5,9 +5,9 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T2.js; - * @description: Checking if enumerating the arguments.length property fails; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T2.js + * @description Checking if enumerating the arguments.length property fails */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T3.js index 5d9ba5ff03..c8f26f2d8a 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T3.js @@ -5,9 +5,9 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T3.js; - * @description: Checking if deleting arguments.length property fails; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T3.js + * @description Checking if deleting arguments.length property fails */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js index 3d319b63d9..6ce60545b0 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js @@ -5,9 +5,9 @@ * A property is created with name length with property * attributes { DontEnum } and no others * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js; - * @description: Overriding arguments.length property; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A5_T4.js + * @description Overriding arguments.length property */ var str = "something different"; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A6.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A6.js index 87d07a702a..4416fb8f07 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A6.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A6.js @@ -5,9 +5,9 @@ * The initial value of the created property length is the number * of actual parameter values supplied by the caller * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A6.js; - * @description: Create function, that returned arguments.length; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A6.js + * @description Create function, that returned arguments.length */ function f1(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A7.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A7.js index 03881e27eb..675ff9643f 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A7.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A7.js @@ -4,9 +4,9 @@ /** * Get arguments of function * - * @section: 10.1.8; - * @path: 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A7.js; - * @description: Use property arguments; + * @section 10.1.8 + * @path 10_Execution_Contexts/10.1_Definitions/10.1.8_Arguments_Object/S10.1.8_A7.js + * @description Use property arguments */ function f1() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T1.js index 9fa5be4b64..a2f689da9a 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T1.js @@ -5,9 +5,9 @@ * 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 * - * @section: 10.1.1; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T1.js; - * @description: Defining function by a FunctionDeclaration; + * @section 10.1.1 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T1.js + * @description Defining function by a FunctionDeclaration */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T2.js index 494bbe3456..b5795a7e11 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T2.js @@ -5,9 +5,9 @@ * 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 * - * @section: 10.1.1; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T2.js; - * @description: Creating function dynamically by using a FunctionExpression; + * @section 10.1.1 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T2.js + * @description Creating function dynamically by using a FunctionExpression */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T3.js index d886d5f168..19dd29a197 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T3.js @@ -5,9 +5,9 @@ * 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 * - * @section: 10.1.1; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T3.js; - * @description: Creating function dynamically by using the built-in Function object as a constructor; + * @section 10.1.1 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A1_T3.js + * @description Creating function dynamically by using the built-in Function object as a constructor */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A2_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A2_T1.js index 3505ac11ec..b7c04c58c3 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.1_A2_T1.js @@ -5,9 +5,9 @@ * There are two types of Function objects. Internal functions * are built-in objects of the language, such as parseInt and Math.exp * - * @section: 10.1.1; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.1_A2_T1.js; - * @description: Checking types of parseInt and Math.exp; + * @section 10.1.1 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.1_A2_T1.js + * @description Checking types of parseInt and Math.exp */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js index 52e13fae48..b4535662cb 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js @@ -4,9 +4,9 @@ /** * The activation object is initialised with a property with name arguments and attributes {DontDelete} * - * @section: 10.1.6; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js; - * @description: Checking ifdeleting function parameter is possible; + * @section 10.1.6 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T1.js + * @description Checking ifdeleting function parameter is possible */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T2.js index c095a10da7..609d6e40b0 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T2.js @@ -4,9 +4,9 @@ /** * The activation object is initialised with a property with name arguments and attributes {DontDelete} * - * @section: 10.1.6; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T2.js; - * @description: Checking funtion which returns property "arguments"; + * @section 10.1.6 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T2.js + * @description Checking funtion which returns property "arguments" */ var ARG_STRING = "value of the argument property"; diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js index 215b7a4c4f..66cacbf89c 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js @@ -4,9 +4,9 @@ /** * The activation object is initialised with a property with name arguments and attributes {DontDelete} * - * @section: 10.1.6; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js; - * @description: Checking function which returns "this"; + * @section 10.1.6 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.6_A1_T3.js + * @description Checking function which returns "this" */ function f1() { diff --git a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.7_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.7_A1_T1.js index b06be097d5..4eae34510b 100644 --- a/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.7_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.1_Definitions/S10.1.7_A1_T1.js @@ -4,9 +4,9 @@ /** * The this value associated with an executioncontext is immutable * - * @section: 10.1.7; - * @path: 10_Execution_Contexts/10.1_Definitions/S10.1.7_A1_T1.js; - * @description: Checking if deleting "this" fails; + * @section 10.1.7 + * @path 10_Execution_Contexts/10.1_Definitions/S10.1.7_A1_T1.js + * @description Checking if deleting "this" fails */ //CHECK#1 diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js index f6b42ed239..4c54bb83e8 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js @@ -5,9 +5,9 @@ * Variable instantiation is performed using the global object as * the variable object and using property attributes { DontDelete } * - * @section: 10.2.1; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js; - * @description: Checking if deleting variable x, that is defined as var x = 1, fails; + * @section 10.2.1 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T1.js + * @description Checking if deleting variable x, that is defined as var x = 1, fails */ var x = 1; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js index a44ec3ae43..b7529f1849 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js @@ -5,9 +5,9 @@ * Variable instantiation is performed using the global object as * the variable object and using property attributes { DontDelete } * - * @section: 10.2.1; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js; - * @description: Checking if deleting variable x, that is defined as x = 1, fails; + * @section 10.2.1 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.1_Global_Code/S10.2.1_A1_T2.js + * @description Checking if deleting variable x, that is defined as x = 1, fails */ x = 1; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.js index 741fd34b05..2fd9f76b4d 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.js index 741f3ff94c..c5b58d7f30 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.js index 0366f6e245..c362dc2b4b 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.js index df87bc6dcc..453c6e11d9 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js index fbf64f3c01..adfced9062 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.js index b0848fc190..4a53cf02d7 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.js index 4004eabaa5..69a334ee3c 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.js index c56582ca88..924c876d6c 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.js index 233f0e581c..cb2f0f9cdb 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.js index 1fd58619bd..559307b883 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.js index 7dab029b81..5821d027ac 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.js + * @description eval within global execution context */ var i; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.js index c1b50a0641..004d38d3f7 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.js index 122433990e..be96d33bbf 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.js index 321db15a61..b6aea1b039 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.js index 69db78bb54..3444fde2e8 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.js index 9830c4600e..be294bed46 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.js index d341246511..bfd01eff0a 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.js index e02f5a834c..4c0445255d 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.js index 134c92a92a..74b93600ec 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.js index 1583f73c46..679d1aa14f 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.js index eab7c47143..903906d521 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.js index 994deebf52..caf1ecc3da 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.js @@ -5,9 +5,9 @@ * The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain * - * @section: 10.2.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.js; - * @description: eval within global execution context; + * @section 10.2.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.js + * @description eval within global execution context */ function f(){ diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T1.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T1.js index 73771f22a3..b4dd1379fe 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T1.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T1.js @@ -4,9 +4,9 @@ /** * Every function call enters a new execution context * - * @section: 10.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T1.js; - * @description: Sequence of function calls; + * @section 10.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T1.js + * @description Sequence of function calls */ var y; diff --git a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T2.js b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T2.js index 549a98be1c..10462f1ddd 100644 --- a/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T2.js +++ b/test/suite/converted/10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T2.js @@ -4,9 +4,9 @@ /** * Every function call enters a new execution context * - * @section: 10.2; - * @path: 10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T2.js; - * @description: Recursive function call; + * @section 10.2 + * @path 10_Execution_Contexts/10.2_Entering_An_Execution_Context/S10.2_A1.1_T2.js + * @description Recursive function call */ var y; diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A1.js index 38d0d87d40..e20d615b27 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between BitwiseANDExpression and "&" or between "&" and EqualityExpression are allowed * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A1.js; - * @description: Checking uses eval; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A1.js + * @description Checking uses eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T1.js index bfaf3d97aa..fe66f31096 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x & y uses GetValue * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T2.js index 5062b29079..2c4c5072d7 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x & y uses GetValue * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T3.js index 21fa0d3365..c11dc9a8c8 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x & y uses GetValue * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.2_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.2_T1.js index c511e929c2..8956c6d22b 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x & y uses [[Default Value]] * - * @section: 11.10.1, 8.6.2.6; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.10.1, 8.6.2.6 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.3_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.3_T1.js index 41c8be22ca..3f1ec90c83 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToInt32(first expression) is called first, and then ToInt32(second expression) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.3_T1.js; - * @description: Checking by using "throw"; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.3_T1.js + * @description Checking by using "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T1.js index 9ae447ab77..86d8db404e 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T2.js index c0444f8f8e..c14f180007 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js index de34295ad3..923ab52edb 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.1.js index 8454bd934a..4c5638691c 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.1.js; - * @description: Type(x) and Type(y) are primitive boolean and Boolean object; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.1.js + * @description Type(x) and Type(y) are primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.2.js index e4a23c2c6b..855b1c4137 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.2.js; - * @description: Type(x) and Type(y) are primitive number and Number object; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.2.js + * @description Type(x) and Type(y) are primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.3.js index 3b66609e51..d183c226f5 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.3.js; - * @description: Type(x) and Type(y) are primitive string and String object; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.3.js + * @description Type(x) and Type(y) are primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.4.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.4.js index 7e31dc00e6..137e409dba 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.4.js; - * @description: Type(x) and Type(y) are null and undefined; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.4.js + * @description Type(x) and Type(y) are null and undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.5.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.5.js index a33c2a4bd7..24fc085cb8 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.5.js; - * @description: Type(x) and Type(y) are Object object and Function object; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T1.5.js + * @description Type(x) and Type(y) are Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.1.js index 13ef2059f6..231a43e89b 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.2.js index 76f38e0375..c08ccdb341 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.3.js index 3539815b14..d325ad2d26 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.4.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.4.js index 0726387f1e..8c4fa8840f 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.5.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.5.js index 56b44fa64f..a9b4f2f865 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.5.js; - * @description: Type(x) us different from Type(y) and both types are String (primitive or object) or Boolean (primitive and object); + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.5.js + * @description Type(x) us different from Type(y) and both types are String (primitive or object) or Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.6.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.6.js index 56d71b3a20..2fbc1741da 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.7.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.7.js index 558ba16d42..cbceb5467f 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.8.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.8.js index b8f4d24141..91d9ec87a6 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.9.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.9.js index 8e0f39e4a7..271fad6aea 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x & y returns ToNumber(x) & ToNumber(y) * - * @section: 11.10.1; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.10.1 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.1_AND_Operator/S11.10.1_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A1.js index dd1bad5e55..6b96071cdc 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between BitwiseXORExpression and "^" or between "^" and BitwiseANDExpression are allowed * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A1.js; - * @description: The check uses eval; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A1.js + * @description The check uses eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T1.js index 830f55cdba..10ccf1d161 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x ^ y uses GetValue * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T2.js index e1c10f0674..d45a6adad2 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x ^ y uses GetValue * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T3.js index 1c2dd80518..14e123aac3 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x ^ y uses GetValue * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.2_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.2_T1.js index e1b3e7b9e3..dd68f5be78 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x ^ y uses [[Default Value]] * - * @section: 11.10.2, 8.6.2.6; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.10.2, 8.6.2.6 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.3_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.3_T1.js index 1d70951525..b19b1c4e91 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToInt32(first expression) is called first, and then ToInt32(second expression) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T1.js index b69304813d..6610e20a1b 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T2.js index 0c2bf7c11f..36bf0c2bb2 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js index 7cdd33e328..fe00a0fb5a 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.1.js index 7da7a8724c..f067c82601 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.1.js; - * @description: Type(x) and Type(y) are primitive boolean and Boolean object; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.1.js + * @description Type(x) and Type(y) are primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.2.js index 0ebe5fd3ff..1497ee05c3 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.2.js; - * @description: Type(x) and Type(y) are primitive number and Number object; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.2.js + * @description Type(x) and Type(y) are primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.3.js index 5a407161d7..48d4488aac 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.3.js; - * @description: Type(x) and Type(y) are primitive string and String object; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.3.js + * @description Type(x) and Type(y) are primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.4.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.4.js index 87af7b700a..20170517ad 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.4.js; - * @description: Type(x) and Type(y) are null and undefined; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.4.js + * @description Type(x) and Type(y) are null and undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.5.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.5.js index 326aaea524..54904e0c04 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.5.js; - * @description: Type(x) and Type(y) are Object object and Function object; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T1.5.js + * @description Type(x) and Type(y) are Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.1.js index 6bfbb45935..5b2f96c75a 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.2.js index 926327d814..ababc1bda9 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.3.js index 702f274573..ba86eec5d1 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.4.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.4.js index ddff04b0cf..c026af649b 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.5.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.5.js index 759da627b7..9702d0e1fd 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.6.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.6.js index cb2e6a735c..86ad8ddaa4 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.7.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.7.js index 7c2d8cd6c2..d21571e8a5 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.8.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.8.js index 9ccea42fe5..24ca19a5fc 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.9.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.9.js index 3a738e145f..431be5dc6c 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x ^ y returns ToNumber(x) ^ ToNumber(y) * - * @section: 11.10.2; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.10.2 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.2_XOR_Operator/S11.10.2_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A1.js index 7a8df72b24..f5b335221d 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between BitwiseORExpression and "|" or between "|" and BitwiseXORExpression are allowed * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A1.js; - * @description: Checking by using eval; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T1.js index f00124c8c9..7cb8e7c3ce 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x | y uses GetValue * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T2.js index 0c433362dd..9f7c703fdf 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x | y uses GetValue * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T3.js index 7b33aa9d27..ed6e4dbb9c 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x | y uses GetValue * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.2_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.2_T1.js index 7ec6153e1c..8e010c341a 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x | y uses [[Default Value]] * - * @section: 11.10.3, 8.6.2.6; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.10.3, 8.6.2.6 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.3_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.3_T1.js index c92449ae71..675de82695 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToInt32(first expression) is called first, and then ToInt32(second expression) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T1.js index 188870359a..d66103ea39 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T2.js index e169cc9b0c..1632271a63 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js index cdec46a316..8b299bcae0 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.1.js index b48324c56e..592448223f 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.2.js index 90332287fa..d21c89bc8a 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.3.js index 9b842d1595..8cc2c250aa 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.4.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.4.js index 5ecda4fa35..7b1cb62bf6 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.5.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.5.js index 367122a224..e36163def5 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.1.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.1.js index b1ece83ccd..0f0a565004 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.2.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.2.js index e054b8070b..643008240f 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.3.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.3.js index 6145b38dd8..3f842c2c04 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.4.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.4.js index 5f92d92607..011d758e00 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.5.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.5.js index 60b255b8c7..73d461a673 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.6.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.6.js index fc429c5f23..19bcc69f44 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.7.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.7.js index de1e0e2e50..8dee65e71c 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.8.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.8.js index d56306b35e..d33c9092b9 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.9.js b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.9.js index e6fd58d28b..72f34eed4d 100644 --- a/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x | y returns ToNumber(x) | ToNumber(y) * - * @section: 11.10.3; - * @path: 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.10.3 + * @path 11_Expressions/11.10_Binary_Bitwise_Operators/11.10.3_OR_Operator/S11.10.3_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A1.js index 3d7359a5c1..9480fb18b5 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LogicalANDExpression and "&&" or between "&&" and BitwiseORExpression are allowed * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A1.js; - * @description: Checking by using eval; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T1.js index 5b9dea0c33..8064e0d661 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x && y uses GetValue * - * @section: 11.11.1, 8.7.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.11.1, 8.7.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T2.js index e8e05bf05d..beb704bbd7 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x && y uses GetValue * - * @section: 11.11.1, 8.7.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.11.1, 8.7.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T3.js index e1ba3d1139..1eb880e072 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x && y uses GetValue * - * @section: 11.11.1, 8.7.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T3.js; - * @description: If ToBoolean(x) is true and GetBase(y) is null, throw ReferenceError; + * @section 11.11.1, 8.7.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T3.js + * @description If ToBoolean(x) is true and GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T4.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T4.js index e42a43456b..8eccf7b39a 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T4.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T4.js @@ -4,9 +4,9 @@ /** * Operator x && y uses GetValue * - * @section: 11.11.1, 8.7.1, 16; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T4.js; - * @description: If ToBoolean(x) is false and GetBase(y) is null, return false; + * @section 11.11.1, 8.7.1, 16 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.1_T4.js + * @description If ToBoolean(x) is false and GetBase(y) is null, return false */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T1.js index 60a8e0af14..c4a16a1779 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T2.js index e91268d15d..6d227fb348 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js index 50bef2c84c..db9da54cb9 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T1.js index a8c440cb74..717a03829b 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T1.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return x * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T1.js; - * @description: Type(x) is primitive boolean and Type(y) is changed between primitive boolean and Boolean object; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T1.js + * @description Type(x) is primitive boolean and Type(y) is changed between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T2.js index 7ea608c2a8..b0a320f7d1 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T2.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return x * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T3.js index fd79998a5a..40a3755ff6 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T3.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return x * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T4.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T4.js index b04f455714..cd60578454 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T4.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return x * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T4.js; - * @description: Type(x) or Type(y) is changed between null and undefined; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A3_T4.js + * @description Type(x) or Type(y) is changed between null and undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T1.js index a49c52f9f8..d69b8ef274 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T1.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T2.js index 0a653d6795..02204f6b5e 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T2.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T3.js index 1ed87c4f95..14848f5d2a 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T3.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T4.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T4.js index 6d72c93216..69d1748220 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T4.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.11.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T4.js; - * @description: Type(x) or Type(y) is changed between null and undefined; + * @section 11.11.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.1_Logical_AND_Operator/S11.11.1_A4_T4.js + * @description Type(x) or Type(y) is changed between null and undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A1.js index 73d1f3bf2f..0c293c5046 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LogicalORExpression and "||" or between "||" and LogicalANDExpression are allowed * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A1.js; - * @description: Checking by using eval; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T1.js index 54aa7198ed..72f1d08752 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x || y uses GetValue * - * @section: 11.11.2, 8.7.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.11.2, 8.7.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T2.js index e65fcf813f..f27260f84a 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x || y uses GetValue * - * @section: 11.11.2, 8.7.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.11.2, 8.7.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T3.js index 277aa68715..d5eadc87bc 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x || y uses GetValue * - * @section: 11.11.2, 8.7.1; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T3.js; - * @description: If ToBoolean(x) is false and GetBase(y) is null, throw ReferenceError; + * @section 11.11.2, 8.7.1 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T3.js + * @description If ToBoolean(x) is false and GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T4.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T4.js index b811d467b3..2939eea809 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T4.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T4.js @@ -4,9 +4,9 @@ /** * Operator x || y uses GetValue * - * @section: 11.11.2, 8.7.1, 16; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T4.js; - * @description: If ToBoolean(x) is true and GetBase(y) is null, return true; + * @section 11.11.2, 8.7.1, 16 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.1_T4.js + * @description If ToBoolean(x) is true and GetBase(y) is null, return true */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T1.js index 1905c1bf3a..a8ee8ea979 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T2.js index a285facff3..e2fb3369c1 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js index e6c0186e29..6c39582160 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T1.js index c5eb3ff9f4..09b20d34c1 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T1.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return y * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T2.js index b927781870..8ac55a27a8 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T2.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return y * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T3.js index 6f37f0a9b5..8e335edb2c 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T3.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return y * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T4.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T4.js index 8c80934f80..753d84b6b4 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T4.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return y * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T4.js; - * @description: Type(x) or Type(y) is changed between null and undefined; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A3_T4.js + * @description Type(x) or Type(y) is changed between null and undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T1.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T1.js index 4b93dd82cd..5682c37e36 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T1.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return x * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T2.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T2.js index 3f68aacbcd..b6eba617fc 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T2.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return x * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T3.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T3.js index b5e2c9d7e5..bfbb87dced 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T3.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return x * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T4.js b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T4.js index 477f7de687..684352d68f 100644 --- a/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T4.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return x * - * @section: 11.11.2; - * @path: 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T4.js; - * @description: Type(x) or Type(y) vary between Null and Undefined; + * @section 11.11.2 + * @path 11_Expressions/11.11_Binary_Logical_Operators/11.11.2_Logical_OR_Operator/S11.11.2_A4_T4.js + * @description Type(x) or Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A1.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A1.js index f36fb6d418..38eb0ddfae 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A1.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LogicalORExpression and "?" or between "?" and AssignmentExpression or between AssignmentExpression and ":" or between ":" and AssignmentExpression are allowed * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A1.js; - * @description: Checking by using eval; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T1.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T1.js index 62a66aa286..7d0d881825 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x ? y : z uses GetValue * - * @section: 11.12, 8.7.1; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.12, 8.7.1 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T2.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T2.js index 0224632d56..643b299e64 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x ? y : z uses GetValue * - * @section: 11.12, 8.7.1; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.12, 8.7.1 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T3.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T3.js index 8b3525385d..ec73488470 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x ? y : z uses GetValue * - * @section: 11.12, 8.7.1; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T3.js; - * @description: If ToBoolean(x) is true and GetBase(y) is null, throw ReferenceError; + * @section 11.12, 8.7.1 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T3.js + * @description If ToBoolean(x) is true and GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T4.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T4.js index 1b233cef62..47be26de15 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T4.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T4.js @@ -4,9 +4,9 @@ /** * Operator x ? y : z uses GetValue * - * @section: 11.12, 8.7.1; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T4.js; - * @description: If ToBoolean(x) is false and GetBase(z) is null, throw ReferenceError; + * @section 11.12, 8.7.1 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T4.js + * @description If ToBoolean(x) is false and GetBase(z) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T5.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T5.js index 989731a715..0f04cd76aa 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T5.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T5.js @@ -4,9 +4,9 @@ /** * Operator x ? y : z uses GetValue * - * @section: 11.12, 8.7.1, 16; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T5.js; - * @description: If ToBoolean(x) is true and GetBase(z) is null, return y; + * @section 11.12, 8.7.1, 16 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T5.js + * @description If ToBoolean(x) is true and GetBase(z) is null, return y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T6.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T6.js index db070702fd..cee85bd091 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T6.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T6.js @@ -4,9 +4,9 @@ /** * Operator x ? y : z uses GetValue * - * @section: 11.12, 8.7.1, 16; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T6.js; - * @description: If ToBoolean(x) is false and GetBase(y) is null, return z; + * @section 11.12, 8.7.1, 16 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A2.1_T6.js + * @description If ToBoolean(x) is false and GetBase(y) is null, return z */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T1.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T1.js index 4277ba596f..0e772cd7ac 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T1.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return z * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T1.js; - * @description: Type(y) and Type(z) are boolean primitives; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T1.js + * @description Type(y) and Type(z) are boolean primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T2.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T2.js index c031865b24..a77909da5c 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T2.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return z * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T2.js; - * @description: Type(y) and Type(z) are number primitives; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T2.js + * @description Type(y) and Type(z) are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T3.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T3.js index dd9a6e643e..025d67bf29 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T3.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return z * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T3.js; - * @description: Type(y) and Type(z) are string primitives; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T3.js + * @description Type(y) and Type(z) are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T4.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T4.js index 39df84d773..d2b03c5b42 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A3_T4.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is false, return z * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T4.js; - * @description: Type(x) or Type(y) is changed between null and undefined; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A3_T4.js + * @description Type(x) or Type(y) is changed between null and undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T1.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T1.js index c9b344be84..c72fd2dfea 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T1.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T1.js; - * @description: Type(y) and Type(z) are boolean primitives; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T1.js + * @description Type(y) and Type(z) are boolean primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T2.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T2.js index 3d3c8284f9..748d07c595 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T2.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T2.js; - * @description: Type(y) and Type(z) are number primitives; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T2.js + * @description Type(y) and Type(z) are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T3.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T3.js index 0a77b551b8..71b2b38713 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T3.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T3.js; - * @description: Type(y) and Type(z) are string primitives; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T3.js + * @description Type(y) and Type(z) are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T4.js b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T4.js index 7ce52f640a..0efe3c34b7 100644 --- a/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.12_Conditional_Operator/S11.12_A4_T4.js @@ -4,9 +4,9 @@ /** * If ToBoolean(x) is true, return y * - * @section: 11.12; - * @path: 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T4.js; - * @description: Type(x) or Type(y) is changed between null and undefined; + * @section 11.12 + * @path 11_Expressions/11.12_Conditional_Operator/S11.12_A4_T4.js + * @description Type(x) or Type(y) is changed between null and undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js index d8f0385860..e5c7e7a917 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "=" or between "=" and AssignmentExpression are allowed * - * @section: 11.13.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js; - * @description: Checking by using eval; + * @section 11.13.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T1.js index b79fe797fc..316a1c6c2e 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x = y uses GetValue and PutValue * - * @section: 11.13.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T1.js; - * @description: Either AssigmentExpression is not Reference or GetBase is not null; + * @section 11.13.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T1.js + * @description Either AssigmentExpression is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T2.js index a036a20b44..2bdc829860 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x = y uses GetValue and PutValue * - * @section: 11.13.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T2.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError; + * @section 11.13.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T2.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T3.js index f4427381db..85f0414792 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T3.js @@ -4,10 +4,10 @@ /** * Operator x = y uses GetValue and PutValue * - * @section: 11.13.1, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T3.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError); - * @negative; + * @section 11.13.1, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A2.1_T3.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.1.js index b6f48c0c12..5010fd3dd5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.1.js @@ -4,9 +4,9 @@ /** * Operator x = y PutValue(x, y) * - * @section: 11.13.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.1.js; - * @description: Checking Expression and Variable statements; + * @section 11.13.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.1.js + * @description Checking Expression and Variable statements */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.2.js index f6ab5afd6e..5a6890c6c4 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.2.js @@ -4,9 +4,9 @@ /** * Operator x = y returns GetValue(y) * - * @section: 11.13.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.2.js; - * @description: Checking Expression and Variable statements; + * @section 11.13.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A3.2.js + * @description Checking Expression and Variable statements */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T1.js index dc99c1a61c..c423719276 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T1.js @@ -4,9 +4,9 @@ /** * AssignmentExpression : LeftHandSideExpression = AssignmentExpression * - * @section: 11.13.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T1.js; - * @description: Syntax check; + * @section 11.13.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T1.js + * @description Syntax check */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T2.js index 365276a463..7ec1b74557 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T2.js @@ -4,9 +4,9 @@ /** * AssignmentExpression : LeftHandSideExpression = AssignmentExpression * - * @section: 11.13.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T2.js; - * @description: Syntax check if "x = x" throws ReferenceError; + * @section 11.13.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.1_Simple_Assignment/S11.13.1_A4_T2.js + * @description Syntax check if "x = x" throws ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T1.js index eae4b91a5a..642b015d14 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T1.js; - * @description: Checking by using eval, check operator is x *= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T1.js + * @description Checking by using eval, check operator is x *= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T10.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T10.js index 28dce08102..31b720ff7b 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T10.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T10.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T10.js; - * @description: Checking by using eval, check operator is x ^= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T10.js + * @description Checking by using eval, check operator is x ^= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T11.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T11.js index 16118a9c88..1f23c836d0 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T11.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T11.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T11.js; - * @description: Checking by using eval, check operator is x |= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T11.js + * @description Checking by using eval, check operator is x |= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T2.js index 3882eaac5a..b702cb5dda 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T2.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T2.js; - * @description: Checking by using eval, check operator is x /= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T2.js + * @description Checking by using eval, check operator is x /= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T3.js index ed8567d716..8ffd0e6883 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T3.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T3.js; - * @description: Checking by using eval, check operator is x %= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T3.js + * @description Checking by using eval, check operator is x %= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T4.js index b4bfadebdc..479c2ff52b 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T4.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T4.js; - * @description: Checking by using eval, check operator is x += y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T4.js + * @description Checking by using eval, check operator is x += y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T5.js index 301f8cc185..70a78efc18 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T5.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T5.js; - * @description: Checking by using eval, check operator is x -= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T5.js + * @description Checking by using eval, check operator is x -= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T6.js index fb4ee5422b..9a14340f98 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T6.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T6.js; - * @description: Checking by using eval, check operator is x <<= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T6.js + * @description Checking by using eval, check operator is x <<= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T7.js index cac4907068..e9c48897f5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T7.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T7.js; - * @description: Checking by using eval, check operator is x >>= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T7.js + * @description Checking by using eval, check operator is x >>= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T8.js index 1929f4f77b..3a09d5c8d9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T8.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T8.js; - * @description: Checking by using eval, check operator is x >>>= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T8.js + * @description Checking by using eval, check operator is x >>>= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T9.js index 31d8eeae40..1f0735e77c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T9.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between LeftHandSideExpression and "@=" or between "@=" and AssignmentExpression are allowed * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T9.js; - * @description: Checking by using eval, check operator is x &= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A1_T9.js + * @description Checking by using eval, check operator is x &= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.1.js index 282573e721..e0fc9973a6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.1.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.1.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x *= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.1.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x *= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.10.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.10.js index 870299b97a..150d7dd539 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.10.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.10.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.10.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x ^= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.10.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x ^= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.11.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.11.js index 62cecd6b81..1f8d369fb8 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.11.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.11.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.11.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x |= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.11.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x |= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.2.js index 59efdc883d..52a4e73f95 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.2.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.2.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x /= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.2.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x /= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.3.js index d65d62bb21..94508a254a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.3.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.3.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x %= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.3.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x %= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.4.js index 9c9149b12a..3cec0432ab 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.4.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.4.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x += y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.4.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x += y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.5.js index c5db9f8c2b..458b3056bb 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.5.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.5.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x -= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.5.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x -= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.6.js index 671fe6613c..59032361a3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.6.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.6.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x <<= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.6.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x <<= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.7.js index edbd7779bf..056c4b25c1 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.7.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.7.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x >>= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.7.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x >>= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.8.js index 5037a14ed6..2b8a8e57bf 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.8.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.8.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x >>>= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.8.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x >>>= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.9.js index 597584dc6a..c212995f96 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.9.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.9.js; - * @description: Either Type is not Reference or GetBase is not null, check opeartor is "x &= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T1.9.js + * @description Either Type is not Reference or GetBase is not null, check opeartor is "x &= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.1.js index 90c08e0e8e..e1246719d9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.1.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.1.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x *= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.1.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x *= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.10.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.10.js index 167ff4ca62..89ee959e7d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.10.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.10.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.10.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x ^= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.10.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x ^= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.11.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.11.js index 3cc79a1e13..bf78fcd305 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.11.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.11.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.11.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x |= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.11.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x |= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.2.js index 767bfe1528..39dbb190ae 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.2.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.2.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x /= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.2.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x /= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.3.js index 2b8d8712ee..9bb64965a1 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.3.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.3.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x %= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.3.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x %= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.4.js index 2e307a9fad..473f5f5384 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.4.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.4.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x += y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.4.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x += y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.5.js index f393d6e069..7746a23acc 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.5.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.5.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x -= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.5.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x -= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.6.js index c1631dde8b..a390baf417 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.6.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.6.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x <<= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.6.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x <<= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.7.js index ba06bced7a..31a8ca4766 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.7.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.7.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x >>= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.7.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x >>= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.8.js index acad691260..5e3aa55ada 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.8.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.8.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x >>>= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.8.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x >>>= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.9.js index 6a843db2a5..22b2153a1a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.9.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.9.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x &= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T2.9.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError. Check operator is "x &= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.1.js index 029114b028..2788c62c4a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.1.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.1.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x *= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.1.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x *= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.10.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.10.js index c0768e993f..9bf97e55d3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.10.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.10.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.10.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x ^= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.10.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x ^= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.11.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.11.js index d0560ba031..3c5a17ca8d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.11.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.11.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.11.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x |= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.11.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x |= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.2.js index 251392bb6a..e53b373592 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.2.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.2.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x /= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.2.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x /= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.3.js index 7dd38be3b2..46f89c64a0 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.3.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.3.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x %= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.3.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x %= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.4.js index 8257403e57..abb83de971 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.4.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.4.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x += y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.4.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x += y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.5.js index f3577761f9..8f0340dbe5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.5.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.5.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x -= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.5.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x -= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.6.js index 2a8e678786..a41072e265 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.6.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.6.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x <<= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.6.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x <<= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.7.js index 79783b0377..1cc4d028a0 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.7.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.7.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x >>= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.7.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x >>= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.8.js index bcf7e612b6..366963a5a3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.8.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.8.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x >>>= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.8.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x >>>= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.9.js index 882b6d4f19..93f6f65302 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.9.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.9.js; - * @description: If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x &= y"; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.1_T3.9.js + * @description If GetBase(LeftHandSideExpression) is null, throw ReferenceError. Check operator is "x &= y" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T1.js index 739d209c4b..deed5f3edf 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T1.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T1.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x *= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T1.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x *= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T10.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T10.js index 48f0fce6f2..d6f3846429 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T10.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T10.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T10.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x ^= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T10.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x ^= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T11.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T11.js index f32be38416..27513621ca 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T11.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T11.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T11.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x |= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T11.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x |= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T2.js index bdd26613ad..dec50abcb6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T2.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T2.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x /= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T2.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x /= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T3.js index a73ce0db00..e2f7f6e590 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T3.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T3.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x %= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T3.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x %= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T4.js index 07141c439b..225b4713d9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T4.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T4.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x += y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T4.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x += y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T5.js index d3ef59d520..0e1b8210f6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T5.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T5.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x -= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T5.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x -= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T6.js index 4661b339a5..bf682615ce 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T6.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T6.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x <<= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T6.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x <<= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T7.js index 77a6cd075f..62fa660b9c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T7.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T7.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x >>= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T7.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x >>= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T8.js index d3c8d293b9..f0664f11d8 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T8.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T8.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x >>>= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T8.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x >>>= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T9.js index 9d90bbc430..2a91d3dd7f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T9.js @@ -4,10 +4,10 @@ /** * Operator uses PutValue * - * @section: 11.13.2, 16; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T9.js; - * @description: If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x &= y"; - * @negative; + * @section 11.13.2, 16 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A2.2_T9.js + * @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). Check operator is "x &= y" + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T1.js index b5d7d228b4..ef4fffa86f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T1.js; - * @description: Checking Expression and Variable statements for x *= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T1.js + * @description Checking Expression and Variable statements for x *= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T10.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T10.js index 7e75ecb82b..bb83722615 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T10.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T10.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T10.js; - * @description: Checking Expression and Variable statements for x ^= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T10.js + * @description Checking Expression and Variable statements for x ^= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T11.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T11.js index 0accd12c51..6d46e91a04 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T11.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T11.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T11.js; - * @description: Checking Expression and Variable statements for x |= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T11.js + * @description Checking Expression and Variable statements for x |= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T2.js index b4e6f2b488..39524c5f16 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T2.js; - * @description: Checking Expression and Variable statements for x /= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T2.js + * @description Checking Expression and Variable statements for x /= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T3.js index 86ec079a24..24fb2b7691 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T3.js; - * @description: Checking Expression and Variable statements for x %= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T3.js + * @description Checking Expression and Variable statements for x %= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T4.js index f3da11eacd..d2edd28680 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T4.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T4.js; - * @description: Checking Expression and Variable statements for x += y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T4.js + * @description Checking Expression and Variable statements for x += y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T5.js index 46aab26567..727fed8247 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T5.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T5.js; - * @description: Checking Expression and Variable statements for x -= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T5.js + * @description Checking Expression and Variable statements for x -= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T6.js index 5044aca187..797482022a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T6.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T6.js; - * @description: Checking Expression and Variable statements for x <<= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T6.js + * @description Checking Expression and Variable statements for x <<= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T7.js index bf032f71b2..e574894df0 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T7.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T7.js; - * @description: Checking Expression and Variable statements for x >>= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T7.js + * @description Checking Expression and Variable statements for x >>= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T8.js index 86f21d523e..25aebdc621 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T8.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T8.js; - * @description: Checking Expression and Variable statements for x >>>= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T8.js + * @description Checking Expression and Variable statements for x >>>= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T9.js index fe39a666d5..c4bc5a2dbf 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T9.js @@ -4,9 +4,9 @@ /** * Operator x @= y uses PutValue(x, x @ y) * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T9.js; - * @description: Checking Expression and Variable statements for x &= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.1_T9.js + * @description Checking Expression and Variable statements for x &= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T1.js index 193200722c..53460b5644 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T1.js; - * @description: Checking Expression and Variable statements for x *= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T1.js + * @description Checking Expression and Variable statements for x *= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T10.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T10.js index 9b0e4717c0..26b1e4c103 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T10.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T10.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T10.js; - * @description: Checking Expression and Variable statements for x ^= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T10.js + * @description Checking Expression and Variable statements for x ^= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T11.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T11.js index 245c2ec8f9..094a45f4e6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T11.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T11.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T11.js; - * @description: Checking Expression and Variable statements for x |= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T11.js + * @description Checking Expression and Variable statements for x |= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T2.js index bcf7e8151d..fb19a23906 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T2.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T2.js; - * @description: Checking Expression and Variable statements for x /= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T2.js + * @description Checking Expression and Variable statements for x /= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T3.js index 50a2923b44..6b16d9db1a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T3.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T3.js; - * @description: Checking Expression and Variable statements for x %= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T3.js + * @description Checking Expression and Variable statements for x %= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T4.js index 6d3d245ab0..860a89098f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T4.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T4.js; - * @description: Checking Expression and Variable statements for x += y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T4.js + * @description Checking Expression and Variable statements for x += y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T5.js index 9035346caa..7886fb7a2d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T5.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T5.js; - * @description: Checking Expression and Variable statements for x -= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T5.js + * @description Checking Expression and Variable statements for x -= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T6.js index 2267ab2af1..bc7268c5be 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T6.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T6.js; - * @description: Checking Expression and Variable statements for x <<= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T6.js + * @description Checking Expression and Variable statements for x <<= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T7.js index 1626ef3c51..a2b7302e0c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T7.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T7.js; - * @description: Checking Expression and Variable statements for x >>= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T7.js + * @description Checking Expression and Variable statements for x >>= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T8.js index ea35c440f4..23249c618f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T8.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T8.js; - * @description: Checking Expression and Variable statements for x >>>= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T8.js + * @description Checking Expression and Variable statements for x >>>= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T9.js index 6c0dc1de83..adbe767d1a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T9.js @@ -4,9 +4,9 @@ /** * Operator x @= y returns x @ y * - * @section: 11.13.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T9.js; - * @description: Checking Expression and Variable statements for x &= y; + * @section 11.13.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A3.2_T9.js + * @description Checking Expression and Variable statements for x &= y */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.1.js index da6407e326..62e1e23800 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.1.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.2.js index 86041f6143..7b1877c2a1 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.2.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.3.js index 4fd890056c..036c38b499 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.3.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.4.js index 9b6a41ec81..ea292ff21a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.4.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.1.js index a7e9e58c9f..ba52bff21d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.1.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.2.js index 2dbbc18897..b4d7a8467d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.2.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.3.js index bb07e3bb65..2c297909aa 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.3.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.4.js index e6dbb8d203..ee0883936d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.4.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.5.js index 84699965ca..a8dc250526 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.5.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.6.js index 321ca137a7..74e0a776b8 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.6.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.7.js index 20b29fe3c4..d65f252530 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.7.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.8.js index 8364229d86..2c58e0590f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.8.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.9.js index e1e8750907..805997d290 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.9.js @@ -4,9 +4,9 @@ /** * The production x ^= y is the same as x = x ^ y * - * @section: 11.13.2, 11.10.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.10.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.10_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.1.js index 8514a44ece..4644bdd8fe 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.1.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.2.js index 67799fe6e2..b869e53f72 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.2.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.3.js index 39e7a7e546..30b8ddebb9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.3.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.4.js index d674c34c83..62d9e6accc 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.4.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.1.js index 3ed9a67aa2..0420260885 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.1.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.2.js index 77e86e967c..4765f59c0d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.2.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.3.js index 0a4b4ad9e1..f90cbea65b 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.3.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.4.js index 8a73cd3239..7365b5fbca 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.4.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.5.js index 6bd792f3ca..c31710ebd3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.5.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.6.js index 948b167fd1..6d7357a7c3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.6.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.7.js index 3d031f6466..d6f1281760 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.7.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.8.js index 5b440c6e42..1e803f8092 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.8.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.9.js index 441ae7761d..f65b0aec0a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.9.js @@ -4,9 +4,9 @@ /** * The production x |= y is the same as x = x | y * - * @section: 11.13.2, 11.10.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.10.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.1.js index 7021ad3c2e..e2ebee1bfc 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.1.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.2.js index 8f2de84060..766590575e 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.2.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.3.js index 6a18071c58..158950aa6c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.3.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.4.js index 3cb81598a7..5eaaacfeaf 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.4.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.1.js index 8875468f3c..d3998a367a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.1.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Number (primitive and object); + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Number (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.2.js index 361ae48a73..b2f5a7e49f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.2.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.3.js index 035f40dc6b..050b1ce4e6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.3.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.4.js index b1661e30b5..b9b2eed11a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.4.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.5.js index 236f16479e..32bb69458c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.5.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) amd Boolean (primitive and object); + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) amd Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.6.js index 3ba9c14c38..c7c1c24d3c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.6.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between primitive String (primitive or object) and Undefined; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between primitive String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.7.js index 23f69bc4dc..5d772d8f6a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.7.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.8.js index 3bef30dd33..c67d26ed3d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.8.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.9.js index f41018d9e0..da9527a1a5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.9.js @@ -4,9 +4,9 @@ /** * The production x *= y is the same as the production x = x * y * - * @section: 11.13.2, 11.5.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.5.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.1_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.1.js index 8b57d082f7..29c5e4089c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.1.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.2.js index e7d273c55d..c83c126bb0 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.2.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.3.js index 17a303c7e3..333463e5e8 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.3.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.4.js index 9515e7b8a1..2c00eb980b 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.4.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.1.js index a78bf3fcd4..4775eb8228 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.1.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.2.js index 9164c44ab2..15244a11f1 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.2.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.3.js index fb1b7e90ce..4e6aaa6a0c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.3.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.4.js index a78bcbc801..927a114657 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.4.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.5.js index c8bb517ffa..5ca27a00bf 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.5.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.6.js index baa31c6d84..3b225e912e 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.6.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.7.js index ae8afe43bb..854e274483 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.7.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.8.js index b2dc8ac68d..51040fca9d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.8.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.9.js index 77f08c2e09..74b1815a81 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.9.js @@ -4,9 +4,9 @@ /** * The production x /= y is the same as x = x / y * - * @section: 11.13.2, 11.5.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.5.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.2_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.1.js index b91e7d7e02..ff5635e1eb 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.1.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.2.js index a5cdbf8451..58df1999ec 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.2.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.3.js index 48a7081a0b..15fb58bb8b 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.3.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.4.js index 396bf6c7ff..e8e0e279bd 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.4.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.1.js index a5240de078..38bcb04f57 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.1.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.2.js index 9f22c6eeef..48031d6e4a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.2.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.3.js index 7df42f7581..7bfbe4aeb5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.3.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.4.js index 16027d8665..c34eee9af0 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.4.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.5.js index 69dc5aaf6d..81c2f59823 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.5.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.6.js index 57e8cdcc1a..8963ab8199 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.6.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.7.js index 1c0671362c..193af3b09d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.7.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.8.js index c1bf2e0ab0..afdef204de 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.8.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.9.js index fcb110f91f..fee1b2ec96 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.9.js @@ -4,9 +4,9 @@ /** * The production x %= y is the same as x = x % y * - * @section: 11.13.2, 11.5.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.5.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.1.js index 736821a45e..31ac562ce6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.1.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.2.js index f17f0dee15..28fd8f1a6d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.2.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.3.js index 3ccc2a135b..17f9d2001a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.3.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.3.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.3.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.4.js index 373aebcc88..7902c29da9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.4.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.4.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T1.4.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.1.js index 0fd69ffd1d..6c29ee2dba 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.1.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.2.js index d6ab0f433c..20a1f69cfb 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.2.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.3.js index 0b149539bd..9558debfa4 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.3.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.4.js index 6fa4d6acb1..eef526013e 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.4.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.5.js index be0f8c0dbf..f0d7af272d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.5.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.6.js index 6437290ac3..eb559acdc8 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.6.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.7.js index 57d7c5539b..207b0d192d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.7.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.8.js index 7a834da54c..cb54830cd6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.8.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.9.js index fabbfd5401..5836bfc854 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.9.js @@ -4,9 +4,9 @@ /** * The production x += y is the same as x = x + y * - * @section: 11.13.2, 11.6.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.6.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.4_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.1.js index 64b6c48360..9dfa255c42 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.1.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.2.js index 1d340baa7c..c3c7c2566c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.2.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.3.js index 58210b3f68..f36952e60a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.3.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.4.js index b6a5ce3a71..15c1011096 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.4.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.1.js index 892b518bf0..1fc60dcde7 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.1.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.2.js index 1b8b57b2a3..962e0535c1 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.2.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.3.js index 93b8688957..756f921da2 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.3.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.4.js index 3896986456..338f56759a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.4.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.5.js index 2fcba13ff3..5cfb667e38 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.5.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.6.js index c8ac0e1e52..09bea2b2b0 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.6.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.7.js index 326e29895d..0a65333595 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.7.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.8.js index c1213446e6..44814437f3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.8.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.9.js index 152f595bdc..71c063b7c3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.9.js @@ -4,9 +4,9 @@ /** * The production x -= y is the same as x = x - y * - * @section: 11.13.2, 11.6.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.6.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.5_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.1.js index e9cc9fbad8..2770e9bda4 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.1.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.2.js index 60fe37da51..3a2c02d94a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.2.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.3.js index ba66759de2..53e13ddd9f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.3.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.4.js index 4fae9ccb81..51c47776d5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.4.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.1.js index 65c4ce4c38..83cd2aa5de 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.1.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.2.js index fc4393cfbc..17cd57d8a3 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.2.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.3.js index 9e6ddcade3..217bd2440f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.3.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.4.js index 481dd1eac8..ea0b2dc5b6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.4.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.5.js index e3f20a1aec..6fe3365a7f 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.5.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.6.js index bf68f8876d..ae0930383b 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.6.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.7.js index 313a8ecd68..a874b7b355 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.7.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.8.js index 808184b88c..35c57bd72a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.8.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.9.js index bbb99b732c..1db6329165 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.9.js @@ -4,9 +4,9 @@ /** * The production x <<= y is the same as x = x << y * - * @section: 11.13.2, 11.7.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.7.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.6_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.1.js index 16559348a2..8aaac83e55 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.1.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.2.js index 0b4d66892a..efbe396fdb 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.2.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.3.js index 9d65e4695a..fbec7bfb59 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.3.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.4.js index ced62b0499..8e4e38cafc 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.4.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.1.js index f6a92b4953..5d71367869 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.1.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.2.js index fe4ca25ca6..d79dd28b86 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.2.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.3.js index 2f9e9ce27d..5517dc6ce1 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.3.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.4.js index fd192a5318..20b42e6829 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.4.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.5.js index d627d1e1f2..3a6cfcb9c2 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.5.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.6.js index 15f3ce9410..c7b53ae48c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.6.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.7.js index c3060080b9..7cad47ef98 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.7.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.8.js index a399b337ab..72d9dacc81 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.8.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.9.js index 79d4c201c8..0b5059e187 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.9.js @@ -4,9 +4,9 @@ /** * The production x >>= y is the same as x = x >> y * - * @section: 11.13.2, 11.7.2; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.7.2 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.7_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.1.js index 01c95fcf13..0b2bd11952 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.1.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.2.js index c9263cc2b9..c0da708315 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.2.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.3.js index 0b0db361ac..b0c411d0e6 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.3.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.4.js index aafa486580..1df051768a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.4.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.1.js index 52afb88e95..49591349f9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.1.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.2.js index aba28ad830..e4ae2f47c9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.2.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.3.js index f7a4f58470..5ce7988651 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.3.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.4.js index 3f90eec273..6f968c86c5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.4.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.5.js index b4ea8796e8..e505b0811a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.5.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.6.js index 8728e547fb..ad81a9085d 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.6.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.7.js index 5bc998e99f..6251f4bddc 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.7.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.8.js index d160dcf50e..387ce82117 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.8.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.9.js index 83b3b49466..b5fcb7b821 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.9.js @@ -4,9 +4,9 @@ /** * The production x >>>= y is the same as x = x >>> y * - * @section: 11.13.2, 11.7.3; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.7.3 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.8_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.1.js index 2676109592..d08ad8530c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.1.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.2.js index 17b303f838..a76524fa3c 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.2.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.3.js index 506190db0c..275e544bb2 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.3.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.4.js index 70f1ac1ad4..8789638f73 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.4.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.1.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.1.js index 83502132cb..18359126a5 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.1.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.1.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.2.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.2.js index 10ae1e4ec3..994981b62e 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.2.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.2.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.3.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.3.js index 96838f1bfb..8a29c01ee9 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.3.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.3.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.4.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.4.js index febf796a70..01bd4b599e 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.4.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.4.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.5.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.5.js index 5a8bd5e836..4e6b59a48a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.5.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.5.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.6.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.6.js index be93fab577..b24445598a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.6.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.6.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.7.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.7.js index baa128218d..19c79b5e0a 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.7.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.7.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.8.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.8.js index 22f03edeab..5f9ae76a01 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.8.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.8.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.9.js b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.9.js index 58a3a6dca8..f3a89e7b96 100644 --- a/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.9.js +++ b/test/suite/converted/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.9.js @@ -4,9 +4,9 @@ /** * The production x &= y is the same as x = x & y * - * @section: 11.13.2, 11.10.1; - * @path: 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.13.2, 11.10.1 + * @path 11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.9_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A1.js b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A1.js index bb9f2495e6..39beea3fec 100644 --- a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A1.js +++ b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between Expression and , or between , and AssignmentExpression are allowed * - * @section: 11.14; - * @path: 11_Expressions/11.14_Comma_Operator/S11.14_A1.js; - * @description: Checking by using eval; + * @section 11.14 + * @path 11_Expressions/11.14_Comma_Operator/S11.14_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T1.js b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T1.js index f44ddc7c7a..a0d3133a8b 100644 --- a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.14; - * @path: 11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T1.js; - * @description: Either Expression is not Reference or GetBase is not null; + * @section 11.14 + * @path 11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T1.js + * @description Either Expression is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T2.js b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T2.js index 62deb0476d..745bb5ad04 100644 --- a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.14; - * @path: 11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T2.js; - * @description: If GetBase(Expression) is null, throw ReferenceError; + * @section 11.14 + * @path 11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T2.js + * @description If GetBase(Expression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T3.js b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T3.js index e9cdec3f69..3cffcdf4d1 100644 --- a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator uses GetValue * - * @section: 11.14; - * @path: 11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T3.js; - * @description: If GetBase(AssigmentExpression) is null, throw ReferenceError; + * @section 11.14 + * @path 11_Expressions/11.14_Comma_Operator/S11.14_A2.1_T3.js + * @description If GetBase(AssigmentExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A3.js b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A3.js index ef877987b1..8544a4cec2 100644 --- a/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A3.js +++ b/test/suite/converted/11_Expressions/11.14_Comma_Operator/S11.14_A3.js @@ -4,9 +4,9 @@ /** * Comma Operator evaluates all Expressions and returns the last of them * - * @section: 11.14; - * @path: 11_Expressions/11.14_Comma_Operator/S11.14_A3.js; - * @description: Checking with "="; + * @section 11.14 + * @path 11_Expressions/11.14_Comma_Operator/S11.14_A3.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A1.js index 10c833c134..60dfd86b84 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A1.js @@ -4,10 +4,10 @@ /** * The "this" is reserved word * - * @section: 11.1.1; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A1.js; - * @description: Checking if execution of "this=1" fails; - * @negative; + * @section 11.1.1 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A1.js + * @description Checking if execution of "this=1" fails + * @negative */ this = 1; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js index 82c20fff7e..8dc95acbea 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js @@ -4,9 +4,9 @@ /** * Being in global code, "this" and "eval("this")" return the global object * - * @section: 11.1.1; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js; - * @description: Checking if execution of "this" and eval("this"), which are in global code, return the global object by using toString function; + * @section 11.1.1 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2.js + * @description Checking if execution of "this" and eval("this"), which are in global code, return the global object by using toString function */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js index 34be571364..f694610f31 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js @@ -4,9 +4,9 @@ /** * Being in function code, "this" and eval("this"), called as a functions, return the global object * - * @section: 11.1.1; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js; - * @description: Creating function which returns "this" or eval("this"); + * @section 11.1.1 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.1.js + * @description Creating function which returns "this" or eval("this") */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js index f58f405f0e..91e01afa19 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js @@ -4,9 +4,9 @@ /** * Being in function code, "this" and eval("this"), called as a constructors, return the object * - * @section: 11.1.1; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js; - * @description: Create function. It have property, that returned "this"; + * @section 11.1.1 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A3.2.js + * @description Create function. It have property, that returned "this" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js index a3f3eb3173..fe1e39199e 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js @@ -4,9 +4,9 @@ /** * Being in anonymous code, "this" and eval("this"), called as a function, return the global object * - * @section: 11.1.1; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js; - * @description: Creating function with new Function() constructor; + * @section 11.1.1 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.1.js + * @description Creating function with new Function() constructor */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js index 23aee3e104..6bb55accad 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js @@ -4,9 +4,9 @@ /** * Being in anonymous code, "this" and eval("this"), called as a constructor, return the object * - * @section: 11.1.1; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js; - * @description: Creating function by using new Function() constructor. It has the property, which returns "this"; + * @section 11.1.1 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A4.2.js + * @description Creating function by using new Function() constructor. It has the property, which returns "this" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T1.js index 2efffbb6ee..78b612361b 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T1.js @@ -4,9 +4,9 @@ /** * The result of evaluating an Identifier is always a value of type Reference * - * @section: 11.1.2; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T1.js; - * @description: Creating variables without defining it; + * @section 11.1.2 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T1.js + * @description Creating variables without defining it */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T2.js index 93ce68fe33..b33b425052 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T2.js @@ -4,9 +4,9 @@ /** * The result of evaluating an Identifier is always a value of type Reference * - * @section: 11.1.2; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T2.js; - * @description: Trying to generate ReferenceError; + * @section 11.1.2 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.2_Identifier_Reference/S11.1.2_A1_T2.js + * @description Trying to generate ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.1.js index 249d153673..dd1c0faf39 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.1.js @@ -4,9 +4,9 @@ /** * Evaluate the production ArrayLiteral: [ ] * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.1.js; - * @description: Checking various properties of the array defined with expression "var array = []"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.1.js + * @description Checking various properties of the array defined with expression "var array = []" */ var array = []; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.2.js index b05816aa1b..5f56726941 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.2.js @@ -4,9 +4,9 @@ /** * Evaluate the production ArrayLiteral: [ Elision ] * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.2.js; - * @description: Checking various properties the array defined with "var array = [,,,,,]"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.2.js + * @description Checking various properties the array defined with "var array = [,,,,,]" */ var array = [,,,,,]; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.3.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.3.js index 2a3b437407..0f4c28c514 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.3.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.3.js @@ -4,9 +4,9 @@ /** * Evaluate the production ArrayLiteral: [ AssignmentExpression ] * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.3.js; - * @description: Checking various properteis and contents of the array defined with "var array = [1,2,3,4,5]"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.3.js + * @description Checking various properteis and contents of the array defined with "var array = [1,2,3,4,5]" */ var array = [1,2,3,4,5]; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.4.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.4.js index 2afea9eedc..f2bee5e0e2 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.4.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.4.js @@ -4,9 +4,9 @@ /** * Evaluate the production ArrayLiteral: [ Elision, AssignmentExpression ] * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.4.js; - * @description: Checking various properteis and content of the array defined with "var array = [,,,1,2]"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.4.js + * @description Checking various properteis and content of the array defined with "var array = [,,,1,2]" */ var array = [,,,1,2]; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.5.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.5.js index c6e0762473..defbf72d67 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.5.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.5.js @@ -4,9 +4,9 @@ /** * Evaluate the production ArrayLiteral: [ AssignmentExpression, Elision ] * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.5.js; - * @description: Checking various properteis and contents of the array defined with "var array = [4,5,,,,]"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.5.js + * @description Checking various properteis and contents of the array defined with "var array = [4,5,,,,]" */ var array = [4,5,,,,]; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.6.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.6.js index 23ebe7ef9d..a7246ee008 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.6.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.6.js @@ -4,9 +4,9 @@ /** * Evaluate the production ArrayLiteral: [ Elision, AssignmentExpression, Elision ] * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.6.js; - * @description: Checking various properteis and contents of the array defined with "var array = [,,3,,,]"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.6.js + * @description Checking various properteis and contents of the array defined with "var array = [,,3,,,]" */ var array = [,,3,,,]; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.7.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.7.js index 688cd4f16b..165f387d23 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.7.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.7.js @@ -4,9 +4,9 @@ /** * Evaluate the production ArrayLiteral: [ AssignmentExpression, Elision, AssignmentExpression ] * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.7.js; - * @description: Checking various properteis and contents of the array defined with "var array = [1,2,,4,5]"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A1.7.js + * @description Checking various properteis and contents of the array defined with "var array = [1,2,,4,5]" */ var array = [1,2,,4,5]; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A2.js index fa28b51f91..e93f072532 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A2.js @@ -4,9 +4,9 @@ /** * Create multi dimensional array * - * @section: 11.1.4; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A2.js; - * @description: Checking various properteis and contents of the arrya defined with "var array = [[1,2], [3], []]"; + * @section 11.1.4 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.4_Array_Initialiser/S11.1.4_A2.js + * @description Checking various properteis and contents of the arrya defined with "var array = [[1,2], [3], []]" */ var array = [[1,2], [3], []]; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.1.js index 88c83ee891..1a667637e0 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.1.js @@ -4,9 +4,9 @@ /** * Evaluate the production ObjectLiteral: { } * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.1.js; - * @description: Checking various properteis of the object defined with "var object = {}"; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.1.js + * @description Checking various properteis of the object defined with "var object = {}" */ var object = {}; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.2.js index 20fb0b2dcc..833fca34be 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.2.js @@ -4,9 +4,9 @@ /** * Evaluate the production ObjectLiteral: { NumericLiteral : AssignmentExpression} * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.2.js; - * @description: Checking various properteis and contents of the object defined with "var object = {1 : true}"; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.2.js + * @description Checking various properteis and contents of the object defined with "var object = {1 : true}" */ var object = {1 : true}; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.3.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.3.js index ec4413447e..1af3ac9523 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.3.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.3.js @@ -4,9 +4,9 @@ /** * Evaluate the production ObjectLiteral: { StringLiteral : AssignmentExpression} * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.3.js; - * @description: Checking various properteis and contents of the object defined with "var object = {"x" : true}"; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.3.js + * @description Checking various properteis and contents of the object defined with "var object = {"x" : true}" */ var object = {"x" : true}; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.4.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.4.js index f6c8e74a84..a5c3a61def 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.4.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.4.js @@ -4,9 +4,9 @@ /** * Evaluate the production ObjectLiteral: { Identifier : AssignmentExpression} * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.4.js; - * @description: Checking various properteis and contents of the object defined with "var object = {prop : true}"; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A1.4.js + * @description Checking various properteis and contents of the object defined with "var object = {prop : true}" */ var object = {prop : true}; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A2.js index 842e1e08eb..802f9e11dc 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A2.js @@ -4,9 +4,9 @@ /** * Evaluate the production ObjectLiteral: { PropertyName : AssignmentExpression } * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A2.js; - * @description: Creating property "prop" of various types(boolean, number and etc.); + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A2.js + * @description Creating property "prop" of various types(boolean, number and etc.) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A3.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A3.js index 974967f508..7096386ec2 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A3.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A3.js @@ -4,9 +4,9 @@ /** * Evaluate the production ObjectLiteral: { PropertyNameAndValueList } * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A3.js; - * @description: Creating the object defined with "var object = {0 : 1, "1" : "x", o : {}}"; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A3.js + * @description Creating the object defined with "var object = {0 : 1, "1" : "x", o : {}}" */ var object = {0 : 1, "1" : "x", o : {}}; diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.1.js index 47e52ed312..61942c8b4b 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.1.js @@ -4,10 +4,10 @@ /** * The PropertyName is not BooleanLiteral * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.1.js; - * @description: Checking if execution of "var object = {true : 1}" fails; - * @negative; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.1.js + * @description Checking if execution of "var object = {true : 1}" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.2.js index 616d4ba293..37b0311908 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.2.js @@ -4,10 +4,10 @@ /** * The PropertyName is not nullLiteral * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.2.js; - * @description: Checking if execution of "var object = {null : true}" fails; - * @negative; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.2.js + * @description Checking if execution of "var object = {null : true}" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.3.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.3.js index d518fc7a64..ffdbfe625e 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.3.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.3.js @@ -4,9 +4,9 @@ /** * The PropertyName is undefined, ToString(BooleanLiteral), ToString(nullLiteral) * - * @section: 11.1.5; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.3.js; - * @description: Creating properties with following names: undefined, 'true', 'null'; + * @section 11.1.5 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.5_Object_Initializer/S11.1.5_A4.3.js + * @description Creating properties with following names: undefined, 'true', 'null' */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A1.js index b7e68f2a8d..08d3051471 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator inside "grouping" operator are allowed * - * @section: 11.1.6, 7.2, 7.3; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A1.js; - * @description: Inserting WhiteSpaces and LineTerminators into grouping operator. Eval is used; + * @section 11.1.6, 7.2, 7.3 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A1.js + * @description Inserting WhiteSpaces and LineTerminators into grouping operator. Eval is used */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A2.js index d1e934989f..4a44539209 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A2.js @@ -4,9 +4,9 @@ /** * "This" operator doesn't use GetValue. The operators "delete" and "typeof" can be applied to parenthesised expressions * - * @section: 11.1.6; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A2.js; - * @description: Applying "delete" and "typeof" operators to an undefined variable and a property of an object; + * @section 11.1.6 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A2.js + * @description Applying "delete" and "typeof" operators to an undefined variable and a property of an object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T1.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T1.js index 561f0fec30..b693f81d08 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T1.js @@ -4,9 +4,9 @@ /** * "This" operator only evaluates Expression * - * @section: 11.1.6; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T1.js; - * @description: Applying grouping operator to Boolean; + * @section 11.1.6 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T1.js + * @description Applying grouping operator to Boolean */ // Check for Boolean diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T2.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T2.js index ebffbf607c..b02b2b96d5 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T2.js @@ -4,9 +4,9 @@ /** * "This" operator only evaluates Expression * - * @section: 11.1.6; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T2.js; - * @description: Applying grouping operator to Number; + * @section 11.1.6 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T2.js + * @description Applying grouping operator to Number */ //Check for Number diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T3.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T3.js index 6cd25bc2db..becd9d1c42 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T3.js @@ -4,9 +4,9 @@ /** * "This" operator only evaluates Expression * - * @section: 11.1.6; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T3.js; - * @description: Applying grouping operator to String; + * @section 11.1.6 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T3.js + * @description Applying grouping operator to String */ //Check for String diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T4.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T4.js index 93cb91a918..8ccb976ce6 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T4.js @@ -4,9 +4,9 @@ /** * "This" operator only evaluates Expression * - * @section: 11.1.6; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T4.js; - * @description: Applying grouping operator to undefined; + * @section 11.1.6 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T4.js + * @description Applying grouping operator to undefined */ //Check for undefined and null diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T5.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T5.js index f4ca821468..ae31c5d529 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T5.js @@ -4,9 +4,9 @@ /** * "This" operator only evaluates Expression * - * @section: 11.1.6; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T5.js; - * @description: Using grouping operator in declaration of variables; + * @section 11.1.6 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T5.js + * @description Using grouping operator in declaration of variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T6.js b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T6.js index 6bb0cb1274..6ff9f773c8 100644 --- a/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T6.js +++ b/test/suite/converted/11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T6.js @@ -4,9 +4,9 @@ /** * "This" operator only evaluates Expression * - * @section: 11.1.6; - * @path: 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T6.js; - * @description: Applying grouping operator to delete and typeof operators; + * @section 11.1.6 + * @path 11_Expressions/11.1_Primary_Expressions/11.1.6_The_Grouping_Operator/S11.1.6_A3_T6.js + * @description Applying grouping operator to delete and typeof operators */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.1.js index 8b67eb97fe..87ad477c75 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between MemberExpression or CallExpression and "." and between "." and Identifier are allowed * - * @section: 11.2.1, 7.2, 7.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.1.js; - * @description: Checking by using eval; + * @section 11.2.1, 7.2, 7.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.2.js index 535af16b25..20a21e3100 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.2.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "[" and MemberExpression or CallExpression and between Identifier and "]" are allowed * - * @section: 11.2.1, 7.2, 7.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.2.js; - * @description: Checking by using eval; + * @section 11.2.1, 7.2, 7.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A1.2.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A2.js index 68097a97c4..b247ef24e2 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A2.js @@ -4,9 +4,9 @@ /** * MemberExpression and CallExpression uses GetValue * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A2.js; - * @description: If GetBase(MemberExpression or CallExpression) is null, throw ReferenceError; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A2.js + * @description If GetBase(MemberExpression or CallExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T1.js index 2d5496f8a1..6249e24428 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T1.js @@ -4,9 +4,9 @@ /** * MemberExpression calls ToObject(MemberExpression) and ToString(Expression). CallExpression calls ToObject(CallExpression) and ToString(Expression) * - * @section: 11.2.1, 9.9, 11.2.3, 15.6.4.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T1.js; - * @description: Checking Boolean case; + * @section 11.2.1, 9.9, 11.2.3, 15.6.4.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T1.js + * @description Checking Boolean case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T2.js index 16eabba339..b059c35d97 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T2.js @@ -4,9 +4,9 @@ /** * MemberExpression calls ToObject(MemberExpression) and ToString(Expression). CallExpression calls ToObject(CallExpression) and ToString(Expression) * - * @section: 11.2.1, 9.9, 11.2.3, 15.6.4.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T2.js; - * @description: Checking Number case; + * @section 11.2.1, 9.9, 11.2.3, 15.6.4.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T2.js + * @description Checking Number case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T3.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T3.js index 322215bf60..b28d9f67f6 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T3.js @@ -4,9 +4,9 @@ /** * MemberExpression calls ToObject(MemberExpression) and ToString(Expression). CallExpression calls ToObject(CallExpression) and ToString(Expression) * - * @section: 11.2.1, 9.9, 11.2.3, 15.6.4.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T3.js; - * @description: Checking String case;; + * @section 11.2.1, 9.9, 11.2.3, 15.6.4.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T3.js + * @description Checking String case; */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T4.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T4.js index 5d142e6f2a..f6579f16a4 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T4.js @@ -4,9 +4,9 @@ /** * MemberExpression calls ToObject(MemberExpression) and ToString(Expression). CallExpression calls ToObject(CallExpression) and ToString(Expression) * - * @section: 11.2.1, 9.9, 11.2.3, 15.6.4.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T4.js; - * @description: Checking "undefined" case; + * @section 11.2.1, 9.9, 11.2.3, 15.6.4.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T4.js + * @description Checking "undefined" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T5.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T5.js index 29496bdbf1..fa6281075f 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T5.js @@ -4,9 +4,9 @@ /** * MemberExpression calls ToObject(MemberExpression) and ToString(Expression). CallExpression calls ToObject(CallExpression) and ToString(Expression) * - * @section: 11.2.1, 9.9, 11.2.3, 15.6.4.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T5.js; - * @description: Checking "null" case; + * @section 11.2.1, 9.9, 11.2.3, 15.6.4.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A3_T5.js + * @description Checking "null" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T1.js index 7442e889d4..f94279127e 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T1.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T1.js; - * @description: Checking properties of this object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T1.js + * @description Checking properties of this object */ //CHECK#1-32 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T2.js index b6f8a387d6..0f8b9ae6d0 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T2.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T2.js; - * @description: Checking properties and methods of Object objects; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T2.js + * @description Checking properties and methods of Object objects */ //CHECK#1-8 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T3.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T3.js index 1b3c95d456..ee234a9a2d 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T3.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T3.js; - * @description: Checking properties of the Function object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T3.js + * @description Checking properties of the Function object */ //CHECK#1-8 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T4.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T4.js index 7ffd63346c..035685ed01 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T4.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T4.js; - * @description: Checking properties of the Array object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T4.js + * @description Checking properties of the Array object */ //CHECK#1-8 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T5.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T5.js index 1fa4815033..f6e56a274d 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T5.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T5.js; - * @description: Checking properties of the String object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T5.js + * @description Checking properties of the String object */ //CHECK#1-28 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T6.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T6.js index 6f671c6fe2..2b8ed3b482 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T6.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T6.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T6.js; - * @description: Checking properties of the Boolean object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T6.js + * @description Checking properties of the Boolean object */ //CHECK#1-8 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T7.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T7.js index 49bcd9971e..b351d039e0 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T7.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T7.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T7.js; - * @description: Checking properties of the Number object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T7.js + * @description Checking properties of the Number object */ //CHECK#1-16 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T8.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T8.js index 8ed61b710c..ec5c4ff971 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T8.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T8.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T8.js; - * @description: Checking properties of the Math Object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T8.js + * @description Checking properties of the Math Object */ //CHECK#1-52 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T9.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T9.js index 4c04226f49..6caa5876cc 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T9.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T9.js @@ -4,9 +4,9 @@ /** * Check type of various properties * - * @section: 11.2.1; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T9.js; - * @description: Checking properties of the Date object; + * @section 11.2.1 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.1_Property_Accessors/S11.2.1_A4_T9.js + * @description Checking properties of the Date object */ //CHECK#1-86 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.1.js index cb5f732052..220c944bce 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "new" and NewExpression are allowed * - * @section: 11.2.2, 7.2, 7.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.1.js; - * @description: Checking by using eval; + * @section 11.2.2, 7.2, 7.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.2.js index 02c09c4b24..00d9e0efa9 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.2.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "new" and MemberExpression are allowed * - * @section: 11.2.2, 7.2, 7.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.2.js; - * @description: Checking by using eval; + * @section 11.2.2, 7.2, 7.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A1.2.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A2.js index 6d467b0a82..4a21a12135 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A2.js @@ -4,9 +4,9 @@ /** * Operator "new" uses GetValue * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A2.js; - * @description: If GetBase(NewExpression) or GetBase(MemberExpression) is null, throw ReferenceError; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A2.js + * @description If GetBase(NewExpression) or GetBase(MemberExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T1.js index 1fab03310e..f26b86d1df 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T1.js @@ -4,9 +4,9 @@ /** * If Type(NewExpression) or Type(MemberExpression) is not Object, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T1.js; - * @description: Checking boolean primitive case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T1.js + * @description Checking boolean primitive case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T2.js index d3b22c3a15..cba1b64d98 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T2.js @@ -4,9 +4,9 @@ /** * If Type(NewExpression) or Type(MemberExpression) is not Object, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T2.js; - * @description: Checking "number primitive" case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T2.js + * @description Checking "number primitive" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T3.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T3.js index 84871d7798..14b1c13cb8 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T3.js @@ -4,9 +4,9 @@ /** * If Type(NewExpression) or Type(MemberExpression) is not Object, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T3.js; - * @description: Checking "string primitive" case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T3.js + * @description Checking "string primitive" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T4.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T4.js index 8e586dcc8b..627808ac9a 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T4.js @@ -4,9 +4,9 @@ /** * If Type(NewExpression) or Type(MemberExpression) is not Object, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T4.js; - * @description: Checking "undefined" case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T4.js + * @description Checking "undefined" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T5.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T5.js index 0c92f561ce..87729cdf60 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T5.js @@ -4,9 +4,9 @@ /** * If Type(NewExpression) or Type(MemberExpression) is not Object, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T5.js; - * @description: Checking "null primitive" case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A3_T5.js + * @description Checking "null primitive" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T1.js index 14c9a46af4..83f07e9b55 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T1.js @@ -4,9 +4,9 @@ /** * If NewExpression or MemberExpression does not implement internal [[Construct]] method, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T1.js; - * @description: Checking Boolean object case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T1.js + * @description Checking Boolean object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T2.js index 57ce79fb99..d616b7d4ec 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T2.js @@ -4,9 +4,9 @@ /** * If NewExpression or MemberExpression does not implement internal [[Construct]] method, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T2.js; - * @description: Checking Number object case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T2.js + * @description Checking Number object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T3.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T3.js index 350e787bc5..c9339b9145 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T3.js @@ -4,9 +4,9 @@ /** * If NewExpression or MemberExpression does not implement internal [[Construct]] method, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T3.js; - * @description: Checking String object case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T3.js + * @description Checking String object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T4.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T4.js index 1bb8c05e4a..b9a8d59822 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T4.js @@ -4,9 +4,9 @@ /** * If NewExpression or MemberExpression does not implement internal [[Construct]] method, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T4.js; - * @description: Checking Global object case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T4.js + * @description Checking Global object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T5.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T5.js index 132a2aea69..df165145de 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T5.js @@ -4,9 +4,9 @@ /** * If NewExpression or MemberExpression does not implement internal [[Construct]] method, throw TypeError * - * @section: 11.2.2; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T5.js; - * @description: Checking Math object case; + * @section 11.2.2 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.2_The_new_Operator/S11.2.2_A4_T5.js + * @description Checking Math object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A1.js index e82f86c348..de75852ce7 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between MemberExpression and Arguments are allowed * - * @section: 11.2.3, 7.2, 7.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A1.js; - * @description: Checking by using eval; + * @section 11.2.3, 7.2, 7.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A2.js index 041b4254b6..b9e93931c1 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A2.js @@ -4,9 +4,9 @@ /** * CallExpression : MemberExpression Arguments uses GetValue * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A2.js; - * @description: If GetBase(MemberExpression) is null, throw ReferenceError; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A2.js + * @description If GetBase(MemberExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T1.js index ee95777d51..c909462fae 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T1.js @@ -4,9 +4,9 @@ /** * If MemberExpression is not Object, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T1.js; - * @description: Checking "boolean primitive" case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T1.js + * @description Checking "boolean primitive" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T2.js index 8f7e1279a3..569f4ee0b4 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T2.js @@ -4,9 +4,9 @@ /** * If MemberExpression is not Object, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T2.js; - * @description: Checking "number primitive" case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T2.js + * @description Checking "number primitive" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T3.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T3.js index 95b7d1a4ec..6b61575344 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T3.js @@ -4,9 +4,9 @@ /** * If MemberExpression is not Object, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T3.js; - * @description: Checking "string primitive" case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T3.js + * @description Checking "string primitive" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T4.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T4.js index d0d603109a..62d3945686 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T4.js @@ -4,9 +4,9 @@ /** * If MemberExpression is not Object, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T4.js; - * @description: Checking "undefined" case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T4.js + * @description Checking "undefined" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T5.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T5.js index 4df4cc08f2..7deb260109 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T5.js @@ -4,9 +4,9 @@ /** * If MemberExpression is not Object, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T5.js; - * @description: Checking "null" case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A3_T5.js + * @description Checking "null" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T1.js index 8b6fb64d3e..b246ae4114 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T1.js @@ -4,9 +4,9 @@ /** * If MemberExpression does not implement the internal [[Call]] method, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T1.js; - * @description: Checking Boolean object case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T1.js + * @description Checking Boolean object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T2.js index 5d31761e78..3add2fd8e0 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T2.js @@ -4,9 +4,9 @@ /** * If MemberExpression does not implement the internal [[Call]] method, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T2.js; - * @description: Checking Number object case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T2.js + * @description Checking Number object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T3.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T3.js index e8ed2c606c..36b43882d1 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T3.js @@ -4,9 +4,9 @@ /** * If MemberExpression does not implement the internal [[Call]] method, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T3.js; - * @description: Checking String object case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T3.js + * @description Checking String object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T4.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T4.js index de6478eafc..f0ae774bf7 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T4.js @@ -4,9 +4,9 @@ /** * If MemberExpression does not implement the internal [[Call]] method, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T4.js; - * @description: Checking Global object case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T4.js + * @description Checking Global object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T5.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T5.js index b353b77c66..533c978919 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T5.js @@ -4,9 +4,9 @@ /** * If MemberExpression does not implement the internal [[Call]] method, throw TypeError * - * @section: 11.2.3; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T5.js; - * @description: Checking Math object case; + * @section 11.2.3 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.3_Function_Calls/S11.2.3_A4_T5.js + * @description Checking Math object case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T1.js index 78590cd18f..0b14ee49d1 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T1.js @@ -4,9 +4,9 @@ /** * Arguments : () * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T1.js; - * @description: Function is declared with no FormalParameterList; + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T1.js + * @description Function is declared with no FormalParameterList */ function f_arg() { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T2.js index 6e0c857ffd..e1603222a3 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T2.js @@ -4,9 +4,9 @@ /** * Arguments : () * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T2.js; - * @description: Function is declared with FormalParameterList; + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.1_T2.js + * @description Function is declared with FormalParameterList */ function f_arg(x,y) { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T1.js index 989d6666d4..fb61860d6c 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T1.js @@ -4,9 +4,9 @@ /** * Arguments : (ArgumentList) * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T1.js; - * @description: Function is declared with no FormalParameterList; + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T1.js + * @description Function is declared with no FormalParameterList */ f_arg = function() { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T2.js index f7daf45173..02febc11a9 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T2.js @@ -4,9 +4,9 @@ /** * Arguments : (ArgumentList) * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T2.js; - * @description: Function is declared with FormalParameterList; + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.2_T2.js + * @description Function is declared with FormalParameterList */ f_arg = function(x,y) { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.3_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.3_T1.js index ee5969a355..3bf365fc19 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.3_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.3_T1.js @@ -4,10 +4,10 @@ /** * Arguments : (ArgumentList : ArgumentList,, AssignmentExpression) is a bad syntax * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.3_T1.js; - * @description: incorrect syntax; - * @negative; + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.3_T1.js + * @description incorrect syntax + * @negative */ function f_arg() { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T1.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T1.js index ca95e8923c..bf9a62a888 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T1.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T1.js @@ -4,12 +4,12 @@ /** * Arguments : (ArgumentList : ArgumentList, AssignmentExpression) * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T1.js; - * @description: Return an internal list whose length is one greater than the + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T1.js + * @description Return an internal list whose length is one greater than the * length of ArgumentList and whose items are the items of ArgumentList, in order, * followed at the end by GetValue(AssignmentExpression), which is the last item of - * the new list; + * the new list */ function f_arg() { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T2.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T2.js index 7193b401fc..d79b7f6968 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T2.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T2.js @@ -4,12 +4,12 @@ /** * Arguments : (ArgumentList : ArgumentList, AssignmentExpression) * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T2.js; - * @description: Return an internal list whose length is one greater than the + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T2.js + * @description Return an internal list whose length is one greater than the * length of ArgumentList and whose items are the items of ArgumentList, in order, * followed at the end by GetValue(AssignmentExpression), which is the last item of - * the new list; + * the new list */ function f_arg() { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T3.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T3.js index 0262060b3a..87d8ddd4df 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T3.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T3.js @@ -4,12 +4,12 @@ /** * Arguments : (ArgumentList : ArgumentList, AssignmentExpression) * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T3.js; - * @description: Return an internal list whose length is one greater than the + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T3.js + * @description Return an internal list whose length is one greater than the * length of ArgumentList and whose items are the items of ArgumentList, in order, * followed at the end by GetValue(AssignmentExpression), which is the last item of - * the new list; + * the new list */ function f_arg(x,y,z) { diff --git a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T4.js b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T4.js index 4a15d7aa9d..ea9774ae1c 100644 --- a/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T4.js +++ b/test/suite/converted/11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T4.js @@ -4,12 +4,12 @@ /** * Arguments : (ArgumentList : ArgumentList, AssignmentExpression) * - * @section: 11.2.4, 11.2.3, 10.1.8; - * @path: 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T4.js; - * @description: Return an internal list whose length is one greater than the + * @section 11.2.4, 11.2.3, 10.1.8 + * @path 11_Expressions/11.2_Left_Hand_Side_Expressions/11.2.4_Argument_Lists/S11.2.4_A1.4_T4.js + * @description Return an internal list whose length is one greater than the * length of ArgumentList and whose items are the items of ArgumentList, in order, * followed at the end by GetValue(AssignmentExpression), which is the last item of - * the new list; + * the new list */ var x = function () { throw "x"; }; diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1.js index 290ed5af82..51dbd3cdbb 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "++" is not allowed * - * @section: 11.3.1, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1.js; - * @description: Checking Line Feed; - * @negative; + * @section 11.3.1, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1.js + * @description Checking Line Feed + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2.js index 0d17d774b2..02c74a0a01 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "++" is not allowed * - * @section: 11.3.1, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2.js; - * @description: Carriage Return; - * @negative; + * @section 11.3.1, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2.js + * @description Carriage Return + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3.js index 5f014ec1ff..daf39810ae 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "++" is not allowed * - * @section: 11.3.1, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3.js; - * @description: Checking Line Seprator; - * @negative; + * @section 11.3.1, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3.js + * @description Checking Line Seprator + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4.js index fb1f20c8e7..c9500068a7 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "++" is not allowed * - * @section: 11.3.1, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4.js; - * @description: Checking Paragraph separator; - * @negative; + * @section 11.3.1, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4.js + * @description Checking Paragraph separator + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.2_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.2_T1.js index 98cf25a5a0..a4e62b7e4d 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.2_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.2_T1.js @@ -4,9 +4,9 @@ /** * White Space between LeftHandSideExpression and "++" are allowed * - * @section: 11.3.1, 11.6.3, 7.2; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.2_T1.js; - * @description: Checking by using eval; + * @section 11.3.1, 11.6.3, 7.2 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.2_T1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T1.js index c574fcac6b..2ea5d1144e 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x++ uses GetValue and PutValue * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T1.js; - * @description: Type(x) is Reference and GetBase(x) is not null; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T1.js + * @description Type(x) is Reference and GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T2.js index a6b8094a5a..6690e01dd2 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x++ uses GetValue and PutValue * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T3.js index db2ff19b95..05a451f2d6 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T3.js @@ -4,10 +4,10 @@ /** * Operator x++ uses GetValue and PutValue * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T3.js; - * @description: If Type(x) is not Reference, throw ReferenceError (or SyntaxError); - * @negative; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.1_T3.js + * @description If Type(x) is not Reference, throw ReferenceError (or SyntaxError) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.2_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.2_T1.js index 9897d45d68..64d7e9bf28 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x++ uses [[Default Value]] * - * @section: 11.3.1, 8.6.2.6; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.3.1, 8.6.2.6 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T1.js index ddc5b84981..93f52b70b1 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator x++ returns x = ToNumber(x) + 1 * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T2.js index bdf97bbdfb..b23d1240df 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator x++ returns x = ToNumber(x) + 1 * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T3.js index 62ed4ed491..1079855c2c 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator x++ returns x = ToNumber(x) + 1 * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T4.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T4.js index 212e9e8d11..6595b3e121 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator x++ returns x = ToNumber(x) + 1 * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T5.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T5.js index 8bf63f44eb..2298e800a3 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator x++ returns x = ToNumber(x) + 1 * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T1.js index 0dda1623bf..f90bc327f1 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T1.js @@ -4,9 +4,9 @@ /** * Operator x++ returns ToNumber(x) * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T2.js index d3e4df866e..7716263429 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T2.js @@ -4,9 +4,9 @@ /** * Operator x++ returns ToNumber(x) * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T3.js index 8753184ca9..f225806b42 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T3.js @@ -4,9 +4,9 @@ /** * Operator x++ returns ToNumber(x) * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T4.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T4.js index 39f4b4b14d..0d2a885ffa 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T4.js @@ -4,9 +4,9 @@ /** * Operator x++ returns ToNumber(x) * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T5.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T5.js index 49a6bf17a9..ad5e3df5dc 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T5.js @@ -4,9 +4,9 @@ /** * Operator x++ returns ToNumber(x) * - * @section: 11.3.1, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.3.1, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A4_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1.js index 9fe1ff16fd..1d7d0c61dd 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "--" is not allowed * - * @section: 11.3.2, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1.js; - * @description: Checking Line Feed; - * @negative; + * @section 11.3.2, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1.js + * @description Checking Line Feed + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2.js index f7958114d3..998aae51ef 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "--" is not allowed * - * @section: 11.3.2, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2.js; - * @description: Checking Carriage Return; - * @negative; + * @section 11.3.2, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2.js + * @description Checking Carriage Return + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3.js index e160c076e0..20e36ad638 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "--" is not allowed * - * @section: 11.3.2, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3.js; - * @description: Checking Page separator; - * @negative; + * @section 11.3.2, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3.js + * @description Checking Page separator + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4.js index 66f8592e28..df930327ab 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4.js @@ -4,10 +4,10 @@ /** * Line Terminator between LeftHandSideExpression and "--" is not allowed * - * @section: 11.3.2, 11.6.3, 7.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4.js; - * @description: Checking Line separator; - * @negative; + * @section 11.3.2, 11.6.3, 7.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4.js + * @description Checking Line separator + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.2_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.2_T1.js index fc5767fddc..bbd3794ee3 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.2_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.2_T1.js @@ -4,9 +4,9 @@ /** * White Space between LeftHandSideExpression and "--" are allowed * - * @section: 11.3.2, 11.6.3, 7.2; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.2_T1.js; - * @description: Checking by using eval; + * @section 11.3.2, 11.6.3, 7.2 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.2_T1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T1.js index 2a2998d14d..f27befc787 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x-- uses GetValue and PutValue * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T1.js; - * @description: Type(x) is Reference and GetBase(x) is not null; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T1.js + * @description Type(x) is Reference and GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T2.js index 58f32e2db1..5ef2e94ed9 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x-- uses GetValue and PutValue * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T3.js index 5cb89f82f4..3b860c8906 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T3.js @@ -4,10 +4,10 @@ /** * Operator x-- uses GetValue and PutValue * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T3.js; - * @description: If Type(x) is not Reference, throw ReferenceError (or SyntaxError); - * @negative; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.1_T3.js + * @description If Type(x) is not Reference, throw ReferenceError (or SyntaxError) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.2_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.2_T1.js index ed8e0e6261..753b11b6e9 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x-- uses [[Default Value]] * - * @section: 11.3.2, 8.6.2.6; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.3.2, 8.6.2.6 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T1.js index f78f0213e5..e7534f92af 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator x-- returns x = ToNumber(x) - 1 * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T2.js index 3f91d8906b..6190be6cda 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator x-- returns x = ToNumber(x) - 1 * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T3.js index 7ea641683e..3d41e8470a 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator x-- returns x = ToNumber(x) - 1 * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T4.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T4.js index a8a2d86ecd..2eb2736bd7 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator x-- returns x = ToNumber(x) - 1 * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T5.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T5.js index a022e982d2..45c29c597e 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator x-- returns x = ToNumber(x) - 1 * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T1.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T1.js index 6121fe36ee..e2cff06c60 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T1.js @@ -4,9 +4,9 @@ /** * Operator x-- returns ToNumber(x) * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T2.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T2.js index 8867f64435..c02485ac2b 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T2.js @@ -4,9 +4,9 @@ /** * Operator x-- returns ToNumber(x) * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T3.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T3.js index 59238bcb79..8fa64b8509 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T3.js @@ -4,9 +4,9 @@ /** * Operator x-- returns ToNumber(x) * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T4.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T4.js index 4e88d71147..0e25b64678 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T4.js @@ -4,9 +4,9 @@ /** * Operator x-- returns ToNumber(x) * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T4.js; - * @description: If Type(x) is undefined or null; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T4.js + * @description If Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T5.js b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T5.js index 66f66e77b4..38d86041ab 100644 --- a/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T5.js @@ -4,9 +4,9 @@ /** * Operator x-- returns ToNumber(x) * - * @section: 11.3.2, 11.6.3; - * @path: 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.3.2, 11.6.3 + * @path 11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A4_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A1.js index c40ef2f38e..cde777b875 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "delete" and UnaryExpression are allowed * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A1.js; - * @description: Checking by using eval; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.1.js index 9492197a95..88461d69ef 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.1.js @@ -4,9 +4,9 @@ /** * If Type(x) is not Reference, return true * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.1.js; - * @description: Checking primitive value and Object value cases; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.1.js + * @description Checking primitive value and Object value cases */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T1.js index 21f05abf37..a6ecd3ea1d 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * If GetBase(x) doesn't have a property GetPropertyName(x), return true * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T1.js; - * @description: Checking undeclared variable case; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T1.js + * @description Checking undeclared variable case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T2.js index 7d9b604146..b48ffb0049 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T2.js @@ -4,9 +4,9 @@ /** * If GetBase(x) doesn't have a property GetPropertyName(x), return true * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T2.js; - * @description: Checking Object object and Function object cases; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T2.js + * @description Checking Object object and Function object cases */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.1.js index e3b992dac6..e8f0531742 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.1.js @@ -4,9 +4,9 @@ /** * If the property has the DontDelete attribute, return false * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.1.js; - * @description: Checking declared variable; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.1.js + * @description Checking declared variable */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.2.js index 60e2624628..4d65602386 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.2.js @@ -4,9 +4,9 @@ /** * If the property doesn't have the DontDelete attribute, return true * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.2.js; - * @description: Checking declared variable; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.2.js + * @description Checking declared variable */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.3.js index 0e6ac33a3c..b4bc5423a6 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.3.js @@ -4,9 +4,9 @@ /** * If the property doesn't have the DontDelete attribute, remove the property * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.3.js; - * @description: Checking declared variable; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A3.3.js + * @description Checking declared variable */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A4.js index 995fd7a9b2..d676b84b12 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A4.js @@ -4,9 +4,9 @@ /** * "Delete" operator removes property, which is reference to the object, not the object * - * @section: 11.4.1; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A4.js; - * @description: Checking two reference by one object; + * @section 11.4.1 + * @path 11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A4.js + * @description Checking two reference by one object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A1.js index 9c305584d2..7e3f0f5567 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "void" and UnaryExpression are allowed * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A1.js; - * @description: Checking by using eval; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T1.js index ecbe783c65..43a8498ead 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T1.js @@ -4,9 +4,9 @@ /** * Operator "void" uses GetValue * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T1.js; - * @description: Either Type(x) is not Reference or GetBase(x) is not null; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T1.js + * @description Either Type(x) is not Reference or GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T2.js index cd5ea572ab..0df31a7d8e 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T2.js @@ -4,10 +4,10 @@ /** * Operator "void" uses GetValue * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; - * @negative; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T2.js + * @description If GetBase(x) is null, throw ReferenceError + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T1.js index af4b2cfed2..030366cb9c 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T1.js @@ -4,9 +4,9 @@ /** * Operator "void" evaluates UnaryExpression and returns undefined * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T2.js index d432b3955d..abd4cc2dbe 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T2.js @@ -4,9 +4,9 @@ /** * Operator "void" evaluates UnaryExpression and returns undefined * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T3.js index 5d9ae09d5f..bcfa05bfae 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T3.js @@ -4,9 +4,9 @@ /** * Operator "void" evaluates UnaryExpression and returns undefined * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T3.js; - * @description: Type(x) is string primitive of String object; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T3.js + * @description Type(x) is string primitive of String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T4.js index c13b6fab1b..5fa0b0a288 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T4.js @@ -4,9 +4,9 @@ /** * Operator "void" evaluates UnaryExpression and returns undefined * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T5.js index 8e77d280bf..e3385ddd8f 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T5.js @@ -4,9 +4,9 @@ /** * Operator "void" evaluates UnaryExpression and returns undefined * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T6.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T6.js index 005ccddb6d..2c5ffed934 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T6.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T6.js @@ -4,9 +4,9 @@ /** * Operator "void" evaluates UnaryExpression and returns undefined * - * @section: 11.4.2; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T6.js; - * @description: Checking Simple Assignment operator; + * @section 11.4.2 + * @path 11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A4_T6.js + * @description Checking Simple Assignment operator */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A1.js index 8b3975c797..24e45907c3 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "typeof" and UnaryExpression are allowed * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A1.js; - * @description: Checking by using eval; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T1.js index ac26e800c5..fc5efbbb70 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T1.js @@ -4,9 +4,9 @@ /** * Operator "typeof" uses GetValue * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T1.js; - * @description: Either Type(x) is not Reference or GetBase(x) is not null; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T1.js + * @description Either Type(x) is not Reference or GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T2.js index d4d14e8904..c0d58f924a 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T2.js @@ -4,9 +4,9 @@ /** * Operator "typeof" uses GetValue * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T2.js; - * @description: If GetBase(x) is null, return "undefined"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A2_T2.js + * @description If GetBase(x) is null, return "undefined" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.1.js index a34778eea7..7c45117027 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.1.js @@ -4,9 +4,9 @@ /** * Result of applying "typeof" operator to undefined is "undefined" * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.1.js; - * @description: typeof undefined === "undefined"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.1.js + * @description typeof undefined === "undefined" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.2.js index 5b3f15d42f..76004b69d2 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.2.js @@ -4,9 +4,9 @@ /** * Result of applying "typeof" operator to null is "object" * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.2.js; - * @description: typeof null === "object"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.2.js + * @description typeof null === "object" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.3.js index 001253e4bf..8fbf7b07e9 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.3.js @@ -4,9 +4,9 @@ /** * Result of applying "typeof" operator to boolean is "boolean" * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.3.js; - * @description: typeof (boolean value) === "boolean"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.3.js + * @description typeof (boolean value) === "boolean" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.4.js index b7b21d2690..8adc8206a0 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.4.js @@ -4,9 +4,9 @@ /** * Result of appying "typeof" operator to number is "number" * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.4.js; - * @description: typeof (number value) === "number"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.4.js + * @description typeof (number value) === "number" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.5.js index 22a19164a2..c3b00d0689 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.5.js @@ -4,9 +4,9 @@ /** * Result of appying "typeof" operator to string is "string" * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.5.js; - * @description: typeof (string value) === "string"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.5.js + * @description typeof (string value) === "string" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6.js index b196af77a7..602cf16d5a 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6.js @@ -4,9 +4,9 @@ /** * Result of applying "typeof" operator to the object that is native and doesn't implement [[Call]] is "object" * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6.js; - * @description: typeof (object without [[Call]]) === "object"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6.js + * @description typeof (object without [[Call]]) === "object" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.7.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.7.js index 5b655c82e2..5af3720fd9 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.7.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.7.js @@ -4,9 +4,9 @@ /** * Result of applying "typeof" operator to the object that is native and implements [[Call]] is "function" * - * @section: 11.4.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.7.js; - * @description: typeof (object with [[Call]]) === "function"; + * @section 11.4.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.7.js + * @description typeof (object with [[Call]]) === "function" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A1.js index 2cb95a9fd4..551c13733b 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "++" and UnaryExpression are allowed * - * @section: 11.4.4, 11.6.3, 7.2, 7.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A1.js; - * @description: Checking by using eval; + * @section 11.4.4, 11.6.3, 7.2, 7.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T1.js index 0fb5d36ab2..4972e47988 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator ++x uses GetValue and PutValue * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T1.js; - * @description: Type(x) is Reference and GetBase(x) is not null; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T1.js + * @description Type(x) is Reference and GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T2.js index b59b77edd0..e8ddde163b 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator ++x uses GetValue and PutValue * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T3.js index 69094f4aa0..ba7c82cc87 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T3.js @@ -4,10 +4,10 @@ /** * Operator ++x uses GetValue and PutValue * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T3.js; - * @description: If Type(x) is not Reference, throw ReferenceError (or SyntaxError); - * @negative; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.1_T3.js + * @description If Type(x) is not Reference, throw ReferenceError (or SyntaxError) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.2_T1.js index b7515b60ae..25d2fd202f 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator ++x uses [[Default Value]] * - * @section: 11.4.4, 8.6.2.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.4.4, 8.6.2.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T1.js index 4393ed9d55..5d840274e4 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator ++x returns x = ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T2.js index 2655087778..64a065642b 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator ++x returns x = ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T3.js index c7afbf1e8b..da1adcd52a 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator ++x returns x = ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T4.js index 07cb44ed33..c0a66e3fc5 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator ++x returns x = ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T5.js index fe6efcb362..17181f081f 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator ++x returns x = ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T1.js index 821f004e9e..44f5559177 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T1.js @@ -4,9 +4,9 @@ /** * Operator ++x returns ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T2.js index 78d2e1ee6b..9e1970bf08 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T2.js @@ -4,9 +4,9 @@ /** * Operator ++x returns ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T3.js index 17ecb10a5f..50f5c116c3 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T3.js @@ -4,9 +4,9 @@ /** * Operator ++x returns ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T4.js index 9a120dfcab..2ad0d78f3f 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T4.js @@ -4,9 +4,9 @@ /** * Operator ++x returns ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T5.js index f12564bd51..492634339e 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T5.js @@ -4,9 +4,9 @@ /** * Operator ++x returns ToNumber(x) + 1 * - * @section: 11.4.4, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.4, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.4_Prefix_Increment_Operator/S11.4.4_A4_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A1.js index 65784919ff..66e741d051 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "--" and UnaryExpression are allowed * - * @section: 11.4.5, 11.6.3, 7.2, 7.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A1.js; - * @description: Checking by using eval; + * @section 11.4.5, 11.6.3, 7.2, 7.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T1.js index 50d35a2b8b..f4161861f4 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator --x uses GetValue and PutValue * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T1.js; - * @description: Type(x) is Reference and GetBase(x) is not null; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T1.js + * @description Type(x) is Reference and GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T2.js index 4241156bb3..f2f605bbcb 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator --x uses GetValue and PutValue * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T3.js index 02aa444e7a..c8a1635080 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T3.js @@ -4,10 +4,10 @@ /** * Operator --x uses GetValue and PutValue * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T3.js; - * @description: If Type(x) is not Reference, throw ReferenceError (or SyntaxError); - * @negative; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.1_T3.js + * @description If Type(x) is not Reference, throw ReferenceError (or SyntaxError) + * @negative */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.2_T1.js index 5e05e0e59f..aaa9c23449 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator --x uses [[Default Value]] * - * @section: 11.4.5, 8.6.2.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.4.5, 8.6.2.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T1.js index 99e9863b02..f6d16f6354 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator --x returns x = ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T2.js index d15e5fd797..be03b8e136 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator --x returns x = ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T3.js index 3fb092334f..15a95962af 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator --x returns x = ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T3.js; - * @description: Type(x) is primitive string or String object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T3.js + * @description Type(x) is primitive string or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T4.js index bdd0c14bd8..34a2babe77 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator --x returns x = ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T5.js index f7133dcd84..77fa3d13a0 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator --x returns x = ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T1.js index e3d32a64e4..767bb45bfd 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T1.js @@ -4,9 +4,9 @@ /** * Operator --x returns ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T2.js index a96a6b7792..9b08df9863 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T2.js @@ -4,9 +4,9 @@ /** * Operator --x returns ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T3.js index f0a8329f5f..41cf3bbaca 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T3.js @@ -4,9 +4,9 @@ /** * Operator --x returns ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T4.js index 1f6d7b11c1..1f1a0bb16b 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T4.js @@ -4,9 +4,9 @@ /** * Operator --x returns ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T5.js index dfd1ebd799..356beeba34 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T5.js @@ -4,9 +4,9 @@ /** * Operator --x returns ToNumber(x) - 1 * - * @section: 11.4.5, 11.6.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.5, 11.6.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.5_Prefix_Decrement_Operator/S11.4.5_A4_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A1.js index 0fbd96ee24..b5f90cdbd7 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "+" and UnaryExpression are allowed * - * @section: 11.4.6, 7.2, 7.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A1.js; - * @description: Checking by using eval; + * @section 11.4.6, 7.2, 7.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T1.js index 20d99d3614..c2e6a6c0e1 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator +x uses GetValue * - * @section: 11.4.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T1.js; - * @description: Either Type(x) is not Reference or GetBase(x) is not null; + * @section 11.4.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T1.js + * @description Either Type(x) is not Reference or GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T2.js index 3a46b8e3bd..d658a29e4d 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator +x uses GetValue * - * @section: 11.4.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.4.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.2_T1.js index c28dbe92cc..37541e1120 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator +x uses [[Default Value]] * - * @section: 11.4.6, 8.6.2.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.4.6, 8.6.2.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T1.js index 1e3a3e8d58..b7b8330429 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator +x returns ToNumber(x) * - * @section: 11.4.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T2.js index 80692bba3c..c50b9196a1 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator +x returns ToNumber(x) * - * @section: 11.4.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T3.js index 5365c55279..1a39d7666a 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator +x returns ToNumber(x) * - * @section: 11.4.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.4.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T4.js index 38e342852d..c36236af93 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator +x returns ToNumber(x) * - * @section: 11.4.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T5.js index c28117edbd..0e287ebf06 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator +x returns ToNumber(x) * - * @section: 11.4.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.6_Unary_plus_Operator/S11.4.6_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A1.js index 9ac43e6190..60d4f37536 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "-" and UnaryExpression are allowed * - * @section: 11.4.7, 7.2, 7.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A1.js; - * @description: Checking by using eval; + * @section 11.4.7, 7.2, 7.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T1.js index f2c8431eb7..717aebca98 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator -x uses GetValue * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T1.js; - * @description: Either Type(x) is not Reference or GetBase(x) is not null; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T1.js + * @description Either Type(x) is not Reference or GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T2.js index ffe1071481..093b4ccf6a 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator -x uses GetValue * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.2_T1.js index 107b32c203..c074787ece 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator -x uses [[Default Value]] * - * @section: 11.4.7, 8.6.2.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.4.7, 8.6.2.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T1.js index 17ffd167f3..744addc200 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator -x returns -ToNumber(x) * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T2.js index 8750a23f22..ab1716e4f3 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator -x returns -ToNumber(x) * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T3.js index ab217bde4c..d7a2299883 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator -x returns -ToNumber(x) * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T4.js index b8a71780ed..c379bcce86 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator -x returns -ToNumber(x) * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T5.js index 9b33a5cfcc..4a04564cb7 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator -x returns -ToNumber(x) * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.1.js index 725f98bcec..1813e7a8ca 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.1.js @@ -4,9 +4,9 @@ /** * If x is NaN, operator -x returns NaN * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.1.js; - * @description: Checking NaN; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.1.js + * @description Checking NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.2.js index 407652e5a7..4420ea659b 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.2.js @@ -4,9 +4,9 @@ /** * Negating +0 produces -0, negating -0 produces +0 * - * @section: 11.4.7; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.2.js; - * @description: Checking Infinity; + * @section 11.4.7 + * @path 11_Expressions/11.4_Unary_Operators/11.4.7_Unary_minus_Operator/S11.4.7_A4.2.js + * @description Checking Infinity */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A1.js index 229a7fe8b6..ee44d123db 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "~" and UnaryExpression are allowed * - * @section: 11.4.8, 7.2, 7.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A1.js; - * @description: Checking by using eval; + * @section 11.4.8, 7.2, 7.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T1.js index ee3f3d1c87..2f0da273e3 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator ~x uses GetValue * - * @section: 11.4.8; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T1.js; - * @description: Either Type(x) is not Reference or GetBase(x) is not null; + * @section 11.4.8 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T1.js + * @description Either Type(x) is not Reference or GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T2.js index 08da5e89db..d73daa205a 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator ~x uses GetValue * - * @section: 11.4.8; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.4.8 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.2_T1.js index 9e39ba8e5d..c179f032c8 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator ~x uses [[Default Value]] * - * @section: 11.4.8, 8.6.2.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.4.8, 8.6.2.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T1.js index d1c40ceb91..fb195b5d9f 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator ~x returns ~ToInt32(x) * - * @section: 11.4.8; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.8 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T2.js index 0744dc720c..ccc0b1e773 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator ~x returns ~ToInt32(x) * - * @section: 11.4.8; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.8 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T3.js index c1af0206b7..b81714504f 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator ~x returns ~ToInt32(x) * - * @section: 11.4.8; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.4.8 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T4.js index a63c763ca8..aa286df141 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator ~x returns ~ToInt32(x) * - * @section: 11.4.8; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.8 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T5.js index ca1ab911b6..4fb3ad6e2e 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator ~x returns ~ToInt32(x) * - * @section: 11.4.8; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.8 + * @path 11_Expressions/11.4_Unary_Operators/11.4.8_Bitwise_NOT_Operator/S11.4.8_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A1.js index 32f2d1ad2c..a534a1a577 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between "!" and UnaryExpression are allowed * - * @section: 11.4.9, 7.2, 7.3; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A1.js; - * @description: Checking by using eval; + * @section 11.4.9, 7.2, 7.3 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T1.js index 4477d25232..c57b5fd0fb 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator !x uses GetValue * - * @section: 11.4.9; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T1.js; - * @description: Either Type(x) is not Reference or GetBase(x) is not null; + * @section 11.4.9 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T1.js + * @description Either Type(x) is not Reference or GetBase(x) is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T2.js index beed10d800..fbc13a72de 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator !x uses GetValue * - * @section: 11.4.9; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.4.9 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.2_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.2_T1.js index 6adb206e8d..0875464cdc 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator !x uses [[Default Value]] * - * @section: 11.4.9, 8.6.2.6; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.2_T1.js; - * @description: If Type(value) is Object, return false; + * @section 11.4.9, 8.6.2.6 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A2.2_T1.js + * @description If Type(value) is Object, return false */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T1.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T1.js index 482f593dfe..2ce2eedb30 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T1.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T1.js @@ -4,9 +4,9 @@ /** * Operator !x returns !ToBoolean(x) * - * @section: 11.4.9; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T1.js; - * @description: Type(x) is boolean primitive or Boolean object; + * @section 11.4.9 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T1.js + * @description Type(x) is boolean primitive or Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T2.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T2.js index 760d9813dd..6aec7ace5c 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T2.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T2.js @@ -4,9 +4,9 @@ /** * Operator !x returns !ToBoolean(x) * - * @section: 11.4.9; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T2.js; - * @description: Type(x) is number primitive or Number object; + * @section 11.4.9 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T2.js + * @description Type(x) is number primitive or Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T3.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T3.js index 164d7cd070..a600b18d45 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T3.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T3.js @@ -4,9 +4,9 @@ /** * Operator !x returns !ToBoolean(x) * - * @section: 11.4.9; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T3.js; - * @description: Type(x) is string primitive or String object; + * @section 11.4.9 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T3.js + * @description Type(x) is string primitive or String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T4.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T4.js index d87bbab3f9..6a2718f9a9 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T4.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T4.js @@ -4,9 +4,9 @@ /** * Operator !x returns !ToBoolean(x) * - * @section: 11.4.9; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T4.js; - * @description: Type(x) is undefined or null; + * @section 11.4.9 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T4.js + * @description Type(x) is undefined or null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T5.js b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T5.js index 500e8993cf..5350b0108e 100644 --- a/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T5.js +++ b/test/suite/converted/11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T5.js @@ -4,9 +4,9 @@ /** * Operator !x returns !ToBoolean(x) * - * @section: 11.4.9; - * @path: 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T5.js; - * @description: Type(x) is Object object or Function object; + * @section 11.4.9 + * @path 11_Expressions/11.4_Unary_Operators/11.4.9_Logical_NOT_Operator/S11.4.9_A3_T5.js + * @description Type(x) is Object object or Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A1.js index a0deec38c8..f98d5d5129 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between MultiplicativeExpression and "*" or between "*" and UnaryExpression are allowed * - * @section: 11.5.1, 7.2, 7.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A1.js; - * @description: Checking by using eval; + * @section 11.5.1, 7.2, 7.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T1.js index 17ac481e66..0b6a294537 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x * y uses GetValue * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js index 1a7bcdb20c..1d0e27e8fc 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x * y uses GetValue * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js index 85f8fbe3ff..dcded9702d 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x * y uses GetValue * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.2_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.2_T1.js index 6dd483ccc6..a13cd2227d 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x * y uses [[Default Value]] * - * @section: 11.5.1, 8.6.2.6; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.5.1, 8.6.2.6 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.3_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.3_T1.js index ddef3cfa1d..560a2584ee 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T1.js index 113718245b..2be93ee34b 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T2.js index 253ba1de08..f5ef636f71 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js index 9add170d81..0aa9ec4462 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.1.js index 9a4aebd75b..744e54765e 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.2.js index 688e52abcc..b8551abbd1 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.3.js index fcc16662aa..5a202b58d4 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.4.js index ce592bc6a7..f6d4f5d069 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.5.js index f7fb547cd1..9361e2c13d 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.1.js index 81479ec91f..31eb8433ab 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Number (primitive and object); + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Number (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.2.js index fedeee4155..a63d61b752 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.3.js index 1c494cd9a1..2daf7a8e65 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.4.js index c81b3d4083..e1d8009877 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.5.js index 49dfe77382..f45db9b8d9 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.6.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.6.js index 960f6a1656..e68ffbcc3b 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between primitive String (primitive or object) and Undefined; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between primitive String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.7.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.7.js index 43504b3fc7..4562c97ee5 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.8.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.8.js index 79a96fa8d3..7247ed917d 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.9.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.9.js index 7caa5833e9..73a40abbf1 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x * y returns ToNumber(x) * ToNumber(y) * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.1.js index 1232c89fc5..ed374fcab5 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.1.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.1.js; - * @description: If left operand is NaN, the result is NaN; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.1.js + * @description If left operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.2.js index c5e5dfa17d..0bb45d8d7d 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.2.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.2.js; - * @description: If right operand is NaN, the result is NaN; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T1.2.js + * @description If right operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T2.js index 9f9295819d..5e8fd63ccb 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T2.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T2.js; - * @description: The sign of the result is positive if both operands have the same sign, negative if the operands have different signs; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T2.js + * @description The sign of the result is positive if both operands have the same sign, negative if the operands have different signs */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T3.js index 19635bbd45..cc4fa25e10 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T3.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T3.js; - * @description: Multiplication of an infinity by a zero results in NaN; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T3.js + * @description Multiplication of an infinity by a zero results in NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T4.js index c83354e1e4..14ebf71abb 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T4.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T4.js; - * @description: Multiplication of an infinity by an infinity results in an infinity of appropriate sign; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T4.js + * @description Multiplication of an infinity by an infinity results in an infinity of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T5.js index 333fced51a..68eda6d98e 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T5.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T5.js; - * @description: Multiplication of an infinity by a finite non-zero value results in a signed infinity; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T5.js + * @description Multiplication of an infinity by a finite non-zero value results in a signed infinity */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T6.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T6.js index 9e03a04767..1bc850850f 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T6.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T6.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T6.js; - * @description: If the magnitude is too large to represent, the result is then an infinity of appropriate sign; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T6.js + * @description If the magnitude is too large to represent, the result is then an infinity of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T7.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T7.js index 2bb93538be..4cc6bd05bb 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T7.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T7.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T7.js; - * @description: If the magnitude is too small to represent, the result is then a zero of appropriate sign; + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T7.js + * @description If the magnitude is too small to represent, the result is then a zero of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T8.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T8.js index d886d397e5..19e89e4805 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T8.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T8.js @@ -4,9 +4,9 @@ /** * The result of a floating-point multiplication is governed by the rules of IEEE 754 double-precision arithmetics * - * @section: 11.5.1; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T8.js; - * @description: Multiplication is not always associative (x * y * z is the same as (x * y) * z, not x * (y * z)); + * @section 11.5.1 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A4_T8.js + * @description Multiplication is not always associative (x * y * z is the same as (x * y) * z, not x * (y * z)) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A1.js index ba01bb6f88..cd3c69dd69 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between MultiplicativeExpression and "/" or between "/" and UnaryExpression are allowed * - * @section: 11.5.2, 7.2, 7.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A1.js; - * @description: Checking by using eval; + * @section 11.5.2, 7.2, 7.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T1.js index 6ef6b39a6b..3cb9c81f33 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x / y uses GetValue * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js index f959bec0bb..2aa3717f23 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x / y uses GetValue * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js index 1b61067f2d..535d113502 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x / y uses GetValue * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.2_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.2_T1.js index 66b7b40c43..05f8d6cab4 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x / y uses [[Default Value]] * - * @section: 11.5.2, 8.6.2.6; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.5.2, 8.6.2.6 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.3_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.3_T1.js index 48deb25a27..c87af15d47 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T1.js index cc90bd8328..7af5f9bca8 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T2.js index 822c8bf61c..1d60b138ba 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js index bf57621c09..642266bbd1 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.1.js index 16ef3b7d22..ea47ce7558 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.2.js index e64a55393c..b68ce5b31c 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.3.js index bcb25ccc90..ab8c0ce8b0 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.4.js index af9bb07477..5f98dcfa21 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.5.js index d3c73c7557..7b0eabba6c 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.1.js index 72fc660e7e..c56ced6994 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.2.js index 4ee8e264ef..488272c48a 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.3.js index 8367b3a319..e519b34457 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.4.js index e913e7a7f3..e5f49d982e 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.5.js index b56b53502f..8d5910e9e9 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.6.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.6.js index dfc7727ffd..7914168297 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.7.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.7.js index 39eeb0f238..0b01815bbf 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.8.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.8.js index 1e1bf66a36..40db284dfe 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.9.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.9.js index 6bbbebc234..c59ba20f9f 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x / y returns ToNumber(x) / ToNumber(y) * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.1.js index 35c75e12e2..a2a3da4c6f 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.1.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.1.js; - * @description: If left operand is NaN, the result is NaN; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.1.js + * @description If left operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.2.js index f977d43351..928ff23520 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.2.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.2.js; - * @description: If right operand is NaN, the result is NaN; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T1.2.js + * @description If right operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T10.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T10.js index 393b1cffd1..055494e13d 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T10.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T10.js @@ -4,10 +4,10 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T10.js; - * @description: If both operands are finite and nonzero, the quotient is computed and rounded using IEEE 754 round-to-nearest mode. - * If the magnitude is too small to represent, the result is then a zero of appropriate sign; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T10.js + * @description If both operands are finite and nonzero, the quotient is computed and rounded using IEEE 754 round-to-nearest mode. + * If the magnitude is too small to represent, the result is then a zero of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T2.js index 0295424008..10be475996 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T2.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T2.js; - * @description: The sign of the result is positive if both operands have the same sign, negative if the operands have different signs; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T2.js + * @description The sign of the result is positive if both operands have the same sign, negative if the operands have different signs */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T3.js index 1629260cd8..baefb85006 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T3.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T3.js; - * @description: Division of an infinity by a zero results in an infinity of appropriate sign; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T3.js + * @description Division of an infinity by a zero results in an infinity of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T4.js index 33c3604134..84bea74426 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T4.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T4.js; - * @description: Division of an infinity by an infinity results in NaN; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T4.js + * @description Division of an infinity by an infinity results in NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T5.js index acfe3f4437..a3f77f9665 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T5.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T5.js; - * @description: Division of an infinity by a finite non-zero value results in a signed infinity; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T5.js + * @description Division of an infinity by a finite non-zero value results in a signed infinity */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T6.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T6.js index 26ed42a58b..f43b142b34 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T6.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T6.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T6.js; - * @description: Division of a finite value by an infinity results in zero of appropriate sign; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T6.js + * @description Division of a finite value by an infinity results in zero of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T7.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T7.js index 757e893eba..f4c1cf6b75 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T7.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T7.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T7.js; - * @description: Division of a zero by a zero results in NaN; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T7.js + * @description Division of a zero by a zero results in NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T8.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T8.js index dd0e5f262f..880be45962 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T8.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T8.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T8.js; - * @description: Division of a zero by any non-zero finite value -0 results in zero of appropriate sign; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T8.js + * @description Division of a zero by any non-zero finite value -0 results in zero of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T9.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T9.js index ec3177ac87..d3eaaa6fbc 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T9.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T9.js @@ -4,9 +4,9 @@ /** * The result of division is determined by the specification of IEEE 754 arithmetics * - * @section: 11.5.2; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T9.js; - * @description: If the magnitude is too large to represent, the result is then an infinity of appropriate sign; + * @section 11.5.2 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A4_T9.js + * @description If the magnitude is too large to represent, the result is then an infinity of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A1.js index c8e37ec7af..caf9a5c57b 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between MultiplicativeExpression and "%" or between "%" and UnaryExpression are allowed * - * @section: 11.5.3, 7.2, 7.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A1.js; - * @description: Checking by using eval; + * @section 11.5.3, 7.2, 7.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T1.js index 2bca3f8a1c..b24bf6af1a 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x % y uses GetValue * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js index 62485a670b..5aaf2feb99 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x % y uses GetValue * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js index ed31dc9072..e76d882744 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x % y uses GetValue * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.2_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.2_T1.js index 1f3aa7ec96..16be2c5550 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x % y uses [[Default Value]] * - * @section: 11.5.3, 8.6.2.6; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.5.3, 8.6.2.6 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.3_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.3_T1.js index 5e72f41437..a9d67fc813 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T1.js index 9f8ebb1132..bb39f2bd2c 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T2.js index 428b95b452..517258ccb7 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js index 26214850d6..2f145df8a1 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.1.js index 75daa9709b..def6592b66 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.2.js index 32a14fc7a8..0564476585 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.3.js index b52b6fce41..f4a74d3c9f 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.4.js index e77e941cce..657201db1e 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.5.js index c3b7a25fea..54e4a5e85c 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.1.js index be75c86692..961a9b717c 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.2.js index b22f6ab4f0..53ad714728 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.3.js index 2f077303b4..8a75b2e193 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.4.js index c2758f3cd8..fca3b9c72d 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.5.js index 74000f4081..4d392f4558 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.6.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.6.js index 6440d0e6a9..1d2d1338f5 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.7.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.7.js index 9e992d4e11..2da6796314 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.8.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.8.js index 3f8c1e8f66..9f0a8e0b09 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.9.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.9.js index a9231d9727..2b26b8d8bc 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x % y returns ToNumber(x) % ToNumber(y) * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.1.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.1.js index 8a35840a32..3bcb5bf571 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.1.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.1.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.1.js; - * @description: If either operand is NaN, the result is NaN; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.1.js + * @description If either operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.2.js index 6e884773e1..fcdc4d5d5c 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.2.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.2.js; - * @description: If either operand is NaN, the result is NaN; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T1.2.js + * @description If either operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.js index 9fce29ea23..2199c2c2bf 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.js; - * @description: The sign of the finite non-zero value result equals the sign of the divided; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.js + * @description The sign of the finite non-zero value result equals the sign of the divided */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T3.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T3.js index b7625f3e72..88d602081b 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T3.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T3.js; - * @description: If the dividend is an infinity results is NaN; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T3.js + * @description If the dividend is an infinity results is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T4.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T4.js index ad0c006bb8..d19e0aa74b 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T4.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T4.js; - * @description: If the divisor is zero results is NaN; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T4.js + * @description If the divisor is zero results is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T5.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T5.js index 985764b4f4..58ed58f123 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T5.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T5.js; - * @description: If dividend is finite and the divisor is an infinity, the result equals the dividend; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T5.js + * @description If dividend is finite and the divisor is an infinity, the result equals the dividend */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6.js index 58940bf552..be69490d3e 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6.js; - * @description: If dividend is a zero and the divisor is nonzero finite, the result equals the dividend; + * @section 11.5.3 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6.js + * @description If dividend is a zero and the divisor is nonzero finite, the result equals the dividend */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T7.js b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T7.js index 51b864db05..63ab84d8e2 100644 --- a/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T7.js +++ b/test/suite/converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T7.js @@ -4,9 +4,9 @@ /** * The result of a ECMAScript floating-point remainder operation is determined by the rules of IEEE arithmetics * - * @section: 11.5.3, 15.8.2.9; - * @path: 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T7.js; - * @description: If operands neither an infinity, nor a zero, nor NaN, return x - truncate(x / y) * y; + * @section 11.5.3, 15.8.2.9 + * @path 11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T7.js + * @description If operands neither an infinity, nor a zero, nor NaN, return x - truncate(x / y) * y */ function truncate(x) { diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A1.js index f2008b667e..6074e8f360 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between AdditiveExpression and "+" or between "+" and MultiplicativeExpression are allowed * - * @section: 11.6.1, 7.2, 7.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A1.js; - * @description: Checking by using eval; + * @section 11.6.1, 7.2, 7.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T1.js index 3b554c3d6e..0584ee8c13 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x + y uses GetValue * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js index d7c306c3a8..c0f2e25eb5 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x + y uses GetValue * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js index f99cf928df..deafaa12b5 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x + y uses GetValue * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T1.js index 721e7e6ccf..7b5e22d926 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x + y uses [[Default Value]] * - * @section: 11.6.1, 8.6.2.6; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.6.1, 8.6.2.6 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T2.js index d09cbc639f..336475d3c2 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T2.js @@ -4,9 +4,9 @@ /** * Operator x + y uses [[Default Value]] * - * @section: 11.6.1, 8.6.2.6; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T2.js; - * @description: If Type(value) is Date object, evaluate ToPrimitive(value, String); + * @section 11.6.1, 8.6.2.6 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T2.js + * @description If Type(value) is Date object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T3.js index fcffa10684..aa63b03f8d 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T3.js @@ -4,9 +4,9 @@ /** * Operator x + y uses [[Default Value]] * - * @section: 11.6.1, 8.6.2.6; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T3.js; - * @description: If Type(value) is Function, evaluate ToPrimitive(value, Number); + * @section 11.6.1, 8.6.2.6 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.2_T3.js + * @description If Type(value) is Function, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.3_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.3_T1.js index 730db44650..169cbb5db7 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T1.js index 6d0d8ec8f7..fee95718c4 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T2.js index e9159e2f88..f401d38c01 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js index 2984d920a7..978c2da3c1 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.1.js index 1736dc8d96..5eb1a1d1db 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.2.js index 8f8f22c379..f707200ba2 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.3.js index 5d05dd7478..6a431ee877 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.3.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T1.3.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.1.js index 73954163a4..db2e18cf9b 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.1.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) or Boolean (primitive and object); + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.1.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) or Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.2.js index 563357cb2d..c86f2c4fba 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.2.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.2.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.3.js index 50a94e66b6..cf3e618ed6 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.3.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.3.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.4.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.4.js index f9ba28a555..7f6711f10b 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.4.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.4.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.4.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.4.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.5.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.5.js index 11d4314c82..6621e2e40c 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.5.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.5.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String and Type(Primitive(y)) is not String, then operator x + y returns ToNumber(x) + ToNumber(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.5.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.1_T2.5.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.1.js index 50285acbeb..cedad93523 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String or Type(Primitive(y)) is String, then operator x + y returns the result of concatenating ToString(x) followed by ToString(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.2.js index 9316650ca6..10790e80f0 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String or Type(Primitive(y)) is String, then operator x + y returns the result of concatenating ToString(x) followed by ToString(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.1.js index 9c14bec547..2c7dfa78b8 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String or Type(Primitive(y)) is String, then operator x + y returns the result of concatenating ToString(x) followed by ToString(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.1.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.1.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.2.js index 3281aaa138..c927b224c9 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String or Type(Primitive(y)) is String, then operator x + y returns the result of concatenating ToString(x) followed by ToString(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.2.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.2.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.3.js index c511684793..323c27711c 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String or Type(Primitive(y)) is String, then operator x + y returns the result of concatenating ToString(x) followed by ToString(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.3.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.3.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.4.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.4.js index 6967df5bc6..115d2eb825 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.4.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.4.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String or Type(Primitive(y)) is String, then operator x + y returns the result of concatenating ToString(x) followed by ToString(y) * - * @section: 11.6.1; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.4.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null; + * @section 11.6.1 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A3.2_T2.4.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T1.js index 02817fe791..88838268dc 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T1.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T1.js; - * @description: If either operand is NaN, the result is NaN; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T1.js + * @description If either operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T2.js index 34ffec3c06..95307b1ef8 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T2.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T2.js; - * @description: The sum of two infinities of opposite sign is NaN; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T2.js + * @description The sum of two infinities of opposite sign is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T3.js index c8f43be558..9631b0b411 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T3.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T3.js; - * @description: The sum of two infinities of the same sign is the infinity of that sign; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T3.js + * @description The sum of two infinities of the same sign is the infinity of that sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T4.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T4.js index 7daca97506..cd482f3003 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T4.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T4.js; - * @description: The sum of an infinity and a finite value is equal to the infinite operand; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T4.js + * @description The sum of an infinity and a finite value is equal to the infinite operand */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T5.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T5.js index d3fb0b9a01..b0ddd03b82 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T5.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T5.js; - * @description: The sum of two negative zeros is -0. The sum of two positive zeros, or of two zeros of opposite sign is +0; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T5.js + * @description The sum of two negative zeros is -0. The sum of two positive zeros, or of two zeros of opposite sign is +0 */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T6.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T6.js index aaa2fb3aec..ea41db9afa 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T6.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T6.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T6.js; - * @description: The sum of a zero and a nonzero finite value is equal to the nonzero operand; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T6.js + * @description The sum of a zero and a nonzero finite value is equal to the nonzero operand */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T7.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T7.js index 6397801dd8..776744a9f3 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T7.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T7.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T7.js; - * @description: The sum of two nonzero finite values of the same magnitude and opposite sign is +0; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T7.js + * @description The sum of two nonzero finite values of the same magnitude and opposite sign is +0 */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T8.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T8.js index 4e312d564e..bec47a79a7 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T8.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T8.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T8.js; - * @description: If the magnitude is too large to represent, the operation overflows and the result is then an infinity of appropriate sign; + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T8.js + * @description If the magnitude is too large to represent, the operation overflows and the result is then an infinity of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T9.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T9.js index 9f1ffeee72..77bcae59bd 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T9.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T9.js @@ -4,9 +4,9 @@ /** * The result of an addition is determined using the rules of IEEE 754 double-precision arithmetics * - * @section: 11.6.1, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T9.js; - * @description: The addition operator is not always associative ( x + y + z is the same (x + y) + z, not x + (y + z)); + * @section 11.6.1, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A4_T9.js + * @description The addition operator is not always associative ( x + y + z is the same (x + y) + z, not x + (y + z)) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A1.js index ca2a943117..dfef2368dd 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between AdditiveExpression and "-" or between "-" and MultiplicativeExpression are allowed * - * @section: 11.6.2, 7.2, 7.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A1.js; - * @description: Checking by using eval; + * @section 11.6.2, 7.2, 7.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T1.js index 5699ebb2f8..281de58d40 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x - y uses GetValue * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js index 1f1cb3e043..807cb226a9 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x - y uses GetValue * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js index 022616622e..dc2c41652a 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x - y uses GetValue * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.2_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.2_T1.js index de42e74420..b80161f0a7 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x - y uses [[Default Value]] * - * @section: 11.6.2, 8.6.2.6; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.6.2, 8.6.2.6 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.3_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.3_T1.js index baf0d50d54..302df8d724 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T1.js index 8d5456fb8b..867c7831ae 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T2.js index 0fc5149405..83b7867561 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js index d657340e4b..a11f162fb4 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.1.js index 50251293bb..111fca90dc 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.2.js index 4913cdd999..47edc8a7f0 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.3.js index 299df706eb..c7b4d49c11 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.4.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.4.js index ce837cd163..cc01b87d82 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.5.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.5.js index 0fc4b0dc8e..51e25a9599 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.1.js index d12a2f2b35..cd12417d37 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.2.js index 4ad402d14c..1d721de89d 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.3.js index a2ce84844b..3fea5b4c55 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.4.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.4.js index cead13a3f1..a06e5a00b4 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.5.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.5.js index 8fdc3f1586..b76b3894c3 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.6.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.6.js index d6b81281c7..db0ce5c67f 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.7.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.7.js index 57c6c8d7a9..6c43044f53 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.8.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.8.js index 6af343120e..c5b9a49b58 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.9.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.9.js index 1f69dee288..b0e877ccef 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x - y returns ToNumber(x) - ToNumber(y) * - * @section: 11.6.2; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.6.2 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T1.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T1.js index 893c139ae6..40d4f6f80f 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T1.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T1.js; - * @description: If either operand is NaN, the result is NaN; + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T1.js + * @description If either operand is NaN, the result is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T2.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T2.js index cd0f523071..113f543299 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T2.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T2.js; - * @description: The difference of two infinities of opposite sign is the infinity of minuend sign; + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T2.js + * @description The difference of two infinities of opposite sign is the infinity of minuend sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T3.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T3.js index 9543f976ea..7177dc74af 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T3.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T3.js; - * @description: The difference of two infinities of the same sign is NaN; + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T3.js + * @description The difference of two infinities of the same sign is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T4.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T4.js index 94a31ec59a..6758a560ac 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T4.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T4.js; - * @description: The difference of an infinity and a finite value is equal to infinity of appropriate sign; + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T4.js + * @description The difference of an infinity and a finite value is equal to infinity of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T5.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T5.js index 8b5de3c01f..03295c0864 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T5.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T5.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T5.js; - * @description: Using the rule of sum of two zeroes and the fact that a - b = a + (-b); + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T5.js + * @description Using the rule of sum of two zeroes and the fact that a - b = a + (-b) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T6.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T6.js index 6f976e18c8..d1091fd98d 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T6.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T6.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T6.js; - * @description: Using the rule of sum of a zero and a nonzero finite value and the fact that a - b = a + (-b); + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T6.js + * @description Using the rule of sum of a zero and a nonzero finite value and the fact that a - b = a + (-b) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T7.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T7.js index 1a9c1310e6..1f0b9bb57d 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T7.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T7.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T7.js; - * @description: The mathematical difference of two nonzero finite values of the same magnitude and same sign is +0; + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T7.js + * @description The mathematical difference of two nonzero finite values of the same magnitude and same sign is +0 */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T8.js b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T8.js index 22c059a98c..83a50a5867 100644 --- a/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T8.js +++ b/test/suite/converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T8.js @@ -4,9 +4,9 @@ /** * Operator x - y produces the same result as x + (-y) * - * @section: 11.6.2, 11.6.3; - * @path: 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T8.js; - * @description: If the magnitude is too large to represent, the operation overflows and the result is then an infinity of appropriate sign; + * @section 11.6.2, 11.6.3 + * @path 11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A4_T8.js + * @description If the magnitude is too large to represent, the operation overflows and the result is then an infinity of appropriate sign */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A1.js index 4f481f835b..36290c5128 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between ShiftExpression and "<<" or between "<<" and AdditiveExpression are allowed * - * @section: 11.7.1, 7.2, 7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A1.js; - * @description: Checking by using eval; + * @section 11.7.1, 7.2, 7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T1.js index d6a62d2c42..beb87dac66 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x << y uses GetValue * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js index 5db39339c5..04405fb4aa 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x << y uses GetValue * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js index 23c69506cf..a876217bd9 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x << y uses GetValue * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.2_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.2_T1.js index 880d62cd08..1c756cb7b7 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x << y uses [[Default Value]] * - * @section: 11.7.1, 8.6.2.6; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.7.1, 8.6.2.6 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.3_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.3_T1.js index 97dc1c22a2..96676382ca 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T1.js index 971e7c47b0..47ff85cea0 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T2.js index 1b6ee53248..ee443d4d47 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js index 7bd14df285..6dd24093ab 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.1.js index d3f64b1107..47080df9a3 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.2.js index 512541117a..d9e7cb5cae 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.3.js index c6a1885ed5..6c628cac55 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.4.js index ffadc46a55..0de4aeb745 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.5.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.5.js index 31610a5561..25ee7d5b3f 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.1.js index d5b2754e6e..b86ea6c012 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.2.js index ac116bd909..e1621622d1 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.3.js index 8c0b2ea812..27edb6d8c9 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.4.js index 18948be215..a796b3dcb0 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.5.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.5.js index 41fb69cadf..f957972523 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) or Boolean (primitive and object); + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) or Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.6.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.6.js index ab97035717..8ffbbf035c 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.7.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.7.js index 51a57f38a3..c216a21d1c 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.8.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.8.js index 4c916f0f28..91862c313f 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.9.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.9.js index f741a5d1c3..5127b44ee3 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x << y returns ToNumber(x) << ToNumber(y) * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T1.js index 364cff5018..a24652dbce 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T1.js @@ -4,9 +4,9 @@ /** * Check operator x << y in distinct points * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T1.js; - * @description: ShiftExpression = -2^n, n = 0...15; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T1.js + * @description ShiftExpression = -2^n, n = 0...15 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T2.js index b589bee343..1ecaf2267d 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T2.js @@ -4,9 +4,9 @@ /** * Check operator x << y in distinct points * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T2.js; - * @description: ShiftExpression = 2^n - 1, n = 16...31; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T2.js + * @description ShiftExpression = 2^n - 1, n = 16...31 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T3.js index 949d0aed7c..7397b2215a 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T3.js @@ -4,9 +4,9 @@ /** * Check operator x << y in distinct points * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T3.js; - * @description: ShiftExpression = 2^n - 1, n = 0...15; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T3.js + * @description ShiftExpression = 2^n - 1, n = 0...15 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T4.js index 80f6cf4a13..3ad8f7d562 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T4.js @@ -4,9 +4,9 @@ /** * Check operator x << y in distinct points * - * @section: 11.7.1; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T4.js; - * @description: ShiftExpression = 2^n - 1, n = 16...31; + * @section 11.7.1 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A4_T4.js + * @description ShiftExpression = 2^n - 1, n = 16...31 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.1_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.1_T1.js index 794779a079..764c99e4b5 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.1_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x << y uses ToInt32(ShiftExpression) * - * @section: 11.7.1, 9.5; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.1_T1.js; - * @description: Checking boundary points; + * @section 11.7.1, 9.5 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.1_T1.js + * @description Checking boundary points */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.2_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.2_T1.js index 3f6d24934f..8a97c7a4da 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.2_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x << y uses ToUint32(AdditiveExpression) & 31 * - * @section: 11.7.1, 9.5; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.2_T1.js; - * @description: Checking distinct points; + * @section 11.7.1, 9.5 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A5.2_T1.js + * @description Checking distinct points */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A1.js index 3f6b15a397..5db555083c 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between ShiftExpression and ">>" or between ">>" and AdditiveExpression are allowed * - * @section: 11.7.2, 7.2, 7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A1.js; - * @description: Checking by using eval; + * @section 11.7.2, 7.2, 7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T1.js index 63d81c673b..820f897588 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x >> y uses GetValue * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js index de0212e9ec..363945b197 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x >> y uses GetValue * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js index 5cb3b76b1d..0e39dc41f7 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x >> y uses GetValue * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.2_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.2_T1.js index f8db5c69a1..fa97d6a929 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x >> y uses [[Default Value]] * - * @section: 11.7.2, 8.6.2.6; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.7.2, 8.6.2.6 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.3_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.3_T1.js index 3a410f9b64..cb9598f923 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T1.js index 7619767729..3999dd659e 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T2.js index f295090e6a..6d56ff3a5d 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T3.js index 0eff05ee73..e88434976f 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.1.js index 37c880f0d5..7c1b3c1808 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.2.js index e6fde5ddbd..bb8021f555 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.3.js index af91b83751..0a1dbea190 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.4.js index 238df92e03..8f3e1f0a23 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.5.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.5.js index 3d498d8428..d559e3fc6c 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.1.js index c13e97d878..52de5b4b35 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.2.js index c5cf5fd937..141edcaa51 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.3.js index 80de31af85..5f1178cf47 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.4.js index 19a5424fe7..d34a516fd9 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.5.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.5.js index c672a10af4..1903a6e9b3 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.6.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.6.js index 1f072de3b7..feeb88f8aa 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.7.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.7.js index 3729c7daa2..af9bec6e63 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.8.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.8.js index b161687c6e..3f4228c751 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.9.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.9.js index f125754f31..5574b76f72 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x >> y returns ToNumber(x) >> ToNumber(y) * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T1.js index 2acf77a555..613b44454e 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T1.js @@ -4,9 +4,9 @@ /** * Check x >> y operator in distinct points * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T1.js; - * @description: ShiftExpression = -2^n, n = 0...15; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T1.js + * @description ShiftExpression = -2^n, n = 0...15 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T2.js index d52d256adb..70a068837f 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T2.js @@ -4,9 +4,9 @@ /** * Check x >> y operator in distinct points * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T2.js; - * @description: ShiftExpression = 2^n - 1, n = 16...31; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T2.js + * @description ShiftExpression = 2^n - 1, n = 16...31 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T3.js index 3ea919ba9b..e5e5f1871a 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T3.js @@ -4,9 +4,9 @@ /** * Check x >> y operator in distinct points * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T3.js; - * @description: ShiftExpression = 2^n - 1, n = 0...15; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T3.js + * @description ShiftExpression = 2^n - 1, n = 0...15 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T4.js index 571ff7d621..d770b430c6 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T4.js @@ -4,9 +4,9 @@ /** * Check x >> y operator in distinct points * - * @section: 11.7.2; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T4.js; - * @description: ShiftExpression = 2^n - 1, n = 16...31; + * @section 11.7.2 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A4_T4.js + * @description ShiftExpression = 2^n - 1, n = 16...31 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.1_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.1_T1.js index 524de8459b..6bd8a8a8c6 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.1_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x >> y uses ToInt32(ShiftExpression) * - * @section: 11.7.2, 9.5; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.1_T1.js; - * @description: Checking boundary points; + * @section 11.7.2, 9.5 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.1_T1.js + * @description Checking boundary points */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.2_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.2_T1.js index e9f31614d1..88ba2a95bd 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.2_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x >> y uses ToUint32(AdditiveExpression) & 31 * - * @section: 11.7.2, 9.5; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.2_T1.js; - * @description: Checking distinct points; + * @section 11.7.2, 9.5 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A5.2_T1.js + * @description Checking distinct points */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A1.js index e8496e73fa..8a1eec8d85 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between ShiftExpression and ">>>" or between ">>>" and AdditiveExpression are allowed * - * @section: 11.7.3, 7.2, 7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A1.js; - * @description: Checking by using eval; + * @section 11.7.3, 7.2, 7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T1.js index d5aa85d9c4..86172de5d9 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x >>> y uses GetValue * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T2.js index ba25611fbf..41e95aae86 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x >>> y uses GetValue * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T3.js index e297cd2ec0..a29a25e763 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x >>> y uses GetValue * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.2_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.2_T1.js index 1f4529989e..993348e1b8 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x >>> y uses [[Default Value]] * - * @section: 11.7.3, 8.6.2.6; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.7.3, 8.6.2.6 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.3_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.3_T1.js index bdbecbb956..e884ffcc73 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T1.js index bb4b114ef1..165e07c5d0 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T2.js index 1f98b027e9..aee0f4d835 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T3.js index fa39c8c0e0..0318da01d4 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.1.js index efd32894e4..34f0c5deeb 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.1.js; - * @description: Type(x) and Type(y) vary between primitive boolean and Boolean object; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.1.js + * @description Type(x) and Type(y) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.2.js index 4ecae8571f..ed45f6aba4 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.2.js; - * @description: Type(x) and Type(y) vary between primitive number and Number object; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.2.js + * @description Type(x) and Type(y) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.3.js index e044ceb0e9..8bc0a24d12 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.3.js; - * @description: Type(x) and Type(y) vary between primitive string and String object; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.3.js + * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.4.js index 3e8cd33777..612516bee1 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.4.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.4.js; - * @description: Type(x) and Type(y) vary between Null and Undefined; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.4.js + * @description Type(x) and Type(y) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.5.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.5.js index c8e4522dbf..dfbd287c18 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.5.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.5.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.5.js; - * @description: Type(x) and Type(y) vary between Object object and Function object; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T1.5.js + * @description Type(x) and Type(y) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.1.js index 545ead8ce1..3dd5fdf836 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.1.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.1.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.2.js index 7fd966ab75..3838a829c4 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.2.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.2.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.3.js index 1d88c8c56a..1421e08b5f 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.3.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.3.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.4.js index af437785b6..2f9b7a3894 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.4.js; - * @description: Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.4.js + * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.5.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.5.js index 6dabfa5ea4..f24735dfae 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.5.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.5.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.5.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.6.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.6.js index c951548bf9..db4f44d753 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.6.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.6.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.6.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.7.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.7.js index c9f21a42dc..1086f87763 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.7.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.7.js; - * @description: Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.7.js + * @description Type(x) is different from Type(y) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.8.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.8.js index be5c15116f..436276d63f 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.8.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.8.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.8.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.9.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.9.js index 8d0ccc418a..b408a75fc0 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.9.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x >>> y returns ToNumber(x) >>> ToNumber(y) * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.9.js; - * @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A3_T2.9.js + * @description Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T1.js index fdfee7fd4a..f03d29fc63 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T1.js @@ -4,9 +4,9 @@ /** * Check operator x >>> y in distinct points * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T1.js; - * @description: ShiftExpression = 2^n, n = 0...15; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T1.js + * @description ShiftExpression = 2^n, n = 0...15 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T2.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T2.js index c6b1172222..a031580a14 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T2.js @@ -4,9 +4,9 @@ /** * Check operator x >>> y in distinct points * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T2.js; - * @description: ShiftExpression = 2^n - 1, n = 16...31; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T2.js + * @description ShiftExpression = 2^n - 1, n = 16...31 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T3.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T3.js index 0d7919571f..db84eb6827 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T3.js @@ -4,9 +4,9 @@ /** * Check operator x >>> y in distinct points * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T3.js; - * @description: ShiftExpression = 2^n - 1, n = 0...15; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T3.js + * @description ShiftExpression = 2^n - 1, n = 0...15 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T4.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T4.js index 250a2bd84b..417142e367 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T4.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T4.js @@ -4,9 +4,9 @@ /** * Check operator x >>> y in distinct points * - * @section: 11.7.3; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T4.js; - * @description: ShiftExpression = 2^n - 1, n = 16...31; + * @section 11.7.3 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A4_T4.js + * @description ShiftExpression = 2^n - 1, n = 16...31 */ //CHECK diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.1_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.1_T1.js index a8562ed4e3..eb054085e4 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.1_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x >>> y uses ToUint32(ShiftExpression) * - * @section: 11.7.3, 9.5; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.1_T1.js; - * @description: Checking boundary points; + * @section 11.7.3, 9.5 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.1_T1.js + * @description Checking boundary points */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.2_T1.js b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.2_T1.js index 3179716f58..30521202fb 100644 --- a/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.2_T1.js +++ b/test/suite/converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x >>> y uses ToUint32(AdditiveExpression) & 31 * - * @section: 11.7.3, 9.5; - * @path: 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.2_T1.js; - * @description: Checking distinct points; + * @section 11.7.3, 9.5 + * @path 11_Expressions/11.7_Bitwise_Shift_Operators/11.7.3_The_Unsigned_Right_Shift_Operator/S11.7.3_A5.2_T1.js + * @description Checking distinct points */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A1.js index a790277c0f..10413d9bb4 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between RelationalExpression and "<" or between "<" and ShiftExpression are allowed * - * @section: 11.8.1, 7.2, 7.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A1.js; - * @description: Checking by using eval; + * @section 11.8.1, 7.2, 7.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T1.js index 26e707c28d..38530c74ee 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x < y uses GetValue * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T2.js index 84fd9d687c..8b19ac2076 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x < y uses GetValue * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T3.js index 189b7f1fca..22a85307dd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x < y uses GetValue * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.2_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.2_T1.js index 06d0c98444..757866e2bb 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x < y uses [[Default Value]] * - * @section: 11.8.1, 8.6.2.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.8.1, 8.6.2.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.3_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.3_T1.js index bed81e0c8b..e3559d1db3 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T1.js index f4d8da51ed..adc3780035 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T2.js index 0d26897433..82b67fe603 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T3.js index 4001810cb7..a4121fa200 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.1.js index 30f7552f41..a85058b957 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.2.js index 3a6ef66f1f..445db60847 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.3.js index 251c0e36d1..45e05c34a4 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.3.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T1.3.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.1.js index 7dd68e424d..e031656818 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.1.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types are Number (primitive or object) or Boolean (primitive and object); + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.1.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types are Number (primitive or object) or Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.2.js index d241b32628..89bc6c6a46 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.2.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.2.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.3.js index 3629fcf6f9..f0758138fd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.3.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.3.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.4.js index 3d6e715d51..960637060b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.4.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.4.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.4.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.5.js index 1de4bcdd65..a46cda6613 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.5.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.5.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.5.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.6.js index 4a15e746b4..8070191508 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.6.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.6.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.6.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.7.js index ec0e9410d0..211473fc05 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.7.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.7.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.7.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.8.js index 2b346831d4..7bd211a582 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.8.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.8.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.8.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.9.js index 11c561316a..4445e544ea 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.9.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x < y returns ToNumber(x) < ToNumber(y) * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.9.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.1_T2.9.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.1.js index fc5256762b..de0ecb0ba4 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x < y returns ToString(x) < ToString(y), if Type(Primitive(x)) is String and Type(Primitive(y)) is String * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.2.js index d3c9d68ebe..1758c97417 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x < y returns ToString(x) < ToString(y), if Type(Primitive(x)) is String and Type(Primitive(y)) is String * - * @section: 11.8.1; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object; + * @section 11.8.1 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A3.2_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.1.js index a4bf19990c..47fb900294 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.1.js @@ -4,9 +4,9 @@ /** * If x is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.1.js; - * @description: y is number primitive; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.1.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.10.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.10.js index d0adf3c2cb..17a3a205bd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.10.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.10.js @@ -4,9 +4,9 @@ /** * If y is a prefix of x, return false * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.10.js; - * @description: x and y are string primitives; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.10.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.11.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.11.js index afa3b8798b..c1ffcf1bc5 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.11.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.11.js @@ -4,9 +4,9 @@ /** * If x is a prefix of y and x !== y, return true * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.11.js; - * @description: x and y are string primitives; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.11.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T1.js index 7033b6e04c..a4da9f4604 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T1.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T1.js; - * @description: x and y are string primitives; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T1.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T2.js index 7a01b83b4b..f5b51e896b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T2.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T2.js; - * @description: x and y are string primitives; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.12_T2.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.2.js index c807ee6457..caec40b12a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.2.js @@ -4,9 +4,9 @@ /** * If y is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.2.js; - * @description: x is number primitive; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.2.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.3.js index 64183f82ab..757e377d8a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.3.js @@ -4,9 +4,9 @@ /** * If x and y are the same number value, return false * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.3.js; - * @description: x and y are number primitives; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.3.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.4.js index 668f370220..54730a735f 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.4.js @@ -4,9 +4,9 @@ /** * If x and y are +0 and -0, return false * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.4.js; - * @description: Checking all combinations; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.4.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.5.js index d7925aba0b..bef3c1ff85 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.5.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, return false * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.5.js; - * @description: y is number primitive; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.5.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.6.js index 3ffbfc0c38..d9c84607c4 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.6.js @@ -4,9 +4,9 @@ /** * If y is +Infinity and x !== y, return true * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.6.js; - * @description: x is number primitive; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.6.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.7.js index 886890f1bf..6ee909f863 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.7.js @@ -4,9 +4,9 @@ /** * If x is -Infinity and x !== y, return true * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.7.js; - * @description: y is number primitive; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.7.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.8.js index 8f9397b3c6..0e9ea269b3 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.8.js @@ -4,9 +4,9 @@ /** * If y is -Infinity, return false * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.8.js; - * @description: x is number primitive; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.8.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.9.js index 377f5d0423..263eb06814 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.9.js @@ -4,9 +4,9 @@ /** * If x is less than y and these values are both finite non-zero, return true; otherwise, return false * - * @section: 11.8.1, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.9.js; - * @description: x and y are number primitives; + * @section 11.8.1, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.1_The_Less_than_Operator/S11.8.1_A4.9.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A1.js index cc09611370..5b3b6bfa56 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between RelationalExpression and ">" or ">" and ShiftExpression are allowed * - * @section: 11.8.2, 7.2, 7.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A1.js; - * @description: Checking by using eval; + * @section 11.8.2, 7.2, 7.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T1.js index c3314e767d..631737455b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x > y uses GetValue * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T2.js index b796b8f63e..8de001bbe4 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x > y uses GetValue * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T3.js index 54079797f6..4ea935ae4d 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x > y uses GetValue * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.2_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.2_T1.js index 43f8d9a3a5..51230fc8f2 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x > y uses [[Default Value]] * - * @section: 11.8.2, 8.6.2.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.8.2, 8.6.2.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.3_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.3_T1.js index 82555de4e0..5056187e1c 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(second expression) is called first, and then ToNumber(first expression) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T1.js index fe1038efc2..31c2fc971e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T2.js index 5a67c9a5d4..0fead156d7 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T3.js index 457469be65..ba0269a670 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.1.js index 8446571ee3..e9c4f55e80 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.2.js index 16c06c0a18..5651164e1d 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.3.js index ba89ffd073..9daa66a650 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.3.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T1.3.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.1.js index b83c478915..5089540a91 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.1.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.1.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.2.js index a440cdde6f..67a184f30b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.2.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.2.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.3.js index 776dec54ef..0c48fe7d9e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.3.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.3.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.4.js index ecce96a6d9..d620038282 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.4.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.4.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.4.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.5.js index 7f43622306..e1d86df54c 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.5.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.5.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.5.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.6.js index 8f9242a894..9e6b78e1a6 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.6.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.6.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.6.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.7.js index 76670d22dd..d1f1492a2f 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.7.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.7.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.7.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.8.js index 4cd13985a9..e7e77228dd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.8.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.8.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.8.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.9.js index 9393ece33d..18b08717fd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.9.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x > y returns ToNumber(x) > ToNumber(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.9.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.1_T2.9.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.1.js index d2be6b491b..ad9a303d19 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String and Type(Primitive(y)) is String, then operator x > y returns ToString(x) > ToString(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.2.js index 8fa77a1e1d..42a38849c7 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is String and Type(Primitive(y)) is String, then operator x > y returns ToString(x) > ToString(y) * - * @section: 11.8.2; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object; + * @section 11.8.2 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A3.2_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.1.js index fa040f7c19..d0b6cc08ee 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.1.js @@ -4,9 +4,9 @@ /** * If x is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.1.js; - * @description: y is number primitive; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.1.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.10.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.10.js index 9352748121..724cfd1f1e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.10.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.10.js @@ -4,9 +4,9 @@ /** * If x is a prefix of y, return false * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.10.js; - * @description: x and y are string primitives; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.10.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.11.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.11.js index 8cfb375c78..7984964f21 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.11.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.11.js @@ -4,9 +4,9 @@ /** * If y is a prefix of x and x !== y, return true * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.11.js; - * @description: x and y are string primitives; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.11.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T1.js index 94fe0fca07..fd763724ef 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T1.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T1.js; - * @description: x and y are string primitives; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T1.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T2.js index a36ebe0b31..461e863a4d 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T2.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T2.js; - * @description: x and y are string primitives; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.12_T2.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.2.js index 202f446bdc..903807e37e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.2.js @@ -4,9 +4,9 @@ /** * If y is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.2.js; - * @description: x is number primitive; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.2.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.3.js index 95265960cf..59b4c542a3 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.3.js @@ -4,9 +4,9 @@ /** * If x and y are the same number value, return false * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.3.js; - * @description: x and y are number primitives; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.3.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.4.js index 0f00280a69..53d6d30e5a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.4.js @@ -4,9 +4,9 @@ /** * If either variable x or y is +0 and the other is -0, return false * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.4.js; - * @description: Checking all combinations; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.4.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.5.js index 38072fded7..33d6cbcf29 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.5.js @@ -4,9 +4,9 @@ /** * If x is +Infinity and x !== y, return true * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.5.js; - * @description: y is number primitive; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.5.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.6.js index 272d6e8e13..0973366323 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.6.js @@ -4,9 +4,9 @@ /** * If y is +Infinity, return false * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.6.js; - * @description: x is number primitive; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.6.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.7.js index a079357d86..0daa96498a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.7.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, return false * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.7.js; - * @description: y is number primitive; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.7.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.8.js index 224f4f416f..ae06396b19 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.8.js @@ -4,9 +4,9 @@ /** * If y is -Infinity and x !== y, return true * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.8.js; - * @description: x is number primitive; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.8.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.9.js index 622a6b9ed3..483718c03d 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.9.js @@ -4,9 +4,9 @@ /** * If is x greater than y and these values are both finite non-zero, return true; otherwise, return false * - * @section: 11.8.2, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.9.js; - * @description: x and y are number primitives; + * @section 11.8.2, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.2_The_Greater_than_Operator/S11.8.2_A4.9.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A1.js index e3356c0237..955fdb6424 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between RelationalExpression and "<=" or between "<=" and ShiftExpression are allowed * - * @section: 11.8.3, 7.2, 7.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A1.js; - * @description: Checking by using eval; + * @section 11.8.3, 7.2, 7.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T1.js index ed16629a2b..e8ca67da45 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x <= y uses GetValue * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T2.js index 8899b23622..d450924d26 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x <= y uses GetValue * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T3.js index a2e45020e9..212a36b1e3 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x <= y uses GetValue * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.2_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.2_T1.js index 716bb588c7..949eeec1f8 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x <= y uses [[Default Value]] * - * @section: 11.8.3, 8.6.2.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.8.3, 8.6.2.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.3_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.3_T1.js index 69c7792d51..d0a015fb23 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(second expression) is called first, and then ToNumber(first expression) * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T1.js index f3af0b5b54..e2f7e6cbcd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T2.js index d1b374ae2e..cfa27a668a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T3.js index 6b3867281a..bb6ae3fe74 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.1.js index 8ccc9806c4..6a5a8f401c 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.2.js index d23ca995a4..01388adeed 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.3.js index 6e0659ba23..0e39f7a676 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.3.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.3.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T1.3.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.1.js index efccdbd133..1313eab29e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.1.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.1.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.1.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.2.js index 6b0369c19a..339cdb3754 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.2.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.2.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.2.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.3.js index f9a91f85d5..6f928e0d71 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.3.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.3.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.3.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.4.js index 489b1910e7..785d34ff47 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.4.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.4.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.4.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.5.js index 3ed4fe3990..e5668e314b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.5.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.5.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.5.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.6.js index 81e4355c61..e5de2e5bc8 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.6.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.6.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.6.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.7.js index 9504edd4fd..3bf958fc5a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.7.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.7.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.7.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.8.js index 882a0a5c3e..5f55ec42fc 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.8.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.8.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.8.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.9.js index 3c07e0259b..20db086dfe 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.9.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is not String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.9.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.1_T2.9.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.1.js index 3b807969a4..002f2b3b43 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToString(x) <= ToString(y), if Type(Primitive(x)) is String and Type(Primitive(y)) is String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.2.js index 79be9c01a2..a94f5ff9d0 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x <= y returns ToString(x) <= ToString(y), if Type(Primitive(x)) is String and Type(Primitive(y)) is String * - * @section: 11.8.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object; + * @section 11.8.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A3.2_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.1.js index 70a5a02944..d150504506 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.1.js @@ -4,9 +4,9 @@ /** * If x is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.1.js; - * @description: y is number primitive; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.1.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.10.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.10.js index c69f61880d..7c5de2554e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.10.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.10.js @@ -4,9 +4,9 @@ /** * If y is a prefix of x and x !== y, return false * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.10.js; - * @description: x and y are string primitives; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.10.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.11.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.11.js index fc8979f5aa..3afa002cf3 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.11.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.11.js @@ -4,9 +4,9 @@ /** * If x is a prefix of y, return true * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.11.js; - * @description: x and y are string primitives; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.11.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T1.js index fa0b152eee..1e622c55e4 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T1.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T1.js; - * @description: x and y are string primitives; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T1.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T2.js index 38836b0fa0..91a19f6106 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T2.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T2.js; - * @description: x and y are string primitives; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.12_T2.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.2.js index 1f32fb0dc5..2a4d929659 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.2.js @@ -4,9 +4,9 @@ /** * If y is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.2.js; - * @description: x is number primitive; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.2.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.3.js index ed56520ea5..297a42cd07 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.3.js @@ -4,9 +4,9 @@ /** * If x and y are the same number value, return true * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.3.js; - * @description: x and y are number primitives; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.3.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.4.js index 2b0ce3ac9b..e966050f81 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.4.js @@ -4,9 +4,9 @@ /** * If either x or y is +0 and the other is -0, return true * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.4.js; - * @description: Checking all combinations; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.4.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.5.js index 15d810b401..e878d3155f 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.5.js @@ -4,9 +4,9 @@ /** * If x is +Infinity and x !== y, return false * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.5.js; - * @description: y is number primitive; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.5.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.6.js index 0454bf85c9..31e1a8786b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.6.js @@ -4,9 +4,9 @@ /** * If y is +Infinity and x !== y, return true * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.6.js; - * @description: x is number primitive; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.6.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.7.js index bae10c2cf7..11eb2e8a45 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.7.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, return true * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.7.js; - * @description: y is number primitive; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.7.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.8.js index dc1b04fd51..c69cb02b8c 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.8.js @@ -4,9 +4,9 @@ /** * If y is -Infinity and x !== y, return false * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.8.js; - * @description: x is number primitive; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.8.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.9.js index b8756329ea..fb65fc2e39 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.9.js @@ -4,9 +4,9 @@ /** * If x is less or equal than y and these values are both finite non-zero, return true; otherwise, return false * - * @section: 11.8.3, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.9.js; - * @description: x and y are number primitives; + * @section 11.8.3, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.3_The_Less_than_or_equal_Operator/S11.8.3_A4.9.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A1.js index 5e73274c94..35c5e37a52 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between RelationalExpression and "=>" or "=>" and ShiftExpression are allowed * - * @section: 11.8.4, 7.2, 7.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A1.js; - * @description: Checking by using eval; + * @section 11.8.4, 7.2, 7.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T1.js index 7efaf06ddd..beddd35602 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x >= y uses GetValue * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T2.js index 20e003a555..b213671a1e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x >= y uses GetValue * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T3.js index de752565e5..4c8e6103db 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x >= y uses GetValue * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.2_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.2_T1.js index 1a47d31608..81fe0804fa 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.2_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator x >= y uses [[Default Value]] * - * @section: 11.8.4, 8.6.2.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.2_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 11.8.4, 8.6.2.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.2_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.3_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.3_T1.js index 7a6a5384e5..940695686e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.3_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.3_T1.js @@ -4,9 +4,9 @@ /** * ToNumber(first expression) is called first, and then ToNumber(second expression) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.3_T1.js; - * @description: Checking with "throw"; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.3_T1.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T1.js index a153fef01f..fe6066aed7 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T2.js index 15de72bb7a..7bf3b6b8c8 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3.js index f0c95af03a..62d89bbb0c 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.1.js index 2924ef2899..257f4770f0 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive boolean and Boolean object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.2.js index 6502c5cb22..8bb0a964f6 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive number and Number object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.3.js index 085e6e9f4a..a55cc0f900 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.3.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T1.3.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Null and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.1.js index 77fecd0e56..6c8e3cd830 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.1.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.1.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Boolean (primitive and object); + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.1.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.2.js index 8b0ea50479..82371b2b48 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.2.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.2.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object); + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.2.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and String (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.3.js index 5c89daee3a..7beec0ea8d 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.3.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.3.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.3.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.4.js index a390d9dcb5..7044e7c11a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.4.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.4.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.4.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.5.js index df7531ec1b..4982c1f309 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.5.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.5.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object); + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.5.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Boolean (primitive and object) */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.6.js index 34718c2559..ecb71d9bc7 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.6.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.6.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.6.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.7.js index ee7f4f2d5e..8e7fb7d64b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.7.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.7.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.7.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between String (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.8.js index d49bc341dd..513f5f2613 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.8.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.8.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.8.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.9.js index 9168d45d1c..f4373c92c9 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.9.js @@ -4,9 +4,9 @@ /** * If Type(Primitive(x)) is not String or Type(Primitive(y)) is not String, then operator x >= y returns ToNumber(x) >= ToNumber(y) * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.9.js; - * @description: Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.1_T2.9.js + * @description Type(Primitive(x)) is different from Type(Primitive(y)) and both types vary between Boolean (primitive or object) and Null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.1.js index 32d9fb8c73..303f91334e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.1.js @@ -4,9 +4,9 @@ /** * Operator x >= y returns ToString(x) >= ToString(y), if Type(Primitive(x)) is String and Type(Primitive(y)) is String * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.1.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.1.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between primitive string and String object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.2.js index 081fc25f9c..e36b259553 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.2.js @@ -4,9 +4,9 @@ /** * Operator x >= y returns ToString(x) >= ToString(y), if Type(Primitive(x)) is String and Type(Primitive(y)) is String * - * @section: 11.8.4; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.2.js; - * @description: Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object; + * @section 11.8.4 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A3.2_T1.2.js + * @description Type(Primitive(x)) and Type(Primitive(y)) vary between Object object and Function object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.1.js index 466b6b3358..4aad4b7830 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.1.js @@ -4,9 +4,9 @@ /** * If x is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.1.js; - * @description: y is number primitive; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.1.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.10.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.10.js index 57d85d60b7..948ced203f 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.10.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.10.js @@ -4,9 +4,9 @@ /** * If x is a prefix of y and x !== y, return false * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.10.js; - * @description: x and y are string primitives; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.10.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.11.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.11.js index fb00d73d35..df056b8285 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.11.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.11.js @@ -4,9 +4,9 @@ /** * If y is a prefix of x, return true * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.11.js; - * @description: x and y are string primitives; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.11.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T1.js index 4fd81337ac..036b334caa 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T1.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T1.js; - * @description: x and y are string primitives; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T1.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T2.js index 4407da2a37..8180d79ec9 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T2.js @@ -4,9 +4,9 @@ /** * If neither x, nor y is a prefix of each other, returned result of strings comparison applies a simple lexicographic ordering to the sequences of code point value values * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T2.js; - * @description: x and y are string primitives; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.12_T2.js + * @description x and y are string primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.2.js index a4788e07d1..b526d00c32 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.2.js @@ -4,9 +4,9 @@ /** * If y is NaN, return false (if result in 11.8.5 is undefined, return false) * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.2.js; - * @description: x is number primitive; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.2.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.3.js index d627dd9d9c..a5599ed37f 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.3.js @@ -4,9 +4,9 @@ /** * If x and y are the same number value, return true * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.3.js; - * @description: x and y are number primitives; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.3.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.4.js index c40f19c700..40362dbba3 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.4.js @@ -4,9 +4,9 @@ /** * If either x or y is +0 and the other is -0, return true * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.4.js; - * @description: Checking all combinations; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.4.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.5.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.5.js index 8c741398b1..f7b119ab80 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.5.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.5.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, return true * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.5.js; - * @description: y is number primitive; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.5.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.6.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.6.js index 31b8b7d83a..3825a55cb2 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.6.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.6.js @@ -4,9 +4,9 @@ /** * If y is +Infinity and x !== y, return false * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.6.js; - * @description: x is number primitive; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.6.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.7.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.7.js index 69545d505b..0b8a667686 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.7.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.7.js @@ -4,9 +4,9 @@ /** * If x is -Infinity and x !== y, return false * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.7.js; - * @description: y is number primitive; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.7.js + * @description y is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.8.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.8.js index c3f4001202..53cb99694e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.8.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.8.js @@ -4,9 +4,9 @@ /** * If y is -Infinity, return true * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.8.js; - * @description: x is number primitive; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.8.js + * @description x is number primitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.9.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.9.js index f0d7988f1c..bf3ad5a657 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.9.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.9.js @@ -4,9 +4,9 @@ /** * If x is greater or equal than y and these values are both finite non-zero, return true; otherwise, return false * - * @section: 11.8.4, 11.8.5; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.9.js; - * @description: x and y are number primitives; + * @section 11.8.4, 11.8.5 + * @path 11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A4.9.js + * @description x and y are number primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A1.js index c7f9442f36..104cccef05 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between RelationalExpression and "instanceof" and between "instanceof" and ShiftExpression are allowed * - * @section: 11.8.6, 7.2, 7.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A1.js; - * @description: Checking by using eval; + * @section 11.8.6, 7.2, 7.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T1.js index 816fb9f9bb..e6cebd1497 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator "instanceof" uses GetValue * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T1.js; - * @description: Either Expression is not Reference or GetBase is not null; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T1.js + * @description Either Expression is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T2.js index d5ec458462..8dc0744168 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator "instanceof" uses GetValue * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T2.js; - * @description: If GetBase(RelationalExpression) is null, throw ReferenceError; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T2.js + * @description If GetBase(RelationalExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T3.js index 2014117045..a000f49ef7 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator "instanceof" uses GetValue * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T3.js; - * @description: If GetBase(ShiftExpression) is null, throw ReferenceError; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.1_T3.js + * @description If GetBase(ShiftExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T1.js index c9e4f40519..5d8eb6b376 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T2.js index d7cbeb2b53..19d7d11e1e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T3.js index d81056a8e7..2db50208d1 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A3.js index 6e0a81af88..7c68772bc0 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A3.js @@ -4,9 +4,9 @@ /** * If ShiftExpression is not an object, throw TypeError * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A3.js; - * @description: Checking all the types of primitives; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A3.js + * @description Checking all the types of primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T1.js index 0cc6e9906d..45e625b272 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T1.js @@ -4,9 +4,9 @@ /** * Only constructor call (with "new" keyword) makes instance * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T1.js; - * @description: Checking Boolean case; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T1.js + * @description Checking Boolean case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T2.js index 3edfecf854..e6a4205421 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T2.js @@ -4,9 +4,9 @@ /** * Only constructor call (with "new" keyword) makes instance * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T2.js; - * @description: Checking Number case; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T2.js + * @description Checking Number case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T3.js index 11c450d7f5..49006252f8 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T3.js @@ -4,9 +4,9 @@ /** * Only constructor call (with "new" keyword) makes instance * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T3.js; - * @description: Checking String case; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A4_T3.js + * @description Checking String case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T1.js index 3800068784..26017c14dd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T1.js @@ -4,9 +4,9 @@ /** * TypeError is subclass of Error from instanceof operator point of view * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T1.js; - * @description: Checking Error case; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T1.js + * @description Checking Error case */ var __err = new Error; diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T2.js index 8d7371aada..f49e48cc57 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T2.js @@ -4,9 +4,9 @@ /** * TypeError is subclass of Error from instanceof operator point of view * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T2.js; - * @description: Checking TypeError case; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A5_T2.js + * @description Checking TypeError case */ var __t__err = new TypeError; diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T1.js index b85fe73a36..a8471d949c 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T1.js @@ -4,9 +4,9 @@ /** * Only Function objects implement [[HasInstance]] and can be proper ShiftExpression for the "instanceof" operator consequently * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T1.js; - * @description: Checking "this" case; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T1.js + * @description Checking "this" case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T2.js index 9e5e1cc78b..e55bfa1284 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T2.js @@ -4,9 +4,9 @@ /** * Only Function objects implement [[HasInstance]] and can be proper ShiftExpression for the "instanceof" operator consequently * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T2.js; - * @description: Checking Math case; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T2.js + * @description Checking Math case */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T3.js index 9c020eb5ab..079377f1fd 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T3.js @@ -4,9 +4,9 @@ /** * Only Function objects implement [[HasInstance]] and can be proper ShiftExpression for the "instanceof" operator consequently * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T3.js; - * @description: Checking if RelationalExpression is function; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T3.js + * @description Checking if RelationalExpression is function */ function MyFunct(){return 0}; diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T4.js index 6f3bc3f459..da8b32f763 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T4.js @@ -4,9 +4,9 @@ /** * Only Function objects implement [[HasInstance]] and can be proper ShiftExpression for the "instanceof" operator consequently * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T4.js; - * @description: Checking if RelationalExpression is object; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A6_T4.js + * @description Checking if RelationalExpression is object */ MyFunct = function(){}; diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T1.js index ff00a51669..ea168041cb 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T1.js @@ -4,9 +4,9 @@ /** * When "instanceof" returns true it means that GetValue(RelationalExpression) is constructed with ShiftExpression * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T1.js; - * @description: Checking Object object; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T1.js + * @description Checking Object object */ var __obj={}; diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T2.js index f27a37be13..f54c38678b 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T2.js @@ -4,9 +4,9 @@ /** * When "instanceof" returns true it means that GetValue(RelationalExpression) is constructed with ShiftExpression * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T2.js; - * @description: Checking Array object; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T2.js + * @description Checking Array object */ var __arr=[]; diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T3.js index c6fa20210a..8077e074f6 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T3.js @@ -4,9 +4,9 @@ /** * When "instanceof" returns true it means that GetValue(RelationalExpression) is constructed with ShiftExpression * - * @section: 11.8.6; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T3.js; - * @description: Checking Function object; + * @section 11.8.6 + * @path 11_Expressions/11.8_Relational_Operators/11.8.6_The_instanceof_operator/S11.8.6_A7_T3.js + * @description Checking Function object */ var __func = new Function; diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A1.js index 7b273fd770..54bff16149 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between RelationalExpression and "in" and between "in" and ShiftExpression are allowed * - * @section: 11.8.7, 7.2, 7.3; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A1.js; - * @description: Checking by using eval; + * @section 11.8.7, 7.2, 7.3 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T1.js index ed26bb62a0..cc98152eb8 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator "in" uses GetValue * - * @section: 11.8.7; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T1.js; - * @description: Either Expression is not Reference or GetBase is not null; + * @section 11.8.7 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T1.js + * @description Either Expression is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T2.js index 2fcd42375f..cd537a2da3 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator "in" uses GetValue * - * @section: 11.8.7; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T2.js; - * @description: If GetBase(RelationalExpression) is null, throw ReferenceError; + * @section 11.8.7 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T2.js + * @description If GetBase(RelationalExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T3.js index 4ab465e724..86060ce0c2 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator "in" uses GetValue * - * @section: 11.8.7; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T3.js; - * @description: If GetBase(ShiftExpression) is null, throw ReferenceError; + * @section 11.8.7 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.1_T3.js + * @description If GetBase(ShiftExpression) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T1.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T1.js index f1d7564acc..80aa272e0a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.7; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.8.7 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T2.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T2.js index 49c36d4fb7..11fa373908 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.7; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.8.7 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T3.js index d79d758f3f..2dc8ed2d4e 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.8.7; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.8.7 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A3.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A3.js index dc32c2c8bb..87deced4de 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A3.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A3.js @@ -4,9 +4,9 @@ /** * If ShiftExpression is not an object, throw TypeError * - * @section: 11.8.7; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A3.js; - * @description: Checking all the types of primitives; + * @section 11.8.7 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A3.js + * @description Checking all the types of primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A4.js b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A4.js index 2d4b2105b5..7ad9eb604a 100644 --- a/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A4.js +++ b/test/suite/converted/11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A4.js @@ -4,9 +4,9 @@ /** * Operator "in" calls ToString(ShiftExpression) * - * @section: 11.8.7, 9.8; - * @path: 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A4.js; - * @description: Checking ToString coversion;; + * @section 11.8.7, 9.8 + * @path 11_Expressions/11.8_Relational_Operators/11.8.7_The_in_operator/S11.8.7_A4.js + * @description Checking ToString coversion; */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A1.js index 2f16d68e0c..841bf582d4 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between EqualityExpression and "==" or between "==" and RelationalExpression are allowed * - * @section: 11.9.1, 7.2, 7.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A1.js; - * @description: Checking by using eval; + * @section 11.9.1, 7.2, 7.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T1.js index 3233439a50..09e0b914a2 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x == y uses GetValue * - * @section: 11.9.1; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.9.1 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T2.js index fe8b14fca9..2656952546 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x == y uses GetValue * - * @section: 11.9.1; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.9.1 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T3.js index 0343d8b5a0..b64d724e06 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x == y uses GetValue * - * @section: 11.9.1; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.9.1 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T1.js index 1cdf7050dc..864b814974 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.1; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.9.1 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T2.js index 3ef8a51697..4eec48fcf3 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.1; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.9.1 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T3.js index c0e05edfb1..8685d495ef 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.1; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.9.1 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.1.js index 0e651985f4..f640861ec0 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.1.js @@ -4,9 +4,9 @@ /** * Return true, if x and y are both true or both false; otherwise, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.1.js; - * @description: x and y are boolean primitives; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.1.js + * @description x and y are boolean primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.2.js index ce5e3b13af..ff167d928b 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.2.js @@ -5,9 +5,9 @@ * If Type(x) is Boolean and Type(y) is Number, * return the result of comparison ToNumber(x) == y * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.2.js; - * @description: x is primitive boolean, y is primitive number; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.2.js + * @description x is primitive boolean, y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.3.js index c0f761f0c4..54183dff8c 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.3.js @@ -5,9 +5,9 @@ * If Type(y) is Number and Type(y) is Boolean, * return the result of comparison x == ToNumber(y) * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.3.js; - * @description: x is primitive number, y is primitive boolean; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A3.3.js + * @description x is primitive number, y is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T1.js index 2a7c707c20..a87924301f 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T1.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T1.js; - * @description: x is NaN; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T1.js + * @description x is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T2.js index cef35b94ab..d8a980fead 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T2.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T2.js; - * @description: y is NaN; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.1_T2.js + * @description y is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.2.js index f78645c350..c07b27549b 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.2.js @@ -4,9 +4,9 @@ /** * If x is +0(-0) and y is -0(+0), return true * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.2.js; - * @description: Checking all combinations; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.2.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.3.js index c8e4bcd870..a8f4490359 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.3.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Number-s minus NaN, +0, -0. * Return true, if x is the same number value as y; otherwise, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.3.js; - * @description: x and y are primitive numbers; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A4.3.js + * @description x and y are primitive numbers */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.1.js index f1b5acedcb..53f4eafa0f 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.1.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are String-s. * Return true, if x and y are exactly the same sequence of characters; otherwise, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.1.js; - * @description: x and y are primitive string; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.1.js + * @description x and y are primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.2.js index 827bd225ef..aac7750dbe 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.2.js @@ -5,9 +5,9 @@ * If Type(x) is Number and Type(y) is String, * return the result of comparison x == ToNumber(y) * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.2.js; - * @description: x is primitive number, y is primitive string; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.2.js + * @description x is primitive number, y is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.3.js index a0ab4548e0..3fbc5aae78 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.3.js @@ -5,9 +5,9 @@ * If Type(x) is String and Type(y) is Number, * return the result of comparison ToNumber(x) == y * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.3.js; - * @description: x is primitive string, y is primitive number; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A5.3.js + * @description x is primitive string, y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.1.js index e0dc2395d5..c88226a3f2 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.1.js @@ -4,9 +4,9 @@ /** * If Type(x) as well as Type(y) is undefined or null, return true * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.1.js; - * @description: Checking all combinations; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.1.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T1.js index 688b03d3dc..72fbf985b4 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T1.js @@ -4,9 +4,9 @@ /** * If one expression is undefined or null and another is not, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T1.js; - * @description: x is null or undefined, y is not; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T1.js + * @description x is null or undefined, y is not */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T2.js index 82e0eb9e94..0e95448cfd 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T2.js @@ -4,9 +4,9 @@ /** * If one expression is undefined or null and another is not, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T2.js; - * @description: y is null or undefined, x is not; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A6.2_T2.js + * @description y is null or undefined, x is not */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.1.js index 2a7c6306a9..df0c57c8d5 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.1.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Object-s. * Return true, if x and y are references to the same Object; otherwise, return false * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.1.js; - * @description: Checking Boolean object, Number object, String object, Object object; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.1.js + * @description Checking Boolean object, Number object, String object, Object object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.2.js index b0edcf5b9e..c839440948 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.2.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is Boolean, * return ToPrimitive(x) == y * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.2.js; - * @description: x is object, y is primitive boolean; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.2.js + * @description x is object, y is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.3.js index ec7cbf82a8..fcaa87ae1d 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.3.js @@ -5,9 +5,9 @@ * If Type(x) is Boolean and Type(y) is Object, * return x == ToPrimitive(y) * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.3.js; - * @description: y is object, x is primitive boolean; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.3.js + * @description y is object, x is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.4.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.4.js index 868690e9ee..47b61033e4 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.4.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.4.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is Number, * return ToPrimitive(x) == y * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.4.js; - * @description: x is object, y is primitive number; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.4.js + * @description x is object, y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.5.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.5.js index 8b88b9e250..8c8152f3df 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.5.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.5.js @@ -5,9 +5,9 @@ * If Type(x) is Number and Type(y) is Object, * return x == ToPrimitive(y) * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.5.js; - * @description: y is object, x is primitive number; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.5.js + * @description y is object, x is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.6.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.6.js index ab82b1e901..1685bb6892 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.6.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.6.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is String, * return ToPrimitive(x) == y * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.6.js; - * @description: x is object, y is primitive string; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.6.js + * @description x is object, y is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.7.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.7.js index f8ae2b3437..e6a63a595e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.7.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.7.js @@ -5,9 +5,9 @@ * If Type(x) is String and Type(y) is Object, * return x == ToPrimitive(y) * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.7.js; - * @description: y is object, x is primitive string; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.7.js + * @description y is object, x is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.8.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.8.js index 019af3505d..3411707e7b 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.8.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.8.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is primitive type, * return ToPrimitive(x) == y * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.8.js; - * @description: x is object, y is primtitive; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.8.js + * @description x is object, y is primtitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.9.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.9.js index 9b62b26523..1d37b251cd 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.9.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.9.js @@ -5,9 +5,9 @@ * If Type(x) is primitive type and Type(y) is Object, * return x == ToPrimitive(y) * - * @section: 11.9.1, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.9.js; - * @description: y is object, x is primtitive; + * @section 11.9.1, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.1_The_Equals_Operator/S11.9.1_A7.9.js + * @description y is object, x is primtitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A1.js index 88825ad945..a62ba40533 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between EqualityExpression and "!=" or between "!=" and RelationalExpression are allowed * - * @section: 11.9.2, 7.2, 7.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A1.js; - * @description: Checking by using eval; + * @section 11.9.2, 7.2, 7.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T1.js index 15d12a8a03..2f57c7e47e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x != y uses GetValue * - * @section: 11.9.2; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.9.2 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T2.js index 8cbd8e1c06..2da5624ca2 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x != y uses GetValue * - * @section: 11.9.2; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.9.2 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T3.js index 3c32f95c74..8a9715b33e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x != y uses GetValue * - * @section: 11.9.2; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.9.2 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T1.js index 11e1951915..54875d1ac5 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.2; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.9.2 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T2.js index 23087dda7a..658e39a87b 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.2; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.9.2 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T3.js index 19d5aedc64..dd28da8292 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.2; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.9.2 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.1.js index 8cc520c8a5..8d17e02714 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.1.js @@ -4,9 +4,9 @@ /** * Return false, if x and y are both true or both false; otherwise, return true * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.1.js; - * @description: x and y are boolean primitives; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.1.js + * @description x and y are boolean primitives */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.2.js index d4f88c51ee..603462785e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.2.js @@ -5,9 +5,9 @@ * If Type(x) is Boolean and Type(y) is Number, * return the result of comparison ToNumber(x) != y * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.2.js; - * @description: x is primitive boolean, y is primitive number; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.2.js + * @description x is primitive boolean, y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.3.js index 281347a4c1..1f0ba4ed0e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.3.js @@ -5,9 +5,9 @@ * If Type(y) is Number and Type(y) is Boolean, * return the result of comparison x != ToNumber(y) * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.3.js; - * @description: x is primitive number, y is primitive boolean; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A3.3.js + * @description x is primitive number, y is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T1.js index 0c8d3bd35a..cdf793104e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T1.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return true * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T1.js; - * @description: x is NaN; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T1.js + * @description x is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T2.js index b62a826e68..20db9c6748 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T2.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return true * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T2.js; - * @description: y is NaN; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.1_T2.js + * @description y is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.2.js index 6f647203a9..1ce4189bec 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.2.js @@ -4,9 +4,9 @@ /** * If x is +0(-0) and y is -0(+0), return false * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.2.js; - * @description: Checking all combinations; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.2.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.3.js index 96a535c663..e9a6e24241 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.3.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Number-s minus NaN, +0, -0. * Return false, if x is the same number value as y; otherwise, return true * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.3.js; - * @description: x and y are primitive numbers; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A4.3.js + * @description x and y are primitive numbers */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.1.js index aca9e531e8..0f57278414 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.1.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are String-s. * Return true, if x and y are exactly the same sequence of characters; otherwise, return false * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.1.js; - * @description: x and y are primitive strings; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.1.js + * @description x and y are primitive strings */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.2.js index f86664d058..e97621ebe3 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.2.js @@ -5,9 +5,9 @@ * If Type(x) is Number and Type(y) is String, * return the result of comparison x != ToNumber(y) * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.2.js; - * @description: x is primitive number, y is primitive string; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.2.js + * @description x is primitive number, y is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.3.js index 890529d410..b5b0d4bab9 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.3.js @@ -5,9 +5,9 @@ * If Type(x) is String and Type(y) is Number, * return the result of comparison ToNumber(x) != y * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.3.js; - * @description: x is primitive string, y is primitive number; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A5.3.js + * @description x is primitive string, y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.1.js index 8ab68d3a1f..89e136fc05 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.1.js @@ -4,9 +4,9 @@ /** * If Type(x) as well as Type(y) is Undefined or Null, return true * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.1.js; - * @description: Checking all combinations; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.1.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T1.js index c777d889d7..7374ff382e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T1.js @@ -4,9 +4,9 @@ /** * If one expression is undefined or null and another is not, return false * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T1.js; - * @description: x is null or undefined, y is not; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T1.js + * @description x is null or undefined, y is not */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T2.js index db518e7e81..149f3cd354 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T2.js @@ -4,9 +4,9 @@ /** * If one expression is undefined or null and another is not, return false * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T2.js; - * @description: y is null or undefined, x is not; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A6.2_T2.js + * @description y is null or undefined, x is not */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.1.js index 1e9497df48..f1caee075a 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.1.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Object-s. * Return true, if x and y are references to the same Object; otherwise, return false * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.1.js; - * @description: Checking Boolean object, Number object, String object, Object object; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.1.js + * @description Checking Boolean object, Number object, String object, Object object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.2.js index d8b2905246..298c083b40 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.2.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is Boolean, * return ToPrimitive(x) != y * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.2.js; - * @description: x is object, y is primitive boolean; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.2.js + * @description x is object, y is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.3.js index 1a05003c77..8a69309f5b 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.3.js @@ -5,9 +5,9 @@ * If Type(x) is Boolean and Type(y) is Object, * return x != ToPrimitive(y) * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.3.js; - * @description: y is object, x is primitive boolean; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.3.js + * @description y is object, x is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.4.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.4.js index 31b624856a..72e49a1d7c 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.4.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.4.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is Number, * return ToPrimitive(x) != y * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.4.js; - * @description: x is object, y is primitive number; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.4.js + * @description x is object, y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.5.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.5.js index d75c6f7fc3..961991d427 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.5.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.5.js @@ -5,9 +5,9 @@ * If Type(x) is Number and Type(y) is Object, * return x != ToPrimitive(y) * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.5.js; - * @description: y is object, x is primitive number; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.5.js + * @description y is object, x is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.6.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.6.js index a9de29d0b8..a327d39a12 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.6.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.6.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is String, * return ToPrimitive(x) != y * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.6.js; - * @description: x is object, y is primitive string; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.6.js + * @description x is object, y is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.7.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.7.js index e7eedb55af..65f5952664 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.7.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.7.js @@ -5,9 +5,9 @@ * If Type(x) is String and Type(y) is Object, * return x != ToPrimitive(y) * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.7.js; - * @description: y is object, x is primitive string; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.7.js + * @description y is object, x is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.8.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.8.js index eb05f66ca8..95f64964bf 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.8.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.8.js @@ -5,9 +5,9 @@ * If Type(x) is Object and Type(y) is primitive type, * return ToPrimitive(x) != y * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.8.js; - * @description: x is object, y is primtitive; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.8.js + * @description x is object, y is primtitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.9.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.9.js index 55701943f6..5718d6fd9c 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.9.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.9.js @@ -5,9 +5,9 @@ * If Type(x) is primitive type and Type(y) is Object, * return x != ToPrimitive(y) * - * @section: 11.9.2, 11.9.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.9.js; - * @description: y is object, x is primtitive; + * @section 11.9.2, 11.9.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.2_The_Does_not_equals_Operator/S11.9.2_A7.9.js + * @description y is object, x is primtitive */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A1.js index 4cf9cd3269..6dc9768e4e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between EqualityExpression and "===" or between "===" and RelationalExpression are allowed * - * @section: 11.9.4, 7.2, 7.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A1.js; - * @description: Checking by using eval; + * @section 11.9.4, 7.2, 7.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T1.js index 2ccea49146..580408c2ce 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x === y uses GetValue * - * @section: 11.9.4; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.9.4 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T2.js index 5e0adf118b..46a3b21abe 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x === y uses GetValue * - * @section: 11.9.4; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.9.4 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T3.js index 8316d07b4c..263bba0cbb 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x === y uses GetValue * - * @section: 11.9.4; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.9.4 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T1.js index 941d0d383c..0d4177a83a 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.4; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.9.4 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T2.js index 104f1a7e2d..be3fba0330 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.4; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.9.4 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T3.js index 126dd2933d..f53473c4d3 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.4; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T3.js; - * @description: Checking with undeclarated variables; + * @section 11.9.4 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A2.4_T3.js + * @description Checking with undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A3.js index 7246430143..a8cf3f7ee5 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A3.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Boolean-s. * Return true, if x and y are both true and both false; otherwise, return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A3.js; - * @description: x and y are primitive booleans; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A3.js + * @description x and y are primitive booleans */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T1.js index 73f172282d..d23504a471 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T1.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T1.js; - * @description: x is NaN; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T1.js + * @description x is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T2.js index 1a1505c1d1..3a086fc814 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T2.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T2.js; - * @description: y is NaN; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.1_T2.js + * @description y is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.2.js index 1aa0628030..a251304a0b 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.2.js @@ -4,9 +4,9 @@ /** * If x is +0(-0) and y is -0(+0), return true * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.2.js; - * @description: Checking all combinations; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.2.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.3.js index 463ba2f775..b9e871b5a6 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.3.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Number-s minus NaN, +0, -0. * Return true, if x is the same number value as y; otherwise, return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.3.js; - * @description: x and y are primitive numbers; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A4.3.js + * @description x and y are primitive numbers */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A5.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A5.js index bbc0913c5b..dfdce5a490 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A5.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A5.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are String-s. * Return true, if x and y are exactly the same sequence of characters; otherwise, return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A5.js; - * @description: x and y are primitive strings; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A5.js + * @description x and y are primitive strings */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.1.js index be3cf88d8e..ad3ccd9eb5 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.1.js @@ -4,9 +4,9 @@ /** * If Type(x) and Type(y) are Undefined-s, return true * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.1.js; - * @description: void 0, eval("var x") is undefined; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.1.js + * @description void 0, eval("var x") is undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.2.js index 25ee67a8f4..0b25e40273 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.2.js @@ -4,9 +4,9 @@ /** * If Type(x) and Type(y) are Null-s, return true * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.2.js; - * @description: null === null; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A6.2.js + * @description null === null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A7.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A7.js index 2bb563b296..951de238be 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A7.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A7.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Object-s. * Return true, if x and y are references to the same Object; otherwise, return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A7.js; - * @description: Checking Boolean object, Number object, String object, Object object; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A7.js + * @description Checking Boolean object, Number object, String object, Object object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T1.js index 6e9b5bae98..6d90fcc6d9 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T1.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T1.js; - * @description: x or y is primitive boolean; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T1.js + * @description x or y is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T2.js index bfa2d692d7..38eaa9b67d 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T2.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T2.js; - * @description: x or y is primitive number; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T2.js + * @description x or y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T3.js index fa2f90031b..41c7ac640b 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T3.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T3.js; - * @description: x or y is primitive string; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T3.js + * @description x or y is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T4.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T4.js index a12b22ef2c..4c0918ec43 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T4.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T4.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T4.js; - * @description: x or y is null or undefined; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T4.js + * @description x or y is null or undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T5.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T5.js index b7b675abbd..c5b589a4ee 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T5.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T5.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return false * - * @section: 11.9.4, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T5.js; - * @description: Checking with such x and y that either x or y is primitive string and the other is primitive number; + * @section 11.9.4, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.4_The_Strict_Equals_Operator/S11.9.4_A8_T5.js + * @description Checking with such x and y that either x or y is primitive string and the other is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A1.js index a316e1840e..23f399b55f 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A1.js @@ -4,9 +4,9 @@ /** * White Space and Line Terminator between EqualityExpression and "!==" or between "!==" and RelationalExpression are allowed * - * @section: 11.9.5, 7.2, 7.3; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A1.js; - * @description: Checking by using eval; + * @section 11.9.5, 7.2, 7.3 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A1.js + * @description Checking by using eval */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T1.js index 5821ec38bf..0c9f3723d5 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator x !== y uses GetValue * - * @section: 11.9.5; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T1.js; - * @description: Either Type is not Reference or GetBase is not null; + * @section 11.9.5 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T1.js + * @description Either Type is not Reference or GetBase is not null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T2.js index ecb282b8b0..71749c2d08 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator x !== y uses GetValue * - * @section: 11.9.5; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T2.js; - * @description: If GetBase(x) is null, throw ReferenceError; + * @section 11.9.5 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T2.js + * @description If GetBase(x) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T3.js index d3b52e4020..cee0fc087c 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator x !== y uses GetValue * - * @section: 11.9.5; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T3.js; - * @description: If GetBase(y) is null, throw ReferenceError; + * @section 11.9.5 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.1_T3.js + * @description If GetBase(y) is null, throw ReferenceError */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T1.js index b9c669fa5c..8abba92e3f 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T1.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.5; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T1.js; - * @description: Checking with "="; + * @section 11.9.5 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T1.js + * @description Checking with "=" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T2.js index 987b12eb5f..dce5f33bbe 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T2.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.5; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T2.js; - * @description: Checking with "throw"; + * @section 11.9.5 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T2.js + * @description Checking with "throw" */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T3.js index b8587b3d59..cb94fe6531 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T3.js @@ -4,9 +4,9 @@ /** * First expression is evaluated first, and then second expression * - * @section: 11.9.5; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T3.js; - * @description: Checking undeclarated variables; + * @section 11.9.5 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A2.4_T3.js + * @description Checking undeclarated variables */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A3.js index 682f485bb5..d2731fa6bd 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A3.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Boolean-s. * Return false, if x and y are both true or both false; otherwise, return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A3.js; - * @description: x and y are primitive booleans; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A3.js + * @description x and y are primitive booleans */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T1.js index 8642daef2d..e13390ec00 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T1.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T1.js; - * @description: x is NaN; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T1.js + * @description x is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T2.js index 9a4f83eaf9..00ccdbce5e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T2.js @@ -4,9 +4,9 @@ /** * If x or y is NaN, return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T2.js; - * @description: y is NaN; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.1_T2.js + * @description y is NaN */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.2.js index 0af7f03c8e..53a024070a 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.2.js @@ -4,9 +4,9 @@ /** * If x is +0(-0) and y is -0(+0), return false * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.2.js; - * @description: Checking all combinations; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.2.js + * @description Checking all combinations */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.3.js index f4fddfb848..428c5393be 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.3.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Number-s minus NaN, +0, -0. * Return false, if x is the same number value as y; otherwise, return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.3.js; - * @description: x and y are primitive numbers; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A4.3.js + * @description x and y are primitive numbers */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A5.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A5.js index 80cd053817..1e6ff0ba43 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A5.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A5.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are String-s. * Return false, if x and y are exactly the same sequence of characters; otherwise, return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A5.js; - * @description: x and y are primitive strings; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A5.js + * @description x and y are primitive strings */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.1.js index c4023f2f42..5ffb9adee2 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.1.js @@ -4,9 +4,9 @@ /** * If Type(x) and Type(y) are Undefined-s, return false * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.1.js; - * @description: void 0, eval("var x") is undefined; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.1.js + * @description void 0, eval("var x") is undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.2.js index 0f8c151aa4..aa068ab790 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.2.js @@ -4,9 +4,9 @@ /** * If Type(x) and Type(y) are Null-s, return false * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.2.js; - * @description: null === null; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A6.2.js + * @description null === null */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A7.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A7.js index 0a237971d7..c8f89bf1e0 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A7.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A7.js @@ -5,9 +5,9 @@ * Type(x) and Type(y) are Object-s. * Return false, if x and y are references to the same Object; otherwise, return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A7.js; - * @description: Checking Boolean object, Number object, String object, Object object; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A7.js + * @description Checking Boolean object, Number object, String object, Object object */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T1.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T1.js index 8bbe49b057..22dd155497 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T1.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T1.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T1.js; - * @description: x or y is primitive boolean; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T1.js + * @description x or y is primitive boolean */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T2.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T2.js index ad2a30b7ba..37a4e2a575 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T2.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T2.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T2.js; - * @description: x or y is primitive number; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T2.js + * @description x or y is primitive number */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T3.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T3.js index 01af390772..489236656e 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T3.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T3.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T3.js; - * @description: x or y is primitive string; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T3.js + * @description x or y is primitive string */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T4.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T4.js index 97a609a717..66008adf1c 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T4.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T4.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T4.js; - * @description: x or y is null or undefined; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T4.js + * @description x or y is null or undefined */ //CHECK#1 diff --git a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T5.js b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T5.js index 4fafbdb7c9..39e9d3e2d2 100644 --- a/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T5.js +++ b/test/suite/converted/11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T5.js @@ -4,9 +4,9 @@ /** * If Type(x) is different from Type(y), return true * - * @section: 11.9.5, 11.9.6; - * @path: 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T5.js; - * @description: Checking such x and y that either x or y is primitive string and the other is primitive number; + * @section 11.9.5, 11.9.6 + * @path 11_Expressions/11.9_Equality_Operators/11.9.5_The_Strict_Does_not_equals_Operator/S11.9.5_A8_T5.js + * @description Checking such x and y that either x or y is primitive string and the other is primitive number */ //CHECK#1 diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js index 43ee98d1da..e352126c36 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js; - * @description: Using interation statement within "with" statement leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T1.js + * @description Using interation statement within "with" statement leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js index 1f31105731..825be60cbc 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js; - * @description: Using iteration statement within "with" statement leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T2.js + * @description Using iteration statement within "with" statement leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js index 2b1b39c990..f32986d595 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js @@ -5,12 +5,12 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js; - * @description: Using iteration statment withing "with" statement leading to completion by exception - * iteration statement inside with statement - exception completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T3.js + * @description Using iteration statment withing "with" statement leading to completion by exception + * iteration statement inside with statement - exception completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js index eecc01500d..a9079d2c35 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js @@ -5,12 +5,12 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js; - * @description: Using iteration statement witthin "with" staement leading to completion by break - * iteration statement inside with statement - break completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T4.js + * @description Using iteration statement witthin "with" staement leading to completion by break + * iteration statement inside with statement - break completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js index 8ec4315a7f..45d12529cd 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js; - * @description: Using iteration statement within "with" statement leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.10_T5.js + * @description Using iteration statement within "with" statement leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js index 3539d7406d..9b926f00ec 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js; - * @description: Calling a function within "with" statement declared without the statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T1.js + * @description Calling a function within "with" statement declared without the statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js index 315bd538d8..ea240a8b75 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js; - * @description: Calling a function within "with" statement declared without the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T2.js + * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js index bfc5c799a7..3b2232575c 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js; - * @description: Calling a function within "with" statement declared without the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T3.js + * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js index 399e0e771d..b9677149da 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js; - * @description: Calling a function within "with" statement declared without the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T4.js + * @description Calling a function within "with" statement declared without the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js index 853ae03527..12071bcd88 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js; - * @description: Calling a function within "with" statement declared without the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.11_T5.js + * @description Calling a function within "with" statement declared without the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js index 53713b129f..9e0f8d9638 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js; - * @description: Calling a function without "with" statement declared within the statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T1.js + * @description Calling a function without "with" statement declared within the statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js index f7ca8ff818..19d21cd224 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js; - * @description: Calling a function without "with" statement declared within the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T2.js + * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js index 496354c945..2bdf047b00 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js; - * @description: Calling a function without "with" statement declared within the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T3.js + * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js index b2b85181b7..0d9f16bdf1 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js; - * @description: Calling a function without "with" statement declared within the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T4.js + * @description Calling a function without "with" statement declared within the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js index 199dbbef35..e91f53a8fe 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js; - * @description: Calling a function without "with" statement declared within the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.12_T5.js + * @description Calling a function without "with" statement declared within the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js index 64b7034728..060cca2ad5 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js; - * @description: Using "with" inside of global context leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T1.js + * @description Using "with" inside of global context leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js index b8a9b03947..ebf1fa4a73 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js; - * @description: Using "with" inside of global context leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T2.js + * @description Using "with" inside of global context leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js index f792b3d930..38253d3294 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js; - * @description: Using "with" inside of global context leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.1_T3.js + * @description Using "with" inside of global context leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js index ca54d2c1a9..873e1de1c1 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js; - * @description: Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T1.js + * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js index 611c2b3082..5744cea851 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js; - * @description: Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T2.js + * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js index 98b9884c47..97e1fc0d1b 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js; - * @description: Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T3.js + * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js index 447acd4334..c2f1c0240f 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js; - * @description: Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T4.js + * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js index bd93fd5c8d..26147ed047 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js; - * @description: Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.2_T5.js + * @description Calling a function without "with" statement when the statement itself is declared within the function declaration, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js index dcd9ef8414..af663954a8 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js; - * @description: Using "with" statement within function constructor, leading to normal completition; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T1.js + * @description Using "with" statement within function constructor, leading to normal completition + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js index 0afa360e46..f86a8f1e59 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js; - * @description: Using "with" statement within function constructor, leading to normal completition by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T2.js + * @description Using "with" statement within function constructor, leading to normal completition by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js index db58417dc0..77df3171b2 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js; - * @description: Using "with" statement within function constructor, leading to normal completition by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T3.js + * @description Using "with" statement within function constructor, leading to normal completition by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js index 1b1865bc37..f07167b59a 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js; - * @description: Using "with" statement within function constructor, leading to completition by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T4.js + * @description Using "with" statement within function constructor, leading to completition by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js index 65c56d1633..f3ef79feda 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js; - * @description: Using "with" statement within function constructor, leading to completition by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.3_T5.js + * @description Using "with" statement within function constructor, leading to completition by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js index e33b099c2d..9d62120619 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js; - * @description: Using "with" statement within iteration statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T1.js + * @description Using "with" statement within iteration statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js index c7cb39ddd2..b3d7431205 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js; - * @description: Using "with" statement within iteration statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T2.js + * @description Using "with" statement within iteration statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js index ff80cfd866..7035d7760b 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js; - * @description: Using "with" statement within iteration statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T3.js + * @description Using "with" statement within iteration statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js index b731ec5d92..0e1490e9d4 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js; - * @description: Using "with" statement within iteration statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js + * @description Using "with" statement within iteration statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js index 54f229f631..c812a2607d 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js; - * @description: Using "with" statement within iteration statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.4_T5.js + * @description Using "with" statement within iteration statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js index 82c239d108..d1290d424d 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js; - * @description: Using "with" statement within "for-in" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T1.js + * @description Using "with" statement within "for-in" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js index 8aa6a2a880..ad241d81d5 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T2.js + * @description Using "with" statement within "for-in" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js index 1fc5f92850..2907b16899 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T3.js + * @description Using "with" statement within "for-in" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js index ba3ceea2d5..4c9d62265e 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T4.js + * @description Using "with" statement within "for-in" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js index 9b406f956c..5a56b67553 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.5_T5.js + * @description Using "with" statement within "for-in" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js index 7bdfeebc03..11ada524ab 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js; - * @description: Using "with" statement within another "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T1.js + * @description Using "with" statement within another "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js index 10e603b8b1..8aa1438a93 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js; - * @description: Using "with" statement within another "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T2.js + * @description Using "with" statement within another "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js index 77c738bb48..c869bca1ae 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js; - * @description: Using "with" statement within another "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.6_T3.js + * @description Using "with" statement within another "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js index f4459f5637..44b4161988 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js; - * @description: Calling a function within "with" statement declared within the statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T1.js + * @description Calling a function within "with" statement declared within the statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js index 2ac3925dab..b9c0b11648 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js; - * @description: Calling a function within "with" statement declared within the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T2.js + * @description Calling a function within "with" statement declared within the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js index af8d4190b4..2ff3f2079f 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js; - * @description: Calling a function within "with" statement declared within the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T3.js + * @description Calling a function within "with" statement declared within the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js index bccde99397..2e8b7abcf5 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js; - * @description: Calling a function within "with" statement declared within the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T4.js + * @description Calling a function within "with" statement declared within the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js index 229f81ed04..9d2dd3d387 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js; - * @description: Calling a function within "with" statement declared within the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.7_T5.js + * @description Calling a function within "with" statement declared within the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js index c9e3d36f81..1f850bd971 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js; - * @description: Declaring function constructor within "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T1.js + * @description Declaring function constructor within "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js index 12fa9293aa..b1ad958231 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js; - * @description: Declaring function constructor within "with" statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T2.js + * @description Declaring function constructor within "with" statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js index 9a0e79c16f..a40683c33c 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js; - * @description: Declaring function constructor within "with" statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T3.js + * @description Declaring function constructor within "with" statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js index 2d4b572c58..d083102969 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js; - * @description: Declaring function constructor within "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T4.js + * @description Declaring function constructor within "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js index 2999314bf8..cabc54261f 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js; - * @description: Declaring function constructor within "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.8_T5.js + * @description Declaring function constructor within "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js index 11bb3d79f5..6dc5772401 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js; - * @description: Using "for-in" statement within "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T1.js + * @description Using "for-in" statement within "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js index 1fc86b6343..a2b76aec3a 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js; - * @description: Using "for-in" statement within "with" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T2.js + * @description Using "for-in" statement within "with" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js index 99105d73ca..52310c1ff4 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js @@ -5,11 +5,11 @@ * The with statement adds a computed object to the front of the * scope chain of the current execution context * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js; - * @description: Using "for-in" statement within "with" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A1.9_T3.js + * @description Using "for-in" statement within "with" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js index 014ddddb85..888058b17d 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js; - * @description: Using iteration statement within "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T1.js + * @description Using iteration statement within "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js index 30f0e030d4..9f488bd9e5 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js; - * @description: Using iteration statement within "with" statement, leading completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T2.js + * @description Using iteration statement within "with" statement, leading completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js index 98ec1a461e..4baa109e22 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js; - * @description: Using iteration statement within "with" statement, leading completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T3.js + * @description Using iteration statement within "with" statement, leading completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js index 9981a04705..035b5f3145 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js; - * @description: Using iteration statement within "with" statement, leading completion be break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T4.js + * @description Using iteration statement within "with" statement, leading completion be break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js index 8be2586f8c..f157de430f 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js; - * @description: Using iteration statement within "with" statement, leading completion be break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.10_T5.js + * @description Using iteration statement within "with" statement, leading completion be break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js index 9119fe562a..da03344914 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js; - * @description: Calling a function within "with" statement declared without the statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T1.js + * @description Calling a function within "with" statement declared without the statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js index ac21601612..3542d81c23 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js; - * @description: Calling a function within "with" statement declared without the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T2.js + * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js index 61a80936dd..721feb167a 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js; - * @description: Calling a function within "with" statement declared without the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T3.js + * @description Calling a function within "with" statement declared without the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js index b49c30bc6e..7ab96e31f0 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js; - * @description: Calling a function within "with" statement declared without the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T4.js + * @description Calling a function within "with" statement declared without the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js index a5dfb1d246..00fbea1767 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js; - * @description: Calling a function within "with" statement declared without the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.11_T5.js + * @description Calling a function within "with" statement declared without the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js index 4218b8ab1c..1b529a4474 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js; - * @description: Calling a function without "with" statement declared within the statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T1.js + * @description Calling a function without "with" statement declared within the statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js index 351e264938..4e5b5c454a 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js; - * @description: Calling a function without "with" statement declared within the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T2.js + * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js index 4b4c62a7cb..c361c2efba 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js; - * @description: Calling a function without "with" statement declared within the statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T3.js + * @description Calling a function without "with" statement declared within the statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js index 2f8e7f3b9a..bac83e84b5 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js; - * @description: Calling a function without "with" statement declared within the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T4.js + * @description Calling a function without "with" statement declared within the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js index cc1cec36c3..d571edbdf9 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js; - * @description: Calling a function without "with" statement declared within the statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.12_T5.js + * @description Calling a function without "with" statement declared within the statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js index 5af536bc2d..d63d89349a 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js; - * @description: Using "with" statement within global context - normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T1.js + * @description Using "with" statement within global context - normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js index 7acbbe64c7..0b9f6104a2 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js; - * @description: Using "with" statement within global context, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T2.js + * @description Using "with" statement within global context, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js index 04a61e30d1..e00a35346c 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js; - * @description: Using "with" statement within global context, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.1_T3.js + * @description Using "with" statement within global context, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js index a9e0eaa9f2..57eacefc1a 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js; - * @description: Declaring "with" statement within a function body, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T1.js + * @description Declaring "with" statement within a function body, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js index c9dbe3443f..588df705a4 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js; - * @description: Declaring "with" statement within a function body, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T2.js + * @description Declaring "with" statement within a function body, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js index b8ff612545..8235a131db 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js; - * @description: Declaring "with" statement within a function body, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T3.js + * @description Declaring "with" statement within a function body, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js index c972aa9ebd..9345894d74 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js; - * @description: Declaring "with" statement within a function body, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T4.js + * @description Declaring "with" statement within a function body, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js index fedb1435c5..717d8d9ed5 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js; - * @description: Declaring "with" statement within a function body, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.2_T5.js + * @description Declaring "with" statement within a function body, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js index 3db9e52eef..e7bbf403f1 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js; - * @description: Declaring "with" statement within a function constructor, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T1.js + * @description Declaring "with" statement within a function constructor, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js index c18d4547e6..a27eff8db8 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js; - * @description: Declaring "with" statement within a function constructor, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T2.js + * @description Declaring "with" statement within a function constructor, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js index d312b70407..cf8bb7b115 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js; - * @description: Declaring "with" statement within a function constructor, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T3.js + * @description Declaring "with" statement within a function constructor, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js index d97338ff3a..635af05cdc 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js @@ -4,11 +4,11 @@ /** * No matter how control leaves the embedded 'Statement', the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js; - * @description: Declaring "with" statement within a function constructor, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T4.js + * @description Declaring "with" statement within a function constructor, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js index 3d7ea4b100..fffb0dc29e 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js; - * @description: Declaring "with" statement within a function constructor, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.3_T5.js + * @description Declaring "with" statement within a function constructor, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js index a381f8cb66..62c6750193 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js; - * @description: Using "with" statement within iteration statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T1.js + * @description Using "with" statement within iteration statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js index 0b988e303b..b5a527be55 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js; - * @description: Using "with" statement within iteration statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T2.js + * @description Using "with" statement within iteration statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js index 4966dc79d8..83215f20fb 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js; - * @description: Using "with" statement within iteration statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T3.js + * @description Using "with" statement within iteration statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js index d59f2e9842..2a1568c26e 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js; - * @description: Using "with" statement within iteration statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T4.js + * @description Using "with" statement within iteration statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js index f75cd2ad53..2bc805bcda 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js; - * @description: Using "with" statement within iteration statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.4_T5.js + * @description Using "with" statement within iteration statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js index 0863c8455a..5811b352f4 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js; - * @description: Using "with" statement within "for-in" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T1.js + * @description Using "with" statement within "for-in" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js index 3505bb1e79..126742bb3d 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T2.js + * @description Using "with" statement within "for-in" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js index bdd314eff8..fe00883aae 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T3.js + * @description Using "with" statement within "for-in" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js index 67af61196e..7e3d7c8a33 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T4.js + * @description Using "with" statement within "for-in" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js index a127d79525..9428c503c2 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js; - * @description: Using "with" statement within "for-in" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.5_T5.js + * @description Using "with" statement within "for-in" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js index a7ed5f41c3..a5d2e0ecdf 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js; - * @description: Using "with" statement within another "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T1.js + * @description Using "with" statement within another "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js index 2fa693285b..17835d96f1 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js; - * @description: Using "with" statement within another "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T2.js + * @description Using "with" statement within another "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js index 06455da83a..276e294837 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js; - * @description: Using "with" statement within another "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.6_T3.js + * @description Using "with" statement within another "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js index b0d674b266..041a895888 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js; - * @description: Declaring and calling a function within "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T1.js + * @description Declaring and calling a function within "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js index 8b654812d1..089a0841f4 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js; - * @description: Declaring and calling a function within "with" statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T2.js + * @description Declaring and calling a function within "with" statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js index b70f464eb5..7bc3b3de74 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js; - * @description: Declaring and calling a function within "with" statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T3.js + * @description Declaring and calling a function within "with" statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js index baea4c911e..2af4b567cf 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js; - * @description: Declaring and calling a function within "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T4.js + * @description Declaring and calling a function within "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js index fb320e51bc..5153f8a844 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js; - * @description: Declaring and calling a function within "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.7_T5.js + * @description Declaring and calling a function within "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js index 6ae3845f51..3ac51ef7b3 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js; - * @description: Declaring function constructor within "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T1.js + * @description Declaring function constructor within "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js index 8900b5f92f..81bad164e7 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js; - * @description: Declaring function constructor within "with" statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T2.js + * @description Declaring function constructor within "with" statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js index 825519d985..3f681750a2 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js; - * @description: Declaring function constructor within "with" statement, leading to normal completion by "return"; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T3.js + * @description Declaring function constructor within "with" statement, leading to normal completion by "return" + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js index a698f1096f..cc21bc6a16 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js; - * @description: Declaring function constructor within "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T4.js + * @description Declaring function constructor within "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js index 7f4337c067..2aad84f89e 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js; - * @description: Declaring function constructor within "with" statement, leading to completion by exception; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.8_T5.js + * @description Declaring function constructor within "with" statement, leading to completion by exception + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js index 2db96f39b7..28f04018f6 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js; - * @description: Using "for-in" statement within "with" statement, leading to normal completion; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T1.js + * @description Using "for-in" statement within "with" statement, leading to normal completion + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js index 4ca40b9af1..27b4f366d2 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js; - * @description: Using "for-in" statement within "with" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T2.js + * @description Using "for-in" statement within "with" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js index 975f4a9fb7..97a533e0a7 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js @@ -5,11 +5,11 @@ * No matter how control leaves the embedded 'Statement', * the scope chain is always restored to its former state * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js; - * @description: Using "for-in" statement within "with" statement, leading to completion by break; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A3.9_T3.js + * @description Using "for-in" statement within "with" statement, leading to completion by break + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js index ad64d40bf1..1baaaeaaf8 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js @@ -4,11 +4,11 @@ /** * Changing property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js; - * @description: Changing string property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T1.js + * @description Changing string property + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js index 6a14d52924..7ee31e8306 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js @@ -4,11 +4,11 @@ /** * Changing property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js; - * @description: Changing number property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T2.js + * @description Changing number property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js index 49eea70811..fe9fe375ae 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js @@ -4,11 +4,11 @@ /** * Changing property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js; - * @description: Changing boolean property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T3.js + * @description Changing boolean property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js index 5d9d587029..ef5a5e44f4 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js @@ -4,11 +4,11 @@ /** * Changing property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js; - * @description: Changing object property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T4.js + * @description Changing object property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js index d1b6f34e2a..c7269bf15a 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js @@ -4,11 +4,11 @@ /** * Changing property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js; - * @description: Changing array property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T5.js + * @description Changing array property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js index 4ae3b9547f..18757e2300 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js @@ -4,11 +4,11 @@ /** * Changing property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js; - * @description: Changing function property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A4_T6.js + * @description Changing function property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js index 6d84fe5c12..c42b676d7e 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js @@ -4,11 +4,11 @@ /** * Deleting property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js; - * @description: Deleting string property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T1.js + * @description Deleting string property + * @strict_only + * @strict_mode_negative */ this.p1 = 1; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js index ab4382eb0c..c8160dbb85 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js @@ -4,11 +4,11 @@ /** * Deleting property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js; - * @description: Deleting number property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T2.js + * @description Deleting number property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js index 08ccfac1fa..05a7d0bd5e 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js @@ -4,11 +4,11 @@ /** * Deleting property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js; - * @description: Deleting boolean property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T3.js + * @description Deleting boolean property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js index 8446665e4f..2095d9e616 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js @@ -4,11 +4,11 @@ /** * Deleting property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js; - * @description: Deleting object property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T4.js + * @description Deleting object property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js index 7d3e1b1a25..83806c1002 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js @@ -4,11 +4,11 @@ /** * Deleting property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js; - * @description: Deleting array property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T5.js + * @description Deleting array property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js index 4f97d1400d..9cda49045e 100644 --- a/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js +++ b/test/suite/converted/12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js @@ -4,11 +4,11 @@ /** * Deleting property using "eval" statement containing "with" statement * - * @section: 12.10; - * @path: 12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js; - * @description: Deleting function property; - * @strict_only; - * @strict_mode_negative; + * @section 12.10 + * @path 12_Statement/12.10_The_with_Statement/S12.10_A5_T6.js + * @description Deleting function property + * @strict_only + * @strict_mode_negative */ this.p1 = 'a'; diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T1.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T1.js index ae75206ee7..fbf9925a4a 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T1.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T1.js @@ -5,9 +5,9 @@ * If Result.type is break and Result.target is in the current * label set, return (normal, Result.value, empty) * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A1_T1.js; - * @description: Simple test using switch statement; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A1_T1.js + * @description Simple test using switch statement */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T2.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T2.js index fe7c086d18..19b953060e 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T2.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T2.js @@ -5,9 +5,9 @@ * If Result.type is break and Result.target is in the current * label set, return (normal, Result.value, empty) * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A1_T2.js; - * @description: Switch with different types of variables; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A1_T2.js + * @description Switch with different types of variables */ var x = new Number(2); diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T3.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T3.js index 9e128dde50..6f13b9adb0 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T3.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T3.js @@ -5,9 +5,9 @@ * If Result.type is break and Result.target is in the current * label set, return (normal, Result.value, empty) * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A1_T3.js; - * @description: Using case with null, NaN, Infinity; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A1_T3.js + * @description Using case with null, NaN, Infinity */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T4.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T4.js index 85ed3a7073..fe431adc37 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T4.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A1_T4.js @@ -5,9 +5,9 @@ * If Result.type is break and Result.target is in the current * label set, return (normal, Result.value, empty) * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A1_T4.js; - * @description: Using case with isNaN and isNaN(value); + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A1_T4.js + * @description Using case with isNaN and isNaN(value) */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A2_T1.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A2_T1.js index a289e05a4c..ee5ea6d4c0 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A2_T1.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A2_T1.js @@ -4,10 +4,10 @@ /** * There can be only one DefaultClause * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A2_T1.js; - * @description: Duplicate DefaultClause; - * @negative; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A2_T1.js + * @description Duplicate DefaultClause + * @negative */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T1.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T1.js index 7080556be9..d91d67e7f3 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T1.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T1.js @@ -4,10 +4,10 @@ /** * Syntax constructions of switch statement * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A3_T1.js; - * @description: Checking if execution of "switch() {}" fails; - * @negative; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A3_T1.js + * @description Checking if execution of "switch() {}" fails + * @negative */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T2.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T2.js index 15a97af260..d76a4dcc80 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T2.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T2.js @@ -4,10 +4,10 @@ /** * Syntax constructions of switch statement * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A3_T2.js; - * @description: Checking if execution of "switch {}" fails; - * @negative; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A3_T2.js + * @description Checking if execution of "switch {}" fails + * @negative */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T3.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T3.js index b87652f2db..ddf48490a7 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T3.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T3.js @@ -4,10 +4,10 @@ /** * Syntax constructions of switch statement * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A3_T3.js; - * @description: Checking if execution of "switch(value)" fails; - * @negative; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A3_T3.js + * @description Checking if execution of "switch(value)" fails + * @negative */ switch(value); diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T4.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T4.js index 46701b2d98..c2388b64a0 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T4.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T4.js @@ -4,10 +4,10 @@ /** * Syntax constructions of switch statement * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A3_T4.js; - * @description: Using "case" that has no Expresson after it. "CaseClause: case Expression : [StatementList]"; - * @negative; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A3_T4.js + * @description Using "case" that has no Expresson after it. "CaseClause: case Expression : [StatementList]" + * @negative */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T5.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T5.js index 0822c1917f..da7f56d7a8 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T5.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A3_T5.js @@ -4,10 +4,10 @@ /** * Syntax constructions of switch statement * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A3_T5.js; - * @description: Introducing statement not followed by "case" keyword; - * @negative; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A3_T5.js + * @description Introducing statement not followed by "case" keyword + * @negative */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A4_T1.js b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A4_T1.js index cd633ac396..3b5579f605 100644 --- a/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A4_T1.js +++ b/test/suite/converted/12_Statement/12.11_The_switch_Statement/S12.11_A4_T1.js @@ -4,9 +4,9 @@ /** * Embedded syntax constructions of switch statement * - * @section: 12.11; - * @path: 12_Statement/12.11_The_switch_Statement/S12.11_A4_T1.js; - * @description: Nesting one "switch" statement into StatementList of the other's; + * @section 12.11 + * @path 12_Statement/12.11_The_switch_Statement/S12.11_A4_T1.js + * @description Nesting one "switch" statement into StatementList of the other's */ function SwitchTest(value){ diff --git a/test/suite/converted/12_Statement/12.12_Labelled_Statements/S12.12_A1_T1.js b/test/suite/converted/12_Statement/12.12_Labelled_Statements/S12.12_A1_T1.js index 3a1e886c58..1a3de83d5f 100644 --- a/test/suite/converted/12_Statement/12.12_Labelled_Statements/S12.12_A1_T1.js +++ b/test/suite/converted/12_Statement/12.12_Labelled_Statements/S12.12_A1_T1.js @@ -5,9 +5,9 @@ * Labelled statements are only used in conjunction with labelled * break and continue statements * - * @section: 12.12; - * @path: 12_Statement/12.12_Labelled_Statements/S12.12_A1_T1.js; - * @description: Checking if labelled break works. See continue and break sections; + * @section 12.12 + * @path 12_Statement/12.12_Labelled_Statements/S12.12_A1_T1.js + * @description Checking if labelled break works. See continue and break sections */ var object = {p1: 1, p2: 1}; diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A1.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A1.js index f90efbb91b..ae7b129142 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A1.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A1.js @@ -4,10 +4,10 @@ /** * Sanity test for throw statement * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A1.js; - * @description: Trying to throw exception with "throw"; - * @negative; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A1.js + * @description Trying to throw exception with "throw" + * @negative */ throw "error"; diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T1.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T1.js index 74c2b0c3ae..7b65549e34 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T1.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T1.js @@ -4,9 +4,9 @@ /** * "throw Expression" returns (throw, GetValue(Result(1)), empty), where 1 evaluates Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A2_T1.js; - * @description: Throwing undefined; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A2_T1.js + * @description Throwing undefined */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T2.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T2.js index b05048b39b..b722e8de9d 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T2.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T2.js @@ -4,9 +4,9 @@ /** * "throw Expression" returns (throw, GetValue(Result(1)), empty), where 1 evaluates Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A2_T2.js; - * @description: Throwing null; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A2_T2.js + * @description Throwing null */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T3.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T3.js index 6f3e9fc18b..b8c005c38c 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T3.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T3.js @@ -4,9 +4,9 @@ /** * "throw Expression" returns (throw, GetValue(Result(1)), empty), where 1 evaluates Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A2_T3.js; - * @description: Throwing boolean; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A2_T3.js + * @description Throwing boolean */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T4.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T4.js index 59c54c4942..f968a18cdf 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T4.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T4.js @@ -4,9 +4,9 @@ /** * "throw Expression" returns (throw, GetValue(Result(1)), empty), where 1 evaluates Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A2_T4.js; - * @description: Throwing string; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A2_T4.js + * @description Throwing string */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T5.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T5.js index 0148471c8c..59397b91c9 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T5.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T5.js @@ -4,9 +4,9 @@ /** * "throw Expression" returns (throw, GetValue(Result(1)), empty), where 1 evaluates Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A2_T5.js; - * @description: Throwing number; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A2_T5.js + * @description Throwing number */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T6.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T6.js index b60e4720ff..e88aef1c8e 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T6.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T6.js @@ -4,9 +4,9 @@ /** * "throw Expression" returns (throw, GetValue(Result(1)), empty), where 1 evaluates Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A2_T6.js; - * @description: Throwing object; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A2_T6.js + * @description Throwing object */ var myObj = {p1: 'a', diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T7.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T7.js index 53cdcff607..7b3e10d8f4 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T7.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A2_T7.js @@ -4,9 +4,9 @@ /** * "throw Expression" returns (throw, GetValue(Result(1)), empty), where 1 evaluates Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A2_T7.js; - * @description: Throwing Array; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A2_T7.js + * @description Throwing Array */ var mycars = new Array(); diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T1.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T1.js index ff0dce3117..cc5807b64d 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T1.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T1.js @@ -4,9 +4,9 @@ /** * 1. Evaluate Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A3_T1.js; - * @description: Evaluating boolean expression; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A3_T1.js + * @description Evaluating boolean expression */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T2.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T2.js index 21d769d049..40228d46d5 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T2.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T2.js @@ -4,9 +4,9 @@ /** * 1. Evaluate Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A3_T2.js; - * @description: Evaluating string expression; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A3_T2.js + * @description Evaluating string expression */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T3.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T3.js index 38692b498c..7a46e2b60c 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T3.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T3.js @@ -4,9 +4,9 @@ /** * 1. Evaluate Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A3_T3.js; - * @description: Evaluating number expression; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A3_T3.js + * @description Evaluating number expression */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T4.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T4.js index 23005f21b0..f0383d8f50 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T4.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T4.js @@ -4,9 +4,9 @@ /** * 1. Evaluate Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A3_T4.js; - * @description: Evaluating array expression; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A3_T4.js + * @description Evaluating array expression */ var mycars = new Array(); diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T5.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T5.js index 0fae8c990c..618f04bfa5 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T5.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T5.js @@ -4,9 +4,9 @@ /** * 1. Evaluate Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A3_T5.js; - * @description: Evaluating equation expression; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A3_T5.js + * @description Evaluating equation expression */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T6.js b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T6.js index 6b93f20f13..5fa05e310f 100644 --- a/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T6.js +++ b/test/suite/converted/12_Statement/12.13_The_throw_statement/S12.13_A3_T6.js @@ -4,9 +4,9 @@ /** * 1. Evaluate Expression * - * @section: 12.13; - * @path: 12_Statement/12.13_The_throw_statement/S12.13_A3_T6.js; - * @description: Evaluating functions; + * @section 12.13 + * @path 12_Statement/12.13_The_throw_statement/S12.13_A3_T6.js + * @description Evaluating functions */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A1.js index 0267b27ab3..9c01a63d37 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A1.js @@ -4,9 +4,9 @@ /** * The production TryStatement : try Block Catch is evaluated as follows: 2. If Result(1).type is not throw, return Result(1) * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A1.js; - * @description: Executing TryStatement : try Block Catch. The statements doesn't cause actual exceptions; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A1.js + * @description Executing TryStatement : try Block Catch. The statements doesn't cause actual exceptions */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T1.js index 00e29e174f..aa1aac713c 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T1.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A10_T1.js; - * @description: Throwing exception while executing iteration statement placed into try Block; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A10_T1.js + * @description Throwing exception while executing iteration statement placed into try Block */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T2.js index 5e5d48c069..c9534ce3a0 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T2.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A10_T2.js; - * @description: Try statement inside loop, where use continue loop; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A10_T2.js + * @description Try statement inside loop, where use continue loop */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T3.js index 1bdced89da..37da7d4589 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T3.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A10_T3.js; - * @description: Try statement inside loop, where use break; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A10_T3.js + * @description Try statement inside loop, where use break */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T4.js index 27630f4fdc..05f85a8888 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T4.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T4.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A10_T4.js; - * @description: Try statement inside loop, where combinate using break and continue; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A10_T4.js + * @description Try statement inside loop, where combinate using break and continue */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T5.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T5.js index 2eaeaa0dcc..ddd519e841 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T5.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A10_T5.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A10_T5.js; - * @description: Throw some exceptions from different place of loop body; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A10_T5.js + * @description Throw some exceptions from different place of loop body */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T1.js index 589a350956..6b6c958265 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T1.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A11_T1.js; - * @description: Loop inside try Block, where throw exception; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A11_T1.js + * @description Loop inside try Block, where throw exception */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T2.js index a7a6cacc10..5294c263f7 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T2.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A11_T2.js; - * @description: Try statement inside loop, where use continue loop; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A11_T2.js + * @description Try statement inside loop, where use continue loop */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T3.js index b6aa0e71ea..c3eff4f10c 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T3.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A11_T3.js; - * @description: Try statement inside loop, where use break; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A11_T3.js + * @description Try statement inside loop, where use break */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T4.js index fc6ae9975d..104911f05c 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T4.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A11_T4.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A11_T4.js; - * @description: Try statement inside loop, where combinate using break and continue; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A11_T4.js + * @description Try statement inside loop, where combinate using break and continue */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T1.js index 246f771cf1..f62ce589ba 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T1.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for-in" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A12_T1.js; - * @description: Loop inside try Block, where throw exception; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A12_T1.js + * @description Loop inside try Block, where throw exception */ var x; diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T2.js index c88d27f03d..7c6f36ede7 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T2.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for-in" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A12_T2.js; - * @description: Try statement inside loop, where use continue loop; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A12_T2.js + * @description Try statement inside loop, where use continue loop */ var x; diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T3.js index 2d426eeca8..211898b8e2 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T3.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for-in" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A12_T3.js; - * @description: Try statement inside loop, where use break; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A12_T3.js + * @description Try statement inside loop, where use break */ var x; diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T4.js index cc19f4149c..c9d3403d5e 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T4.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A12_T4.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "for-in" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A12_T4.js; - * @description: Try statement inside loop, where combinate using break and continue; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A12_T4.js + * @description Try statement inside loop, where combinate using break and continue */ var x; diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T1.js index 7e800289fa..e0f15ac2a2 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T1.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement with a "return" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A13_T1.js; - * @description: Using try/catch syntax construction; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A13_T1.js + * @description Using try/catch syntax construction */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T2.js index 132a3fd881..773b040e24 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T2.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement with a "return" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A13_T2.js; - * @description: Using try/finally syntax construction; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A13_T2.js + * @description Using try/finally syntax construction */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T3.js index e81a58bf9d..dc804ecc14 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A13_T3.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement with a "return" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A13_T3.js; - * @description: Using try/catch/finally syntax construction; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A13_T3.js + * @description Using try/catch/finally syntax construction */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js index 9994e929d5..30b448a5e3 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A14.js @@ -4,11 +4,11 @@ /** * Using "try" with "catch" or "finally" statement within/without a "with" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A14.js; - * @description: Using try/catch/finally in With and With in try/catch/finally; - * @strict_only; - * @strict_mode_negative: SyntaxError; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A14.js + * @description Using try/catch/finally in With and With in try/catch/finally + * @strict_only + * @strict_mode_negative SyntaxError */ var myObj = {p1: 'a', diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A15.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A15.js index 9f55a7687d..56bf0ab1d6 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A15.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A15.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement within/without a "switch" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A15.js; - * @description: Insert try/catch/finally to switch statement; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A15.js + * @description Insert try/catch/finally to switch statement */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T1.js index d967b1a3ba..7349eed225 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T1.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T1.js; - * @description: Checking if pure "try" syntax construction passes; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T1.js + * @description Checking if pure "try" syntax construction passes + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T10.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T10.js index 7f1c40bb41..fd5eac237e 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T10.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T10.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T10.js; - * @description: Catch: "catch (Identifier ) Block"; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T10.js + * @description Catch: "catch (Identifier ) Block" + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T11.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T11.js index 2aa28c858a..9ceb560ee0 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T11.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T11.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T11.js; - * @description: Catch and Finally are placed into the Block of "try" (whitle expected outside); - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T11.js + * @description Catch and Finally are placed into the Block of "try" (whitle expected outside) + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T12.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T12.js index 85863fc89f..01cbbc0293 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T12.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T12.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T12.js; - * @description: Embedded "try" statements followed by two "catch" statements; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T12.js + * @description Embedded "try" statements followed by two "catch" statements + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T13.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T13.js index be0531e64d..501363e174 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T13.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T13.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T13.js; - * @description: Catch: "catch (Identifier ) Block". Checking if execution of "22" passes at the place of Identifier of "catch"; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T13.js + * @description Catch: "catch (Identifier ) Block". Checking if execution of "22" passes at the place of Identifier of "catch" + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T14.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T14.js index 4ed1217881..a2c27dd745 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T14.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T14.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T14.js; - * @description: Checking if passing argument to "try" statement fails; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T14.js + * @description Checking if passing argument to "try" statement fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T15.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T15.js index 6eab1a1c92..ae3cd2c311 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T15.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T15.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T15.js; - * @description: Finally: "finally Block". Checking if passing argument to "try" statement fails; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T15.js + * @description Finally: "finally Block". Checking if passing argument to "try" statement fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T2.js index 0fb013637c..c1ba0a21db 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T2.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T2.js; - * @description: Checking if execution of "catch" with no "try" fails; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T2.js + * @description Checking if execution of "catch" with no "try" fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T3.js index a5038643a0..911d930096 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T3.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T3.js; - * @description: Checking if execution of "finally" with no "try" fails; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T3.js + * @description Checking if execution of "finally" with no "try" fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T4.js index 7ae21514c6..152bbcc597 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T4.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T4.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T4.js; - * @description: Catch: "catch (Identifier ) Block". Checking if execution of "catch" that takes no arguments fails; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T4.js + * @description Catch: "catch (Identifier ) Block". Checking if execution of "catch" that takes no arguments fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T5.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T5.js index b7a3f49c1c..002f5bad21 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T5.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T5.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T5.js; - * @description: Catch: "catch (Identifier ) Block". Checking if execution of "catch" with no Block fails; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T5.js + * @description Catch: "catch (Identifier ) Block". Checking if execution of "catch" with no Block fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T6.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T6.js index 3ba5fa379d..8e518773a0 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T6.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T6.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14, 12.1; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T6.js; - * @description: Block: "{ StatementList }". Checking if execution of "try{ catch{}{}" fails; - * @negative; + * @section 12.14, 12.1 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T6.js + * @description Block: "{ StatementList }". Checking if execution of "try{ catch{}{}" fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T7.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T7.js index 78ad8cd68d..3bea241377 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T7.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T7.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14, 12.1; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T7.js; - * @description: Block: "{ StatementList }". Checking if execution of "try{} catch(){" fails; - * @negative; + * @section 12.14, 12.1 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T7.js + * @description Block: "{ StatementList }". Checking if execution of "try{} catch(){" fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T8.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T8.js index 7b46f5864c..e33799ead2 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T8.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T8.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14, 12.1; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T8.js; - * @description: Block: "{ StatementList }". Catch: "catch (Identifier ) Block". Checking if execution of "try{} catch(){finally{}" fails; - * @negative; + * @section 12.14, 12.1 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T8.js + * @description Block: "{ StatementList }". Catch: "catch (Identifier ) Block". Checking if execution of "try{} catch(){finally{}" fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T9.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T9.js index 5a95989fce..939c44f83b 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T9.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A16_T9.js @@ -4,10 +4,10 @@ /** * TryStatement: "try Block Catch" or "try Block Finally" or "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A16_T9.js; - * @description: Checking if execution of "catch(){} finally{}" fails; - * @negative; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A16_T9.js + * @description Checking if execution of "catch(){} finally{}" fails + * @negative */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A17.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A17.js index c1f9a2c5d2..029c3ec608 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A17.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A17.js @@ -4,9 +4,9 @@ /** * Using "try" with "catch" or "finally" statement in a constructor * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A17.js; - * @description: Creating exceptions within constructor; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A17.js + * @description Creating exceptions within constructor */ var i=1; diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T1.js index 7fd71072e2..a677d6e482 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T1.js @@ -4,9 +4,9 @@ /** * Catching objects with try/catch/finally statement * - * @section: 12.14, 12.13; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A18_T1.js; - * @description: Catching undefined; + * @section 12.14, 12.13 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A18_T1.js + * @description Catching undefined */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T2.js index 42c782f58f..aa5400dba9 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T2.js @@ -4,9 +4,9 @@ /** * Catching objects with try/catch/finally statement * - * @section: 12.14, 12.13; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A18_T2.js; - * @description: Catching null; + * @section 12.14, 12.13 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A18_T2.js + * @description Catching null */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T3.js index c939aa9404..486e1e1aad 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T3.js @@ -4,9 +4,9 @@ /** * Catching objects with try/catch/finally statement * - * @section: 12.14, 12.13; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A18_T3.js; - * @description: Catching boolean; + * @section 12.14, 12.13 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A18_T3.js + * @description Catching boolean */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T4.js index 6d2940c8dc..dbf829f17d 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T4.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T4.js @@ -4,9 +4,9 @@ /** * Catching objects with try/catch/finally statement * - * @section: 12.14, 12.13; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A18_T4.js; - * @description: Catching string; + * @section 12.14, 12.13 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A18_T4.js + * @description Catching string */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T5.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T5.js index e98008c106..05d9bf88aa 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T5.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T5.js @@ -4,9 +4,9 @@ /** * Catching objects with try/catch/finally statement * - * @section: 12.14, 12.13; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A18_T5.js; - * @description: Catching Number; + * @section 12.14, 12.13 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A18_T5.js + * @description Catching Number */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T6.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T6.js index 74582a8abb..93d0aa5eba 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T6.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T6.js @@ -4,9 +4,9 @@ /** * Catching objects with try/catch/finally statement * - * @section: 12.14, 12.13; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A18_T6.js; - * @description: Catching Object; + * @section 12.14, 12.13 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A18_T6.js + * @description Catching Object */ var myObj = {p1: 'a', diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T7.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T7.js index 6211ece847..e545ad3fa0 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T7.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A18_T7.js @@ -4,9 +4,9 @@ /** * Catching objects with try/catch/finally statement * - * @section: 12.14, 12.13; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A18_T7.js; - * @description: Catching Array; + * @section 12.14, 12.13 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A18_T7.js + * @description Catching Array */ var mycars = new Array(); diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T1.js index c83b9f5f9b..df8698f1b0 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T1.js @@ -4,9 +4,9 @@ /** * Catching system exceptions of different types with try statement * - * @section: 12.14, 15.11, 16; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A19_T1.js; - * @description: Testing try/catch syntax construction; + * @section 12.14, 15.11, 16 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A19_T1.js + * @description Testing try/catch syntax construction */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T2.js index 08b49d2ea0..e9f0cdabcc 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A19_T2.js @@ -4,9 +4,9 @@ /** * Catching system exceptions of different types with try statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A19_T2.js; - * @description: Testing try/catch/finally syntax construction; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A19_T2.js + * @description Testing try/catch/finally syntax construction */ var fin=0; diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A2.js index c3cb967cd5..9e0ed8e412 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A2.js @@ -4,9 +4,9 @@ /** * Throwing exception with "throw" and catching it with "try" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A2.js; - * @description: Checking if execution of "catch" catches an exception thrown with "throw"; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A2.js + * @description Checking if execution of "catch" catches an exception thrown with "throw" */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A3.js index 4233c01894..5f298d307e 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A3.js @@ -4,9 +4,9 @@ /** * Catching system exception with "try" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A3.js; - * @description: Checking if execution of "catch" catches system exceptions; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A3.js + * @description Checking if execution of "catch" catches system exceptions */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js index 3560b686ce..93f1de860b 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A4.js @@ -4,11 +4,11 @@ /** * Sanity test for "catch(Indetifier) statement" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A4.js; - * @description: Checking if deleting an exception fails; - * @strict_only; - * @strict_mode_negative: SyntaxError; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A4.js + * @description Checking if deleting an exception fails + * @strict_only + * @strict_mode_negative SyntaxError */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A5.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A5.js index 99e028ebc5..52f9198fcd 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A5.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A5.js @@ -4,9 +4,9 @@ /** * The production TryStatement: "try Block Finally" and the production TryStatement: "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A5.js; - * @description: Checking "catch" catches the Identifier in appropriate way; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A5.js + * @description Checking "catch" catches the Identifier in appropriate way */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A6.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A6.js index 13d21e8b7f..96dc97910c 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A6.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A6.js @@ -4,9 +4,9 @@ /** * The production TryStatement: "try Block Catch Finally" * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A6.js; - * @description: Executing sequence of "try" statements, using counters with varying values within; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A6.js + * @description Executing sequence of "try" statements, using counters with varying values within */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T1.js index f476547e9b..6c7d354cc9 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T1.js @@ -4,9 +4,9 @@ /** * Evaluating the nested productions TryStatement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A7_T1.js; - * @description: Checking if the production of nested TryStatement statements evaluates correct; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A7_T1.js + * @description Checking if the production of nested TryStatement statements evaluates correct */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T2.js index a59402351e..d30a2d9895 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T2.js @@ -4,9 +4,9 @@ /** * Evaluating the nested productions TryStatement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A7_T2.js; - * @description: Checking if the production of nested TryStatement statements evaluates correct; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A7_T2.js + * @description Checking if the production of nested TryStatement statements evaluates correct */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T3.js index cdd1e28258..70e93366fe 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A7_T3.js @@ -4,9 +4,9 @@ /** * Evaluating the nested productions TryStatement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A7_T3.js; - * @description: Checking if the production of nested TryStatement statements evaluates correct; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A7_T3.js + * @description Checking if the production of nested TryStatement statements evaluates correct */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A8.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A8.js index 39becd4e43..533f83ab58 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A8.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A8.js @@ -4,9 +4,9 @@ /** * "try" with "catch" or "finally" statement within/without an "if" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A8.js; - * @description: Throwing exception within an "if" statement; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A8.js + * @description Throwing exception within an "if" statement */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T1.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T1.js index f44f89e094..d8c224b7b4 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T1.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T1.js @@ -4,9 +4,9 @@ /** * "try" with "catch" or "finally" statement within/without an "do while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A9_T1.js; - * @description: Loop within a "try" Block, from where exception is thrown; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A9_T1.js + * @description Loop within a "try" Block, from where exception is thrown */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T2.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T2.js index f9326a5df4..3dc60415e6 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T2.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T2.js @@ -4,9 +4,9 @@ /** * "try" with "catch" or "finally" statement within/without an "do while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A9_T2.js; - * @description: "try" statement within a loop, the statement contains "continue" statement; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A9_T2.js + * @description "try" statement within a loop, the statement contains "continue" statement */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T3.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T3.js index a18b31220a..735e3777e0 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T3.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T3.js @@ -4,9 +4,9 @@ /** * "try" with "catch" or "finally" statement within/without an "do while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A9_T3.js; - * @description: "try" statement within a loop, the statement contains "break" statement; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A9_T3.js + * @description "try" statement within a loop, the statement contains "break" statement */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T4.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T4.js index 67e2ab9165..cd79f6533e 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T4.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T4.js @@ -4,9 +4,9 @@ /** * "try" with "catch" or "finally" statement within/without an "do while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A9_T4.js; - * @description: "try" statement within a loop, the statement contains "continue" and "break" statements; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A9_T4.js + * @description "try" statement within a loop, the statement contains "continue" and "break" statements */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T5.js b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T5.js index 9782ee3ed0..10ec10fc60 100644 --- a/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T5.js +++ b/test/suite/converted/12_Statement/12.14_The_try_Statement/S12.14_A9_T5.js @@ -4,9 +4,9 @@ /** * "try" with "catch" or "finally" statement within/without an "do while" statement * - * @section: 12.14; - * @path: 12_Statement/12.14_The_try_Statement/S12.14_A9_T5.js; - * @description: Checking if exceptions are thrown correctly from wherever of loop body; + * @section 12.14 + * @path 12_Statement/12.14_The_try_Statement/S12.14_A9_T5.js + * @description Checking if exceptions are thrown correctly from wherever of loop body */ // CHECK#1 diff --git a/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js b/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js index dc2f64c6b8..bc078b6f60 100644 --- a/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js +++ b/test/suite/converted/12_Statement/12.1_Block/S12.1_A1.js @@ -4,10 +4,10 @@ /** * The production Block { } in strict code can't contain function declaration * - * @section: 12.1; - * @path: 12_Statement/12.1_Block/S12.1_A1.js; - * @description: Trying to declare function at the Block statement; - * @negative: SyntaxError; + * @section 12.1 + * @path 12_Statement/12.1_Block/S12.1_A1.js + * @description Trying to declare function at the Block statement + * @negative SyntaxError */ "use strict"; diff --git a/test/suite/converted/12_Statement/12.1_Block/S12.1_A2.js b/test/suite/converted/12_Statement/12.1_Block/S12.1_A2.js index aa0fe67563..596470667d 100644 --- a/test/suite/converted/12_Statement/12.1_Block/S12.1_A2.js +++ b/test/suite/converted/12_Statement/12.1_Block/S12.1_A2.js @@ -6,9 +6,9 @@ * 1. Evaluate Statement. * 2. If an exception was thrown, return (throw, V, empty) where V is the exception * - * @section: 12.1; - * @path: 12_Statement/12.1_Block/S12.1_A2.js; - * @description: Throwing exception within a Block; + * @section 12.1 + * @path 12_Statement/12.1_Block/S12.1_A2.js + * @description Throwing exception within a Block */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T1.js b/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T1.js index d73956a70c..8269860603 100644 --- a/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T1.js +++ b/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T1.js @@ -4,10 +4,10 @@ /** * The production Block can't be inside of expression * - * @section: 12.1; - * @path: 12_Statement/12.1_Block/S12.1_A4_T1.js; - * @description: Checking if execution of "y={__func}()" fails; - * @negative; + * @section 12.1 + * @path 12_Statement/12.1_Block/S12.1_A4_T1.js + * @description Checking if execution of "y={__func}()" fails + * @negative */ function __func(){}; diff --git a/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T2.js b/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T2.js index d16cb32afe..ef3774ac26 100644 --- a/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T2.js +++ b/test/suite/converted/12_Statement/12.1_Block/S12.1_A4_T2.js @@ -4,10 +4,10 @@ /** * The production Block can't be inside of expression * - * @section: 12.1; - * @path: 12_Statement/12.1_Block/S12.1_A4_T2.js; - * @description: Checking if execution of "y={x}" fails; - * @negative; + * @section 12.1 + * @path 12_Statement/12.1_Block/S12.1_A4_T2.js + * @description Checking if execution of "y={x}" fails + * @negative */ x=1; diff --git a/test/suite/converted/12_Statement/12.1_Block/S12.1_A5.js b/test/suite/converted/12_Statement/12.1_Block/S12.1_A5.js index ea4bb2c6c2..9cd18880d3 100644 --- a/test/suite/converted/12_Statement/12.1_Block/S12.1_A5.js +++ b/test/suite/converted/12_Statement/12.1_Block/S12.1_A5.js @@ -4,9 +4,9 @@ /** * StatementList: StatementList Statement inside the Block is evaluated from left to right * - * @section: 12.1; - * @path: 12_Statement/12.1_Block/S12.1_A5.js; - * @description: Throwing exceptions within embedded/sequence Blocks; + * @section 12.1 + * @path 12_Statement/12.1_Block/S12.1_A5.js + * @description Throwing exceptions within embedded/sequence Blocks */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A1.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A1.js index 1d6aae9181..d87cef25a7 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A1.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A1.js @@ -6,9 +6,9 @@ * when created. A variable with an Initialiser is assigned the value of its AssignmentExpression when the * VariableStatement is executed, not when the variable is created * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A1.js; - * @description: Creating variables after entering the execution scope; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A1.js + * @description Creating variables after entering the execution scope */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A10.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A10.js index 29bf080fc2..70532bbf5d 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A10.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A10.js @@ -4,9 +4,9 @@ /** * "var" statement within "for" statement is allowed * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A10.js; - * @description: Declaring variable within a "for" IterationStatement; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A10.js + * @description Declaring variable within a "for" IterationStatement */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A11.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A11.js index e2861f4ef2..0e4cf12ecd 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A11.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A11.js @@ -4,9 +4,9 @@ /** * When using property attributes, {ReadOnly} is not used * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A11.js; - * @description: Changing variable value using property attributes; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A11.js + * @description Changing variable value using property attributes */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A12.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A12.js index e54f5eee19..d7e8604414 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A12.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A12.js @@ -4,9 +4,9 @@ /** * VariableDeclaration within "do-while" loop is allowed * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A12.js; - * @description: Declaring variable within "do-while" statement; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A12.js + * @description Declaring variable within "do-while" statement */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A2.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A2.js index 421dec6ff8..f121927c78 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A2.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A2.js @@ -4,9 +4,9 @@ /** * Variables are defined with global scope (that is, they are created as members of the global object, as described in 10.1.3) using property attributes { DontDelete} * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A2.js; - * @description: Checking if deleting global variables that have the attributes {DontDelete} fails; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A2.js + * @description Checking if deleting global variables that have the attributes {DontDelete} fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A3.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A3.js index 5ac2ee71e4..da067729ba 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A3.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A3.js @@ -4,9 +4,9 @@ /** * FunctionDeclaration produces a new scope * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A3.js; - * @description: Using Global scope and Function scope together; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A3.js + * @description Using Global scope and Function scope together */ var __var = "OUT"; diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A4.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A4.js index fbcd1676fc..8dd0e598f7 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A4.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A4.js @@ -4,9 +4,9 @@ /** * Unicode characters in variable Identifier are allowed * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A4.js; - * @description: Create and use unicode characters in variable Identifier; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A4.js + * @description Create and use unicode characters in variable Identifier */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A5.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A5.js index 7076843971..a765dd7a86 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A5.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A5.js @@ -4,9 +4,9 @@ /** * VariableDeclaration within Eval statement is initialized as the program reaches the eval statement * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A5.js; - * @description: Executing eval("var x"); + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A5.js + * @description Executing eval("var x") */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T1.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T1.js index 68470f387d..d9470ebd6d 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T1.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T1.js @@ -4,9 +4,9 @@ /** * VariableDeclaration within "try-catch" statement is allowed * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A6_T1.js; - * @description: Declaring variable within "try-catch" statement; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A6_T1.js + * @description Declaring variable within "try-catch" statement */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T2.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T2.js index b76867d88c..f5a2d9e72b 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T2.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A6_T2.js @@ -4,9 +4,9 @@ /** * VariableDeclaration within "try-catch" statement is allowed * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A6_T2.js; - * @description: Declaring variables within "try-catch" statement; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A6_T2.js + * @description Declaring variables within "try-catch" statement */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A7.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A7.js index b2f75890cb..3c3443bd74 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A7.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A7.js @@ -4,9 +4,9 @@ /** * VariableDeclaration within "for" statement is allowed * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A7.js; - * @description: Declaring variable within "for" statement; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A7.js + * @description Declaring variable within "for" statement */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T1.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T1.js index 7dbf9ff526..51f700f430 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T1.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T1.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T1.js; - * @description: Checking if execution of "var x += 1" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T1.js + * @description Checking if execution of "var x += 1" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T2.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T2.js index 4bf9641266..f957b690f3 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T2.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T2.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T2.js; - * @description: Checking if execution of "var x | true" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T2.js + * @description Checking if execution of "var x | true" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T3.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T3.js index b745a9fc8b..8a6aad6ed6 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T3.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T3.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T3.js; - * @description: Checking if execution of "var x && 1" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T3.js + * @description Checking if execution of "var x && 1" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T4.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T4.js index f2ff9d4643..2d8f1439b2 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T4.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T4.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T4.js; - * @description: Checking if execution of "var x++" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T4.js + * @description Checking if execution of "var x++" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T5.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T5.js index e2e1271e16..1754382492 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T5.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T5.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T5.js; - * @description: Checking if execution of "var --x" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T5.js + * @description Checking if execution of "var --x" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T6.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T6.js index 040e8123bd..b0db9c78f7 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T6.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T6.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T6.js; - * @description: Checking if execution of "var x*1" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T6.js + * @description Checking if execution of "var x*1" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T7.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T7.js index 8822cdfce9..bf8f706e62 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T7.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T7.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T7.js; - * @description: Checking if execution of "var x>>1" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T7.js + * @description Checking if execution of "var x>>1" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T8.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T8.js index 9ca5b18a81..34421958c6 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T8.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A8_T8.js @@ -4,10 +4,10 @@ /** * Only AssignmentExpression is admitted when variable is initialized * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A8_T8.js; - * @description: Checking if execution of "var x in __arr" fails; - * @negative; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A8_T8.js + * @description Checking if execution of "var x in __arr" fails + * @negative */ __arr = []; diff --git a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A9.js b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A9.js index a2269583c8..fe18f78780 100644 --- a/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A9.js +++ b/test/suite/converted/12_Statement/12.2_Variable_Statement/S12.2_A9.js @@ -4,9 +4,9 @@ /** * When using property attributes, {DontEnum} is not used * - * @section: 12.2; - * @path: 12_Statement/12.2_Variable_Statement/S12.2_A9.js; - * @description: Enumerating property attributes of "this" and then searching for the declared variable; + * @section 12.2 + * @path 12_Statement/12.2_Variable_Statement/S12.2_A9.js + * @description Enumerating property attributes of "this" and then searching for the declared variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.3_Empty_Statement/S12.3_A1.js b/test/suite/converted/12_Statement/12.3_Empty_Statement/S12.3_A1.js index 67c972d85a..1b4d545cea 100644 --- a/test/suite/converted/12_Statement/12.3_Empty_Statement/S12.3_A1.js +++ b/test/suite/converted/12_Statement/12.3_Empty_Statement/S12.3_A1.js @@ -4,9 +4,9 @@ /** * The production EmptyStatement ; is evaluated as follows Return (normal, empty, empty) * - * @section: 12.3; - * @path: 12_Statement/12.3_Empty_Statement/S12.3_A1.js; - * @description: Using EmptyStatement ;; + * @section 12.3 + * @path 12_Statement/12.3_Empty_Statement/S12.3_A1.js + * @description Using EmptyStatement ; */ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A1.js b/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A1.js index 8d55c8036b..9ce7134d35 100644 --- a/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A1.js +++ b/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A1.js @@ -4,10 +4,10 @@ /** * An ExpressionStatement can not start with the function keyword because that might make it ambiguous with a FunctionDeclaration * - * @section: 12.4; - * @path: 12_Statement/12.4_Expression_Statement/S12.4_A1.js; - * @description: Checking if execution of "function(){}()" fails; - * @negative; + * @section 12.4 + * @path 12_Statement/12.4_Expression_Statement/S12.4_A1.js + * @description Checking if execution of "function(){}()" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T1.js b/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T1.js index d1b361a79b..5bcbc463df 100644 --- a/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T1.js +++ b/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T1.js @@ -7,9 +7,9 @@ * 2. Call GetValue(Result(1)). * 3. Return (normal, Result(2), empty) * - * @section: 12.4; - * @path: 12_Statement/12.4_Expression_Statement/S12.4_A2_T1.js; - * @description: Checking by using eval "(eval("x+1+x==1"))"; + * @section 12.4 + * @path 12_Statement/12.4_Expression_Statement/S12.4_A2_T1.js + * @description Checking by using eval "(eval("x+1+x==1"))" */ x=1; diff --git a/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T2.js b/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T2.js index 450b18fcd4..4800f93cc0 100644 --- a/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T2.js +++ b/test/suite/converted/12_Statement/12.4_Expression_Statement/S12.4_A2_T2.js @@ -7,9 +7,9 @@ * 2. Call GetValue(Result(1)). * 3. Return (normal, Result(2), empty) * - * @section: 12.4; - * @path: 12_Statement/12.4_Expression_Statement/S12.4_A2_T2.js; - * @description: Checking by using eval(eval(x), where x is any string); + * @section 12.4 + * @path 12_Statement/12.4_Expression_Statement/S12.4_A2_T2.js + * @description Checking by using eval(eval(x), where x is any string) */ x="5+1|0===0"; diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T1.js index bbe9541576..813d21a39d 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T1.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T1.js @@ -4,9 +4,9 @@ /** * 0, null, undefined, false, empty string, NaN in expression is evaluated to false * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A1.1_T1.js; - * @description: Using "if" without "else" construction; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A1.1_T1.js + * @description Using "if" without "else" construction */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T2.js index 7200a99b7d..f25e329d13 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.1_T2.js @@ -4,9 +4,9 @@ /** * 0, null, undefined, false, empty string, NaN in expression is evaluated to false * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A1.1_T2.js; - * @description: Using "if/else" construction; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A1.1_T2.js + * @description Using "if/else" construction */ var c=0; diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T1.js index fad70f9a05..bf2346528a 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T1.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T1.js @@ -4,9 +4,9 @@ /** * 1, true, non-empty string and others in expression is evaluated to true when using operator "new" * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A1.2_T1.js; - * @description: Using "if" without "else" construction; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A1.2_T1.js + * @description Using "if" without "else" construction */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T2.js index a6f1cab9fe..68ddb78b54 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1.2_T2.js @@ -4,9 +4,9 @@ /** * 1, true, non-empty string and others in expression is evaluated to true when using operator "new" * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A1.2_T2.js; - * @description: Using "if/else" construction; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A1.2_T2.js + * @description Using "if/else" construction */ var c=0; diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T1.js index e2e22c9661..3daafc290d 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T1.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T1.js @@ -4,9 +4,9 @@ /** * Function expession inside the "if" expression is allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A10_T1.js; - * @description: Using function expession(function __func(){return 0;}) inside the "if" expression; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A10_T1.js + * @description Using function expession(function __func(){return 0;}) inside the "if" expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T2.js index fc9b8e8dae..7d9dd52ae5 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A10_T2.js @@ -4,9 +4,9 @@ /** * Function expession inside the "if" expression is allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A10_T2.js; - * @description: Using function expession "function __func(){return 0;}()" within "if" expression; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A10_T2.js + * @description Using function expession "function __func(){return 0;}()" within "if" expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A11.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A11.js index 4c04d5c8d9..5884f4c249 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A11.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A11.js @@ -4,10 +4,10 @@ /** * {} within the "if" expression is not allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A11.js; - * @description: Checking if execution of "if({1})" fails; - * @negative; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A11.js + * @description Checking if execution of "if({1})" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T1.js index 338c6169df..409b242980 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T1.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T1.js @@ -4,9 +4,9 @@ /** * Embedded "if/else" constructions are allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A12_T1.js; - * @description: Using embedded "if/else" into "if/else" constructions; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A12_T1.js + * @description Using embedded "if/else" into "if/else" constructions */ //CHECK# 1 diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T2.js index da8d51384c..cc0f00d464 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T2.js @@ -4,9 +4,9 @@ /** * Embedded "if/else" constructions are allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A12_T2.js; - * @description: Using embedded "if" into "if/else" constructions; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A12_T2.js + * @description Using embedded "if" into "if/else" constructions */ //CHECK# 1 diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T3.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T3.js index 0e6f0045ab..4c2e8576cc 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T3.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T3.js @@ -4,9 +4,9 @@ /** * Embedded "if/else" constructions are allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A12_T3.js; - * @description: Using embedded "if/else" into "if" without "else" constructions; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A12_T3.js + * @description Using embedded "if/else" into "if" without "else" constructions */ //CHECK# 1 diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T4.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T4.js index 9ab75412d3..8eb79dfa1a 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T4.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A12_T4.js @@ -4,9 +4,9 @@ /** * Embedded "if/else" constructions are allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A12_T4.js; - * @description: Using embedded "if" into "if" constructions; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A12_T4.js + * @description Using embedded "if" into "if" constructions */ //CHECK# 1 diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T1.js index 2ff31eb428..3558ea71ef 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T1.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T1.js @@ -4,9 +4,9 @@ /** * 1, true, non-empty string in expression is evaluated to true * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A1_T1.js; - * @description: Using "if" without "else" construction; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A1_T1.js + * @description Using "if" without "else" construction */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T2.js index ac0ecd9011..340d3415b9 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A1_T2.js @@ -4,9 +4,9 @@ /** * 1, true, non-empty string in expression is evaluated to true * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A1_T2.js; - * @description: Using "if/else" construction; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A1_T2.js + * @description Using "if/else" construction */ var c=0; diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A2.js index 3bae8a3197..f14ca8e251 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A2.js @@ -4,10 +4,10 @@ /** * In the "if" Statement eval in Expression is admitted * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A2.js; - * @description: Checking by using eval "eval("true")"; - * @negative; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A2.js + * @description Checking by using eval "eval("true")" + * @negative */ if (eval("true")) $FAIL('#1: In the "if" Statement eval as Expression is admitted'); diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A3.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A3.js index bca8d0e73a..7f38ca0855 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A3.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A3.js @@ -4,9 +4,9 @@ /** * When the production "IfStatement: if ( Expression ) Statement else Statement" is evaluated, Expression is evaluated first * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A3.js; - * @description: The Expression is "(function(){throw 1})()"; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A3.js + * @description The Expression is "(function(){throw 1})()" */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A4.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A4.js index 90d528b233..db5a0c147e 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A4.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A4.js @@ -4,9 +4,9 @@ /** * When the production "IfStatement: if ( Expression ) Statement else Statement" is evaluated, Statement(s) is(are) evaluated second * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A4.js; - * @description: The first statement is "(function(){throw "instatement"})()"; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A4.js + * @description The first statement is "(function(){throw "instatement"})()" */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A5.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A5.js index 7753fe2cc0..75f6c81a51 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A5.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A5.js @@ -4,9 +4,9 @@ /** * FunctionDeclaration inside the "if" Expression is evaluated as true and function will not be declarated * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A5.js; - * @description: The "if" Expression is "function __func(){throw "FunctionExpression";}"; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A5.js + * @description The "if" Expression is "function __func(){throw "FunctionExpression";}" */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T1.js index 6ab4345d4d..a153302032 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T1.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T1.js @@ -4,10 +4,10 @@ /** * In the If statement expression must be enclosed in braces * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A6_T1.js; - * @description: Checking if execution of "if true" fails; - * @negative; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A6_T1.js + * @description Checking if execution of "if true" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T2.js index cb7389e899..80fc9fa8ba 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A6_T2.js @@ -4,10 +4,10 @@ /** * In the If statement expression must be enclosed in braces * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A6_T2.js; - * @description: Checking if execution of "if false" fails; - * @negative; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A6_T2.js + * @description Checking if execution of "if false" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A7.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A7.js index 64f314ca23..52c530a830 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A7.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A7.js @@ -4,9 +4,9 @@ /** * In the "if" statement empty statement is allowed and is evaluated to "undefined" * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A7.js; - * @description: Checking by using eval "eval("if(1);"))"; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A7.js + * @description Checking by using eval "eval("if(1);"))" */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A8.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A8.js index e36a100268..727e2744fa 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A8.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A8.js @@ -4,10 +4,10 @@ /** * In the "if" Statement empty expression is not allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A8.js; - * @description: Checking if execution of "if()" fails; - * @negative; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A8.js + * @description Checking if execution of "if()" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js index 049b151c7c..eacc40922b 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js @@ -4,10 +4,10 @@ /** * Function declaration within an "if" statement in strict code is not allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js; - * @description: Declaring function within an "if" statement; - * @negative: SyntaxError; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A9_T1.js + * @description Declaring function within an "if" statement + * @negative SyntaxError */ "use strict"; diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js index 8b11a6a538..7769b7ec4f 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js @@ -4,10 +4,10 @@ /** * Function declaration within an "if" statement in strict code is not allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js; - * @description: Declaring function within an "if" that is declared within the strict function; - * @negative: SyntaxError; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A9_T2.js + * @description Declaring function within an "if" that is declared within the strict function + * @negative SyntaxError */ (function(){ diff --git a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T3.js b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T3.js index 250cdd0c05..d3e45877df 100644 --- a/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T3.js +++ b/test/suite/converted/12_Statement/12.5_The_if_Statement/S12.5_A9_T3.js @@ -4,10 +4,10 @@ /** * Function declaration within an "if" statement is not allowed * - * @section: 12.5; - * @path: 12_Statement/12.5_The_if_Statement/S12.5_A9_T3.js; - * @description: Declaring function within an "if" statement that is declared within the function declaration; - * @negative; + * @section 12.5 + * @path 12_Statement/12.5_The_if_Statement/S12.5_A9_T3.js + * @description Declaring function within an "if" statement that is declared within the function declaration + * @negative */ function(){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A1.js index 221549d482..ed75b1d1eb 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A1.js @@ -4,9 +4,9 @@ /** * When the production "do Statement while ( Expression )" is evaluated, Statement is evaluated first * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A1.js; - * @description: Evaluating various Expressions; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A1.js + * @description Evaluating various Expressions */ var __in__do; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A10.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A10.js index bf0b2ed139..890a71fb74 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A10.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A10.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a "do-while" statement is allowed, but no function with the given name will appear in the global context * - * @section: 12.6.1, 13; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A10.js; - * @description: Also this a test on FunctionExpression; + * @section 12.6.1, 13 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A10.js + * @description Also this a test on FunctionExpression */ var check = 0; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A11.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A11.js index fa61b1eaeb..777e384a5b 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A11.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A11.js @@ -4,9 +4,9 @@ /** * Block "{}" in a "do-while" Expression is evaluated to true * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A11.js; - * @description: Checking if execution of "do {} while({})" passes; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A11.js + * @description Checking if execution of "do {} while({})" passes */ do { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12.js index ef86533b18..7a00dc80d9 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12.js @@ -4,10 +4,10 @@ /** * Any statement within "do-while" construction must be a compound * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12.js; - * @description: Checking if execution of "do var x=1; var y =2; while (0)" fails; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12.js + * @description Checking if execution of "do var x=1; var y =2; while (0)" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js index e414195d42..b2aff5c1ba 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "do-while" Block in strict code is not allowed * - * @section: 12.6.1, 13; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js; - * @description: Declaring function within a "do-while" loop; - * @negative: SyntaxError; + * @section 12.6.1, 13 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T1.js + * @description Declaring function within a "do-while" loop + * @negative SyntaxError */ "use strict"; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js index 43c61d1f9a..f719e512e8 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "do-while" Block in strict code is not allowed * - * @section: 12.6.1, 13; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js; - * @description: Declaring a function within a "do-while" loop that is within a strict function; - * @negative: SyntaxError; + * @section 12.6.1, 13 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T2.js + * @description Declaring a function within a "do-while" loop that is within a strict function + * @negative SyntaxError */ (function(){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3.js index cdc813efe6..35551c16a6 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "do-while" Block is not allowed * - * @section: 12.6.1, 13; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3.js; - * @description: Declaring a function within a "do-while" loop that is within a function declaration itself; - * @negative; + * @section 12.6.1, 13 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3.js + * @description Declaring a function within a "do-while" loop that is within a function declaration itself + * @negative */ function(){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T1.js index 447209844f..e832d3c2b5 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T1.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a "do-while" Expression is allowed * - * @section: 12.6.1, 13; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T1.js; - * @description: Using FunctionExpression "function __func(){return 0;}" as an Expression; + * @section 12.6.1, 13 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T1.js + * @description Using FunctionExpression "function __func(){return 0;}" as an Expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T2.js index 8f0a3fa517..62b2387bc8 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T2.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a "do-while" Expression is allowed * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T2.js; - * @description: Using FunctionExpression "function __func(){return 0;}()" as an Expression; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A14_T2.js + * @description Using FunctionExpression "function __func(){return 0;}()" as an Expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15.js index 0f224fa9ad..fcd5546a91 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15.js @@ -4,10 +4,10 @@ /** * Block within a "do-while" Expression is not allowed * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15.js; - * @description: Using "{0}" Block as an Expression; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15.js + * @description Using "{0}" Block as an Expression + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A2.js index 12504b166d..2a9aa26b68 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A2.js @@ -4,9 +4,9 @@ /** * While evaluating "do Statement while ( Expression )", Statement is evaluated first and only after it is done Expression is checked * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A2.js; - * @description: Evaluating Statement with error Expression; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A2.js + * @description Evaluating Statement with error Expression */ try { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A3.js index 56cb7876f0..ec7f0513d5 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A3.js @@ -4,9 +4,9 @@ /** * When the production "do Statement while ( Expression )" is evaluated, then (normal, V, empty) is returned * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A3.js; - * @description: Using eval "eval("do __in__do=1; while (false)")"; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A3.js + * @description Using eval "eval("do __in__do=1; while (false)")" */ __evaluated = eval("do __in__do=1; while (false)"); diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T1.js index e3cd8e1d01..c7efc434d7 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T1.js @@ -4,9 +4,9 @@ /** * "break" within a "do-while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.1, 12.8; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T1.js; - * @description: Using "break" within a "do-while" loop; + * @section 12.6.1, 12.8 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T1.js + * @description Using "break" within a "do-while" loop */ do { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T2.js index 7f2b7ec01a..07cfc7d14a 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T2.js @@ -4,9 +4,9 @@ /** * "break" within a "do-while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.1, 12.8; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T2.js; - * @description: "break" and VariableDeclaration within a "do-while" statement; + * @section 12.6.1, 12.8 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T2.js + * @description "break" and VariableDeclaration within a "do-while" statement */ do_out : do { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T3.js index b9951fc548..747df78c4d 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T3.js @@ -4,9 +4,9 @@ /** * "break" within a "do-while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.1, 12.2, 12.8; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T3.js; - * @description: "break" and VariableDeclaration within a "do-while" statement; + * @section 12.6.1, 12.2, 12.8 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T3.js + * @description "break" and VariableDeclaration within a "do-while" statement */ do_out : do { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T4.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T4.js index a834cf8213..51da271bce 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T4.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T4.js @@ -4,9 +4,9 @@ /** * "break" within a "do-while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.1, 12.8; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T4.js; - * @description: "break" and VariableDeclaration within a "do-while" statement; + * @section 12.6.1, 12.8 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T4.js + * @description "break" and VariableDeclaration within a "do-while" statement */ do_out : do { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T5.js index e5a2afc033..34748c7404 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T5.js @@ -4,9 +4,9 @@ /** * "break" within a "do-while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.1, 12.8; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T5.js; - * @description: Using labeled "break" in order to continue a loop; + * @section 12.6.1, 12.8 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A4_T5.js + * @description Using labeled "break" in order to continue a loop */ //CHECK#1 diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A5.js index 1442655fa4..ed619dde3e 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A5.js @@ -4,9 +4,9 @@ /** * After "do-while" is broken, (normal, V, empty) is returned * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A5.js; - * @description: Using eval; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A5.js + * @description Using eval */ __evaluated = eval("do {__in__do__before__break=1; break; __in__do__after__break=2;} while(0)"); diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1.js index b671c22d51..1c4118761d 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1.js @@ -4,10 +4,10 @@ /** * Expression in "do-while" IterationStatement is bracketed with braces * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1.js; - * @description: Checking if execution of "do{} while 1" fails; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1.js + * @description Checking if execution of "do{} while 1" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2.js index c7663b2a41..9b78df7831 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2.js @@ -4,10 +4,10 @@ /** * Expression in "do-while" IterationStatement is bracketed with braces * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2.js; - * @description: Checking if execution of "do{} while 0" fails; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2.js + * @description Checking if execution of "do{} while 0" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3.js index c97a429439..cc593e2a76 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3.js @@ -4,10 +4,10 @@ /** * Expression in "do-while" IterationStatement is bracketed with braces * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3.js; - * @description: Checking if execution of "do{}while true" fails; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3.js + * @description Checking if execution of "do{}while true" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4.js index a2f25dfc1a..c132de700f 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4.js @@ -4,10 +4,10 @@ /** * Expression in "do-while" IterationStatement is bracketed with braces * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4.js; - * @description: Checking if execution of "do{}while false" fails; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4.js + * @description Checking if execution of "do{}while false" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5.js index d61984bffb..f5aa90ffc2 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5.js @@ -4,10 +4,10 @@ /** * Expression in "do-while" IterationStatement is bracketed with braces * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5.js; - * @description: Checking if execution of "do{}while ''" fails; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5.js + * @description Checking if execution of "do{}while ''" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6.js index 6f49653771..ceac644f6d 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6.js @@ -4,10 +4,10 @@ /** * Expression in "do-while" IterationStatement is bracketed with braces * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6.js; - * @description: Checking if execution of "do{}while 'hood'" fails; - * @negative; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6.js + * @description Checking if execution of "do{}while 'hood'" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A7.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A7.js index de83f00669..279d797f69 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A7.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A7.js @@ -4,9 +4,9 @@ /** * The "do-while" Statement is evaluted according to 12.6.1 and returns (normal, V, empty) * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A7.js; - * @description: Using eval; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A7.js + * @description Using eval */ var __condition=0 diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A8.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A8.js index 705530c2f4..a1034c45d5 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A8.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A8.js @@ -4,9 +4,9 @@ /** * "continue" statement within a "do-while" Statement is allowed * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A8.js; - * @description: Using eval; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A8.js + * @description Using eval */ var __condition = 0, __odds=0; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A9.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A9.js index 787b353a13..da6360658a 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A9.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A9.js @@ -4,9 +4,9 @@ /** * "do-while" Statement is evaluated without syntax checks * - * @section: 12.6.1; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A9.js; - * @description: Throwing system exception whithin a "do-while" loop; + * @section 12.6.1 + * @path 12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A9.js + * @description Throwing system exception whithin a "do-while" loop */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A1.js index 28f5d08827..d4ea8ea420 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A1.js @@ -4,9 +4,9 @@ /** * Expression from "while" IterationStatement is evaluated first; "false", "0", "null", "undefined" and "empty" strings used as the Expression are evaluated to "false" * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A1.js; - * @description: Evaluating various Expressions; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A1.js + * @description Evaluating various Expressions */ var __in__do; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A10.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A10.js index 1228265b6d..3e828f0308 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A10.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A10.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a "while" IterationStatement is allowed, but no function with the given name will appear in the global context * - * @section: 12.6.2, 13.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A10.js; - * @description: Testing FunctionExpression too; + * @section 12.6.2, 13.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A10.js + * @description Testing FunctionExpression too */ var check=0; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A11.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A11.js index b8f4d9d0e9..51788f3929 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A11.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A11.js @@ -4,9 +4,9 @@ /** * "{}" Block within a "while" Expression is evaluated to true * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A11.js; - * @description: Checking if execution of "while({}){}" passes; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A11.js + * @description Checking if execution of "while({}){}" passes */ while({}){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T1.js index 11fc55f76b..9a7136fe07 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T1.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "while" Statement is not allowed * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T1.js; - * @description: Checking if declaring a function within a "while" Statement leads to an exception; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T1.js + * @description Checking if declaring a function within a "while" Statement leads to an exception + * @negative */ while(0){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T2.js index 14cb28b2f2..8c3116a739 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T2.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "while" Statement is not allowed * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T2.js; - * @description: Checking if declaring a function within a "while" Statement that is in a function call leads to an exception; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T2.js + * @description Checking if declaring a function within a "while" Statement that is in a function call leads to an exception + * @negative */ (function(){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3.js index 3e17d0c300..87cae15bff 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "while" Statement is not allowed * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3.js; - * @description: Checking if declaring a function within a "while" Statement that is in a function body leads to an exception; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3.js + * @description Checking if declaring a function within a "while" Statement that is in a function body leads to an exception + * @negative */ function(){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T1.js index 5705b4632f..1d48b9d290 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T1.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a "while" Expression is allowed * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T1.js; - * @description: Using "function __func(){return 0;}" as an Expression; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T1.js + * @description Using "function __func(){return 0;}" as an Expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T2.js index 32549a886d..e55717426d 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T2.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a "while" Expression is allowed * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T2.js; - * @description: Using function call as an Expression; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A14_T2.js + * @description Using function call as an Expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15.js index 6eb041abb7..83574e3272 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15.js @@ -4,10 +4,10 @@ /** * Block within a "while" Expression is not allowed * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15.js; - * @description: Expression is "{0}"; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15.js + * @description Expression is "{0}" + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A2.js index 0262eaf39c..1c22d4b849 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A2.js @@ -4,9 +4,9 @@ /** * While evaluating The production IterationStatement: "while ( Expression ) Statement", Expression is evaluated first * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A2.js; - * @description: Evaluating Statement with error Expression; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A2.js + * @description Evaluating Statement with error Expression */ try { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A3.js index 126d3f8748..b604f2cb88 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A3.js @@ -4,9 +4,9 @@ /** * When "while" IterationStatement is evaluated, (normal, V, empty) is returned * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A3.js; - * @description: Using eval; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A3.js + * @description Using eval */ var __in__do; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T1.js index 33731edb3f..d8b1dc30ea 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T1.js @@ -4,9 +4,9 @@ /** * "break" within a "while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.2, 12.8; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T1.js; - * @description: "break" within a "while" Statement; + * @section 12.6.2, 12.8 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T1.js + * @description "break" within a "while" Statement */ while(1===1){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T2.js index 85ce6dcac8..2df7773fa8 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T2.js @@ -4,9 +4,9 @@ /** * "break" within a "while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T2.js; - * @description: "break" and VariableDeclaration within a "while" Statement; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T2.js + * @description "break" and VariableDeclaration within a "while" Statement */ do_out : while(1===1) { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T3.js index 5b85617c19..1996b50f32 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T3.js @@ -4,9 +4,9 @@ /** * "break" within a "while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.2, 12.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T3.js; - * @description: "break" and VariableDeclaration within a "while" Statement; + * @section 12.6.2, 12.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T3.js + * @description "break" and VariableDeclaration within a "while" Statement */ do_out : while(1===1) { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T4.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T4.js index 4ade05198c..53ec7b59f5 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T4.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T4.js @@ -4,9 +4,9 @@ /** * "break" within a "while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T4.js; - * @description: "break" and VariableDeclaration within a "while" Statement; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T4.js + * @description "break" and VariableDeclaration within a "while" Statement */ do_out : while(1===1) { diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T5.js index 48091baa60..09d808a29e 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T5.js @@ -4,9 +4,9 @@ /** * "break" within a "while" Statement is allowed and performed as described in 12.8 * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T5.js; - * @description: Using labeled "break" in order to continue a "while" loop; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A4_T5.js + * @description Using labeled "break" in order to continue a "while" loop */ //CHECK#1 diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A5.js index 978b937dab..88e0cbb2f7 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A5.js @@ -4,9 +4,9 @@ /** * While using "while" within an eval statement, source "break" is allowed and (normal, V, empty) is returned * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A5.js; - * @description: Using eval; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A5.js + * @description Using eval */ __evaluated = eval("while(1) {__in__do__before__break=1; break; __in__do__after__break=2;}"); diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1.js index 1d537838a0..f30482936d 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1.js @@ -4,10 +4,10 @@ /** * Expression in "while" IterationStatement is bracketed with braces * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1.js; - * @description: Checking if execution of "while 1 break" fails; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1.js + * @description Checking if execution of "while 1 break" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2.js index c747478487..78051d3b64 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2.js @@ -4,10 +4,10 @@ /** * Expression in "while" IterationStatement is bracketed with braces * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2.js; - * @description: Checking if execution of "while 0 break" fails; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2.js + * @description Checking if execution of "while 0 break" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3.js index 3923ba0bb6..26a1f2f58c 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3.js @@ -4,10 +4,10 @@ /** * Expression in "while" IterationStatement is bracketed with braces * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3.js; - * @description: Checking if execution of "while true break" fails; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3.js + * @description Checking if execution of "while true break" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4.js index c82ab1ffac..9d94ae1770 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4.js @@ -4,10 +4,10 @@ /** * Expression in "while" IterationStatement is bracketed with braces * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4.js; - * @description: Checking if execution of "while false break" fails; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4.js + * @description Checking if execution of "while false break" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5.js index 41a9c9aba7..a626ae1d29 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5.js @@ -4,10 +4,10 @@ /** * Expression in "while" IterationStatement is bracketed with braces * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5.js; - * @description: Checking if execution of "while '' break" fails; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5.js + * @description Checking if execution of "while '' break" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6.js index db79141215..93ecbaed47 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6.js @@ -4,10 +4,10 @@ /** * Expression in "while" IterationStatement is bracketed with braces * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6.js; - * @description: Checking if execution of "while 'hood' break" fails; - * @negative; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6.js + * @description Checking if execution of "while 'hood' break" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A7.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A7.js index e850cce3f2..f7bc7bb3bf 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A7.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A7.js @@ -4,9 +4,9 @@ /** * The "while" Statement is evaluted according to 12.6.2 and returns (normal, V, empty) * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A7.js; - * @description: using eval; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A7.js + * @description using eval */ var __condition=0 diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A8.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A8.js index d9da6d3686..73308323e6 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A8.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A8.js @@ -4,9 +4,9 @@ /** * "continue" statement within a "while" Statement is allowed * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A8.js; - * @description: using eval; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A8.js + * @description using eval */ var __condition = 0, __odds=0; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A9.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A9.js index 07268a69a7..598a034b14 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A9.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A9.js @@ -4,9 +4,9 @@ /** * "while" Statement is evaluated without syntax checks * - * @section: 12.6.2; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A9.js; - * @description: Throwing system exception inside "while" loop; + * @section 12.6.2 + * @path 12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A9.js + * @description Throwing system exception inside "while" loop */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A1.js index 7b940db9c9..c6c3bd98f1 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A1.js @@ -4,9 +4,9 @@ /** * The "for {;;}" for Statement with empty expressions is allowed and leads to performing an infinite loop * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A1.js; - * @description: Breaking an infinite loop by throwing exception; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A1.js + * @description Breaking an infinite loop by throwing exception */ var __in__for = 0; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.1.js index 7a7445deb8..9a55c914f1 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.1.js @@ -4,9 +4,9 @@ /** * Nested "var-loops" nine blocks depth is evaluated properly * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.1.js; - * @description: Checking if executing nested "var-loops" nine blocks depth is evaluated properly; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.1.js + * @description Checking if executing nested "var-loops" nine blocks depth is evaluated properly */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.js index 45dbb7412b..8cfaa18f89 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.js @@ -4,9 +4,9 @@ /** * Nested "var-loops" nine blocks depth is evaluated properly * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.js; - * @description: Checking if executing nested "var-loops" nine blocks depth is evaluated properly; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A10.js + * @description Checking if executing nested "var-loops" nine blocks depth is evaluated properly */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T1.js index 9cc4fde547..881fe6b93c 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T1.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "continue" and (Evaluate Statement).target is in the current label set, iteration of labeled "var-loop" breaks * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T1.js; - * @description: Using "continue" in order to continue a loop; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T1.js + * @description Using "continue" in order to continue a loop */ __str="" diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T2.js index 6cf8fefe56..9c62e2e84d 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T2.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "continue" and (Evaluate Statement).target is in the current label set, iteration of labeled "var-loop" breaks * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T2.js; - * @description: Embedded loops; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T2.js + * @description Embedded loops */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3.js index 4ca54e9fdf..6f0cbf6a08 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3.js @@ -4,10 +4,10 @@ /** * If (Evaluate Statement).type is "continue" and (Evaluate Statement).target is in the current label set, iteration of labeled "var-loop" breaks * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3.js; - * @description: Trying to continue non-existent label; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3.js + * @description Trying to continue non-existent label + * @negative */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T1.js index 155f7a6b26..fdfa961280 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T1.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "continue" and (Evaluate Statement).target is in the current label set, iteration of labeled loop breaks * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T1.js; - * @description: Simple test of continue loop with using "continue"; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T1.js + * @description Simple test of continue loop with using "continue" */ __str="" diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T2.js index 160edf8b14..aed95d3ecf 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T2.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "continue" and (Evaluate Statement).target is in the current label set, iteration of labeled loop breaks * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T2.js; - * @description: Embedded loops; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T2.js + * @description Embedded loops */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3.js index 5a09953fa1..a555833416 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3.js @@ -4,10 +4,10 @@ /** * If (Evaluate Statement).type is "continue" and (Evaluate Statement).target is in the current label set, iteration of labeled loop breaks * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3.js; - * @description: Trying to continue non-existent label; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3.js + * @description Trying to continue non-existent label + * @negative */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T1.js index 5c18562cf2..54b81553c3 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T1.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "break" and (Evaluate Statement).target is in the current label set, (normal, (Evaluate Statement), empty) is returned while evaluating a "var-loop" * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T1.js; - * @description: Breaking a loop with "break"; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T1.js + * @description Breaking a loop with "break" */ __str="" diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T2.js index 0bb96c47b7..3eec59d15a 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T2.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "break" and (Evaluate Statement).target is in the current label set, (normal, (Evaluate Statement), empty) is returned while evaluating a "var-loop" * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T2.js; - * @description: Embedded loops; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T2.js + * @description Embedded loops */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3.js index 776b63d0be..8a5f93de9a 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3.js @@ -4,10 +4,10 @@ /** * If (Evaluate Statement).type is "break" and (Evaluate Statement).target is in the current label set, (normal, (Evaluate Statement), empty) is returned while evaluating a "var-loop" * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3.js; - * @description: Trying to break non-existent label; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3.js + * @description Trying to break non-existent label + * @negative */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T1.js index b6e0a8f268..a69cf341f1 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T1.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "break" and (Evaluate Statement).target is in the current label set, (normal, (Evaluate Statement), empty) is returned while evaluating a loop * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T1.js; - * @description: Breaking a loop with "break"; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T1.js + * @description Breaking a loop with "break" */ __str="" diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T2.js index 94c85a8c80..b8e8582108 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T2.js @@ -4,9 +4,9 @@ /** * If (Evaluate Statement).type is "break" and (Evaluate Statement).target is in the current label set, (normal, (Evaluate Statement), empty) is returned while evaluating a loop * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T2.js; - * @description: Embedded loops; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T2.js + * @description Embedded loops */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3.js index bde133dace..e3a7135f3e 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3.js @@ -4,10 +4,10 @@ /** * If (Evaluate Statement).type is "break" and (Evaluate Statement).target is in the current label set, (normal, (Evaluate Statement), empty) is returned while evaluating a loop * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3.js; - * @description: Trying to break non-existent label; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3.js + * @description Trying to break non-existent label + * @negative */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A13.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A13.js index 900555ca4d..7b256ed787 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A13.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A13.js @@ -4,9 +4,9 @@ /** * VariableDeclaration in "var VariableDeclarationListNoIn" of for IterationStatement is allowed * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A13.js; - * @description: Declaring variable in "for" ExpressionNoIn; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A13.js + * @description Declaring variable in "for" ExpressionNoIn */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A14.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A14.js index 83c94eb39a..54c2e97007 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A14.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A14.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationListNoIn; Expression; Expression) Statement" * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A14.js; - * @description: Using +,*,/, as the second Expression; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A14.js + * @description Using +,*,/, as the second Expression */ //CHECK#1 diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A15.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A15.js index 4e35fa2bac..7cb9adbaaf 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A15.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A15.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationListNoIn; Expression; Expression) Statement" * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A15.js; - * @description: Statement must be evaluated before second Expression is evaluated; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A15.js + * @description Statement must be evaluated before second Expression is evaluated */ //CHECK#1 diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.1.js index 1a71fc48fc..3af8aefbfb 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.1.js @@ -4,9 +4,9 @@ /** * While evaluating "for (ExpressionNoIn ; ; Expression) Statement", Statement is evaulated first * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.1.js; - * @description: Using "(function(){throw "NoInExpression"})()" as ExpressionNoIn; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.1.js + * @description Using "(function(){throw "NoInExpression"})()" as ExpressionNoIn */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.2.js index c04912d7ba..0ae9533744 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.2.js @@ -4,9 +4,9 @@ /** * While evaluating "for (ExpressionNoIn;;) Statement", Statement is evaulated first * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.2.js; - * @description: Using "(function(){throw "NoInExpression"})()" as ExpressionNoIn; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.2.js + * @description Using "(function(){throw "NoInExpression"})()" as ExpressionNoIn */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.js index c19a404f30..adfba85492 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.js @@ -4,9 +4,9 @@ /** * While evaluating "for (ExpressionNoIn; Expression; Expression) Statement", ExpressionNoIn is evaulated first * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.js; - * @description: Using "(function(){throw "NoInExpression"})()" as ExpressionNoIn; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A2.js + * @description Using "(function(){throw "NoInExpression"})()" as ExpressionNoIn */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A3.js index 45e9287f61..1780897ded 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A3.js @@ -4,9 +4,9 @@ /** * While evaluating "for (ExpressionNoIn; FirstExpression; SecondExpression) Statement", ExpressionNoIn is evaulated first, FirstExpressoin is evaluated second * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A3.js; - * @description: Using "(function(){throw "FirstExpression"})()" as FirstExpression; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A3.js + * @description Using "(function(){throw "FirstExpression"})()" as FirstExpression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1.js index 46f6f310e2..7b16258e38 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1.js @@ -4,10 +4,10 @@ /** * "in"-expression is not allowed as a ExpressionNoIn in "for (ExpressionNoIn; FirstExpression; SecondExpression) Statement" IterationStatement * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1.js; - * @description: Checking if execution of "for (var a in arr;1;){}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1.js + * @description Checking if execution of "for (var a in arr;1;){}" fails + * @negative */ arr = [1,2,3,4,5]; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1.js index f884ea3ea0..57855269e6 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1.js @@ -4,10 +4,10 @@ /** * "in"-expression is not allowed as a ExpressionNoIn in "for (ExpressionNoIn; FirstExpression; SecondExpression) Statement" IterationStatement * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1.js; - * @description: Checking if execution of "for (a in arr;1;){}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1.js + * @description Checking if execution of "for (a in arr;1;){}" fails + * @negative */ arr = [1,2,3,4,5]; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2.js index 5cff0e96b7..21455d6cb0 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2.js @@ -4,10 +4,10 @@ /** * "in"-expression is not allowed as a ExpressionNoIn in "for (ExpressionNoIn; FirstExpression; SecondExpression) Statement" IterationStatement * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2.js; - * @description: Checking if execution of "for (1 in arr;1;){}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2.js + * @description Checking if execution of "for (1 in arr;1;){}" fails + * @negative */ arr = [1,2,3,4,5]; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A5.js index ccf8fb41b7..46444ccd31 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A5.js @@ -4,9 +4,9 @@ /** * "in"-expression wrapped into "eval" statement is allowed as a ExpressionNoIn in "for (ExpressionNoIn; FirstExpression; SecondExpression) Statement" IterationStatement * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A5.js; - * @description: Using eval "for(eval("i in arr");1;)"; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A5.js + * @description Using eval "for(eval("i in arr");1;)" */ arr = [1,2,3,4,5]; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A6.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A6.js index 0507d79d5d..689669596d 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A6.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A6.js @@ -4,9 +4,9 @@ /** * While evaluating "for ( ; ; Expression) Statement", Statement is evaluated first and then Expression is evaluated * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A6.js; - * @description: Using "(function(){throw "SecondExpression";})()" as an Expression; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A6.js + * @description Using "(function(){throw "SecondExpression";})()" as an Expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1.js index 77956b6397..b5039d8d73 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1.js @@ -5,10 +5,10 @@ * Only three expressions and two semicolons in "for(with var)" braces are allowed. * Appearing of for (ExpressionNoIn_opt ; Expression_opt ; Expression_opt; Expression_opt; Expression_opt;) statement leads to SyntaxError * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1.js; - * @description: Checking if execution of "for(var index=0; index<10; index++; index--)" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1.js + * @description Checking if execution of "for(var index=0; index<10; index++; index--)" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2.js index 4071e48b04..77f8e3f3d3 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2.js @@ -5,10 +5,10 @@ * Only three expressions and two semicolons in "for(with var)" braces are allowed. * Appearing of for (ExpressionNoIn_opt ; Expression_opt ; Expression_opt; Expression_opt; Expression_opt;) statement leads to SyntaxError * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2.js; - * @description: Checking if execution of "for(var index=0; index<10; index+=4; index++; index--)" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2.js + * @description Checking if execution of "for(var index=0; index<10; index+=4; index++; index--)" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1.js index 0c66677c34..8d8c6f4db9 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1.js @@ -5,10 +5,10 @@ * Only three expressions and two semicolons in "for" braces are allowed. * Appearing of for (ExpressionNoIn_opt ; Expression_opt ; Expression_opt; Expression_opt; Expression_opt;) statement leads to SyntaxError * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1.js; - * @description: Checking if execution of "for(index=0; index<10; index++; index--)" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1.js + * @description Checking if execution of "for(index=0; index<10; index++; index--)" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2.js index c5b6e08eef..404142ca16 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2.js @@ -5,10 +5,10 @@ * Only three expressions and two semicolons in "for" braces are allowed. * Appearing of for (ExpressionNoIn_opt ; Expression_opt ; Expression_opt; Expression_opt; Expression_opt;) statement leads to SyntaxError * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2.js; - * @description: Checking if execution of "for(index=0; index<10; index+=4; index++; index--)" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2.js + * @description Checking if execution of "for(index=0; index<10; index+=4; index++; index--)" fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1.js index 432da8bef9..e167dbfc4a 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1.js @@ -4,10 +4,10 @@ /** * Blocks within "for(with var)" braces are not allowed * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1.js; - * @description: Checking if execution of "for(var index=0; index<100; {index++; index*2;}) { arr.add(""+index);}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1.js + * @description Checking if execution of "for(var index=0; index<100; {index++; index*2;}) { arr.add(""+index);}" fails + * @negative */ var arr = []; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2.js index 32c9278ced..2d77766209 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2.js @@ -4,10 +4,10 @@ /** * Blocks within "for(with var)" braces are not allowed * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2.js; - * @description: Checking if execution of "for(var index=0; {index++;index<100;}; index*2;) { arr.add(""+index);}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2.js + * @description Checking if execution of "for(var index=0; {index++;index<100;}; index*2;) { arr.add(""+index);}" fails + * @negative */ var arr = []; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3.js index cd34e4c106..7371c6fb09 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3.js @@ -4,10 +4,10 @@ /** * Blocks within "for(with var)" braces are not allowed * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3.js; - * @description: Checking if execution of "for({var index=0; index+=1;} index++<=10; index*2;) { arr.add(""+index);}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3.js + * @description Checking if execution of "for({var index=0; index+=1;} index++<=10; index*2;) { arr.add(""+index);}" fails + * @negative */ var arr = []; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1.js index 99610fa7a9..7afed4f924 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1.js @@ -4,10 +4,10 @@ /** * Blocks within "for" braces are not allowed * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1.js; - * @description: Checking if execution of "for(index=0; index<100; {index++; index*2;}) { arr.add(""+index);}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1.js + * @description Checking if execution of "for(index=0; index<100; {index++; index*2;}) { arr.add(""+index);}" fails + * @negative */ var arr = []; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2.js index a46b9d9212..3c6987a512 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2.js @@ -4,10 +4,10 @@ /** * Blocks within "for" braces are not allowed * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2.js; - * @description: Checking if execution of "for(index=0; {index++;index<100;}; index*2;) { arr.add(""+index);}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2.js + * @description Checking if execution of "for(index=0; {index++;index<100;}; index*2;) { arr.add(""+index);}" fails + * @negative */ var arr = []; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3.js index 3f59bd210e..4b71a581bb 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3.js @@ -4,10 +4,10 @@ /** * Blocks within "for" braces are not allowed * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3.js; - * @description: Checking if execution of "for({index=0; index+=1;} index++<=10; index*2;) { arr.add(""+index);}" fails; - * @negative; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3.js + * @description Checking if execution of "for({index=0; index+=1;} index++<=10; index*2;) { arr.add(""+index);}" fails + * @negative */ var arr = []; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.1.js index 8edcdc4b11..ada6601df5 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.1.js @@ -4,9 +4,9 @@ /** * The result of evaluating "for( ExpNoIn;Exp;Exp)" loop is returning (normal, evalValue, empty) * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.1.js; - * @description: Using eval; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.1.js + * @description Using eval */ supreme=5; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.js index 61c8b5256a..c127323e17 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.js @@ -4,9 +4,9 @@ /** * The result of evaluating "for(var ExpNoIn;Exp;Exp)" loop is returning (normal, evalValue, empty) * - * @section: 12.6.3; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.js; - * @description: Using eval; + * @section 12.6.3 + * @path 12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A9.js + * @description Using eval */ supreme=5; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A1.js index 70a90d68ce..4a17aba34a 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A1.js @@ -4,9 +4,9 @@ /** * "for(key in undefined)" Statement is allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A1.js; - * @description: Checking if execution of "for(key in undefined)" passes; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A1.js + * @description Checking if execution of "for(key in undefined)" passes */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T1.js index f3df60eaeb..717a1c6c82 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T1.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "for-in" Statement is not allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T1.js; - * @description: Declaring function within a "for-in" Statement; - * @negative; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T1.js + * @description Declaring function within a "for-in" Statement + * @negative */ for(x in this){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T2.js index 8d8bd17157..638f431632 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T2.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "for-in" Statement is not allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T2.js; - * @description: Declaring function within a "for-in" Statement that is within a function call; - * @negative; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T2.js + * @description Declaring function within a "for-in" Statement that is within a function call + * @negative */ (function(){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3.js index 9919dec37c..55f9c30206 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3.js @@ -4,10 +4,10 @@ /** * FunctionDeclaration within a "for-in" Statement is not allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3.js; - * @description: Declaring function within a "for-in" Statement that is within function declaration; - * @negative; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3.js + * @description Declaring function within a "for-in" Statement that is within function declaration + * @negative */ function(){ diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T1.js index f43e6c7fc8..9759c6084b 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T1.js @@ -4,9 +4,9 @@ /** * FunctionExpession within a "for-in" Expression is allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T1.js; - * @description: Using "function __func(){return 0;}" as Expession; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T1.js + * @description Using "function __func(){return 0;}" as Expession */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T2.js index 9a469df4f9..122b9d3648 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T2.js @@ -4,9 +4,9 @@ /** * FunctionExpession within a "for-in" Expression is allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T2.js; - * @description: Using "function __func(){return {a:1};}()" as Expession; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A14_T2.js + * @description Using "function __func(){return {a:1};}()" as Expession */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15.js index c05e97ee43..586067afe1 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15.js @@ -4,10 +4,10 @@ /** * Block within a "for-in" Expression is not allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15.js; - * @description: Using block within "for-in" Expression; - * @negative; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15.js + * @description Using block within "for-in" Expression + * @negative */ var __arr=[1,2,3]; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A2.js index 662d155f3d..8d1d691ad9 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A2.js @@ -4,9 +4,9 @@ /** * "for(key in null)" Expression is allowed * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A2.js; - * @description: Checking if execution of "for(key in null)" passes; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A2.js + * @description Checking if execution of "for(key in null)" passes */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.1.js index 9be93248af..1a488696c8 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.1.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.1.js; - * @description: Using an array as an Expression is appropriate. Here Expression is an array of numbers; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.1.js + * @description Using an array as an Expression is appropriate. Here Expression is an array of numbers */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.js index 0a052aa2d4..86a6de8e59 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.js; - * @description: Using an array as an Expression is appropriate. Here Expression is an array of numbers. Eval is used; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A3.js + * @description Using an array as an Expression is appropriate. Here Expression is an array of numbers. Eval is used */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.1.js index fe05ece98b..5efd254d10 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.1.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.1.js; - * @description: Using Object as an Expression is appropriate. Eval is used; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.1.js + * @description Using Object as an Expression is appropriate. Eval is used */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.js index 2f7944ce18..4f5df3b101 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.js; - * @description: Using Object as an Expression is appropriate. Eval is used; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A4.js + * @description Using Object as an Expression is appropriate. Eval is used */ __str=""; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.1.js index 8dbaa78e33..ca4e34c560 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.1.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.1.js; - * @description: Using hierarchical Object as an Expression is appropriate. The depth is two; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.1.js + * @description Using hierarchical Object as an Expression is appropriate. The depth is two */ __hash__map={a:{aa:1,ab:2,ac:3,ad:4},b:{ba:1,bb:2,bc:3,bd:4},c:{ca:1,cb:2,cc:3,cd:4},d:{da:1,db:2,dc:3,dd:4}}; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.js index 3e3775dc3e..be5d666b8b 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.js; - * @description: Using hierarchical Object as an Expression is appropriate. The depth is two; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A5.js + * @description Using hierarchical Object as an Expression is appropriate. The depth is two */ __hash__map={a:{aa:1,ab:2,ac:3,ad:4},b:{ba:1,bb:2,bc:3,bd:4},c:{ca:1,cb:2,cc:3,cd:4},d:{da:1,db:2,dc:3,dd:4}}; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.1.js index c99bf8e6a7..0cfcec3074 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.1.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.1.js; - * @description: Using Object with custom prototype as an Expression is appropriate. The prototype is "{feat:2,hint:"protohint"}"; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.1.js + * @description Using Object with custom prototype as an Expression is appropriate. The prototype is "{feat:2,hint:"protohint"}" */ function FACTORY(){this.prop=1;this.hint="hinted"}; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.js index fa4f8bf7bb..8a889e00be 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.js @@ -4,9 +4,9 @@ /** * The production IterationStatement: "for (var VariableDeclarationNoIn in Expression) Statement" * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.js; - * @description: Using Object with custom prototype as an Expression is appropriate. The prototype is "{feat:2,hint:"protohint"}"; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A6.js + * @description Using Object with custom prototype as an Expression is appropriate. The prototype is "{feat:2,hint:"protohint"}" */ function FACTORY(){this.prop=1;this.hint="hinted"}; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T1.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T1.js index 9a46e6918f..af476ded7e 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T1.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T1.js @@ -4,9 +4,9 @@ /** * Properties of the object being enumerated may be deleted during enumeration * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T1.js; - * @description: Checking "for (LeftHandSideExpression in Expression) Statement" case; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T1.js + * @description Checking "for (LeftHandSideExpression in Expression) Statement" case */ __obj={aa:1,ba:2,ca:3}; diff --git a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T2.js b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T2.js index 745c9e6207..6c5ed35ceb 100644 --- a/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T2.js +++ b/test/suite/converted/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T2.js @@ -4,9 +4,9 @@ /** * Properties of the object being enumerated may be deleted during enumeration * - * @section: 12.6.4; - * @path: 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T2.js; - * @description: Checking "for (var VariableDeclarationNoIn in Expression) Statement" case; + * @section 12.6.4 + * @path 12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A7_T2.js + * @description Checking "for (var VariableDeclarationNoIn in Expression) Statement" case */ __obj={aa:1,ba:2,ca:3}; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1.js index f26ee0a2fe..5400a4f351 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1.js @@ -4,10 +4,10 @@ /** * Appearing of continue without an IterationStatement leads to syntax error * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A1_T1.js; - * @description: Checking if execution of single "continue" without any IterationStatement fails; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A1_T1.js + * @description Checking if execution of single "continue" without any IterationStatement fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2.js index 75216419e8..cb9936285e 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2.js @@ -4,10 +4,10 @@ /** * Appearing of continue without an IterationStatement leads to syntax error * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A1_T2.js; - * @description: Checking if single "continue" with Label but without any IterationStatement fails; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A1_T2.js + * @description Checking if single "continue" with Label but without any IterationStatement fails + * @negative */ LABEL : x=3.14; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3.js index 212b567947..3439ac5a6d 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3.js @@ -4,10 +4,10 @@ /** * Appearing of continue without an IterationStatement leads to syntax error * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A1_T3.js; - * @description: Checking if laballed "continue" with no IterationStatement, placed into a block, fails; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A1_T3.js + * @description Checking if laballed "continue" with no IterationStatement, placed into a block, fails + * @negative */ LABEL : x=3.14; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4.js index eb4a88c1c3..6d3678500e 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4.js @@ -4,10 +4,10 @@ /** * Appearing of continue without an IterationStatement leads to syntax error * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A1_T4.js; - * @description: Checking if execution of "continue" with no IterationStatement, placed into a block, fails; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A1_T4.js + * @description Checking if execution of "continue" with no IterationStatement, placed into a block, fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A2.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A2.js index d092fd4bf8..6d537de443 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A2.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A2.js @@ -4,9 +4,9 @@ /** * Since LineTerminator between "continue" and Identifier is not allowed, "continue" is evaluated without label * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A2.js; - * @description: Checking by using eval, inserting LineTerminator between continue and Identifier; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A2.js + * @description Checking by using eval, inserting LineTerminator between continue and Identifier */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js index f7243eb2ad..50b656b538 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A3.js @@ -4,9 +4,9 @@ /** * When "continue Identifier" is evaluated (continue, empty, empty) is returned * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A3.js; - * @description: Simple using continue without Identifier and labeled loop; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A3.js + * @description Simple using continue without Identifier and labeled loop */ LABEL_OUT : var x=0, y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T1.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T1.js index c351d092bf..bfe228e653 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T1.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T1.js @@ -4,9 +4,9 @@ /** * When "continue Identifier" is evaluated (continue, empty, Identifier) is returned * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A4_T1.js; - * @description: Simple using continue Identifier construction; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A4_T1.js + * @description Simple using continue Identifier construction */ LABEL_OUT : var x=0, y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T2.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T2.js index 66983bbdbc..89a7401411 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T2.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T2.js @@ -4,9 +4,9 @@ /** * When "continue Identifier" is evaluated (continue, empty, Identifier) is returned * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A4_T2.js; - * @description: Using embedded and labeled loops, continue to nested loop; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A4_T2.js + * @description Using embedded and labeled loops, continue to nested loop */ LABEL_OUT : var x=0, y=0, xx=0, yy=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T3.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T3.js index 2226d99035..3c0278987c 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T3.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A4_T3.js @@ -4,9 +4,9 @@ /** * When "continue Identifier" is evaluated (continue, empty, Identifier) is returned * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A4_T3.js; - * @description: Using embedded and labeled loops, continue to outer loop; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A4_T3.js + * @description Using embedded and labeled loops, continue to outer loop */ LABEL_OUT : var x=0, y=0, xx=0, yy=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1.js index 13ad90c1c1..869a88cf06 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1.js @@ -4,10 +4,10 @@ /** * When "continue Identifier" is evaluated Identifier must be label in the label set of an enclosing (but not crossing function boundaries) IterationStatement * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A5_T1.js; - * @description: Trying to continue another labeled loop; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A5_T1.js + * @description Trying to continue another labeled loop + * @negative */ LABEL_OUT : var x=0, y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2.js index 34ad53aa88..ab87c6e3c1 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2.js @@ -4,10 +4,10 @@ /** * When "continue Identifier" is evaluated Identifier must be label in the label set of an enclosing (but not crossing function boundaries) IterationStatement * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A5_T2.js; - * @description: Identifier is a function name; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A5_T2.js + * @description Identifier is a function name + * @negative */ LABEL_OUT : var x=0, y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3.js index 15c7f4bade..3d06b506e3 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3.js @@ -4,10 +4,10 @@ /** * When "continue Identifier" is evaluated Identifier must be label in the label set of an enclosing (but not crossing function boundaries) IterationStatement * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A5_T3.js; - * @description: Identifier is within loop label; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A5_T3.js + * @description Identifier is within loop label + * @negative */ LABEL_OUT : var x=0, y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A6.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A6.js index 3bd5b90244..66e4c599a9 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A6.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A6.js @@ -4,10 +4,10 @@ /** * Appearing of "continue" within a function call that is within an IterationStatement yields SyntaxError * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A6.js; - * @description: Using labaled "continue Identifier" within a function body; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A6.js + * @description Using labaled "continue Identifier" within a function body + * @negative */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A7.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A7.js index cd5a5671cf..aa2289db7b 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A7.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A7.js @@ -4,9 +4,9 @@ /** * Appearing of continue within eval statement that is within an IterationStatement yields SyntaxError * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A7.js; - * @description: Using eval "eval("continue LABEL1")"; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A7.js + * @description Using eval "eval("continue LABEL1")" */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1.js index 93bd3370d1..ff1c3fcac4 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1.js @@ -4,10 +4,10 @@ /** * Appearing of "continue" within a "try/catch" Block yields SyntaxError * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A8_T1.js; - * @description: Checking if execution of "continue Identifier" within catch Block fails; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A8_T1.js + * @description Checking if execution of "continue Identifier" within catch Block fails + * @negative */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2.js index 64077009f1..85e8adb175 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2.js @@ -4,10 +4,10 @@ /** * Appearing of "continue" within a "try/catch" Block yields SyntaxError * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A8_T2.js; - * @description: Checking if execution of "continue" within catch Block fails; - * @negative; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A8_T2.js + * @description Checking if execution of "continue" within catch Block fails + * @negative */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T1.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T1.js index 8263284370..0a81516d42 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T1.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T1.js @@ -4,9 +4,9 @@ /** * Continue inside of try-catch nested in a loop is allowed * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A9_T1.js; - * @description: Using "continue Identifier" within catch Block that is within a loop; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A9_T1.js + * @description Using "continue Identifier" within catch Block that is within a loop */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T2.js b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T2.js index 9abcb41cb4..09c89bea0a 100644 --- a/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T2.js +++ b/test/suite/converted/12_Statement/12.7_The_continue_Statement/S12.7_A9_T2.js @@ -4,9 +4,9 @@ /** * Continue inside of try-catch nested in a loop is allowed * - * @section: 12.7; - * @path: 12_Statement/12.7_The_continue_Statement/S12.7_A9_T2.js; - * @description: Using "continue" within catch Block that is within a loop; + * @section 12.7 + * @path 12_Statement/12.7_The_continue_Statement/S12.7_A9_T2.js + * @description Using "continue" within catch Block that is within a loop */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T1.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T1.js index 9cac6666ed..1dea88318c 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T1.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T1.js @@ -4,10 +4,10 @@ /** * Appearing of break without an IterationStatement leads to syntax error * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A1_T1.js; - * @description: Checking if break statement with no loop fails; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A1_T1.js + * @description Checking if break statement with no loop fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T2.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T2.js index 9daaeb0338..9c68e3b999 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T2.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T2.js @@ -4,10 +4,10 @@ /** * Appearing of break without an IterationStatement leads to syntax error * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A1_T2.js; - * @description: Checking if break Identifier with no loop fails; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A1_T2.js + * @description Checking if break Identifier with no loop fails + * @negative */ LABEL : x=3.14; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T3.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T3.js index 224fd60a25..44f3895324 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T3.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T3.js @@ -4,10 +4,10 @@ /** * Appearing of break without an IterationStatement leads to syntax error * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A1_T3.js; - * @description: Checking if break statement with no loop, placed into a block, fails; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A1_T3.js + * @description Checking if break statement with no loop, placed into a block, fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T4.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T4.js index 32bdd50d22..0e300be59c 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T4.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A1_T4.js @@ -4,10 +4,10 @@ /** * Appearing of break without an IterationStatement leads to syntax error * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A1_T4.js; - * @description: Checking if break Identifier with no loop, placed into a block, fails; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A1_T4.js + * @description Checking if break Identifier with no loop, placed into a block, fails + * @negative */ LABEL : x=3.14; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A2.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A2.js index 9f9600a31a..c477f8541f 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A2.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A2.js @@ -4,9 +4,9 @@ /** * Since LineTerminator between "break" and Identifier is not allowed, "break" is evaluated without label * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A2.js; - * @description: Checking by using eval, inserting LineTerminator between break and Identifier; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A2.js + * @description Checking by using eval, inserting LineTerminator between break and Identifier */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A3.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A3.js index cb9a93ecc2..8e087a03c6 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A3.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A3.js @@ -4,9 +4,9 @@ /** * When "break" is evaluated, (break, empty, empty) is returned * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A3.js; - * @description: Using "break" without Identifier within labeled loop; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A3.js + * @description Using "break" without Identifier within labeled loop */ LABEL_OUT : var x=0, y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T1.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T1.js index 11c7409994..dd13a07f63 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T1.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T1.js @@ -4,9 +4,9 @@ /** * When "break Identifier" is evaluated, (break, empty, Identifier) is returned * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A4_T1.js; - * @description: Using "break Identifier" within labaeled loop; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A4_T1.js + * @description Using "break Identifier" within labaeled loop */ LABEL_OUT : var x=0, y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T2.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T2.js index f33980de65..63f1a89833 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T2.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T2.js @@ -4,9 +4,9 @@ /** * When "break Identifier" is evaluated, (break, empty, Identifier) is returned * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A4_T2.js; - * @description: Using embedded and labeled loops, breaking to nested loop; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A4_T2.js + * @description Using embedded and labeled loops, breaking to nested loop */ LABEL_OUT : var x=0, y=0, xx=0, yy=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T3.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T3.js index 12d404937d..ab631903a7 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T3.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A4_T3.js @@ -4,9 +4,9 @@ /** * When "break Identifier" is evaluated, (break, empty, Identifier) is returned * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A4_T3.js; - * @description: Using embedded and labeled loops, breaking to outer loop; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A4_T3.js + * @description Using embedded and labeled loops, breaking to outer loop */ LABEL_OUT : var x=0, y=0, xx=0, yy=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T1.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T1.js index d3ef75edb2..14d5e78b93 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T1.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T1.js @@ -4,10 +4,10 @@ /** * Identifier must be label in the label set of an enclosing (but not crossing function boundaries) IterationStatement * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A5_T1.js; - * @description: Checking if breaking another labeled loop fails; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A5_T1.js + * @description Checking if breaking another labeled loop fails + * @negative */ (function(){ diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T2.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T2.js index 28ad4f2d2f..69b94baa42 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T2.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T2.js @@ -4,10 +4,10 @@ /** * Identifier must be label in the label set of an enclosing (but not crossing function boundaries) IterationStatement * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A5_T2.js; - * @description: Checking if using function name as an Identifier appears to be invalid; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A5_T2.js + * @description Checking if using function name as an Identifier appears to be invalid + * @negative */ (function(){ diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T3.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T3.js index f90dbe4bd8..7c7da652b7 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T3.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A5_T3.js @@ -4,10 +4,10 @@ /** * Identifier must be label in the label set of an enclosing (but not crossing function boundaries) IterationStatement * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A5_T3.js; - * @description: Checking if using internal loop label as an Identifier appears to be invalid; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A5_T3.js + * @description Checking if using internal loop label as an Identifier appears to be invalid + * @negative */ (function(){ diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A6.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A6.js index 514998961b..b0b716fc17 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A6.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A6.js @@ -4,10 +4,10 @@ /** * Appearing of "break" within a function call that is nested in a IterationStatement yields SyntaxError * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A6.js; - * @description: Checking if using "break Identifier" within a function body appears to be invalid; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A6.js + * @description Checking if using "break Identifier" within a function body appears to be invalid + * @negative */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A7.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A7.js index 80a74c3bc2..e428d06234 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A7.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A7.js @@ -4,9 +4,9 @@ /** * Appearing of "break" within eval statement that is nested in an IterationStatement yields SyntaxError * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A7.js; - * @description: Using eval "eval("break LABEL1")"; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A7.js + * @description Using eval "eval("break LABEL1")" */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T1.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T1.js index eba9c7c585..7776a0ab2a 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T1.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T1.js @@ -4,10 +4,10 @@ /** * Appearing of "break" within "try/catch" Block yields SyntaxError * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A8_T1.js; - * @description: Checking if using "break Identifier" from within catch Block appears to be invalid; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A8_T1.js + * @description Checking if using "break Identifier" from within catch Block appears to be invalid + * @negative */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T2.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T2.js index 6d9d44951f..dac4ba768d 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T2.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A8_T2.js @@ -4,10 +4,10 @@ /** * Appearing of "break" within "try/catch" Block yields SyntaxError * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A8_T2.js; - * @description: Checking if using "break Identifier" from within catch Block appears to be invalid; - * @negative; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A8_T2.js + * @description Checking if using "break Identifier" from within catch Block appears to be invalid + * @negative */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T1.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T1.js index a6320a0354..34a471d70c 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T1.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T1.js @@ -4,9 +4,9 @@ /** * Using "break" within "try/catch" statement that is nested in a loop is allowed * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A9_T1.js; - * @description: Using "continue Identifier" within "catch" statement; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A9_T1.js + * @description Using "continue Identifier" within "catch" statement */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T2.js b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T2.js index 6063951954..ef4a15af7a 100644 --- a/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T2.js +++ b/test/suite/converted/12_Statement/12.8_The_break_Statement/S12.8_A9_T2.js @@ -4,9 +4,9 @@ /** * Using "break" within "try/catch" statement that is nested in a loop is allowed * - * @section: 12.8; - * @path: 12_Statement/12.8_The_break_Statement/S12.8_A9_T2.js; - * @description: Using "continue Identifier" within "catch" statement; + * @section 12.8 + * @path 12_Statement/12.8_The_break_Statement/S12.8_A9_T2.js + * @description Using "continue Identifier" within "catch" statement */ var x=0,y=0; diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T1.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T1.js index f05f4478b9..e5ddf3541b 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T1.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T1.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T1.js; - * @description: Checking if execution of "return" with no function fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T1.js + * @description Checking if execution of "return" with no function fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T10.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T10.js index a7c5a9930a..163666dc09 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T10.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T10.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T10.js; - * @description: Checking if execution of "return (0)" with no function fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T10.js + * @description Checking if execution of "return (0)" with no function fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T2.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T2.js index 9c40d81b3f..75507bdfcd 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T2.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T2.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T2.js; - * @description: Checking if execution of "return x" with no function fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T2.js + * @description Checking if execution of "return x" with no function fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T3.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T3.js index ac659410e5..e90b249642 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T3.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T3.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T3.js; - * @description: Checking if execution of "return" within "try" statement fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T3.js + * @description Checking if execution of "return" within "try" statement fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T4.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T4.js index 49cabc08b9..f5b2be0139 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T4.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T4.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T4.js; - * @description: Checking if execution of "return" with no function fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T4.js + * @description Checking if execution of "return" with no function fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T5.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T5.js index 5a23c7a9e7..69aa5ec404 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T5.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T5.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T5.js; - * @description: Checking if execution of "return" with no function, placed into a Block, fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T5.js + * @description Checking if execution of "return" with no function, placed into a Block, fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T6.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T6.js index d5dba967cb..82e3a55175 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T6.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T6.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T6.js; - * @description: Checking if execution of "return" with no function, placed into a loop, fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T6.js + * @description Checking if execution of "return" with no function, placed into a loop, fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T7.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T7.js index 7f53b675ad..a9cf7e8b4e 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T7.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T7.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T7.js; - * @description: Checking if execution of "return x" with no function, placed inside Block, fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T7.js + * @description Checking if execution of "return x" with no function, placed inside Block, fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T8.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T8.js index bb7e1c2ae5..d29286bee6 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T8.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T8.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T8.js; - * @description: Checking if execution of "return x" with no function, placed into a loop, fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T8.js + * @description Checking if execution of "return x" with no function, placed into a loop, fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T9.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T9.js index 2a47be1a04..2ea76999dc 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T9.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A1_T9.js @@ -4,10 +4,10 @@ /** * Appearing of "return" without a function body leads to syntax error * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A1_T9.js; - * @description: Checking if execution of "return", placed into a catch Block, fails; - * @negative; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A1_T9.js + * @description Checking if execution of "return", placed into a catch Block, fails + * @negative */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A2.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A2.js index ef6b7c4ff7..8c90eec3c0 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A2.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A2.js @@ -4,9 +4,9 @@ /** * LineTerminator between return and Identifier_opt yields return without Identifier_opt * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A2.js; - * @description: Checking by using eval, inserting LineTerminator between return and Variable; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A2.js + * @description Checking by using eval, inserting LineTerminator between return and Variable */ //CHECK#1 diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A3.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A3.js index bf05d748b7..7563e138c9 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A3.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A3.js @@ -4,9 +4,9 @@ /** * If Expression is omitted, the return value is undefined * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A3.js; - * @description: Return without Expression; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A3.js + * @description Return without Expression */ __evaluated = (function (){return;})(); diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A4.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A4.js index ad55fde7b6..9e240d34a2 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A4.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A4.js @@ -7,9 +7,9 @@ * ii) Call GetValue(Result(2)). * iii) Return (return, Result(3), empty) * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A4.js; - * @description: Return very sophisticated expression and function; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A4.js + * @description Return very sophisticated expression and function */ // second derivative diff --git a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A5.js b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A5.js index dbd0e18030..fb3a619ed1 100644 --- a/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A5.js +++ b/test/suite/converted/12_Statement/12.9_The_return_Statement/S12.9_A5.js @@ -4,9 +4,9 @@ /** * Code after ReturnStatement is not evaluated * - * @section: 12.9; - * @path: 12_Statement/12.9_The_return_Statement/S12.9_A5.js; - * @description: Using code after Return statement; + * @section 12.9 + * @path 12_Statement/12.9_The_return_Statement/S12.9_A5.js + * @description Using code after Return statement */ //CHECK#1 diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A1_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A1_T1.js index 47405f0f65..d273e47703 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A1_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The depth of nested function calls reaches 32 * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A1_T1.js; - * @description: Creating function calls 32 elements depth; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A1_T1.js + * @description Creating function calls 32 elements depth */ (function(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T1.js index eca711360e..841009b727 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T1.js @@ -4,10 +4,10 @@ /** * Objects as arguments are passed by reference * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T1.js; - * @description: Adding new number property to a function argument within the function body, - * where explicit argument is an object defined with "var __obj={}"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T1.js + * @description Adding new number property to a function argument within the function body, + * where explicit argument is an object defined with "var __obj={}" */ function __func(__arg){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T2.js index 72a8eb22f6..436b75fa96 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T2.js @@ -4,10 +4,10 @@ /** * Objects as arguments are passed by reference * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T2.js; - * @description: Adding new string property to a function argument within the function body, - * where explicit argument is an object defined with "__obj={}"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T2.js + * @description Adding new string property to a function argument within the function body, + * where explicit argument is an object defined with "__obj={}" */ function __func(__arg){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T3.js index ff7f500472..a09d830e08 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T3.js @@ -4,10 +4,10 @@ /** * Objects as arguments are passed by reference * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T3.js; - * @description: Adding new number property to a function argument within the function body, - * where array element "arguments[0]" is an object defined with "__obj={}"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T3.js + * @description Adding new number property to a function argument within the function body, + * where array element "arguments[0]" is an object defined with "__obj={}" */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T4.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T4.js index 0e143376c3..eeecfd8daf 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T4.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T4.js @@ -4,10 +4,10 @@ /** * Objects as arguments are passed by reference * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T4.js; - * @description: Adding new number property to a function argument within the function body, - * where array element "arguments[0]" is an object defined with "var __obj={}"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A4_T4.js + * @description Adding new number property to a function argument within the function body, + * where array element "arguments[0]" is an object defined with "var __obj={}" */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T1.js index 67789559c8..70eda5f803 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T1.js @@ -4,9 +4,9 @@ /** * Closures are admitted * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T1.js; - * @description: Sorting with closure; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T1.js + * @description Sorting with closure */ var __arr = [4,3,2,1,4,3,2,1,4,3,2,1]; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T2.js index 9f9d9ab3e0..72afeac94c 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T2.js @@ -4,10 +4,10 @@ /** * Closures are admitted * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T2.js; - * @description: Returning a function that approximates the derivative of f - * using an interval of dx, which should be appropriately small; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A5_T2.js + * @description Returning a function that approximates the derivative of f + * using an interval of dx, which should be appropriately small */ // Return a function that approximates the derivative of f diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T1.js index daa0558fde..465d63af0f 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T1.js @@ -4,9 +4,9 @@ /** * Primitive types are passed by value * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T1.js; - * @description: Declaring a function with "function __func(arg1, arg2)"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T1.js + * @description Declaring a function with "function __func(arg1, arg2)" */ function __func(arg1, arg2){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T2.js index a51352738c..84ad50ba0f 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T2.js @@ -4,9 +4,9 @@ /** * Primitive types are passed by value * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T2.js; - * @description: Declaring a function with "__func = function(arg1, arg2)"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A6_T2.js + * @description Declaring a function with "__func = function(arg1, arg2)" */ __func = function(arg1, arg2){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T1.js index d0c9f036eb..08fa4dd49b 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T1.js @@ -6,9 +6,9 @@ * 2. Evaluate F's FunctionBody; * if Result.type is returned then Result.value is returned too * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T1.js; - * @description: Returning null. Declaring a function with "function __func()"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T1.js + * @description Returning null. Declaring a function with "function __func()" */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T2.js index ccb20879f5..04d5528850 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T2.js @@ -6,9 +6,9 @@ * 2. Evaluate F's FunctionBody; * if Result.type is returned then Result.value is returned too * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T2.js; - * @description: Returning null. Declaring a function with "var __func = function ()"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T2.js + * @description Returning null. Declaring a function with "var __func = function ()" */ var __func = function (){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js index 99f33f86ed..416ae8c408 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js @@ -6,9 +6,9 @@ * 2. Evaluate F's FunctionBody; * if Result.type is returned then Result.value is returned too * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js; - * @description: Returning number. Declaring a function with "function __func()"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T3.js + * @description Returning number. Declaring a function with "function __func()" */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T4.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T4.js index 4cb28400d9..9b851663f1 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T4.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T4.js @@ -6,9 +6,9 @@ * 2. Evaluate F's FunctionBody; * if Result.type is returned then Result.value is returned too * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T4.js; - * @description: Returning boolean. Declaring a function with "function __func()"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A7_T4.js + * @description Returning boolean. Declaring a function with "function __func()" */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T1.js index ee0a8bb12f..97eb130233 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T1.js @@ -6,9 +6,9 @@ * 2. Evaluate F's FunctionBody; * if Result.type is thrown then Result.value is thrown too * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T1.js; - * @description: Throwing an exception within a function body. Declaring function with "function __func()"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T1.js + * @description Throwing an exception within a function body. Declaring function with "function __func()" */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T2.js index 67245a9735..5a3c51128b 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T2.js @@ -6,9 +6,9 @@ * 2. Evaluate F's FunctionBody; * if Result.type is thrown then Result.value is thrown too * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T2.js; - * @description: Throwing an exception within a function body. Declaring function with "var __func = function (message)"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A8_T2.js + * @description Throwing an exception within a function body. Declaring function with "var __func = function (message)" */ var CATCH_ME_IF_YOU_CAN = true; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T1.js index f90dcb155b..1cb21f0d61 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T1.js @@ -5,9 +5,9 @@ * When the [[Call]] property for a Function object is called, * the body is evaluated and if evaluation result has type "normal", then "undefined" is returned * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T1.js; - * @description: Declaring a function with "function __func()" and no "return" in the function body; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T1.js + * @description Declaring a function with "function __func()" and no "return" in the function body */ var x; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T2.js index 9d8ef4f799..fcf757ae5f 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T2.js @@ -5,9 +5,9 @@ * When the [[Call]] property for a Function object is called, * the body is evaluated and if evaluation result has type "normal", then "undefined" is returned * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T2.js; - * @description: Declaring a function with "var __func = function()" and no "return" in the function body; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9.1_T2.js + * @description Declaring a function with "var __func = function()" and no "return" in the function body */ var x; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T1.js index 782d0f67c8..afea7b5920 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T1.js @@ -5,9 +5,9 @@ * When the [[Call]] property for a Function object is called, * the body is evaluated and if evaluation result has type "return" its value is not defined, then "undefined" is returned * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T1.js; - * @description: Using "return" with no expression. Declaring a function with "function __func()"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T1.js + * @description Using "return" with no expression. Declaring a function with "function __func()" */ var x; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T2.js index 7dc6bf06d6..12d49583ea 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T2.js @@ -5,9 +5,9 @@ * When the [[Call]] property for a Function object is called, * the body is evaluated and if evaluation result has type "return" its value is not defined, then "undefined" is returned * - * @section: 13.2.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T2.js; - * @description: Using "return" with no expression. Declaring a function with "var __func = function()"; + * @section 13.2.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.1_A9_T2.js + * @description Using "return" with no expression. Declaring a function with "var __func = function()" */ var x; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A10.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A10.js index 17f77b2928..9dbb3523bb 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A10.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A10.js @@ -4,9 +4,9 @@ /** * Calling a function as a constructor is possible as long as this.any_Function is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A10.js; - * @description: Calling a function as a constructor after it has been declared; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A10.js + * @description Calling a function as a constructor after it has been declared */ function FACTORY(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A11.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A11.js index c86f32090a..e730ed19ff 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A11.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A11.js @@ -4,9 +4,9 @@ /** * Calling a function as a constructor is possible as long as this.any_Function is declared and called * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A11.js; - * @description: Calling a function as a constructor after it has been declared with "function func()"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A11.js + * @description Calling a function as a constructor after it has been declared with "function func()" */ function FACTORY(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A12.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A12.js index 886126947c..a32fd5a46b 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A12.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A12.js @@ -4,9 +4,9 @@ /** * Calling a function as a constructor is possible as long as this.any_Function is declared and called * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A12.js; - * @description: Calling a function as a constructor after it has been declared with "function func()"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A12.js + * @description Calling a function as a constructor after it has been declared with "function func()" */ function FACTORY(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A13.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A13.js index 6c2911bcdd..a79d477d48 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A13.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A13.js @@ -4,9 +4,9 @@ /** * Calling a function as a constructor is inadmissible as long as this.any_Function is declared by eval and called * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A13.js; - * @description: Calling a function as a constructor after it has been declared by eval; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A13.js + * @description Calling a function as a constructor after it has been declared by eval */ function FACTORY(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js index ad5aef5ded..884aea630d 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js @@ -4,9 +4,9 @@ /** * Calling a function as a constructor is inadmissible as long as this.any_Function is declared by eval and called * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js; - * @description: Calling a function as a constructor after it has been declared by eval; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A14.js + * @description Calling a function as a constructor after it has been declared by eval */ function FACTORY(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T1.js index 1dd0d1ac93..0a2fdc366f 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T1.js @@ -5,9 +5,9 @@ * When the [[Construct]] property for a Function object F is called, * and the object created in the function is returned, the object (declared with "this" within a function) will be strong and healthy * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T1.js; - * @description: Function declared at the end of the program and "obj" property is declared with "var obj = {}"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T1.js + * @description Function declared at the end of the program and "obj" property is declared with "var obj = {}" */ var __obj = new __FACTORY(); diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T2.js index 6f5f5f1bc9..4274d07450 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T2.js @@ -5,9 +5,9 @@ * When the [[Construct]] property for a Function object F is called, * and the object created in the function is returned, the object (declared with "this" within a function) will be strong and healthy * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T2.js; - * @description: Function declared at the end of the program and "obj" property is declared with "obj = {}"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T2.js + * @description Function declared at the end of the program and "obj" property is declared with "obj = {}" */ var __obj = new __FACTORY(); diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T3.js index 1e243e7e3f..ab022209ef 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T3.js @@ -5,9 +5,9 @@ * When the [[Construct]] property for a Function object F is called, * and the object created in the function is returned, the object (declared with "this" within a function) will be strong and healthy * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T3.js; - * @description: Function declared at the end of the program and "obj" property is declared with "var obj = {}"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T3.js + * @description Function declared at the end of the program and "obj" property is declared with "var obj = {}" */ __FACTORY = function (){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T4.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T4.js index 487fddcb85..90c8682fb7 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T4.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T4.js @@ -5,9 +5,9 @@ * When the [[Construct]] property for a Function object F is called, * and the object created in the function is returned, the object (declared with "this" within a function) will be strong and healthy * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T4.js; - * @description: Function declared at the end of the program and "obj" property is declared with "obj = {}"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A15_T4.js + * @description Function declared at the end of the program and "obj" property is declared with "obj = {}" */ __FACTORY = function(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T1.js index edf7cddf1b..4d2145674b 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T1.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a new statement is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T1.js; - * @description: Using "is __obj = new function __func(){this.prop=1;}" as FunctionExpression; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T1.js + * @description Using "is __obj = new function __func(){this.prop=1;}" as FunctionExpression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T2.js index bc2625c0cf..a9676c3e49 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T2.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a new statement is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T2.js; - * @description: Using "var __obj = new function __func(arg){this.prop=arg;}(5)" as FunctionExpression; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T2.js + * @description Using "var __obj = new function __func(arg){this.prop=arg;}(5)" as FunctionExpression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T3.js index edc5543e37..3f0940f263 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T3.js @@ -4,9 +4,9 @@ /** * FunctionExpression within a new statement is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T3.js; - * @description: Using "is __obj = new function __func(arg){this.prop=arg; return {feat: ++arg}}(5)" as FunctionExpression; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A16_T3.js + * @description Using "is __obj = new function __func(arg){this.prop=arg; return {feat: ++arg}}(5)" as FunctionExpression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T1.js index 0abc60d13c..d3e13792ef 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T1.js @@ -4,9 +4,9 @@ /** * FunctionExpression containing "with" statement is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T1.js; - * @description: Using "with" statement within a function body; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T1.js + * @description Using "with" statement within a function body */ var p1="alert"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T2.js index 1a70ba38b6..152d6a4287 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T2.js @@ -4,9 +4,9 @@ /** * FunctionExpression containing "with" statement is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T2.js; - * @description: Throwing an exception within "with" statement; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T2.js + * @description Throwing an exception within "with" statement */ this.p1="alert"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T3.js index 8a6b0a6a8d..d46cf5c32f 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T3.js @@ -4,10 +4,10 @@ /** * FunctionExpression containing "with" statement is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T3.js; - * @description: In the check 4 we populate field getRight in __obj object since var getRight declaration adds variable to function scope - * but getRight in statement resolves within with(__obj) scope and searchs getRight in __obj first; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A17_T3.js + * @description In the check 4 we populate field getRight in __obj object since var getRight declaration adds variable to function scope + * but getRight in statement resolves within with(__obj) scope and searchs getRight in __obj first */ p1="alert"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T1.js index d9abac4300..af0410d57d 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T1.js @@ -4,9 +4,9 @@ /** * Using arguments object within a "with" Expression that is nested in a function is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T1.js; - * @description: Object is declared with "var __obj={callee:"a"}"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T1.js + * @description Object is declared with "var __obj={callee:"a"}" */ var callee=0, b; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T2.js index 8a36d1f7f4..2985506bbb 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T2.js @@ -4,9 +4,9 @@ /** * Using arguments object within a "with" Expression that is nested in a function is admitted * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T2.js; - * @description: Object is declared with "__obj={callee:"a"}"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A18_T2.js + * @description Object is declared with "__obj={callee:"a"}" */ this.callee = 0; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T1.js index 28fd615f00..4729785a92 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T1.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T1.js; - * @description: Function is declared in the global scope; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T1.js + * @description Function is declared in the global scope */ var a = 1; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T2.js index 4adcbb6c0e..4f15c179c0 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T2.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T2.js; - * @description: Function is declared in the object scope. Using "with" statement; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T2.js + * @description Function is declared in the object scope. Using "with" statement */ var a = 1; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T3.js index a5a7934574..08918d258a 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T3.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T3.js; - * @description: Function is declared in the object scope and then an exception is thrown; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T3.js + * @description Function is declared in the object scope and then an exception is thrown */ var a = 1; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T4.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T4.js index 65da3a347c..f5d7e1bc8a 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T4.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T4.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T4.js; - * @description: Function is declared in the hierarchical object scope and then an exception is thrown; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T4.js + * @description Function is declared in the hierarchical object scope and then an exception is thrown */ var a = 1; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T5.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T5.js index fa2e4112af..fc2fbbdd55 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T5.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T5.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T5.js; - * @description: Function is declared in the object scope, then an exception is thrown and the object is deleted; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T5.js + * @description Function is declared in the object scope, then an exception is thrown and the object is deleted */ var a = 1; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T6.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T6.js index 94b5b79e33..41b956bcbe 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T6.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T6.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T6.js; - * @description: Function is declared in the "object->do-while" scope, then the object is deleted and another object with the same name is declared; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T6.js + * @description Function is declared in the "object->do-while" scope, then the object is deleted and another object with the same name is declared */ var a = 1; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T7.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T7.js index 3b783fc59d..eb17f82932 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T7.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T7.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T7.js; - * @description: Function is declared in the object scope as a variable; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T7.js + * @description Function is declared in the object scope as a variable */ var a = 1; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T8.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T8.js index 66fba17b9e..b15049f23c 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T8.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T8.js @@ -4,9 +4,9 @@ /** * Function's scope chain is started when it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T8.js; - * @description: Function is declared multiply times; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A19_T8.js + * @description Function is declared multiply times */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T1.js index e87fe5a2bd..57018cf7e6 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T1.js @@ -4,9 +4,9 @@ /** * Since a function is an object, it might be set to [[Prototype]] property of a new created object through [[Construct]] property * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T1.js; - * @description: Declaring a function with "function __func()"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T1.js + * @description Declaring a function with "function __func()" */ var __MONSTER="monster"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T2.js index 60bebbfe35..e9ae5bc606 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T2.js @@ -4,9 +4,9 @@ /** * Since a function is an object, it might be set to [[Prototype]] property of a new created object through [[Construct]] property * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T2.js; - * @description: Declaring a function with "var __PROTO = function()"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A1_T2.js + * @description Declaring a function with "var __PROTO = function()" */ var __MONSTER="monster"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A2.js index 11f7a25d0b..7a3c03254f 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A2.js @@ -5,9 +5,9 @@ * Since a function is an object, it might be set to [[Prototype]] property of a new created object through [[Construct]] property, * but [[call]] property must fail with TypeError error * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A2.js; - * @description: Trying to [[call]] this function; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A2.js + * @description Trying to [[call]] this function */ var __PLANT="flower"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T1.js index 21407e8c7e..fb6fbd4f84 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T1.js @@ -8,9 +8,9 @@ * If PROTO_VAL is not an object, sets the [[Prototype]] property of native ECMAScript object just created * to the original Object prototype object as described in 15.2.3.1 * - * @section: 13.2.2, 15.2.3.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T1.js; - * @description: Declaring a function with "function __FACTORY()"; + * @section 13.2.2, 15.2.3.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T1.js + * @description Declaring a function with "function __FACTORY()" */ function __FACTORY(){}; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T2.js index 3fa851ea8e..ddbc3db49c 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T2.js @@ -8,9 +8,9 @@ * If PROTO_VAL is not an object, sets the [[Prototype]] property of native ECMAScript object just created * to the original Object prototype object as described in 15.2.3.1 * - * @section: 13.2.2, 15.2.3.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T2.js; - * @description: Declaring a function with "var __FACTORY = function()"; + * @section 13.2.2, 15.2.3.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A3_T2.js + * @description Declaring a function with "var __FACTORY = function()" */ var __FACTORY = function(){}; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T1.js index 6664ce8b44..d8beeab902 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T1.js @@ -8,9 +8,9 @@ * If PROTO_VAL is an object, sets the [[Prototype]] property of native ECMAScript object just created * to the PROTO_VAL * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T1.js; - * @description: Declaring a function with "function __FACTORY()"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T1.js + * @description Declaring a function with "function __FACTORY()" */ var __CUBE="cube"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T2.js index 6e9cc4ef38..c1f34fded9 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T2.js @@ -8,9 +8,9 @@ * If PROTO_VAL is an object, sets the [[Prototype]] property of native ECMAScript object just created * to the PROTO_VAL * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T2.js; - * @description: Declaring a function with "__FACTORY = function()"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A4_T2.js + * @description Declaring a function with "__FACTORY = function()" */ __CUBE="cube"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T1.js index ba41fcd82a..bbc2299f33 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T1.js @@ -7,9 +7,9 @@ * Invoke the [[Call]] property of F, providing native ECMAScript object just created as the this value and * providing the argument list passed into [[Construct]] as the argument values * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T1.js; - * @description: Declaring a function with "function __FACTORY(arg1, arg2)"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T1.js + * @description Declaring a function with "function __FACTORY(arg1, arg2)" */ __VOLUME=8; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T2.js index f5736c5d04..555237b981 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T2.js @@ -7,9 +7,9 @@ * Invoke the [[Call]] property of F, providing native ECMAScript object just created as the this value and * providing the argument list passed into [[Construct]] as the argument values * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T2.js; - * @description: Declaring a function with "__FACTORY = function(arg1, arg2)"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A5_T2.js + * @description Declaring a function with "__FACTORY = function(arg1, arg2)" */ __VOLUME=8; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T1.js index 35af7adf2d..31bd5c7e41 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T1.js @@ -8,9 +8,9 @@ * list passed into [[Construct]] as the argument values. * If Type( [[Call]] returned) is not Object then return passed as this into [[Call]] object * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T1.js; - * @description: Declaring a function with "__func = function(arg)"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T1.js + * @description Declaring a function with "__func = function(arg)" */ __FOO="fooValue"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T2.js index 4f65a64ccc..e662a98434 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T2.js @@ -8,9 +8,9 @@ * list passed into [[Construct]] as the argument values. * If Type( [[Call]] returned) is not Object then return passed as this into [[Call]] object * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T2.js; - * @description: Declaring a function with "function __func (arg)"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A6_T2.js + * @description Declaring a function with "function __func (arg)" */ var __FOO="fooValue"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T1.js index 6b71470320..f107964a4c 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T1.js @@ -8,9 +8,9 @@ * list passed into [[Construct]] as the argument values. * If Type( [[Call]] returned) is an Object then return this just as obtained object * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T1.js; - * @description: Declaring a function with "as __func = function(arg)"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T1.js + * @description Declaring a function with "as __func = function(arg)" */ var __FRST="one"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T2.js index e6eb399856..4e4c284b6e 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T2.js @@ -8,9 +8,9 @@ * list passed into [[Construct]] as the argument values. * If Type( [[Call]] returned) is an Object then return this just as obtained object * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T2.js; - * @description: Declaring a "function as function __func (arg)"; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A7_T2.js + * @description Declaring a "function as function __func (arg)" */ __FRST="one"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T1.js index 598252807f..b497e0688d 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T1.js @@ -8,9 +8,9 @@ * list passed into [[Construct]] as the argument values. * If Type( [[Call]] returned) is an Function then return this just as obtained function * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T1.js; - * @description: Creating a function whose prototype contains "return" followed by declaration of another function; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T1.js + * @description Creating a function whose prototype contains "return" followed by declaration of another function */ var __FRST="one"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T2.js index a4c633ccf3..7c424f7d4c 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T2.js @@ -8,9 +8,9 @@ * list passed into [[Construct]] as the argument values. * If Type( [[Call]] returned) is an Function then return this just as obtained function * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T2.js; - * @description: Creating a function whose prototype contains declaration of another function declared as a variable; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T2.js + * @description Creating a function whose prototype contains declaration of another function declared as a variable */ var __FRST="one"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T3.js index 868ce5c150..f68cbdf699 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T3.js @@ -8,9 +8,9 @@ * list passed into [[Construct]] as the argument values. * If Type( [[Call]] returned) is an Function then return this just as obtained function * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T3.js; - * @description: Creating a function whose prototype contains declaration of another function defined by using Function.call method; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A8_T3.js + * @description Creating a function whose prototype contains declaration of another function defined by using Function.call method */ var __FRST="one"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A9.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A9.js index 7cdc94ebc5..edcccad879 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A9.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A9.js @@ -4,9 +4,9 @@ /** * Calling a function as a constructor is inadmissible as long as this.any_Function is called before it is declared * - * @section: 13.2.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A9.js; - * @description: Calling a function as a constructor; + * @section 13.2.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2.2_A9.js + * @description Calling a function as a constructor */ function FACTORY(){ diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T1.js index 1a5da692dc..401f9a485c 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T1.js @@ -4,9 +4,9 @@ /** * A "prototype" property is automatically created for every function * - * @section: 13.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T1.js; - * @description: Using "function __func(){}" as a FunctionDeclaration; + * @section 13.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T1.js + * @description Using "function __func(){}" as a FunctionDeclaration */ function __func(){}; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T2.js index 1756422741..7b285e26e8 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T2.js @@ -4,9 +4,9 @@ /** * A "prototype" property is automatically created for every function * - * @section: 13.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T2.js; - * @description: Using "var __func = function(){}" as a FunctionDeclaration; + * @section 13.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A1_T2.js + * @description Using "var __func = function(){}" as a FunctionDeclaration */ var __func = function(){}; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T1.js index 59bff12269..704f55773e 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T1.js @@ -4,9 +4,9 @@ /** * Nested function are admitted * - * @section: 13.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T1.js; - * @description: Nesting level is two; + * @section 13.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T1.js + * @description Nesting level is two */ var __JEDI="jedi"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T2.js index f3cd0fff38..81274a0ed5 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T2.js @@ -4,9 +4,9 @@ /** * Nested function are admitted * - * @section: 13.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T2.js; - * @description: Nesting level is three; + * @section 13.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A2_T2.js + * @description Nesting level is three */ var __ROBOT="C3PO"; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A3.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A3.js index 59e5362943..51d81dfba7 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A3.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A3.js @@ -4,9 +4,9 @@ /** * When Function object(F) is constructed the length property of F is set to the number of formal properties specified in FormalParameterList * - * @section: 13.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A3.js; - * @description: Creating functions with various FormalParameterList and checking their lengths; + * @section 13.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A3.js + * @description Creating functions with various FormalParameterList and checking their lengths */ function __func(){}; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T1.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T1.js index 524a152856..e82bc83667 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T1.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T1.js @@ -7,10 +7,10 @@ * 10. Set the constructor property of Result(9) to F. This property is given attributes { DontEnum }. * 11. Set the "prototype" property of F to Result(9). * - * @section: 13.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T1.js; - * @description: Checking prototype, prototype.constructor properties and {DontEnum} property of a constructor. - * Using "function __func(){}" as a FunctionDeclaration; + * @section 13.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T1.js + * @description Checking prototype, prototype.constructor properties and {DontEnum} property of a constructor. + * Using "function __func(){}" as a FunctionDeclaration */ function __func(){}; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T2.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T2.js index 29ef820eea..5df6c8141d 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T2.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T2.js @@ -7,10 +7,10 @@ * 10. Set the constructor property of Result(9) to F. This property is given attributes { DontEnum }. * 11. Set the "prototype" property of F to Result(9). * - * @section: 13.2; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T2.js; - * @description: Checking prototype, prototype.constructor properties and {DontEnum} property of a constructor. - * Using "var __gunc = function(){}" as a FunctionDeclaration; + * @section 13.2 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A4_T2.js + * @description Checking prototype, prototype.constructor properties and {DontEnum} property of a constructor. + * Using "var __gunc = function(){}" as a FunctionDeclaration */ var __gunc = function(){}; diff --git a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A5.js b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A5.js index 999aecc6d4..3c70fe6b22 100644 --- a/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A5.js +++ b/test/suite/converted/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A5.js @@ -5,9 +5,9 @@ * When Function object(F) is constructed * the [[Prototype]] property of F is set to the original Function prototype object as specified in 15.3.3.1 * - * @section: 13.2, 15.3.3.1; - * @path: 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A5.js; - * @description: Function.prototype.isPrototypeOf() is used; + * @section 13.2, 15.3.3.1 + * @path 13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A5.js + * @description Function.prototype.isPrototypeOf() is used */ function __func(){}; diff --git a/test/suite/converted/13_Function_Definition/S13_A1.js b/test/suite/converted/13_Function_Definition/S13_A1.js index 10a06c9b36..6c50e11e52 100644 --- a/test/suite/converted/13_Function_Definition/S13_A1.js +++ b/test/suite/converted/13_Function_Definition/S13_A1.js @@ -4,9 +4,9 @@ /** * "x=function y(){}" statement does not store a reference to the new function in the varaible y(Identifier) * - * @section: 13; - * @path: 13_Function_Definition/S13_A1.js; - * @description: Checking the type of y; + * @section 13 + * @path 13_Function_Definition/S13_A1.js + * @description Checking the type of y */ var __func = function __exp__func(){return 0;}; diff --git a/test/suite/converted/13_Function_Definition/S13_A10.js b/test/suite/converted/13_Function_Definition/S13_A10.js index 4589245802..95fed39161 100644 --- a/test/suite/converted/13_Function_Definition/S13_A10.js +++ b/test/suite/converted/13_Function_Definition/S13_A10.js @@ -4,9 +4,9 @@ /** * Function is a data * - * @section: 13; - * @path: 13_Function_Definition/S13_A10.js; - * @description: Using function as a property of an object; + * @section 13 + * @path 13_Function_Definition/S13_A10.js + * @description Using function as a property of an object */ function __ziggy__func(){return "ziggy stardust"} diff --git a/test/suite/converted/13_Function_Definition/S13_A11_T1.js b/test/suite/converted/13_Function_Definition/S13_A11_T1.js index 7e0e9bcfb2..3e8c2ab0bf 100644 --- a/test/suite/converted/13_Function_Definition/S13_A11_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A11_T1.js @@ -4,9 +4,9 @@ /** * Since arguments property has attribute { DontDelete }, only its elements can be deleted * - * @section: 13; - * @path: 13_Function_Definition/S13_A11_T1.js; - * @description: Returning result of "delete arguments"; + * @section 13 + * @path 13_Function_Definition/S13_A11_T1.js + * @description Returning result of "delete arguments" */ function __func(){ return delete arguments;} diff --git a/test/suite/converted/13_Function_Definition/S13_A11_T2.js b/test/suite/converted/13_Function_Definition/S13_A11_T2.js index 081ccaa2f0..00c5af17d7 100644 --- a/test/suite/converted/13_Function_Definition/S13_A11_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A11_T2.js @@ -4,9 +4,9 @@ /** * Since arguments property has attribute { DontDelete }, only its elements can be deleted * - * @section: 13; - * @path: 13_Function_Definition/S13_A11_T2.js; - * @description: Checking if deleting the arguments property fails and then returning it; + * @section 13 + * @path 13_Function_Definition/S13_A11_T2.js + * @description Checking if deleting the arguments property fails and then returning it */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/S13_A11_T3.js b/test/suite/converted/13_Function_Definition/S13_A11_T3.js index ac62c54fcb..a154fdca0d 100644 --- a/test/suite/converted/13_Function_Definition/S13_A11_T3.js +++ b/test/suite/converted/13_Function_Definition/S13_A11_T3.js @@ -4,9 +4,9 @@ /** * Since arguments property has attribute { DontDelete }, only its elements can be deleted * - * @section: 13; - * @path: 13_Function_Definition/S13_A11_T3.js; - * @description: Deleting arguments[i] and returning result of the operation; + * @section 13 + * @path 13_Function_Definition/S13_A11_T3.js + * @description Deleting arguments[i] and returning result of the operation */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/S13_A11_T4.js b/test/suite/converted/13_Function_Definition/S13_A11_T4.js index ba7140a636..8b4edc3176 100644 --- a/test/suite/converted/13_Function_Definition/S13_A11_T4.js +++ b/test/suite/converted/13_Function_Definition/S13_A11_T4.js @@ -4,9 +4,9 @@ /** * Since arguments property has attribute { DontDelete }, only its elements can be deleted * - * @section: 13; - * @path: 13_Function_Definition/S13_A11_T4.js; - * @description: Deleting arguments[i] and checking the type of arguments[i]; + * @section 13 + * @path 13_Function_Definition/S13_A11_T4.js + * @description Deleting arguments[i] and checking the type of arguments[i] */ function __func(){ diff --git a/test/suite/converted/13_Function_Definition/S13_A12_T1.js b/test/suite/converted/13_Function_Definition/S13_A12_T1.js index 340c613c47..f029c07652 100644 --- a/test/suite/converted/13_Function_Definition/S13_A12_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A12_T1.js @@ -4,9 +4,9 @@ /** * Function declarations in global or function scope are {DontDelete} * - * @section: 13; - * @path: 13_Function_Definition/S13_A12_T1.js; - * @description: Checking if deleting a function that is declared in global scope fails; + * @section 13 + * @path 13_Function_Definition/S13_A12_T1.js + * @description Checking if deleting a function that is declared in global scope fails */ ALIVE="Letov is alive" diff --git a/test/suite/converted/13_Function_Definition/S13_A12_T2.js b/test/suite/converted/13_Function_Definition/S13_A12_T2.js index c4cdcfb88b..481b7128f6 100644 --- a/test/suite/converted/13_Function_Definition/S13_A12_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A12_T2.js @@ -4,9 +4,9 @@ /** * Function declarations in global or function scope are {DontDelete} * - * @section: 13; - * @path: 13_Function_Definition/S13_A12_T2.js; - * @description: Checking if deleting a function that is declared in function scope fails; + * @section 13 + * @path 13_Function_Definition/S13_A12_T2.js + * @description Checking if deleting a function that is declared in function scope fails */ ALIVE="Letov is alive" diff --git a/test/suite/converted/13_Function_Definition/S13_A13_T1.js b/test/suite/converted/13_Function_Definition/S13_A13_T1.js index e879dc7478..0fd03544ec 100644 --- a/test/suite/converted/13_Function_Definition/S13_A13_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A13_T1.js @@ -4,9 +4,9 @@ /** * Deleting arguments[i] leads to breaking the connection to local reference * - * @section: 13; - * @path: 13_Function_Definition/S13_A13_T1.js; - * @description: Deleting arguments[i]; + * @section 13 + * @path 13_Function_Definition/S13_A13_T1.js + * @description Deleting arguments[i] */ function __func(__arg){ diff --git a/test/suite/converted/13_Function_Definition/S13_A13_T2.js b/test/suite/converted/13_Function_Definition/S13_A13_T2.js index 2ddb0e5751..fab2103e3a 100644 --- a/test/suite/converted/13_Function_Definition/S13_A13_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A13_T2.js @@ -4,9 +4,9 @@ /** * Deleting arguments[i] leads to breaking the connection to local reference * - * @section: 13; - * @path: 13_Function_Definition/S13_A13_T2.js; - * @description: Changing arguments value and then deleting the argument; + * @section 13 + * @path 13_Function_Definition/S13_A13_T2.js + * @description Changing arguments value and then deleting the argument */ function __func(__arg){ diff --git a/test/suite/converted/13_Function_Definition/S13_A13_T3.js b/test/suite/converted/13_Function_Definition/S13_A13_T3.js index 84bbf39d93..c7736a6e28 100644 --- a/test/suite/converted/13_Function_Definition/S13_A13_T3.js +++ b/test/suite/converted/13_Function_Definition/S13_A13_T3.js @@ -4,9 +4,9 @@ /** * Deleting arguments[i] leads to breaking the connection to local reference * - * @section: 13; - * @path: 13_Function_Definition/S13_A13_T3.js; - * @description: Changing argument value, deleting the argument and then defining a new value for arguments[i]; + * @section 13 + * @path 13_Function_Definition/S13_A13_T3.js + * @description Changing argument value, deleting the argument and then defining a new value for arguments[i] */ function __func(__arg){ diff --git a/test/suite/converted/13_Function_Definition/S13_A14.js b/test/suite/converted/13_Function_Definition/S13_A14.js index 9b17e62566..941d403268 100644 --- a/test/suite/converted/13_Function_Definition/S13_A14.js +++ b/test/suite/converted/13_Function_Definition/S13_A14.js @@ -4,9 +4,9 @@ /** * Unicode symbols in function name are allowed * - * @section: 13; - * @path: 13_Function_Definition/S13_A14.js; - * @description: Defining function name with unicode symbols; + * @section 13 + * @path 13_Function_Definition/S13_A14.js + * @description Defining function name with unicode symbols */ eval("function __func\u0041(__arg){return __arg;};"); diff --git a/test/suite/converted/13_Function_Definition/S13_A15_T1.js b/test/suite/converted/13_Function_Definition/S13_A15_T1.js index 17410eba3c..4e1255133a 100644 --- a/test/suite/converted/13_Function_Definition/S13_A15_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A15_T1.js @@ -4,9 +4,9 @@ /** * ''arguments'' variable overrides ActivationObject.arguments * - * @section: 13; - * @path: 13_Function_Definition/S13_A15_T1.js; - * @description: Declaring a function with "__func(arguments)"; + * @section 13 + * @path 13_Function_Definition/S13_A15_T1.js + * @description Declaring a function with "__func(arguments)" */ function __func(arguments){ diff --git a/test/suite/converted/13_Function_Definition/S13_A15_T2.js b/test/suite/converted/13_Function_Definition/S13_A15_T2.js index a9d3282d88..1fe8274c79 100644 --- a/test/suite/converted/13_Function_Definition/S13_A15_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A15_T2.js @@ -4,9 +4,9 @@ /** * ''arguments'' variable overrides ActivationObject.arguments * - * @section: 13; - * @path: 13_Function_Definition/S13_A15_T2.js; - * @description: Overriding arguments within functions body; + * @section 13 + * @path 13_Function_Definition/S13_A15_T2.js + * @description Overriding arguments within functions body */ THE_ANSWER="Answer to Life, the Universe, and Everything"; diff --git a/test/suite/converted/13_Function_Definition/S13_A15_T3.js b/test/suite/converted/13_Function_Definition/S13_A15_T3.js index 87a4576405..feb0fa7f2e 100644 --- a/test/suite/converted/13_Function_Definition/S13_A15_T3.js +++ b/test/suite/converted/13_Function_Definition/S13_A15_T3.js @@ -4,9 +4,9 @@ /** * ''arguments'' variable overrides ActivationObject.arguments * - * @section: 13; - * @path: 13_Function_Definition/S13_A15_T3.js; - * @description: Declaring a variable named with "arguments" without a function; + * @section 13 + * @path 13_Function_Definition/S13_A15_T3.js + * @description Declaring a variable named with "arguments" without a function */ THE_ANSWER="Answer to Life, the Universe, and Everything"; diff --git a/test/suite/converted/13_Function_Definition/S13_A15_T4.js b/test/suite/converted/13_Function_Definition/S13_A15_T4.js index f2c529c834..c6cee58548 100644 --- a/test/suite/converted/13_Function_Definition/S13_A15_T4.js +++ b/test/suite/converted/13_Function_Definition/S13_A15_T4.js @@ -4,9 +4,9 @@ /** * ''arguments'' variable overrides ActivationObject.arguments * - * @section: 13; - * @path: 13_Function_Definition/S13_A15_T4.js; - * @description: Declaring a variable named with "arguments" and following a "return" statement within a function body; + * @section 13 + * @path 13_Function_Definition/S13_A15_T4.js + * @description Declaring a variable named with "arguments" and following a "return" statement within a function body */ THE_ANSWER="Answer to Life, the Universe, and Everything"; diff --git a/test/suite/converted/13_Function_Definition/S13_A15_T5.js b/test/suite/converted/13_Function_Definition/S13_A15_T5.js index fb08787b07..0ff4d9da88 100644 --- a/test/suite/converted/13_Function_Definition/S13_A15_T5.js +++ b/test/suite/converted/13_Function_Definition/S13_A15_T5.js @@ -4,9 +4,9 @@ /** * ''arguments'' variable overrides ActivationObject.arguments * - * @section: 13; - * @path: 13_Function_Definition/S13_A15_T5.js; - * @description: Creating a variable named with "arguments" without a function; + * @section 13 + * @path 13_Function_Definition/S13_A15_T5.js + * @description Creating a variable named with "arguments" without a function */ THE_ANSWER="Answer to Life, the Universe, and Everything"; diff --git a/test/suite/converted/13_Function_Definition/S13_A16.js b/test/suite/converted/13_Function_Definition/S13_A16.js index 583c39c6a4..ee0624a500 100644 --- a/test/suite/converted/13_Function_Definition/S13_A16.js +++ b/test/suite/converted/13_Function_Definition/S13_A16.js @@ -4,9 +4,9 @@ /** * Any separators are admitted between declaration chunks * - * @section: 13; - * @path: 13_Function_Definition/S13_A16.js; - * @description: Inserting separators between declaration chunks; + * @section 13 + * @path 13_Function_Definition/S13_A16.js + * @description Inserting separators between declaration chunks */ function diff --git a/test/suite/converted/13_Function_Definition/S13_A17_T1.js b/test/suite/converted/13_Function_Definition/S13_A17_T1.js index 74697d9b06..875ae350e8 100644 --- a/test/suite/converted/13_Function_Definition/S13_A17_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A17_T1.js @@ -4,9 +4,9 @@ /** * Function call cannot appear in the program before the FunctionExpression appears * - * @section: 13; - * @path: 13_Function_Definition/S13_A17_T1.js; - * @description: Trying to call a function before the FunctionExpression appears; + * @section 13 + * @path 13_Function_Definition/S13_A17_T1.js + * @description Trying to call a function before the FunctionExpression appears */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/S13_A17_T2.js b/test/suite/converted/13_Function_Definition/S13_A17_T2.js index ccbae2241b..11cda7d1c3 100644 --- a/test/suite/converted/13_Function_Definition/S13_A17_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A17_T2.js @@ -4,9 +4,9 @@ /** * Function call cannot appear in the program before the FunctionExpression appears * - * @section: 13; - * @path: 13_Function_Definition/S13_A17_T2.js; - * @description: Trying to call a function before the FunctionExpression appears and then using the FunctionExpression one more time; + * @section 13 + * @path 13_Function_Definition/S13_A17_T2.js + * @description Trying to call a function before the FunctionExpression appears and then using the FunctionExpression one more time */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/S13_A18.js b/test/suite/converted/13_Function_Definition/S13_A18.js index 01696f89b0..7f5a06df84 100644 --- a/test/suite/converted/13_Function_Definition/S13_A18.js +++ b/test/suite/converted/13_Function_Definition/S13_A18.js @@ -4,9 +4,9 @@ /** * Closures are admitted * - * @section: 13; - * @path: 13_Function_Definition/S13_A18.js; - * @description: Using a function declaration as a function parameter; + * @section 13 + * @path 13_Function_Definition/S13_A18.js + * @description Using a function declaration as a function parameter */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/S13_A19_T1.js b/test/suite/converted/13_Function_Definition/S13_A19_T1.js index 10878694a9..fa3311e2ca 100644 --- a/test/suite/converted/13_Function_Definition/S13_A19_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A19_T1.js @@ -4,9 +4,9 @@ /** * "var" does not override function declaration * - * @section: 13,13.2; - * @path: 13_Function_Definition/S13_A19_T1.js; - * @description: Creating a function and a variable with identical Identifiers in global scope; + * @section 13,13.2 + * @path 13_Function_Definition/S13_A19_T1.js + * @description Creating a function and a variable with identical Identifiers in global scope */ // since "var" does not override function declaration __decl is set to function diff --git a/test/suite/converted/13_Function_Definition/S13_A19_T2.js b/test/suite/converted/13_Function_Definition/S13_A19_T2.js index 5e2ff9f8d9..d10aad9d3a 100644 --- a/test/suite/converted/13_Function_Definition/S13_A19_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A19_T2.js @@ -4,9 +4,9 @@ /** * "var" does not override function declaration * - * @section: 13,13.2; - * @path: 13_Function_Definition/S13_A19_T2.js; - * @description: Creating a function and a variable with identical Identifiers within function scope; + * @section 13,13.2 + * @path 13_Function_Definition/S13_A19_T2.js + * @description Creating a function and a variable with identical Identifiers within function scope */ (function (){ diff --git a/test/suite/converted/13_Function_Definition/S13_A2_T1.js b/test/suite/converted/13_Function_Definition/S13_A2_T1.js index 5dea9e8fc2..2b06729cca 100644 --- a/test/suite/converted/13_Function_Definition/S13_A2_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A2_T1.js @@ -4,9 +4,9 @@ /** * function must be evaluated inside the expression * - * @section: 13; - * @path: 13_Function_Definition/S13_A2_T1.js; - * @description: Defining function body with "return arg"; + * @section 13 + * @path 13_Function_Definition/S13_A2_T1.js + * @description Defining function body with "return arg" */ var x = (function __func(arg){return arg})(1); diff --git a/test/suite/converted/13_Function_Definition/S13_A2_T2.js b/test/suite/converted/13_Function_Definition/S13_A2_T2.js index faf7d66518..1ec52463f3 100644 --- a/test/suite/converted/13_Function_Definition/S13_A2_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A2_T2.js @@ -4,9 +4,9 @@ /** * function must be evaluated inside the expression * - * @section: 13; - * @path: 13_Function_Definition/S13_A2_T2.js; - * @description: Defining function body with "return arg + arguments[1]"; + * @section 13 + * @path 13_Function_Definition/S13_A2_T2.js + * @description Defining function body with "return arg + arguments[1]" */ var x = (function __func(arg){return arg + arguments[1]})(1,"1"); diff --git a/test/suite/converted/13_Function_Definition/S13_A2_T3.js b/test/suite/converted/13_Function_Definition/S13_A2_T3.js index 5d9a0261e4..5028967d2d 100644 --- a/test/suite/converted/13_Function_Definition/S13_A2_T3.js +++ b/test/suite/converted/13_Function_Definition/S13_A2_T3.js @@ -4,9 +4,9 @@ /** * function must be evaluated inside the expression * - * @section: 13; - * @path: 13_Function_Definition/S13_A2_T3.js; - * @description: Defining function body with "return arguments[0] +"-"+ arguments[1]"; + * @section 13 + * @path 13_Function_Definition/S13_A2_T3.js + * @description Defining function body with "return arguments[0] +"-"+ arguments[1]" */ var x = (function __func(){return arguments[0] +"-"+ arguments[1]})("Obi","Wan"); diff --git a/test/suite/converted/13_Function_Definition/S13_A3_T1.js b/test/suite/converted/13_Function_Definition/S13_A3_T1.js index 0d86ab047f..9c876f886b 100644 --- a/test/suite/converted/13_Function_Definition/S13_A3_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A3_T1.js @@ -4,10 +4,10 @@ /** * The Identifier in a FunctionExpression can be referenced from inside the FunctionExpression's FunctionBody to allow the function calling itself recursively * - * @section: 13; - * @path: 13_Function_Definition/S13_A3_T1.js; - * @description: Creating a recursive function that calculates factorial, as a variable. - * Function call itself by it`s name; + * @section 13 + * @path 13_Function_Definition/S13_A3_T1.js + * @description Creating a recursive function that calculates factorial, as a variable. + * Function call itself by it`s name */ var __func = function __exp__func(arg){ diff --git a/test/suite/converted/13_Function_Definition/S13_A3_T2.js b/test/suite/converted/13_Function_Definition/S13_A3_T2.js index 53722f25f5..33e19df7e0 100644 --- a/test/suite/converted/13_Function_Definition/S13_A3_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A3_T2.js @@ -4,10 +4,10 @@ /** * The Identifier in a FunctionExpression can be referenced from inside the FunctionExpression's FunctionBody to allow the function calling itself recursively * - * @section: 13; - * @path: 13_Function_Definition/S13_A3_T2.js; - * @description: Creating a recursive function that calculates factorial, as a variable. - * Function calls itself by the name of the variable; + * @section 13 + * @path 13_Function_Definition/S13_A3_T2.js + * @description Creating a recursive function that calculates factorial, as a variable. + * Function calls itself by the name of the variable */ var __func = function (arg){ diff --git a/test/suite/converted/13_Function_Definition/S13_A3_T3.js b/test/suite/converted/13_Function_Definition/S13_A3_T3.js index c46a4d2f93..c7bad4dccb 100644 --- a/test/suite/converted/13_Function_Definition/S13_A3_T3.js +++ b/test/suite/converted/13_Function_Definition/S13_A3_T3.js @@ -4,9 +4,9 @@ /** * The Identifier in a FunctionExpression can be referenced from inside the FunctionExpression's FunctionBody to allow the function calling itself recursively * - * @section: 13; - * @path: 13_Function_Definition/S13_A3_T3.js; - * @description: Creating simple recursive function that calculates factorial; + * @section 13 + * @path 13_Function_Definition/S13_A3_T3.js + * @description Creating simple recursive function that calculates factorial */ function __func(arg){ diff --git a/test/suite/converted/13_Function_Definition/S13_A4_T1.js b/test/suite/converted/13_Function_Definition/S13_A4_T1.js index 8f86c96847..f8f1c250dd 100644 --- a/test/suite/converted/13_Function_Definition/S13_A4_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A4_T1.js @@ -4,9 +4,9 @@ /** * The production FunctionDeclaration: "function Identifier ( FormalParameterList_opt ) { FunctionBody }" is processed by function declarations * - * @section: 13; - * @path: 13_Function_Definition/S13_A4_T1.js; - * @description: Declaring a function that returns string; + * @section 13 + * @path 13_Function_Definition/S13_A4_T1.js + * @description Declaring a function that returns string */ function __func(){return "zig-zig-sputnik";}; diff --git a/test/suite/converted/13_Function_Definition/S13_A4_T2.js b/test/suite/converted/13_Function_Definition/S13_A4_T2.js index 51427d906e..3f1d24c37f 100644 --- a/test/suite/converted/13_Function_Definition/S13_A4_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A4_T2.js @@ -4,9 +4,9 @@ /** * The production FunctionDeclaration: "function Identifier ( FormalParameterList_opt ) { FunctionBody }" is processed by function declarations * - * @section: 13; - * @path: 13_Function_Definition/S13_A4_T2.js; - * @description: Declaring a function that uses prefix increment operator within its "return" Expression; + * @section 13 + * @path 13_Function_Definition/S13_A4_T2.js + * @description Declaring a function that uses prefix increment operator within its "return" Expression */ function __func(arg){return ++arg;}; diff --git a/test/suite/converted/13_Function_Definition/S13_A4_T3.js b/test/suite/converted/13_Function_Definition/S13_A4_T3.js index 707fcb0d70..915554b528 100644 --- a/test/suite/converted/13_Function_Definition/S13_A4_T3.js +++ b/test/suite/converted/13_Function_Definition/S13_A4_T3.js @@ -4,9 +4,9 @@ /** * The production FunctionDeclaration: "function Identifier ( FormalParameterList_opt ) { FunctionBody }" is processed by function declarations * - * @section: 13; - * @path: 13_Function_Definition/S13_A4_T3.js; - * @description: Declaring a function that uses arithmetical operators within its "return" Expression; + * @section 13 + * @path 13_Function_Definition/S13_A4_T3.js + * @description Declaring a function that uses arithmetical operators within its "return" Expression */ function __func(arg1, arg2, arg3){return arg1+=(arg2+=arg3);}; diff --git a/test/suite/converted/13_Function_Definition/S13_A4_T4.js b/test/suite/converted/13_Function_Definition/S13_A4_T4.js index 75c4da4643..42c597444a 100644 --- a/test/suite/converted/13_Function_Definition/S13_A4_T4.js +++ b/test/suite/converted/13_Function_Definition/S13_A4_T4.js @@ -4,9 +4,9 @@ /** * The production FunctionDeclaration: "function Identifier ( FormalParameterList_opt ) { FunctionBody }" is processed by function declarations * - * @section: 13; - * @path: 13_Function_Definition/S13_A4_T4.js; - * @description: Declaring a function that uses strings concatenaion opeator within its "return" Expression; + * @section 13 + * @path 13_Function_Definition/S13_A4_T4.js + * @description Declaring a function that uses strings concatenaion opeator within its "return" Expression */ function __func(){return arguments[0].name + " " + arguments[0].surname;}; diff --git a/test/suite/converted/13_Function_Definition/S13_A5.js b/test/suite/converted/13_Function_Definition/S13_A5.js index 251c15aec3..d69b4895f2 100644 --- a/test/suite/converted/13_Function_Definition/S13_A5.js +++ b/test/suite/converted/13_Function_Definition/S13_A5.js @@ -4,9 +4,9 @@ /** * Only FormalParameterList as arguments list is allowed * - * @section: 13, 10.1.2; - * @path: 13_Function_Definition/S13_A5.js; - * @description: Trying to use [arg1, arg2, arg3], (arg1, arg2, arg3), etc. as a FormalParameterList; + * @section 13, 10.1.2 + * @path 13_Function_Definition/S13_A5.js + * @description Trying to use [arg1, arg2, arg3], (arg1, arg2, arg3), etc. as a FormalParameterList */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/S13_A6_T1.js b/test/suite/converted/13_Function_Definition/S13_A6_T1.js index a37c36f59f..7ab2092e9d 100644 --- a/test/suite/converted/13_Function_Definition/S13_A6_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A6_T1.js @@ -4,9 +4,9 @@ /** * FunctionDeclaration can be overrided by other FunctionDeclaration with the same Identifier * - * @section: 13; - * @path: 13_Function_Definition/S13_A6_T1.js; - * @description: Duplicating function declaration; + * @section 13 + * @path 13_Function_Definition/S13_A6_T1.js + * @description Duplicating function declaration */ function __func(){return 1}; diff --git a/test/suite/converted/13_Function_Definition/S13_A6_T2.js b/test/suite/converted/13_Function_Definition/S13_A6_T2.js index cdd54eb83d..725ebf5244 100644 --- a/test/suite/converted/13_Function_Definition/S13_A6_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A6_T2.js @@ -4,9 +4,9 @@ /** * FunctionDeclaration can be overrided by other FunctionDeclaration with the same Identifier * - * @section: 13; - * @path: 13_Function_Definition/S13_A6_T2.js; - * @description: Calling a function before it is declared one more time; + * @section 13 + * @path 13_Function_Definition/S13_A6_T2.js + * @description Calling a function before it is declared one more time */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/S13_A7_T1.js b/test/suite/converted/13_Function_Definition/S13_A7_T1.js index 4c9d6098a9..3c83cbc671 100644 --- a/test/suite/converted/13_Function_Definition/S13_A7_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A7_T1.js @@ -4,9 +4,9 @@ /** * The FunctionBody must be SourceElements * - * @section: 13; - * @path: 13_Function_Definition/S13_A7_T1.js; - * @description: Using only SourceElements within the FunctionBody; + * @section 13 + * @path 13_Function_Definition/S13_A7_T1.js + * @description Using only SourceElements within the FunctionBody */ function __func(){'ground control to major tom'}; diff --git a/test/suite/converted/13_Function_Definition/S13_A7_T2.js b/test/suite/converted/13_Function_Definition/S13_A7_T2.js index b93e24bdb5..d2514f1ce1 100644 --- a/test/suite/converted/13_Function_Definition/S13_A7_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A7_T2.js @@ -4,9 +4,9 @@ /** * The FunctionBody must be SourceElements * - * @section: 13; - * @path: 13_Function_Definition/S13_A7_T2.js; - * @description: Inserting elements that is different from SourceElements into the FunctionBody; + * @section 13 + * @path 13_Function_Definition/S13_A7_T2.js + * @description Inserting elements that is different from SourceElements into the FunctionBody */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/13_Function_Definition/S13_A7_T3.js b/test/suite/converted/13_Function_Definition/S13_A7_T3.js index bb92c3bea2..a3d7504633 100644 --- a/test/suite/converted/13_Function_Definition/S13_A7_T3.js +++ b/test/suite/converted/13_Function_Definition/S13_A7_T3.js @@ -4,10 +4,10 @@ /** * The FunctionBody must be SourceElements * - * @section: 13; - * @path: 13_Function_Definition/S13_A7_T3.js; - * @description: Checking if execution of "function __func(){\A\B\C}" fails; - * @negative; + * @section 13 + * @path 13_Function_Definition/S13_A7_T3.js + * @description Checking if execution of "function __func(){\A\B\C}" fails + * @negative */ function __func(){\A\B\C}; diff --git a/test/suite/converted/13_Function_Definition/S13_A8_T1.js b/test/suite/converted/13_Function_Definition/S13_A8_T1.js index 7bb14da79f..0f5f4283e9 100644 --- a/test/suite/converted/13_Function_Definition/S13_A8_T1.js +++ b/test/suite/converted/13_Function_Definition/S13_A8_T1.js @@ -4,9 +4,9 @@ /** * Arguments property of activation object contains real params to be passed * - * @section: 13; - * @path: 13_Function_Definition/S13_A8_T1.js; - * @description: Creating a function declared with "function __func(param1, param2, param3)" and using arguments.length property in order to perform the test; + * @section 13 + * @path 13_Function_Definition/S13_A8_T1.js + * @description Creating a function declared with "function __func(param1, param2, param3)" and using arguments.length property in order to perform the test */ function __func(param1, param2, param3) { diff --git a/test/suite/converted/13_Function_Definition/S13_A8_T2.js b/test/suite/converted/13_Function_Definition/S13_A8_T2.js index 51db92f4c4..d5b2b437ad 100644 --- a/test/suite/converted/13_Function_Definition/S13_A8_T2.js +++ b/test/suite/converted/13_Function_Definition/S13_A8_T2.js @@ -4,9 +4,9 @@ /** * Arguments property of activation object contains real params to be passed * - * @section: 13; - * @path: 13_Function_Definition/S13_A8_T2.js; - * @description: Creating a function with no parameters and using arguments.length property in order to perform the test; + * @section 13 + * @path 13_Function_Definition/S13_A8_T2.js + * @description Creating a function with no parameters and using arguments.length property in order to perform the test */ function __func() { diff --git a/test/suite/converted/13_Function_Definition/S13_A9.js b/test/suite/converted/13_Function_Definition/S13_A9.js index ed40670866..aad48a2b9c 100644 --- a/test/suite/converted/13_Function_Definition/S13_A9.js +++ b/test/suite/converted/13_Function_Definition/S13_A9.js @@ -4,9 +4,9 @@ /** * Function can be passed as argument * - * @section: 13; - * @path: 13_Function_Definition/S13_A9.js; - * @description: Using function as argument of another function; + * @section 13 + * @path 13_Function_Definition/S13_A9.js + * @description Using function as argument of another function */ function __func__INC(arg){return arg + 1;}; diff --git a/test/suite/converted/14_Program/S14_A1.js b/test/suite/converted/14_Program/S14_A1.js index 999e074f96..44f362fd0b 100644 --- a/test/suite/converted/14_Program/S14_A1.js +++ b/test/suite/converted/14_Program/S14_A1.js @@ -4,9 +4,9 @@ /** * FunctionExpression must be localed in a reacheable fragment of the program * - * @section: 14; - * @path: 14_Program/S14_A1.js; - * @description: Declaring a function within an "if" Expression; + * @section 14 + * @path 14_Program/S14_A1.js + * @description Declaring a function within an "if" Expression */ var THERE = "I'm there"; diff --git a/test/suite/converted/14_Program/S14_A2.js b/test/suite/converted/14_Program/S14_A2.js index b258f8ad87..1bc5f4627f 100644 --- a/test/suite/converted/14_Program/S14_A2.js +++ b/test/suite/converted/14_Program/S14_A2.js @@ -4,9 +4,9 @@ /** * FunctionDeclaration cannot be localed inside an Expression * - * @section: 14; - * @path: 14_Program/S14_A2.js; - * @description: Declaring a function within an "if" Expression; + * @section 14 + * @path 14_Program/S14_A2.js + * @description Declaring a function within an "if" Expression */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/14_Program/S14_A3.js b/test/suite/converted/14_Program/S14_A3.js index 3318cbbf37..f2a3c1b3de 100644 --- a/test/suite/converted/14_Program/S14_A3.js +++ b/test/suite/converted/14_Program/S14_A3.js @@ -4,9 +4,9 @@ /** * Global FunctionDeclaration cannot be defined within the body of another FunctionDeclaration * - * @section: 14; - * @path: 14_Program/S14_A3.js; - * @description: Declaring a function within the body of another function; + * @section 14 + * @path 14_Program/S14_A3.js + * @description Declaring a function within the body of another function */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/14_Program/S14_A5_T1.js b/test/suite/converted/14_Program/S14_A5_T1.js index a14ec21f81..ceeaf68c1c 100644 --- a/test/suite/converted/14_Program/S14_A5_T1.js +++ b/test/suite/converted/14_Program/S14_A5_T1.js @@ -4,9 +4,9 @@ /** * The Identifer within a FunctionDeclaration can be written in both letters and unicode * - * @section: 14; - * @path: 14_Program/S14_A5_T1.js; - * @description: Declaring a function with "function __\u0066\u0075\u006e\u0063(){return "both"}"; + * @section 14 + * @path 14_Program/S14_A5_T1.js + * @description Declaring a function with "function __\u0066\u0075\u006e\u0063(){return "both"}" */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/14_Program/S14_A5_T2.js b/test/suite/converted/14_Program/S14_A5_T2.js index afb9740ad5..9eb3a0c92a 100644 --- a/test/suite/converted/14_Program/S14_A5_T2.js +++ b/test/suite/converted/14_Program/S14_A5_T2.js @@ -4,9 +4,9 @@ /** * The Identifer within a FunctionDeclaration can be written in both letters and unicode * - * @section: 14; - * @path: 14_Program/S14_A5_T2.js; - * @description: Declaring a function with "function \u005f\u005f\u0066\u0075\u006e\u0063(){return "unicode"}"; + * @section 14 + * @path 14_Program/S14_A5_T2.js + * @description Declaring a function with "function \u005f\u005f\u0066\u0075\u006e\u0063(){return "unicode"}" */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T1.js index 1ae79ce9a3..57e3db3ada 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T1.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T1.js; - * @description: Tested RegExp is "a**"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T1.js + * @description Tested RegExp is "a**" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T10.js index 915c311f05..d005319e63 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T10.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T10.js; - * @description: Tested RegExp is "++a"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T10.js + * @description Tested RegExp is "++a" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T11.js index 6680fdb8df..aa281a0e58 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T11.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T11.js; - * @description: Tested RegExp is "?a"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T11.js + * @description Tested RegExp is "?a" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T12.js index 65ae9be7c6..6b41e3f97f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T12.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T12.js; - * @description: Tested RegExp is "??a"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T12.js + * @description Tested RegExp is "??a" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T13.js index 5335a4bd88..545f767b6c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T13.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T13.js; - * @description: Tested RegExp is "x{1}{1,}"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T13.js + * @description Tested RegExp is "x{1}{1,}" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T14.js index 1666202fa9..48c5b98ba2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T14.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T14.js; - * @description: Tested RegExp is "x{1,2}{1}"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T14.js + * @description Tested RegExp is "x{1,2}{1}" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T15.js index 30803d1950..b58d7cc35c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T15.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T15.js; - * @description: Tested RegExp is "x{1,}{1}"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T15.js + * @description Tested RegExp is "x{1,}{1}" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T16.js index eaa51d25df..be02fa1456 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T16.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T16.js; - * @description: Tested RegExp is "x{0,1}{1,}"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T16.js + * @description Tested RegExp is "x{0,1}{1,}" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T2.js index 7057d90417..bb1e7bb03a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T2.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T2.js; - * @description: Tested RegExp is "a***"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T2.js + * @description Tested RegExp is "a***" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T3.js index 5137ac507e..5a4835746c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T3.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T3.js; - * @description: Tested RegExp is "a++"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T3.js + * @description Tested RegExp is "a++" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T4.js index 4c10cf2c0e..04fff7b2d3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T4.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T4.js; - * @description: Tested RegExp is "a+++"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T4.js + * @description Tested RegExp is "a+++" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T5.js index d8096686fc..f6dc61c00c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T5.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T5.js; - * @description: Tested RegExp is "a???"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T5.js + * @description Tested RegExp is "a???" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T6.js index db62a4f392..f3ce3012bd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T6.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T6.js; - * @description: Tested RegExp is "a????"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T6.js + * @description Tested RegExp is "a????" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T7.js index 17a918689e..754ede96c7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T7.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T7.js; - * @description: Tested RegExp is "*a"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T7.js + * @description Tested RegExp is "*a" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T8.js index fe4c087885..e8a5bbbda8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T8.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T8.js; - * @description: Tested RegExp is "**a"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T8.js + * @description Tested RegExp is "**a" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T9.js index 52c9cd2395..90757a5364 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T9.js @@ -4,9 +4,9 @@ /** * RegExp syntax errors must be caught when matcher(s) compiles * - * @section: 15.10.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T9.js; - * @description: Tested RegExp is "+a"; + * @section 15.10.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.1_Patterns/S15.10.1_A1_T9.js + * @description Tested RegExp is "+a" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.1_T1.js index de18deee48..8b211fdc69 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.1_T1.js @@ -5,9 +5,9 @@ * The production CharacterEscape :: t evaluates by returning * the character \u0009 * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.1_T1.js; - * @description: Use \t in RegExp and \u0009 in tested string; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.1_T1.js + * @description Use \t in RegExp and \u0009 in tested string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.2_T1.js index 328f31f6fb..3e42f566d7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.2_T1.js @@ -5,9 +5,9 @@ * The production CharacterEscape :: n evaluates by returning * the character \u000A * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.2_T1.js; - * @description: Use \n in RegExp and \u000A in tested string; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.2_T1.js + * @description Use \n in RegExp and \u000A in tested string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.3_T1.js index 3b6c834b01..9cbc41d196 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.3_T1.js @@ -5,9 +5,9 @@ * The production CharacterEscape :: v evaluates by returning * the character \u000B * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.3_T1.js; - * @description: Use \v in RegExp and \u000B in tested string; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.3_T1.js + * @description Use \v in RegExp and \u000B in tested string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.4_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.4_T1.js index 02b4f4971e..d975ccda07 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.4_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.4_T1.js @@ -5,9 +5,9 @@ * The production CharacterEscape :: f evaluates by returning * the character \u000C * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.4_T1.js; - * @description: Use \f in RegExp and \u000C in tested string; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.4_T1.js + * @description Use \f in RegExp and \u000C in tested string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.5_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.5_T1.js index 75a5b20994..53800c6a9f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.5_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.5_T1.js @@ -5,9 +5,9 @@ * The production CharacterEscape :: r evaluates by returning * the character \u000D * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.5_T1.js; - * @description: Use \r in RegExp and \u000D in tested string; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A1.5_T1.js + * @description Use \r in RegExp and \u000D in tested string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T1.js index 622db2dca3..8caee156dd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T1.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: c ControlLetter * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T1.js; - * @description: ControlLetter :: A - Z; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T1.js + * @description ControlLetter :: A - Z */ //CHECK#0041-005A diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T2.js index cfda90df60..31a4e21ddc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T2.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: c ControlLetter * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T2.js; - * @description: ControlLetter :: a - z; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T2.js + * @description ControlLetter :: a - z */ //CHECK#0061-007A diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T3.js index 18b8f0add7..919b8bf3ff 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T3.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: c ControlLetter * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T3.js; - * @description: ControlLetter :: RUSSIAN ALPHABET is incorrect; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A2.1_T3.js + * @description ControlLetter :: RUSSIAN ALPHABET is incorrect */ //CHECK#0410-042F diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T1.js index c597bf0df3..1e0a888864 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T1.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: HexEscapeSequence :: x HexDigit HexDigit * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T1.js; - * @description: Tested string include equal unicode symbols; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T1.js + * @description Tested string include equal unicode symbols */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T2.js index 4a6ffe8509..daa9350614 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T2.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: HexEscapeSequence :: x HexDigit HexDigit * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T2.js; - * @description: Checking ENGLISH CAPITAL ALPHABET and english small alphabet; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A3.1_T2.js + * @description Checking ENGLISH CAPITAL ALPHABET and english small alphabet */ //CHECK#41-5A diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T1.js index 489d34186d..1723f6138d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T1.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: UnicodeEscapeSequence :: u HexDigit HexDigit HexDigit HexDigit * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T1.js; - * @description: RegExp and tested string include uncode symbols; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T1.js + * @description RegExp and tested string include uncode symbols */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T2.js index fde3db7ad2..ce4fb6aaee 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T2.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: UnicodeEscapeSequence :: u HexDigit HexDigit HexDigit HexDigit * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T2.js; - * @description: Tested string include ENGLISH CAPITAL ALPHABET and english small alphabet; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T2.js + * @description Tested string include ENGLISH CAPITAL ALPHABET and english small alphabet */ //CHECK#41-5A diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T3.js index 7802391bfa..b96f241d71 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T3.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: UnicodeEscapeSequence :: u HexDigit HexDigit HexDigit HexDigit * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T3.js; - * @description: Tested string include RUSSIAN CAPITAL ALPHABET and russian small alphabet in unicode notation; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A4.1_T3.js + * @description Tested string include RUSSIAN CAPITAL ALPHABET and russian small alphabet in unicode notation */ //CHECK#0410-042F, 0401 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A5.1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A5.1_T1.js index 38cb8f7944..6ce639a98d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A5.1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A5.1_T1.js @@ -4,9 +4,9 @@ /** * CharacterEscape :: IdentityEscapeSequence :: SourceCharacter but not IdentifierPart * - * @section: 15.10.2.10; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A5.1_T1.js; - * @description: Tested string is "~`!@#$%^&*()-+={[}]|\\:;'<,>./?" + '"'; + * @section 15.10.2.10 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.10_CharacterEscape/S15.10.2.10_A5.1_T1.js + * @description Tested string is "~`!@#$%^&*()-+={[}]|\\:;'<,>./?" + '"' */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T1.js index f9c4bdf7aa..b7dc0b99d2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T1.js @@ -4,9 +4,9 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T1.js; - * @description: DecimalEscape :: 0. If i is zero, return the EscapeValue consisting of a character (Unicodevalue0000); + * @section 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T1.js + * @description DecimalEscape :: 0. If i is zero, return the EscapeValue consisting of a character (Unicodevalue0000) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T2.js index 8bb437e4f7..4f865dcc6d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T2.js @@ -4,10 +4,10 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T2.js; - * @description: It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression; - * @negative; + * @section 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T2.js + * @description It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression + * @negative */ /\1/.exec(""); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T3.js index 2471f3037d..d8d0889112 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T3.js @@ -4,10 +4,10 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T3.js; - * @description: It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression; - * @negative; + * @section 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T3.js + * @description It is an error if n is greater than the total number of left capturing parentheses in the entire regular expression + * @negative */ /(?:A)\2/.exec("AA"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T4.js index 38fb5b50c5..695c415de2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T4.js @@ -4,9 +4,9 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11, 15.10.2.9; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T4.js; - * @description: DecimalIntegerLiteral is not 0; + * @section 15.10.2.11, 15.10.2.9 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T4.js + * @description DecimalIntegerLiteral is not 0 */ var arr = /(A)\1/.exec("AA"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T5.js index e3c39ac920..0ae6e1eac9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T5.js @@ -4,9 +4,9 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11, 15.10.2.9; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T5.js; - * @description: DecimalIntegerLiteral is not 0; + * @section 15.10.2.11, 15.10.2.9 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T5.js + * @description DecimalIntegerLiteral is not 0 */ var arr = /\1(A)/.exec("AA"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T6.js index 24b98a809f..9e5b87febb 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T6.js @@ -4,9 +4,9 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11, 15.10.2.9; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T6.js; - * @description: DecimalIntegerLiteral is not 0; + * @section 15.10.2.11, 15.10.2.9 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T6.js + * @description DecimalIntegerLiteral is not 0 */ var arr = /(A)\1(B)\2/.exec("AABB"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T7.js index cf6fe7ec70..2a0ac95489 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T7.js @@ -4,9 +4,9 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11, 15.10.2.9; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T7.js; - * @description: DecimalIntegerLiteral is not 0; + * @section 15.10.2.11, 15.10.2.9 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T7.js + * @description DecimalIntegerLiteral is not 0 */ var arr = /\1(A)(B)\2/.exec("ABB"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T8.js index f05ebbc80f..ae89bd722a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T8.js @@ -4,9 +4,9 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11, 15.10.2.9; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T8.js; - * @description: DecimalIntegerLiteral is not 0; + * @section 15.10.2.11, 15.10.2.9 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T8.js + * @description DecimalIntegerLiteral is not 0 */ var arr = /((((((((((A))))))))))\1\2\3\4\5\6\7\8\9\10/.exec("AAAAAAAAAAA"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T9.js index e3216b976e..aede8a8631 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T9.js @@ -4,9 +4,9 @@ /** * DecimalEscape :: DecimalIntegerLiteral [lookahead not in DecimalDigit] * - * @section: 15.10.2.11, 15.10.2.9; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T9.js; - * @description: DecimalIntegerLiteral is not 0; + * @section 15.10.2.11, 15.10.2.9 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.11_DecimalEscape/S15.10.2.11_A1_T9.js + * @description DecimalIntegerLiteral is not 0 */ var arr = /((((((((((A))))))))))\10\9\8\7\6\5\4\3\2\1/.exec("AAAAAAAAAAA"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1.js index 0f3d636e58..db3392b074 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: s evaluates by returning the set of characters * containing the characters that are on the right-hand side of the WhiteSpace (7.2) or LineTerminator (7.3) productions * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1.js; - * @description: WhiteSpace; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T1.js + * @description WhiteSpace */ var i0 = ""; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2.js index 88be69793c..84c95f8836 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: s evaluates by returning the set of characters * containing the characters that are on the right-hand side of the WhiteSpace (7.2) or LineTerminator (7.3) productions * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2.js; - * @description: LineTerminator; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2.js + * @description LineTerminator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T3.js index 8201da96c0..0f3bb87421 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T3.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: s evaluates by returning the set of characters * containing the characters that are on the right-hand side of the WhiteSpace (7.2) or LineTerminator (7.3) productions * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T3.js; - * @description: ENGLISH ALPHABET; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T3.js + * @description ENGLISH ALPHABET */ var regexp_s = /\s/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T4.js index 36d6a4bc7b..6059152d92 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T4.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: s evaluates by returning the set of characters * containing the characters that are on the right-hand side of the WhiteSpace (7.2) or LineTerminator (7.3) productions * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T4.js; - * @description: RUSSIAN ALPHABET; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T4.js + * @description RUSSIAN ALPHABET */ var regexp_s = /\s/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T5.js index 8e31e042e5..8b8ef8f8c8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T5.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: s evaluates by returning the set of characters * containing the characters that are on the right-hand side of the WhiteSpace (7.2) or LineTerminator (7.3) productions * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T5.js; - * @description: Tested string is "0123456789_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ~`!@#$%^&*()-+={[}]|\\:;'<,>./?" + '"'; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T5.js + * @description Tested string is "0123456789_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ~`!@#$%^&*()-+={[}]|\\:;'<,>./?" + '"' */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1.js index 2ece513de9..92a1bb2038 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1.js @@ -6,9 +6,9 @@ * the set of all characters not included in the set returned by * CharacterClassEscape :: s * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1.js; - * @description: WhiteSpace; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1.js + * @description WhiteSpace */ var i0 = ""; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2.js index 3eac6aecf9..84c15dd6da 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2.js @@ -6,9 +6,9 @@ * the set of all characters not included in the set returned by * CharacterClassEscape :: s * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2.js; - * @description: LineTerminator; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2.js + * @description LineTerminator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T3.js index c16eb54204..b4d27225ac 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T3.js @@ -6,9 +6,9 @@ * the set of all characters not included in the set returned by * CharacterClassEscape :: s * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T3.js; - * @description: ENGLISH ALPHABET; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T3.js + * @description ENGLISH ALPHABET */ var regexp_S = /\S/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T4.js index b03385452d..4d1d8d0d6b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T4.js @@ -6,9 +6,9 @@ * the set of all characters not included in the set returned by * CharacterClassEscape :: s * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T4.js; - * @description: RUSSIAN ALPHABET; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T4.js + * @description RUSSIAN ALPHABET */ var regexp_S = /\S/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T5.js index cbd6db744f..e9955ffe3c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T5.js @@ -6,9 +6,9 @@ * the set of all characters not included in the set returned by * CharacterClassEscape :: s * - * @section: 15.10.2.12, 7.2, 7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T5.js; - * @description: Tested string is "0123456789_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ~`!@#$%^&*()-+={[}]|\\:;'<,>./?" + '"'; + * @section 15.10.2.12, 7.2, 7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T5.js + * @description Tested string is "0123456789_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ~`!@#$%^&*()-+={[}]|\\:;'<,>./?" + '"' */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T1.js index a98be7e286..5e66e3b784 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T1.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: w evaluates by returning the set of characters containing the sixty-three characters: * a - z, A - Z, 0 - 9, _ * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T1.js; - * @description: A - Z; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T1.js + * @description A - Z */ var i0 = ""; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T2.js index 4b4939e8cb..1141c05f14 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T2.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: w evaluates by returning the set of characters containing the sixty-three characters: * a - z, A - Z, 0 - 9, _ * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T2.js; - * @description: a - z; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T2.js + * @description a - z */ var regexp_w = /\w/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T3.js index f9460ce7a4..086c403d5f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T3.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: w evaluates by returning the set of characters containing the sixty-three characters: * a - z, A - Z, 0 - 9, _ * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T3.js; - * @description: 0 - 9, _; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T3.js + * @description 0 - 9, _ */ var regexp_w = /\w/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T4.js index b0e6222ab3..5e14ca32d1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T4.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: w evaluates by returning the set of characters containing the sixty-three characters: * a - z, A - Z, 0 - 9, _ * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T4.js; - * @description: RUSSIAN ALPHABET; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T4.js + * @description RUSSIAN ALPHABET */ var regexp_w = /\w/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T5.js index 206c5f98a6..676bd75c34 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T5.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: w evaluates by returning the set of characters containing the sixty-three characters: * a - z, A - Z, 0 - 9, _ * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T5.js; - * @description: non-w; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A3_T5.js + * @description non-w */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T1.js index 3e62e74a70..e6aa3f47ba 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T1.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: W evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: w * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T1.js; - * @description: A - Z; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T1.js + * @description A - Z */ var i0 = ""; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T2.js index b3ee0a6b84..503e633836 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T2.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: W evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: w * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T2.js; - * @description: a - z; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T2.js + * @description a - z */ var regexp_W = /\W/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T3.js index 53f3b853af..f12d5d0454 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T3.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: W evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: w * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T3.js; - * @description: 0 - 9; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T3.js + * @description 0 - 9 */ var regexp_W = /\W/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T4.js index 8044d41f58..0ae2686337 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T4.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: W evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: w * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T4.js; - * @description: RUSSIAN ALPHABET; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T4.js + * @description RUSSIAN ALPHABET */ var regexp_W = /\W/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T5.js index 1e43cbccbc..e21dfa6a5a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T5.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: W evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: w * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T5.js; - * @description: non-w; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A4_T5.js + * @description non-w */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T1.js index 75747e4e0b..969e3bb3e1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T1.js @@ -4,9 +4,9 @@ /** * The production CharacterClassEscape :: d evaluates by returning the ten-element set of characters containing the characters 0 through 9 inclusive * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T1.js; - * @description: 0 - 9; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T1.js + * @description 0 - 9 */ var i0 = ""; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T2.js index 1a58364fe1..e123e43e31 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T2.js @@ -4,9 +4,9 @@ /** * The production CharacterClassEscape :: d evaluates by returning the ten-element set of characters containing the characters 0 through 9 inclusive * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T2.js; - * @description: ENGLISH ALPHABET; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T2.js + * @description ENGLISH ALPHABET */ var regexp_d = /\d/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T3.js index 7aafd38822..5973336345 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T3.js @@ -4,9 +4,9 @@ /** * The production CharacterClassEscape :: d evaluates by returning the ten-element set of characters containing the characters 0 through 9 inclusive * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T3.js; - * @description: RUSSIAN ALPHABET; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T3.js + * @description RUSSIAN ALPHABET */ var regexp_d = /\d/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T4.js index fd99be55c5..dff0401118 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T4.js @@ -4,9 +4,9 @@ /** * The production CharacterClassEscape :: d evaluates by returning the ten-element set of characters containing the characters 0 through 9 inclusive * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T4.js; - * @description: non-d; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A5_T4.js + * @description non-d */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T1.js index d2db04d090..9f70532d16 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T1.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: D evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: d * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T1.js; - * @description: 0 - 9; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T1.js + * @description 0 - 9 */ var i0 = ""; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T2.js index d4ccbd446f..0250e1b5e0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T2.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: D evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: d * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T2.js; - * @description: ENGLISH ALPHABET; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T2.js + * @description ENGLISH ALPHABET */ var regexp_D = /\D/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T3.js index dfb667347a..204a5be0dc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T3.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: D evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: d * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T3.js; - * @description: RUSSIAN ALPHABET; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T3.js + * @description RUSSIAN ALPHABET */ var regexp_D = /\D/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T4.js index a3ed546dce..1a81b826fd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T4.js @@ -5,9 +5,9 @@ * The production CharacterClassEscape :: D evaluates by returning the set of all characters not * included in the set returned by CharacterClassEscape :: d * - * @section: 15.10.2.12; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T4.js; - * @description: RUSSIAN ALPHABET; + * @section 15.10.2.12 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.12_CharacterClassEscape/S15.10.2.12_A6_T4.js + * @description RUSSIAN ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T1.js index f47c9b8f7a..b6a22ef29e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T1.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T1.js; - * @description: Execute /[]a/.test("\0a\0a") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T1.js + * @description Execute /[]a/.test("\0a\0a") and check results */ __executed = /[]a/.test("\0a\0a");; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T10.js index ee20a593f1..2984ccc526 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T10.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T10.js; - * @description: Execute /[a-c\d]+/.exec("\n\n\abc324234\n") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T10.js + * @description Execute /[a-c\d]+/.exec("\n\n\abc324234\n") and check results */ __executed = /[a-c\d]+/.exec("\n\n\abc324234\n"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T11.js index 3820721023..b9f708f217 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T11.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T11.js; - * @description: Execute /ab[.]?c/.exec("abc") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T11.js + * @description Execute /ab[.]?c/.exec("abc") and check results */ __executed = /ab[.]?c/.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T12.js index 1175af1f76..0a030727d8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T12.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T12.js; - * @description: Execute /a[b]c/.exec("abc") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T12.js + * @description Execute /a[b]c/.exec("abc") and check results */ __executed = /a[b]c/.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T13.js index 8b4373e3d3..48c66105c8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T13.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T13.js; - * @description: Execute /[a-z][^1-9][a-z]/.exec("a1b b2c c3d def f4g") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T13.js + * @description Execute /[a-z][^1-9][a-z]/.exec("a1b b2c c3d def f4g") and check results */ __executed = /[a-z][^1-9][a-z]/.exec("a1b b2c c3d def f4g"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T14.js index 0ecdf79cc3..f095990f09 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T14.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T14.js; - * @description: Execute /[*&$]{3}/.exec("123*&$abc") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T14.js + * @description Execute /[*&$]{3}/.exec("123*&$abc") and check results */ __executed = /[*&$]{3}/.exec("123*&$abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T15.js index ca4062f727..6848917b9c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T15.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T15.js; - * @description: Execute /[\d][\n][^\d]/.exec("line1\nline2") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T15.js + * @description Execute /[\d][\n][^\d]/.exec("line1\nline2") and check results */ __executed = /[\d][\n][^\d]/.exec("line1\nline2"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T16.js index bd1b490ba7..db60961c33 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T16.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T16.js; - * @description: Execute /[\d][\12-\14]{1,}[^\d]/.exec("line1\n\n\n\n\nline2") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T16.js + * @description Execute /[\d][\12-\14]{1,}[^\d]/.exec("line1\n\n\n\n\nline2") and check results */ __executed = /[\d][\12-\14]{1,}[^\d]/.exec("line1\n\n\n\n\nline2"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T17.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T17.js index da5217c38b..fce4a766ca 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T17.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T17.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T17.js; - * @description: Execute /[]/.exec("a[b\n[]\tc]d") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T17.js + * @description Execute /[]/.exec("a[b\n[]\tc]d") and check results */ __executed = /[]/.exec("a[b\n[]\tc]d"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T2.js index 10b0c5550c..645eb8b98a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T2.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T2.js; - * @description: Execute /a[]/.test("\0a\0a") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T2.js + * @description Execute /a[]/.test("\0a\0a") and check results */ __executed = /a[]/.test("\0a\0a");; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T3.js index 230d6e50a9..6682f68bd6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T3.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T3.js; - * @description: Execute /q[ax-zb](?=\s+)/.exec("qYqy ") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T3.js + * @description Execute /q[ax-zb](?=\s+)/.exec("qYqy ") and check results */ __executed = /q[ax-zb](?=\s+)/.exec("qYqy "); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T4.js index f50e8c1548..167e09296a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T4.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T4.js; - * @description: Execute /q[ax-zb](?=\s+)/.exec("tqaqy ") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T4.js + * @description Execute /q[ax-zb](?=\s+)/.exec("tqaqy ") and check results */ __executed = /q[ax-zb](?=\s+)/.exec("tqaqy "); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T5.js index ff5892bf34..ce429e2317 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T5.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T5.js; - * @description: Execute /q[ax-zb](?=\s+)/.exec("tqa\t qy ") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T5.js + * @description Execute /q[ax-zb](?=\s+)/.exec("tqa\t qy ") and check results */ __executed = /q[ax-zb](?=\s+)/.exec("tqa\t qy "); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T6.js index 0601c1f5cb..f7d7e7dc3d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T6.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T6.js; - * @description: Execute /ab[ercst]de/.exec("abcde") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T6.js + * @description Execute /ab[ercst]de/.exec("abcde") and check results */ __executed = /ab[ercst]de/.exec("abcde"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T7.js index e42f688d92..f6915d57e4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T7.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T7.js; - * @description: Execute /ab[erst]de/.test("abcde") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T7.js + * @description Execute /ab[erst]de/.test("abcde") and check results */ __executed = /ab[erst]de/.test("abcde"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T8.js index 5febeacc75..2e1578b5a1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T8.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T8.js; - * @description: Execute /[d-h]+/.exec("abcdefghijkl") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T8.js + * @description Execute /[d-h]+/.exec("abcdefghijkl") and check results */ __executed = /[d-h]+/.exec("abcdefghijkl"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T9.js index c30b86da3b..158ff40f40 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T9.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean false * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T9.js; - * @description: Execute /[1234567].{2}/.exec("abc6defghijkl") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A1_T9.js + * @description Execute /[1234567].{2}/.exec("abc6defghijkl") and check results */ __executed = /[1234567].{2}/.exec("abc6defghijkl"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T1.js index 8574993120..3b923313a0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T1.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T1.js; - * @description: Execute /[^]a/m.exec("a\naba") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T1.js + * @description Execute /[^]a/m.exec("a\naba") and check results */ __executed = /[^]a/m.exec("a\naba"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T2.js index 7578efba22..46f0516097 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T2.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T2.js; - * @description: Execute /a[^]/.exec(" a\t\n") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T2.js + * @description Execute /a[^]/.exec(" a\t\n") and check results */ __executed = /a[^]/.exec(" a\t\n"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T3.js index a85278dfdb..78506754bb 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T3.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T3.js; - * @description: Execute /a[^b-z]\s+/.exec("ab an az aY n") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T3.js + * @description Execute /a[^b-z]\s+/.exec("ab an az aY n") and check results */ __executed = /a[^b-z]\s+/.exec("ab an az aY n"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T4.js index 720305e55c..2b04de2d94 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T4.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T4.js; - * @description: Execute /[^\b]+/g.exec("easy\bto\u0008ride") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T4.js + * @description Execute /[^\b]+/g.exec("easy\bto\u0008ride") and check results */ __executed = /[^\b]+/g.exec("easy\bto\u0008ride"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T5.js index 9a18f754c5..634d3ce7ee 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T5.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T5.js; - * @description: Execute /a[^1-9]c/.exec("abc") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T5.js + * @description Execute /a[^1-9]c/.exec("abc") and check results */ __executed = /a[^1-9]c/.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T6.js index ed3e3ae497..93ff1a68af 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T6.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T6.js; - * @description: Execute /a[^b]c/.test("abc") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T6.js + * @description Execute /a[^b]c/.test("abc") and check results */ __executed = /a[^b]c/.test("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T7.js index d302a17fd3..9fe3d24173 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T7.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T7.js; - * @description: Execute /[^a-z]{4}/.exec("abc#$%def%&*@ghi") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T7.js + * @description Execute /[^a-z]{4}/.exec("abc#$%def%&*@ghi") and check results */ __executed = /[^a-z]{4}/.exec("abc#$%def%&*@ghi"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T8.js index 99e2c8455e..ee9c1337c6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T8.js @@ -4,9 +4,9 @@ /** * The production CharacterClass :: [ ^ ClassRanges ] evaluates by evaluating ClassRanges to obtain a CharSet and returning that CharSet and the boolean true * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T8.js; - * @description: Execute /[^]/.exec("abc#$%def%&*@ghi") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A2_T8.js + * @description Execute /[^]/.exec("abc#$%def%&*@ghi") and check results */ __executed = /[^]/.exec("abc#$%def%&*@ghi"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T1.js index 19141319d9..4977cb1a09 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T1.js @@ -4,9 +4,9 @@ /** * Inside a CharacterClass, \b means the backspace character * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T1.js; - * @description: Execute /.[\b]./.exec("abc\bdef") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T1.js + * @description Execute /.[\b]./.exec("abc\bdef") and check results */ __executed = /.[\b]./.exec("abc\bdef"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T2.js index bba9e60454..7a37e12291 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T2.js @@ -4,9 +4,9 @@ /** * Inside a CharacterClass, \b means the backspace character * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T2.js; - * @description: Execute /c[\b]{3}d/.exec("abc\b\b\bdef") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T2.js + * @description Execute /c[\b]{3}d/.exec("abc\b\b\bdef") and check results */ __executed = /c[\b]{3}d/.exec("abc\b\b\bdef"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T3.js index c52fa42095..e1ddfacbc1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T3.js @@ -4,9 +4,9 @@ /** * Inside a CharacterClass, \b means the backspace character * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T3.js; - * @description: Execute /[^\[\b\]]+/.exec("abc\bdef") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T3.js + * @description Execute /[^\[\b\]]+/.exec("abc\bdef") and check results */ __executed = /[^\[\b\]]+/.exec("abc\bdef"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T4.js index e900e8904b..9dcea099d1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T4.js @@ -4,9 +4,9 @@ /** * Inside a CharacterClass, \b means the backspace character * - * @section: 15.10.2.13; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T4.js; - * @description: Execute /[^\[\b\]]+/.exec("abcdef") and check results; + * @section 15.10.2.13 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.13_CharacterClass/S15.10.2.13_A3_T4.js + * @description Execute /[^\[\b\]]+/.exec("abcdef") and check results */ __executed = /[^\[\b\]]+/.exec("abcdef"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T1.js index 13affbd37c..7b77a1ec38 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T1.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T1.js; - * @description: Checking if execution of "/[b-ac-e]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T1.js + * @description Checking if execution of "/[b-ac-e]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T10.js index 654db86795..c1268c4cf4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T10.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T10.js; - * @description: Checking if execution of "/[\10b-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T10.js + * @description Checking if execution of "/[\10b-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T11.js index 018e5b1e6c..d21a4678c4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T11.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T11.js; - * @description: Checking if execution of "/[\bd-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T11.js + * @description Checking if execution of "/[\bd-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T12.js index d85b1f8f1f..d45e280e40 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T12.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T12.js; - * @description: Checking if execution of "/[\Bd-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T12.js + * @description Checking if execution of "/[\Bd-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T13.js index 11f5c3b0b6..519bffb62a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T13.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T13.js; - * @description: Checking if execution of "/[\td-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T13.js + * @description Checking if execution of "/[\td-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T14.js index 3706ea5bbd..98384afca0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T14.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T14.js; - * @description: Checking if execution of "/[\nd-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T14.js + * @description Checking if execution of "/[\nd-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T15.js index 0d21604268..1854d2e41e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T15.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T15.js; - * @description: Checking if execution of "/[\vd-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T15.js + * @description Checking if execution of "/[\vd-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T16.js index 770040f3da..5a8be59455 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T16.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T16.js; - * @description: Checking if execution of "/[\fd-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T16.js + * @description Checking if execution of "/[\fd-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T17.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T17.js index 55f7c4f357..ce24760aff 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T17.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T17.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T17.js; - * @description: Checking if execution of "/[\rd-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T17.js + * @description Checking if execution of "/[\rd-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T18.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T18.js index 1e442eabcb..bd2c62049e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T18.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T18.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T18.js; - * @description: Checking if execution of "/[\c0001d-G]/.exec("1")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T18.js + * @description Checking if execution of "/[\c0001d-G]/.exec("1")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T19.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T19.js index a872897e2d..69fa4ed1ad 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T19.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T19.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T19.js; - * @description: Checking if execution of "/[\x0061d-G]/.exec("1")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T19.js + * @description Checking if execution of "/[\x0061d-G]/.exec("1")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T2.js index feb9365181..b63b1c092e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T2.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T2.js; - * @description: Checking if execution of "/[a-dc-b]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T2.js + * @description Checking if execution of "/[a-dc-b]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T20.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T20.js index 244ca54a94..1ef06d3154 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T20.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T20.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T20.js; - * @description: Checking if execution of "/[\u0061d-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T20.js + * @description Checking if execution of "/[\u0061d-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T21.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T21.js index 4f777ccd70..fba7cc8cfe 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T21.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T21.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T21.js; - * @description: Checking if execution of "/[\ad-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T21.js + * @description Checking if execution of "/[\ad-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T22.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T22.js index 135073596e..7ecf3ea856 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T22.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T22.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T22.js; - * @description: Checking if execution of "/[c-eb-a]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T22.js + * @description Checking if execution of "/[c-eb-a]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T23.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T23.js index 91e3d59596..10b1853e6a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T23.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T23.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T23.js; - * @description: Checking if execution of "/[b-G\d]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T23.js + * @description Checking if execution of "/[b-G\d]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T24.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T24.js index 35aab0ec58..efc41697a8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T24.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T24.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T24.js; - * @description: Checking if execution of "/[b-G\D]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T24.js + * @description Checking if execution of "/[b-G\D]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T25.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T25.js index 49d771d5e2..39bdc8c3ca 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T25.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T25.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T25.js; - * @description: Checking if execution of "/[b-G\s]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T25.js + * @description Checking if execution of "/[b-G\s]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T26.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T26.js index a06cb19569..dabe2ad3ff 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T26.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T26.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T26.js; - * @description: Checking if execution of "/[b-G\S]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T26.js + * @description Checking if execution of "/[b-G\S]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T27.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T27.js index 9218162bad..6c085b0a1f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T27.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T27.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T27.js; - * @description: Checking if execution of "/[b-G\w]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T27.js + * @description Checking if execution of "/[b-G\w]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T28.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T28.js index b13bfcaf5c..dd55f9765d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T28.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T28.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T28.js; - * @description: Checking if execution of "/[b-G\W]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T28.js + * @description Checking if execution of "/[b-G\W]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T29.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T29.js index 91c46c7b58..8ee2c00b3d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T29.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T29.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T29.js; - * @description: Checking if execution of "/[b-G\0]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T29.js + * @description Checking if execution of "/[b-G\0]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T3.js index 21e1ea53d2..a12aafa4df 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T3.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T3.js; - * @description: Checking if execution of "/[\db-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T3.js + * @description Checking if execution of "/[\db-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T30.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T30.js index e704aad2da..25b0673e24 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T30.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T30.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T30.js; - * @description: Checking if execution of "/[b-G\10]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T30.js + * @description Checking if execution of "/[b-G\10]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T31.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T31.js index a8875b5444..00f4c47d87 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T31.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T31.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T31.js; - * @description: Checking if execution of "/[d-G\b]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T31.js + * @description Checking if execution of "/[d-G\b]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T32.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T32.js index 69b37d7afb..eb943ade89 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T32.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T32.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T32.js; - * @description: Checking if execution of "/[d-G\B]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T32.js + * @description Checking if execution of "/[d-G\B]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T33.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T33.js index 33db2b104f..0424f4f6bf 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T33.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T33.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T33.js; - * @description: Checking if execution of "/[d-G\t]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T33.js + * @description Checking if execution of "/[d-G\t]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T34.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T34.js index 8843b55776..0de283d632 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T34.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T34.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T34.js; - * @description: Checking if execution of "/[d-G\n]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T34.js + * @description Checking if execution of "/[d-G\n]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T35.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T35.js index f94c1dd4e0..7fa0c9fbe2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T35.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T35.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T35.js; - * @description: Checking if execution of "/[d-G\v]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T35.js + * @description Checking if execution of "/[d-G\v]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T36.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T36.js index 6b50f44d6f..0df10cef60 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T36.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T36.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T36.js; - * @description: Checking if execution of "/[d-G\f]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T36.js + * @description Checking if execution of "/[d-G\f]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T37.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T37.js index 57e67c6f6b..57682b79e1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T37.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T37.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T37.js; - * @description: Checking if execution of "/[d-G\r]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T37.js + * @description Checking if execution of "/[d-G\r]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T38.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T38.js index d70f8c445d..6952423fea 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T38.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T38.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T38.js; - * @description: Checking if execution of "/[d-G\c0001]/.exec("1")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T38.js + * @description Checking if execution of "/[d-G\c0001]/.exec("1")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T39.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T39.js index f45813dd42..ef2a13cfee 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T39.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T39.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T39.js; - * @description: Checking if execution of "/[d-G\x0061]/.exec("1")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T39.js + * @description Checking if execution of "/[d-G\x0061]/.exec("1")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T4.js index d411011f0c..8d78852de2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T4.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T4.js; - * @description: Checking if execution of "/[\Db-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T4.js + * @description Checking if execution of "/[\Db-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T40.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T40.js index 5c7699eb5b..ffafda4ebc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T40.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T40.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T40.js; - * @description: Checking if execution of "/[d-G\u0061]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T40.js + * @description Checking if execution of "/[d-G\u0061]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T41.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T41.js index 497673a1b5..e531c36a8b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T41.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T41.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T41.js; - * @description: Checking if execution of "/[d-G\a]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T41.js + * @description Checking if execution of "/[d-G\a]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T5.js index e77890f677..8303964380 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T5.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T5.js; - * @description: Checking if execution of "/[\sb-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T5.js + * @description Checking if execution of "/[\sb-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T6.js index 2c21621b07..e1a740f039 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T6.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T6.js; - * @description: Checking if execution of "/[\Sb-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T6.js + * @description Checking if execution of "/[\Sb-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T7.js index 58cd769260..eea9d02b43 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T7.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T7.js; - * @description: Checking if execution of "/[\wb-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T7.js + * @description Checking if execution of "/[\wb-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T8.js index 8bb3913d25..4a7004cc97 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T8.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T8.js; - * @description: Checking if execution of "/[\Wb-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T8.js + * @description Checking if execution of "/[\Wb-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T9.js index abe6dcc813..46396e9dd1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T9.js @@ -7,9 +7,9 @@ * If A does not contain exactly one character or B does not contain exactly one character then throw * a SyntaxError exception * - * @section: 15.10.2.15; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T9.js; - * @description: Checking if execution of "/[\0b-G]/.exec("a")" leads to throwing the correct exception; + * @section 15.10.2.15 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T9.js + * @description Checking if execution of "/[\0b-G]/.exec("a")" leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T1.js index 32a262859a..8b2831cdda 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T1.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T1.js; - * @description: Execute /a|ab/.exec("abc") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T1.js + * @description Execute /a|ab/.exec("abc") and check results */ __executed = /a|ab/.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T10.js index cbea077e22..5d82fa16b2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T10.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T10.js; - * @description: Execute /(?:ab|cd)+|ef/i.exec("AEKeFCDab") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T10.js + * @description Execute /(?:ab|cd)+|ef/i.exec("AEKeFCDab") and check results */ __executed = /(?:ab|cd)+|ef/i.exec("AEKeFCDab"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T11.js index 05a4d49326..d40f85c931 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T11.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T11.js; - * @description: Execute /11111|111/.exec("1111111111111111") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T11.js + * @description Execute /11111|111/.exec("1111111111111111") and check results */ __executed = /11111|111/.exec("1111111111111111"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T12.js index 9fb31b5fd0..58df8a1aa2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T12.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T12.js; - * @description: Execute /xyz|.../.exec("abc") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T12.js + * @description Execute /xyz|.../.exec("abc") and check results */ __executed = /xyz|.../.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T13.js index d9e9d31592..fcb4704c09 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T13.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T13.js; - * @description: Execute /(.)..|abc/.exec("abc") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T13.js + * @description Execute /(.)..|abc/.exec("abc") and check results */ __executed = /(.)..|abc/.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T14.js index 721767317a..a9d8f4dc2f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T14.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T14.js; - * @description: Execute /.+: gr(a|e)y/.exec("color: grey") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T14.js + * @description Execute /.+: gr(a|e)y/.exec("color: grey") and check results */ __executed = /.+: gr(a|e)y/.exec("color: grey"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T15.js index 68c71939a4..e9be87ef40 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T15.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T15.js; - * @description: Execute /(Rob)|(Bob)|(Robert)|(Bobby)/.exec("Hi Bob") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T15.js + * @description Execute /(Rob)|(Bob)|(Robert)|(Bobby)/.exec("Hi Bob") and check results */ __executed = /(Rob)|(Bob)|(Robert)|(Bobby)/.exec("Hi Bob"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T16.js index 227114818b..9744cc4b01 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T16.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T16.js; - * @description: Execute /()|/.exec("") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T16.js + * @description Execute /()|/.exec("") and check results */ __executed = /()|/.exec(""); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T17.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T17.js index b2f4c8fed5..a5e1d8f01d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T17.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T17.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T17.js; - * @description: Execute /|()/.exec("") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T17.js + * @description Execute /|()/.exec("") and check results */ __executed = /|()/.exec(""); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T2.js index 5b01635ba9..150543c65c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T2.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T2.js; - * @description: Execute /((a)|(ab))((c)|(bc))/.exec("abc") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T2.js + * @description Execute /((a)|(ab))((c)|(bc))/.exec("abc") and check results */ __executed = /((a)|(ab))((c)|(bc))/.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T3.js index fc1a8f8fac..9cc081338e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T3.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T3.js; - * @description: Execute /\d{3}|[a-z]{4}/.exec("2, 12 and of course repeat 12") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T3.js + * @description Execute /\d{3}|[a-z]{4}/.exec("2, 12 and of course repeat 12") and check results */ __executed = /\d{3}|[a-z]{4}/.exec("2, 12 and of course repeat 12"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T4.js index ff4e016193..57f524da18 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T4.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T4.js; - * @description: Execute /\d{3}|[a-z]{4}/.exec("2, 12 and 234 AND of course repeat 12") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T4.js + * @description Execute /\d{3}|[a-z]{4}/.exec("2, 12 and 234 AND of course repeat 12") and check results */ __executed = /\d{3}|[a-z]{4}/.exec("2, 12 and 234 AND of course repeat 12"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T5.js index 422e6f8205..dafebffb7d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T5.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T5.js; - * @description: Execute /\d{3}|[a-z]{4}/.test("2, 12 and 23 AND 0.00.1") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T5.js + * @description Execute /\d{3}|[a-z]{4}/.test("2, 12 and 23 AND 0.00.1") and check results */ __executed = /\d{3}|[a-z]{4}/.test("2, 12 and 23 AND 0.00.1"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T6.js index d30d393081..0731b6a3f9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T6.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T6.js; - * @description: Execute /ab|cd|ef/i.exec("AEKFCD") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T6.js + * @description Execute /ab|cd|ef/i.exec("AEKFCD") and check results */ __executed = /ab|cd|ef/i.exec("AEKFCD"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T7.js index f0818834c9..a2fe98106b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T7.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T7.js; - * @description: Execute /ab|cd|ef/.test("AEKFCD") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T7.js + * @description Execute /ab|cd|ef/.test("AEKFCD") and check results */ __executed = /ab|cd|ef/.test("AEKFCD"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T8.js index 3a49e3dbbf..a5cc90ab9e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T8.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T8.js; - * @description: Execute /(?:ab|cd)+|ef/i.exec("AEKFCD") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T8.js + * @description Execute /(?:ab|cd)+|ef/i.exec("AEKFCD") and check results */ __executed = /(?:ab|cd)+|ef/i.exec("AEKFCD"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T9.js index 0ea1bae159..a232121988 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T9.js @@ -6,9 +6,9 @@ * The pattern first tries to match the left Alternative (followed by the sequel of the regular expression). * If it fails, it tries to match the right Disjunction (followed by the sequel of the regular expression) * - * @section: 15.10.2.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T9.js; - * @description: Execute /(?:ab|cd)+|ef/i.exec("AEKFCDab") and check results; + * @section 15.10.2.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.3_Disjunction/S15.10.2.3_A1_T9.js + * @description Execute /(?:ab|cd)+|ef/i.exec("AEKFCDab") and check results */ __executed = /(?:ab|cd)+|ef/i.exec("AEKFCDab"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T1.js index ec925f8452..c0c25e6a35 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T1.js @@ -4,9 +4,9 @@ /** * An Atom followed by a Quantifier is repeated the number of times specified by the Quantifier * - * @section: 15.10.2.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T1.js; - * @description: Execute /a[a-z]{2,4}/.exec("abcdefghi") and check results; + * @section 15.10.2.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T1.js + * @description Execute /a[a-z]{2,4}/.exec("abcdefghi") and check results */ __executed = /a[a-z]{2,4}/.exec("abcdefghi"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T2.js index 905908cf08..8d663f0437 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T2.js @@ -4,9 +4,9 @@ /** * An Atom followed by a Quantifier is repeated the number of times specified by the Quantifier * - * @section: 15.10.2.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T2.js; - * @description: Execute /a[a-z]{2,4}?/.exec("abcdefghi") and check results; + * @section 15.10.2.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T2.js + * @description Execute /a[a-z]{2,4}?/.exec("abcdefghi") and check results */ __executed = /a[a-z]{2,4}?/.exec("abcdefghi"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T3.js index bf51cbf53f..6813710826 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T3.js @@ -4,9 +4,9 @@ /** * An Atom followed by a Quantifier is repeated the number of times specified by the Quantifier * - * @section: 15.10.2.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T3.js; - * @description: Execute /(aa|aabaac|ba|b|c)* /.exec("aabaac") and check results; + * @section 15.10.2.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T3.js + * @description Execute /(aa|aabaac|ba|b|c)* /.exec("aabaac") and check results */ __executed = /(aa|aabaac|ba|b|c)*/.exec("aabaac"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T4.js index a8431e3292..9c0ee9ad33 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T4.js @@ -4,9 +4,9 @@ /** * An Atom followed by a Quantifier is repeated the number of times specified by the Quantifier * - * @section: 15.10.2.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T4.js; - * @description: Execute /(z)((a+)?(b+)?(c))* /.exec("zaacbbbcac") and check results; + * @section 15.10.2.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T4.js + * @description Execute /(z)((a+)?(b+)?(c))* /.exec("zaacbbbcac") and check results */ __executed = /(z)((a+)?(b+)?(c))*/.exec("zaacbbbcac"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T5.js index 687a26e8c8..b4e6c7f77b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T5.js @@ -4,9 +4,9 @@ /** * An Atom followed by a Quantifier is repeated the number of times specified by the Quantifier * - * @section: 15.10.2.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T5.js; - * @description: Execute /(a*)b\1+/.exec("baaaac") and check results; + * @section 15.10.2.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.5_Term/S15.10.2.5_A1_T5.js + * @description Execute /(a*)b\1+/.exec("baaaac") and check results */ __executed = /(a*)b\1+/.exec("baaaac"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T1.js index e3074bc16f..e43485e4f3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T1.js @@ -4,9 +4,9 @@ /** * The production Assertion :: $ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T1.js; - * @description: Execute /s$/.test("pairs\nmakes\tdouble") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T1.js + * @description Execute /s$/.test("pairs\nmakes\tdouble") and check results */ __executed = /s$/.test("pairs\nmakes\tdouble"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T2.js index f13d2166db..1d4d2e7677 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T2.js @@ -4,9 +4,9 @@ /** * The production Assertion :: $ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T2.js; - * @description: Execute /e$/.exec("pairs\nmakes\tdouble") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T2.js + * @description Execute /e$/.exec("pairs\nmakes\tdouble") and check results */ __executed = /e$/.exec("pairs\nmakes\tdouble"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T3.js index 859b218fb6..6dec2facd2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T3.js @@ -4,9 +4,9 @@ /** * The production Assertion :: $ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T3.js; - * @description: Execute /s$/m.exec("pairs\nmakes\tdouble") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T3.js + * @description Execute /s$/m.exec("pairs\nmakes\tdouble") and check results */ __executed = /s$/m.exec("pairs\nmakes\tdouble"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T4.js index 1315f33df6..0408033676 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T4.js @@ -4,9 +4,9 @@ /** * The production Assertion :: $ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T4.js; - * @description: Execute /[^e]$/mg.exec("pairs\nmakes\tdouble") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T4.js + * @description Execute /[^e]$/mg.exec("pairs\nmakes\tdouble") and check results */ __executed = /[^e]$/mg.exec("pairs\nmakes\tdouble"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T5.js index e2e65aab7b..d9d363d66c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T5.js @@ -4,9 +4,9 @@ /** * The production Assertion :: $ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T5.js; - * @description: Execute /es$/mg.exec("pairs\nmakes\tdoubl\u0065s") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A1_T5.js + * @description Execute /es$/mg.exec("pairs\nmakes\tdoubl\u0065s") and check results */ __executed = /es$/mg.exec("pairs\nmakes\tdoubl\u0065s"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T1.js index 7367cd861d..d2ab5867ea 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T1.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T1.js; - * @description: Execute /^m/.test("pairs\nmakes\tdouble") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T1.js + * @description Execute /^m/.test("pairs\nmakes\tdouble") and check results */ __executed = /^m/.test("pairs\nmakes\tdouble"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T10.js index f878a7e005..40a9f52976 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T10.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T10.js; - * @description: Execute /^\d+/m.exec("abc\n123xyz") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T10.js + * @description Execute /^\d+/m.exec("abc\n123xyz") and check results */ __executed = /^\d+/m.exec("abc\n123xyz"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T2.js index b2c89f0b24..3f5f9ffe47 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T2.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T2.js; - * @description: Execute /^m/m.exec("pairs\nmakes\tdouble") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T2.js + * @description Execute /^m/m.exec("pairs\nmakes\tdouble") and check results */ __executed = /^m/m.exec("pairs\nmakes\tdouble"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T3.js index ef20f6e696..7015188011 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T3.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T3.js; - * @description: Execute /^p[a-z]/.exec("pairs\nmakes\tdouble\npesos") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T3.js + * @description Execute /^p[a-z]/.exec("pairs\nmakes\tdouble\npesos") and check results */ __executed = /^p[a-z]/.exec("pairs\nmakes\tdouble\npesos"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T4.js index b53411f308..aee7a1a9c3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T4.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T4.js; - * @description: Execute /^p[a-z]/m.exec("pairs\nmakes\tdouble\npesos") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T4.js + * @description Execute /^p[a-z]/m.exec("pairs\nmakes\tdouble\npesos") and check results */ __executed = /^p[b-z]/m.exec("pairs\nmakes\tdouble\npesos"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T5.js index 3e84b8f057..74dda1d665 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T5.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T5.js; - * @description: Execute /^[^p]/m.exec("pairs\nmakes\tdouble\npesos") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T5.js + * @description Execute /^[^p]/m.exec("pairs\nmakes\tdouble\npesos") and check results */ __executed = /^[^p]/m.exec("pairs\nmakes\tdouble\npesos"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T6.js index ce7adbc1fe..bccceb5802 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T6.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T6.js; - * @description: Execute /^ab/.exec("abcde") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T6.js + * @description Execute /^ab/.exec("abcde") and check results */ __executed = /^ab/.exec("abcde"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T7.js index 3be156297f..9f517a8bb0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T7.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T7.js; - * @description: Execute /^..^e/.test("ab\ncde") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T7.js + * @description Execute /^..^e/.test("ab\ncde") and check results */ __executed = /^..^e/.test("ab\ncde"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T8.js index 3bb7a976c2..4b9c71f0d2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T8.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T8.js; - * @description: Execute /^xxx/.test("yyyyy") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T8.js + * @description Execute /^xxx/.test("yyyyy") and check results */ __executed = /^xxx/.test("yyyyy"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T9.js index c539f26008..2c3e5152bb 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T9.js @@ -4,9 +4,9 @@ /** * The production Assertion :: ^ evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T9.js; - * @description: Execute /^\^+/.exec("^^^x") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A2_T9.js + * @description Execute /^\^+/.exec("^^^x") and check results */ __executed = /^\^+/.exec("^^^x"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T1.js index 92a2e74b36..e0f57afcc6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T1.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T1.js; - * @description: Execute /\bp/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T1.js + * @description Execute /\bp/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /\bp/.exec("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T10.js index 915fe4485c..178204490e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T10.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T10.js; - * @description: Execute /\brobot\b/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T10.js + * @description Execute /\brobot\b/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /\brobot\b/.exec("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T11.js index 821783d5f6..92a7a6d2f2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T11.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T11.js; - * @description: Execute /\b\w{5}\b/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T11.js + * @description Execute /\b\w{5}\b/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /\b\w{5}\b/.exec("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T12.js index 9c8d96442f..74256c0a11 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T12.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T12.js; - * @description: Execute /\bop/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T12.js + * @description Execute /\bop/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /\bop/.exec("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T13.js index 4c1b1535df..b381b64385 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T13.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T13.js; - * @description: Execute /op\b/.test("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T13.js + * @description Execute /op\b/.test("pilot\nsoviet robot\topenoffice") and check results */ __executed = /op\b/.test("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T14.js index 43be89aa6d..215946db4c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T14.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T14.js; - * @description: Execute /e\b/.exec("pilot\nsoviet robot\topenoffic\u0065") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T14.js + * @description Execute /e\b/.exec("pilot\nsoviet robot\topenoffic\u0065") and check results */ __executed = /e\b/.exec("pilot\nsoviet robot\topenoffic\u0065"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T15.js index 4ecf5cbaf9..4f02054e53 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T15.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T15.js; - * @description: Execute /\be/.test("pilot\nsoviet robot\topenoffic\u0065") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T15.js + * @description Execute /\be/.test("pilot\nsoviet robot\topenoffic\u0065") and check results */ __executed = /\be/.test("pilot\nsoviet robot\topenoffic\u0065"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T2.js index 561760c76b..c35dabd5ff 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T2.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T2.js; - * @description: Execute /ot\b/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T2.js + * @description Execute /ot\b/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /ot\b/.exec("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T3.js index c9c588f13f..77794982f0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T3.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T3.js; - * @description: Execute /\bot/.test("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T3.js + * @description Execute /\bot/.test("pilot\nsoviet robot\topenoffice") and check results */ __executed = /\bot/.test("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T4.js index a39f95229a..d43d16577a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T4.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T4.js; - * @description: Execute /\bso/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T4.js + * @description Execute /\bso/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /\bso/.exec("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T5.js index 89fc4fde73..a557b0117d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T5.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T5.js; - * @description: Execute /so\b/.test("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T5.js + * @description Execute /so\b/.test("pilot\nsoviet robot\topenoffice") and check results */ __executed = /so\b/.test("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T6.js index b729089ebe..4fb4634ee4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T6.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T6.js; - * @description: Execute /[^o]t\b/.exec("pilOt\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T6.js + * @description Execute /[^o]t\b/.exec("pilOt\nsoviet robot\topenoffice") and check results */ __executed = /[^o]t\b/.exec("pilOt\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T7.js index 9b03a54bd1..2a89701f9e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T7.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T7.js; - * @description: Execute /[^o]t\b/i.exec("pilOt\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T7.js + * @description Execute /[^o]t\b/i.exec("pilOt\nsoviet robot\topenoffice") and check results */ __executed = /[^o]t\b/i.exec("pilOt\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T8.js index dfc70e90a6..83543436c7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T8.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T8.js; - * @description: Execute /\bro/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T8.js + * @description Execute /\bro/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /\bro/.exec("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T9.js index 86ebdaef74..0722d4f280 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T9.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \b evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T9.js; - * @description: Execute /r\b/.exec("pilot\nsoviet robot\topenoffice") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A3_T9.js + * @description Execute /r\b/.exec("pilot\nsoviet robot\topenoffice") and check results */ __executed = /r\b/.test("pilot\nsoviet robot\topenoffice"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T1.js index 21fb4ec1f8..26c20e4867 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T1.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T1.js; - * @description: Execute /\Bevil\B/.exec("devils arise\tfor\nevil") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T1.js + * @description Execute /\Bevil\B/.exec("devils arise\tfor\nevil") and check results */ __executed = /\Bevil\B/.exec("devils arise\tfor\nevil"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T2.js index 2f46801dce..5fff2efe93 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T2.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T2.js; - * @description: Execute /[f-z]e\B/.exec("devils arise\tfor\nevil") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T2.js + * @description Execute /[f-z]e\B/.exec("devils arise\tfor\nevil") and check results */ __executed = /[f-z]e\B/.exec("devils arise\tfor\nrevil"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T3.js index 921591413a..6074f6d060 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T3.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T3.js; - * @description: Execute /\Bo\B/.exec("devils arise\tfor\nevil") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T3.js + * @description Execute /\Bo\B/.exec("devils arise\tfor\nevil") and check results */ __executed = /\Bo\B/i.exec("devils arise\tfOr\nrevil"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T4.js index 50f98d16b0..f848064805 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T4.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T4.js; - * @description: Execute /\B\w\B/.exec("devils arise\tfor\nevil") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T4.js + * @description Execute /\B\w\B/.exec("devils arise\tfor\nevil") and check results */ __executed = /\B\w\B/.exec("devils arise\tfor\nrevil"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T5.js index 3951a19452..4a90c17853 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T5.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T5.js; - * @description: Execute /\w\B/.exec("devils arise\tfor\nevil") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T5.js + * @description Execute /\w\B/.exec("devils arise\tfor\nevil") and check results */ __executed = /\w\B/.exec("devils arise\tfor\nrevil"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T6.js index 7346d98184..2e73ebb02d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T6.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T6.js; - * @description: Execute /\B\w/.exec("devils arise\tfor\nevil") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T6.js + * @description Execute /\B\w/.exec("devils arise\tfor\nevil") and check results */ __executed = /\B\w/.exec("devils arise\tfor\nrevil"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T7.js index 8eaba752a6..b8d20634a3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T7.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T7.js; - * @description: Execute /\B\[^z]{4}\B/.test("devil arise\tforzzx\nevils") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T7.js + * @description Execute /\B\[^z]{4}\B/.test("devil arise\tforzzx\nevils") and check results */ __executed = /\B\[^z]{4}\B/.test("devil arise\tforzzx\nevils"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T8.js index 633040d170..5f10b85ea7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T8.js @@ -4,9 +4,9 @@ /** * The production Assertion :: \B evaluates by returning an internal AssertionTester closure that takes a State argument x and performs the ... * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T8.js; - * @description: Execute /\B\w{4}\B/.exec("devil arise\tforzzx\nevils") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A4_T8.js + * @description Execute /\B\w{4}\B/.exec("devil arise\tforzzx\nevils") and check results */ __executed = /\B\w{4}\B/.exec("devil arise\tforzzx\nevils"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T1.js index 49aa4d3d8e..63cfea4dd8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T1.js @@ -4,9 +4,9 @@ /** * Since assertion evaluating do not change endIndex repetition of assertion does the same result * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T1.js; - * @description: Execute /^^^^^^^robot$$$$/.exec("robot") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T1.js + * @description Execute /^^^^^^^robot$$$$/.exec("robot") and check results */ __executed = /^^^^^^^robot$$$$/.exec("robot"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T2.js index 64a7fe9af4..d3410a0fd5 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T2.js @@ -4,9 +4,9 @@ /** * Since assertion evaluating do not change endIndex repetition of assertion does the same result * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T2.js; - * @description: Execute /\B\B\B\B\B\Bbot\b\b\b\b\b\b\b/.exec("robot wall-e") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A5_T2.js + * @description Execute /\B\B\B\B\B\Bbot\b\b\b\b\b\b\b/.exec("robot wall-e") and check results */ __executed = /\B\B\B\B\B\Bbot\b\b\b\b\b\b\b/.exec("robot wall-e"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T1.js index afb4fd2c79..c9090ecb43 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T1.js @@ -4,9 +4,9 @@ /** * Assertions in combination * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T1.js; - * @description: while asterix is non greedy it is run till the end because of dollar assertion; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T1.js + * @description while asterix is non greedy it is run till the end because of dollar assertion */ __executed = /^.*?$/.exec("Hello World"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T2.js index 12c4a294d8..e9e0102990 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T2.js @@ -4,9 +4,9 @@ /** * Assertions in combination * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T2.js; - * @description: Execute /^.*?/.exec("Hello World") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T2.js + * @description Execute /^.*?/.exec("Hello World") and check results */ __executed = /^.*?/.exec("Hello World"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T3.js index 9a321164f9..ce548950f0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T3.js @@ -4,9 +4,9 @@ /** * Assertions in combination * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T3.js; - * @description: while asterix is non greedy it is run till matches end or colon; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T3.js + * @description while asterix is non greedy it is run till matches end or colon */ __executed = /^.*?(:|$)/.exec("Hello: World"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T4.js index 83615df38c..0f745789a2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T4.js @@ -4,9 +4,9 @@ /** * Assertions in combination * - * @section: 15.10.2.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T4.js; - * @description: Execute /^.*(:|$)/.exec("Hello: World") and check results; + * @section 15.10.2.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.6_Assertion/S15.10.2.6_A6_T4.js + * @description Execute /^.*(:|$)/.exec("Hello: World") and check results */ __executed = /^.*(:|$)/.exec("Hello: World"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T1.js index 153149b4b2..739198107f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T1.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T1.js; - * @description: Execute /\d{2,4}/.exec("the answer is 42") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T1.js + * @description Execute /\d{2,4}/.exec("the answer is 42") and check results */ __executed = /\d{2,4}/.exec("the answer is 42"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T10.js index fbcd0c74f9..e1620d9c84 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T10.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T10.js; - * @description: Execute /b{0,93}c/.exec("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T10.js + * @description Execute /b{0,93}c/.exec("aaabbbbcccddeeeefffff") and check results */ __executed = /b{0,93}c/.exec("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T11.js index 4dbaa540df..9b888a465f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T11.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T11.js; - * @description: Execute /bx{0,93}c/.exec("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T11.js + * @description Execute /bx{0,93}c/.exec("aaabbbbcccddeeeefffff") and check results */ __executed = /bx{0,93}c/.exec("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T12.js index 09f49d3836..e4e8c804ff 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T12.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T12.js; - * @description: Execute /.{0,93}/.exec("weirwerdf") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T12.js + * @description Execute /.{0,93}/.exec("weirwerdf") and check results */ __executed = /.{0,93}/.exec("weirwerdf"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T2.js index 5ec487f0ca..c9da367593 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T2.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T2.js; - * @description: Execute /\d{2,4}/.test("the 7 movie") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T2.js + * @description Execute /\d{2,4}/.test("the 7 movie") and check results */ __executed = /\d{2,4}/.test("the 7 movie"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T3.js index 2ebabefefb..e1882efecd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T3.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T3.js; - * @description: Execute /\d{2,4}/.exec("the 20000 Leagues Under the Sea book") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T3.js + * @description Execute /\d{2,4}/.exec("the 20000 Leagues Under the Sea book") and check results */ __executed = /\d{2,4}/.exec("the 20000 Leagues Under the Sea book"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T4.js index 5adddc15be..be6262c4ad 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T4.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T4.js; - * @description: Execute /\d{2,4}/.exec("the Fahrenheit 451 book") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T4.js + * @description Execute /\d{2,4}/.exec("the Fahrenheit 451 book") and check results */ __executed = /\d{2,4}/.exec("the Fahrenheit 451 book"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T5.js index d74953b3d7..866829b1d2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T5.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T5.js; - * @description: Execute /\d{2,4}/.exec("the 1984 novel") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T5.js + * @description Execute /\d{2,4}/.exec("the 1984 novel") and check results */ __executed = /\d{2,4}/.exec("the 1984 novel"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T6.js index c05a9edca2..7b454dc4c6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T6.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T6.js; - * @description: Execute /\d{2,4}/.exec("0a0\u0031\u0031b") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T6.js + * @description Execute /\d{2,4}/.exec("0a0\u0031\u0031b") and check results */ __executed = /\d{2,4}/.exec("0a0\u0031\u0031b"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T7.js index 14ec4cb657..e3fa34f614 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T7.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T7.js; - * @description: Execute /\d{2,4}/.exec("0a0\u0031\u003122b") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T7.js + * @description Execute /\d{2,4}/.exec("0a0\u0031\u003122b") and check results */ __executed = /\d{2,4}/.exec("0a0\u0031\u003122b"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T8.js index 12c44d494f..fd79c67360 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T8.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T8.js; - * @description: Execute /b{2,3}c/.exec("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T8.js + * @description Execute /b{2,3}c/.exec("aaabbbbcccddeeeefffff") and check results */ __executed = /b{2,3}c/.exec("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T9.js index a255de1d86..3683b32e37 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T9.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: { DecimalDigits , DecimalDigits } evaluates as ... * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T9.js; - * @description: Execute /b{42,93}c/.exec("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A1_T9.js + * @description Execute /b{42,93}c/.exec("aaabbbbcccddeeeefffff") and check results */ __executed = /b{42,93}c/.test("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T1.js index efc1452e4e..ae730f6a6b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T1.js @@ -5,9 +5,9 @@ * i) The production QuantifierPrefix :: { DecimalDigits } evaluates... * ii) The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T1.js; - * @description: Execute /\w{3}\d?/.exec("CE\uFFFFL\uFFDDbox127") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T1.js + * @description Execute /\w{3}\d?/.exec("CE\uFFFFL\uFFDDbox127") and check results */ __executed = /\w{3}\d?/.exec("CE\uFFFFL\uFFDDbox127"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T2.js index 1bc3186bf5..884dd017d4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T2.js @@ -5,9 +5,9 @@ * i) The production QuantifierPrefix :: { DecimalDigits } evaluates... * ii) The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T2.js; - * @description: Execute /\w{3}\d?/.exec("CELL\uFFDDbox127") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T2.js + * @description Execute /\w{3}\d?/.exec("CELL\uFFDDbox127") and check results */ __executed = /\w{3}\d?/.exec("CELL\uFFDDbox127"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T3.js index 4a92fa224a..41d3bf59e0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T3.js @@ -5,9 +5,9 @@ * i) The production QuantifierPrefix :: { DecimalDigits } evaluates... * ii) The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T3.js; - * @description: Execute /b{2}c/.exec("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T3.js + * @description Execute /b{2}c/.exec("aaabbbbcccddeeeefffff") and check results */ __executed = /b{2}c/.exec("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T4.js index b11aa52225..0aa10e751d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T4.js @@ -5,9 +5,9 @@ * i) The production QuantifierPrefix :: { DecimalDigits } evaluates... * ii) The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T4.js; - * @description: Execute /b{8}c/.test("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A2_T4.js + * @description Execute /b{8}c/.test("aaabbbbcccddeeeefffff") and check results */ __executed = /b{8}/.test("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T1.js index ad4b8577a9..9304fbd84e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T1.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T1.js; - * @description: Execute /\s+java\s+/.exec("language java\n") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T1.js + * @description Execute /\s+java\s+/.exec("language java\n") and check results */ __executed = /\s+java\s+/.exec("language java\n"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T10.js index a0d6710f8e..16cce7b160 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T10.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T10.js; - * @description: Execute /o+/.test("abcdefg") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T10.js + * @description Execute /o+/.test("abcdefg") and check results */ __executed = /o+/.test("abcdefg"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T11.js index 7f011a8ce6..80c7f04b3d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T11.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T11.js; - * @description: Execute /d+/.exec("abcdefg") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T11.js + * @description Execute /d+/.exec("abcdefg") and check results */ __executed = /d+/.exec("abcdefg"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T12.js index 4d3111ab7a..e0a4b1cbf2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T12.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T12.js; - * @description: Execute /(b+)(b+)(b+)/.exec("abbbbbbbc") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T12.js + * @description Execute /(b+)(b+)(b+)/.exec("abbbbbbbc") and check results */ __executed = /(b+)(b+)(b+)/.exec("abbbbbbbc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T13.js index 1997fbaea5..1cd1046d1e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T13.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T13.js; - * @description: Execute /(b+)(b*)/.exec("abbbbbbbc") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T13.js + * @description Execute /(b+)(b*)/.exec("abbbbbbbc") and check results */ __executed = /(b+)(b*)/.exec("abbbbbbbc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T14.js index 410ed31453..0e1cf17326 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T14.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T14.js; - * @description: Execute /b*b+/.exec("abbbbbbbc") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T14.js + * @description Execute /b*b+/.exec("abbbbbbbc") and check results */ __executed = /b*b+/.exec("abbbbbbbc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T2.js index ed1b02e8b6..911e66840f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T2.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T2.js; - * @description: Execute /\s+java\s+/.exec("\t java object") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T2.js + * @description Execute /\s+java\s+/.exec("\t java object") and check results */ __executed = /\s+java\s+/.exec("\t java object"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T3.js index b39d61f9fb..6dcc65d79b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T3.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T3.js; - * @description: Execute /\s+java\s+/.test("\t javax package") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T3.js + * @description Execute /\s+java\s+/.test("\t javax package") and check results */ __executed = /\s+java\s+/.test("\t javax package"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T4.js index b3fbec5b6f..1250c0a7a4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T4.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T4.js; - * @description: Execute /\s+java\s+/.test("java\n\nobject") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T4.js + * @description Execute /\s+java\s+/.test("java\n\nobject") and check results */ __executed = /\s+java\s+/.test("java\n\nobject"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T5.js index 14fcd10c23..892d872130 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T5.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T5.js; - * @description: Execute /[a-z]+\d+/.exec("x 2 ff 55 x2 as1 z12 abc12.0") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T5.js + * @description Execute /[a-z]+\d+/.exec("x 2 ff 55 x2 as1 z12 abc12.0") and check results */ __executed = /[a-z]+\d+/.exec("x 2 ff 55 x2 as1 z12 abc12.0"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T6.js index b5a2e3ea25..558f936034 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T6.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T6.js; - * @description: Execute /[a-z]+\d+/.exec("__abc123.0") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T6.js + * @description Execute /[a-z]+\d+/.exec("__abc123.0") and check results */ __executed = /[a-z]+\d+/.exec("__abc123.0"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T7.js index 2701242fe8..68efe55ba8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T7.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T7.js; - * @description: Execute /[a-z]+(\d+)/.exec("x 2 ff 55 x2 as1 z12 abc12.0") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T7.js + * @description Execute /[a-z]+(\d+)/.exec("x 2 ff 55 x2 as1 z12 abc12.0") and check results */ __executed = /[a-z]+(\d+)/.exec("x 2 ff 55 x2 as1 z12 abc12.0"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T8.js index d7606aca19..7d1014b959 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T8.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T8.js; - * @description: Execute /[a-z]+(\d+)/.exec("__abc123.0") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T8.js + * @description Execute /[a-z]+(\d+)/.exec("__abc123.0") and check results */ __executed = /[a-z]+(\d+)/.exec("__abc123.0"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T9.js index 74bc7b1a34..a8d1917156 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T9.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: + evaluates by returning the two results 1 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T9.js; - * @description: Execute /d+/.exec("abcdddddefg") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A3_T9.js + * @description Execute /d+/.exec("abcdddddefg") and check results */ __executed = /d+/.exec("abcdddddefg"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T1.js index dd29978e41..06112f9ee7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T1.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T1.js; - * @description: Execute /[^"]* /.exec('"beast"-nickname') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T1.js + * @description Execute /[^"]* /.exec('"beast"-nickname') and check results */ __executed = /[^"]*/.exec('"beast"-nickname'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T10.js index 0423b6665a..90907c1fe0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T10.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T10.js; - * @description: Execute /d* /.exec('abcddddefg') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T10.js + * @description Execute /d* /.exec('abcddddefg') and check results */ __executed = /d*/.exec('abcddddefg'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T11.js index 3e83ae0f3f..e00333460e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T11.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T11.js; - * @description: Execute /cd* /.exec('abcddddefg') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T11.js + * @description Execute /cd* /.exec('abcddddefg') and check results */ __executed = /cd*/.exec('abcddddefg'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T12.js index b004123790..cef51b25d2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T12.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T12.js; - * @description: Execute /cx*d/.exec('abcdefg') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T12.js + * @description Execute /cx*d/.exec('abcdefg') and check results */ __executed = /cx*d/.exec('abcdefg'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T13.js index 6a643d8abe..2ac6379b97 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T13.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T13.js; - * @description: Execute /(x*)(x+)/.exec('xxxxxxx') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T13.js + * @description Execute /(x*)(x+)/.exec('xxxxxxx') and check results */ __executed = /(x*)(x+)/.exec('xxxxxxx'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T14.js index b5df720df7..0bb3780d65 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T14.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T14.js; - * @description: Execute /(\d*)(\d+)/.exec('1234567890') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T14.js + * @description Execute /(\d*)(\d+)/.exec('1234567890') and check results */ __executed = /(\d*)(\d+)/.exec('1234567890'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T15.js index ddd59ba62d..dc2577c876 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T15.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T15.js; - * @description: Execute /(\d*)\d(\d+)/.exec('1234567890') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T15.js + * @description Execute /(\d*)\d(\d+)/.exec('1234567890') and check results */ __executed = /(\d*)\d(\d+)/.exec('1234567890'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T16.js index 4aa0aa9a4f..dddd966adc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T16.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T16.js; - * @description: Execute /(x+)(x*)/.exec('xxxxxxx') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T16.js + * @description Execute /(x+)(x*)/.exec('xxxxxxx') and check results */ __executed = /(x+)(x*)/.exec('xxxxxxx'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T17.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T17.js index d5fc202dfa..7bde56f4ad 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T17.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T17.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T17.js; - * @description: Execute /x*y+$/.exec('xxxxxxyyyyyy') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T17.js + * @description Execute /x*y+$/.exec('xxxxxxyyyyyy') and check results */ __executed = /x*y+$/.exec('xxxxxxyyyyyy'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T18.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T18.js index 32de17acee..d7743e0a8c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T18.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T18.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T18.js; - * @description: Execute /[\d]*[\s]*bc./.exec('abcdef') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T18.js + * @description Execute /[\d]*[\s]*bc./.exec('abcdef') and check results */ __executed = /[\d]*[\s]*bc./.exec('abcdef'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T19.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T19.js index 7dee3e48b4..6157d3f8a3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T19.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T19.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T19.js; - * @description: Execute /bc..[\d]*[\s]* /.exec('abcdef') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T19.js + * @description Execute /bc..[\d]*[\s]* /.exec('abcdef') and check results */ __executed = /bc..[\d]*[\s]*/.exec('abcdef'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T2.js index f70da50fe4..b05dacd395 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T2.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T2.js; - * @description: Execute /[^"]* /.exec('alice said: "don\'t"') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T2.js + * @description Execute /[^"]* /.exec('alice said: "don\'t"') and check results */ __executed = /[^"]*/.exec('alice said: "don\'t"'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T20.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T20.js index e14bf090ec..766303e214 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T20.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T20.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T20.js; - * @description: Execute /.* /.exec('a1b2c3') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T20.js + * @description Execute /.* /.exec('a1b2c3') and check results */ __executed = /.*/.exec('a1b2c3'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T21.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T21.js index 2f6091c793..9ebd2c5062 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T21.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T21.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T21.js; - * @description: Execute /[xyz]*1/.test('a0.b2.c3') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T21.js + * @description Execute /[xyz]*1/.test('a0.b2.c3') and check results */ __executed = /[xyz]*1/.test('a0.b2.c3'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T3.js index 4646bc3945..5256a64e6e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T3.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T3.js; - * @description: Execute /[^"]* /.exec("before\'i\'start") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T3.js + * @description Execute /[^"]* /.exec("before\'i\'start") and check results */ __executed = /[^"]*/.exec("before\'i\'start"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T4.js index 95fd4cd9b5..2a2c5181d2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T4.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T4.js; - * @description: Execute /[^"]* /.exec('alice \"sweep\": "don\'t"') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T4.js + * @description Execute /[^"]* /.exec('alice \"sweep\": "don\'t"') and check results */ __executed = /[^"]*/.exec('alice \"sweep\": "don\'t"'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T5.js index 058a0289fe..9a30b11784 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T5.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T5.js; - * @description: Execute /[^"]* /.exec('alice \u0022sweep\u0022: "don\'t"') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T5.js + * @description Execute /[^"]* /.exec('alice \u0022sweep\u0022: "don\'t"') and check results */ __executed = /[^"]*/.exec('alice \u0022sweep\u0022: "don\'t"'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T6.js index 926a1039c5..8ad78ab2a3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T6.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T6.js; - * @description: Execute /["'][^"']*["']/.exec('alice \u0022sweep\u0022: "don\'t"') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T6.js + * @description Execute /["'][^"']*["']/.exec('alice \u0022sweep\u0022: "don\'t"') and check results */ __executed = /["'][^"']*["']/.exec('alice \u0022sweep\u0022: "don\'t"'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T7.js index f3d922a4fc..b04d54f616 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T7.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T7.js; - * @description: Execute /["'][^"']*["']/.exec('alice cries out: \'don\'t\'') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T7.js + * @description Execute /["'][^"']*["']/.exec('alice cries out: \'don\'t\'') and check results */ __executed = /["'][^"']*["']/.exec('alice cries out: \'don\'t\''); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T8.js index 3c6dc5bc23..2e08e0b2b4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T8.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T8.js; - * @description: Execute /["'][^"']*["']/.test('alice cries out: don\'t') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T8.js + * @description Execute /["'][^"']*["']/.test('alice cries out: don\'t') and check results */ __executed = /["'][^"']*["']/.test('alice cries out: don\'t'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T9.js index 645db30d9f..37e9daee2d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T9.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: * evaluates by returning the two results 0 and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T9.js; - * @description: Execute /["'][^"']*["']/.exec('alice cries out:\"\"') and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A4_T9.js + * @description Execute /["'][^"']*["']/.exec('alice cries out:\"\"') and check results */ __executed = /["'][^"']*["']/.exec('alice cries out:\"\"'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T1.js index 41612389de..0bdf7081d1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T1.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T1.js; - * @description: Execute /java(script)?/.exec("state: javascript is extension of ecma script") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T1.js + * @description Execute /java(script)?/.exec("state: javascript is extension of ecma script") and check results */ __executed = /java(script)?/.exec("state: javascript is extension of ecma script"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T10.js index 4a4e335d96..2c05c0eba6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T10.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T10.js; - * @description: Execute /ab?c?d?x?y?z/.exec("123az789") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T10.js + * @description Execute /ab?c?d?x?y?z/.exec("123az789") and check results */ __executed = /ab?c?d?x?y?z/.exec("123az789"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T11.js index c6e24a3251..aa5f47604c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T11.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T11.js; - * @description: Execute /\??\??\??\??\??/.exec("?????") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T11.js + * @description Execute /\??\??\??\??\??/.exec("?????") and check results */ __executed = /\??\??\??\??\??/.exec("?????"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T12.js index 073aa62197..1c6855e9ec 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T12.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T12.js; - * @description: Execute /.?.?.?.?.?.?.?/.exec("test") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T12.js + * @description Execute /.?.?.?.?.?.?.?/.exec("test") and check results */ __executed = /.?.?.?.?.?.?.?/.exec("test"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T2.js index 05aa94a2c5..63356922fb 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T2.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T2.js; - * @description: Execute /java(script)?/.exec("state: java and javascript are vastly different") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T2.js + * @description Execute /java(script)?/.exec("state: java and javascript are vastly different") and check results */ __executed = /java(script)?/.exec("state: java and javascript are vastly different"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T3.js index 218c94606c..6679777f95 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T3.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T3.js; - * @description: Execute /java(script)?/.test("state: both Java and JavaScript used in web development") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T3.js + * @description Execute /java(script)?/.test("state: both Java and JavaScript used in web development") and check results */ __executed = /java(script)?/.test("state: both Java and JavaScript used in web development"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T4.js index 9426fbcad3..8655650998 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T4.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T4.js; - * @description: Execute /cd?e/.exec("abcdef") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T4.js + * @description Execute /cd?e/.exec("abcdef") and check results */ __executed = /cd?e/.exec("abcdef"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T5.js index 81f9e4f7f3..54963a1d4a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T5.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T5.js; - * @description: Execute /cdx?e/.exec("abcdef") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T5.js + * @description Execute /cdx?e/.exec("abcdef") and check results */ __executed = /cdx?e/.exec("abcdef"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T6.js index 6c0ee3f195..7ef06f87b0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T6.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T6.js; - * @description: Execute /o?pqrst/.exec("pqrstuvw") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T6.js + * @description Execute /o?pqrst/.exec("pqrstuvw") and check results */ __executed = /o?pqrst/.exec("pqrstuvw"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T7.js index 5002ed5913..a0d47fa85f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T7.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T7.js; - * @description: Execute /x?y?z?/.exec("abcd") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T7.js + * @description Execute /x?y?z?/.exec("abcd") and check results */ __executed = /x?y?z?/.exec("abcd"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T8.js index 8d1adbd307..6e2c4c5c16 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T8.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T8.js; - * @description: Execute /x?ay?bz?c/.exec("abcd") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T8.js + * @description Execute /x?ay?bz?c/.exec("abcd") and check results */ __executed = /x?ay?bz?c/.exec("abcd"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T9.js index 58e2636a09..e1c6226b2e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T9.js @@ -4,9 +4,9 @@ /** * The production QuantifierPrefix :: ? evaluates by returning the two results 0 and 1 * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T9.js; - * @description: Execute /b?b?b?b/.exec("abbbbc") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A5_T9.js + * @description Execute /b?b?b?b/.exec("abbbbc") and check results */ __executed = /b?b?b?b/.exec("abbbbc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T1.js index 7fb6b985ae..f4953492fb 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T1.js @@ -6,9 +6,9 @@ * i) Let i be the MV of DecimalDigits * ii) Return the two results i and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T1.js; - * @description: Execute /b{2,}c/.exec("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T1.js + * @description Execute /b{2,}c/.exec("aaabbbbcccddeeeefffff") and check results */ __executed = /b{2,}c/.exec("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T2.js index d323db4e0a..f25f8c5427 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T2.js @@ -6,9 +6,9 @@ * i) Let i be the MV of DecimalDigits * ii) Return the two results i and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T2.js; - * @description: Execute /b{8,}c/.test("aaabbbbcccddeeeefffff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T2.js + * @description Execute /b{8,}c/.test("aaabbbbcccddeeeefffff") and check results */ __executed = /b{8,}c/.test("aaabbbbcccddeeeefffff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T3.js index 80e09540fa..84b1797ddd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T3.js @@ -6,9 +6,9 @@ * i) Let i be the MV of DecimalDigits * ii) Return the two results i and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T3.js; - * @description: Execute /\d{1,}/.exec("wqe456646dsff") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T3.js + * @description Execute /\d{1,}/.exec("wqe456646dsff") and check results */ __executed = /\d{1,}/.exec("wqe456646dsff"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T4.js index 2261979c9e..c07dc9f3bc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T4.js @@ -6,9 +6,9 @@ * i) Let i be the MV of DecimalDigits * ii) Return the two results i and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T4.js; - * @description: Execute /(123){1,}/.exec("123123") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T4.js + * @description Execute /(123){1,}/.exec("123123") and check results */ __executed = /(123){1,}/.exec("123123"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T5.js index 69611f22bb..5fc0c0074c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T5.js @@ -6,9 +6,9 @@ * i) Let i be the MV of DecimalDigits * ii) Return the two results i and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T5.js; - * @description: Execute /(123){1,}x\1/.exec("123123x123") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T5.js + * @description Execute /(123){1,}x\1/.exec("123123x123") and check results */ __executed = /(123){1,}x\1/.exec("123123x123"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T6.js index 727db386a7..7768a3b468 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T6.js @@ -6,9 +6,9 @@ * i) Let i be the MV of DecimalDigits * ii) Return the two results i and \infty * - * @section: 15.10.2.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T6.js; - * @description: Execute /x{1,2}x{1,}/.exec("xxxxxxx") and check results; + * @section 15.10.2.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.7_Quantifier/S15.10.2.7_A6_T6.js + * @description Execute /x{1,2}x{1,}/.exec("xxxxxxx") and check results */ __executed = /x{1,2}x{1,}/.exec("xxxxxxx"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T1.js index ebf6caf130..985f945081 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T1.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must match at the current position, but the current position is not advanced before matching the sequel. * If Disjunction can match at the current position in several ways, only the first one is tried * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T1.js; - * @description: Execute /(?=(a+))/.exec("baaabac") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T1.js + * @description Execute /(?=(a+))/.exec("baaabac") and check results */ __executed = /(?=(a+))/.exec("baaabac"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T2.js index 2123aa2b53..46e5e20348 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T2.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must match at the current position, but the current position is not advanced before matching the sequel. * If Disjunction can match at the current position in several ways, only the first one is tried * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T2.js; - * @description: Execute /(?=(a+))a*b\1/.exec("baaabac") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T2.js + * @description Execute /(?=(a+))a*b\1/.exec("baaabac") and check results */ __executed = /(?=(a+))a*b\1/.exec("baaabac"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T3.js index 8c54cbc6df..25389680b2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T3.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must match at the current position, but the current position is not advanced before matching the sequel. * If Disjunction can match at the current position in several ways, only the first one is tried * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T3.js; - * @description: Execute /[Jj]ava([Ss]cript)?(?=\:)/.exec("just Javascript: the way af jedi") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T3.js + * @description Execute /[Jj]ava([Ss]cript)?(?=\:)/.exec("just Javascript: the way af jedi") and check results */ __executed = /[Jj]ava([Ss]cript)?(?=\:)/.exec("just Javascript: the way af jedi"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T4.js index 3a7e890cf8..b2a595f3cf 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T4.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must match at the current position, but the current position is not advanced before matching the sequel. * If Disjunction can match at the current position in several ways, only the first one is tried * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T4.js; - * @description: Execute /[Jj]ava([Ss]cript)?(?=\:)/.exec("taste of java: the cookbook ") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T4.js + * @description Execute /[Jj]ava([Ss]cript)?(?=\:)/.exec("taste of java: the cookbook ") and check results */ __executed = /[Jj]ava([Ss]cript)?(?=\:)/.exec("taste of java: the cookbook "); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T5.js index dadb95c058..51b37cb095 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T5.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must match at the current position, but the current position is not advanced before matching the sequel. * If Disjunction can match at the current position in several ways, only the first one is tried * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T5.js; - * @description: Execute /[Jj]ava([Ss]cript)?(?=\:)/.test("rhino is JavaScript engine") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A1_T5.js + * @description Execute /[Jj]ava([Ss]cript)?(?=\:)/.test("rhino is JavaScript engine") and check results */ __executed = /[Jj]ava([Ss]cript)?(?=\:)/.test("rhino is JavaScript engine"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T1.js index 2ab7313331..c4a0206dfa 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T1.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T1.js; - * @description: Execute /(.*?)a(?!(a+)b\2c)\2(.*)/.exec("baaabaac") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T1.js + * @description Execute /(.*?)a(?!(a+)b\2c)\2(.*)/.exec("baaabaac") and check results */ __executed = /(.*?)a(?!(a+)b\2c)\2(.*)/.exec("baaabaac"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T10.js index f456ab0b7e..1359626444 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T10.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T10.js; - * @description: Execute /(?!a|b)|c/.exec("bc") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T10.js + * @description Execute /(?!a|b)|c/.exec("bc") and check results */ __executed = /(?!a|b)|c/.exec("bc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T11.js index a1e344e1e4..31781dacb9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T11.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T11.js; - * @description: Execute /(?!a|b)|c/.exec("d") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T11.js + * @description Execute /(?!a|b)|c/.exec("d") and check results */ __executed = /(?!a|b)|c/.exec("d"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T2.js index cd460c70da..9d822a0957 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T2.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T2.js; - * @description: Execute /Java(?!Script)([A-Z]\w*)/.exec("using of JavaBeans technology") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T2.js + * @description Execute /Java(?!Script)([A-Z]\w*)/.exec("using of JavaBeans technology") and check results */ __executed = /Java(?!Script)([A-Z]\w*)/.exec("using of JavaBeans technology"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T3.js index d96d6f85fe..54bfd371d6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T3.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T3.js; - * @description: Execute /Java(?!Script)([A-Z]\w*)/.test("using of Java language") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T3.js + * @description Execute /Java(?!Script)([A-Z]\w*)/.test("using of Java language") and check results */ __executed = /Java(?!Script)([A-Z]\w*)/.test("using of Java language"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T4.js index ae08858f75..3e780264b1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T4.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T4.js; - * @description: Execute /Java(?!Script)([A-Z]\w*)/.test("i'm a JavaScripter ") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T4.js + * @description Execute /Java(?!Script)([A-Z]\w*)/.test("i'm a JavaScripter ") and check results */ __executed = /Java(?!Script)([A-Z]\w*)/.test("i'm a JavaScripter "); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T5.js index 8f901bfc05..763ef947d5 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T5.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T5.js; - * @description: Execute /Java(?!Script)([A-Z]\w*)/.exec("JavaScr oops ipt ") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T5.js + * @description Execute /Java(?!Script)([A-Z]\w*)/.exec("JavaScr oops ipt ") and check results */ __executed = /Java(?!Script)([A-Z]\w*)/.exec("JavaScr oops ipt "); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T6.js index 5ec4bc738f..7588951469 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T6.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T6.js; - * @description: Execute /(\.(?!com|org)|\/)/.exec("ah.info") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T6.js + * @description Execute /(\.(?!com|org)|\/)/.exec("ah.info") and check results */ __executed = /(\.(?!com|org)|\/)/.exec("ah.info"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T7.js index c3feb0af34..edf7016067 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T7.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T7.js; - * @description: Execute /(\.(?!com|org)|\/)/.exec("ah/info") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T7.js + * @description Execute /(\.(?!com|org)|\/)/.exec("ah/info") and check results */ __executed = /(\.(?!com|org)|\/)/.exec("ah/info"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T8.js index d1d57c805a..a979005f7d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T8.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T8.js; - * @description: Execute /(\.(?!com|org)|\/)/.test("ah.com") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T8.js + * @description Execute /(\.(?!com|org)|\/)/.test("ah.com") and check results */ __executed = /(\.(?!com|org)|\/)/.test("ah.com"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T9.js index 74c09d1632..33f8d6361c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T9.js @@ -6,9 +6,9 @@ * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T9.js; - * @description: Execute /(?!a|b)|c/.exec("") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A2_T9.js + * @description Execute /(?!a|b)|c/.exec("") and check results */ __executed = /(?!a|b)|c/.exec(""); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T1.js index d5df606fd0..8c63998c99 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T1.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T1.js; - * @description: Execute /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.exec("Learning javaScript is funny, really") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T1.js + * @description Execute /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.exec("Learning javaScript is funny, really") and check results */ __executed = /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.exec("Learning javaScript is funny, really"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T10.js index dc61549427..4f9743fa0c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T10.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T10.js; - * @description: Execute /(\d{3})(\d{3})\1\2/.exec("123456123456") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T10.js + * @description Execute /(\d{3})(\d{3})\1\2/.exec("123456123456") and check results */ __executed = /(\d{3})(\d{3})\1\2/.exec("123456123456"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T11.js index 5cb2b80a63..f1cedba6f4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T11.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T11.js; - * @description: Execute /a(..(..)..)/.exec("abcdefgh") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T11.js + * @description Execute /a(..(..)..)/.exec("abcdefgh") and check results */ __executed = /a(..(..)..)/.exec("abcdefgh"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T12.js index 2183ed5e8b..ec32f37ea2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T12.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T12.js; - * @description: Execute /(a(b(c)))(d(e(f)))/.exec("xabcdefg") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T12.js + * @description Execute /(a(b(c)))(d(e(f)))/.exec("xabcdefg") and check results */ __executed = /(a(b(c)))(d(e(f)))/.exec("xabcdefg"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T13.js index e6f7b7d292..99c3cb5f66 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T13.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T13.js; - * @description: Execute /(a(b(c)))(d(e(f)))\2\5/.exec("xabcdefbcefg") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T13.js + * @description Execute /(a(b(c)))(d(e(f)))\2\5/.exec("xabcdefbcefg") and check results */ __executed = /(a(b(c)))(d(e(f)))\2\5/.exec("xabcdefbcefg"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T14.js index 6a2ba34914..0007139a6c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T14.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T14.js; - * @description: Execute /a(.?)b\1c\1d\1/.exec("abcd") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T14.js + * @description Execute /a(.?)b\1c\1d\1/.exec("abcd") and check results */ __executed = /a(.?)b\1c\1d\1/.exec("abcd"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T15.js index e6828d7f59..159abdf9bd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T15.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T15.js; - * @description: see bug http:bugzilla.mozilla.org/show_bug.cgi?id=119909; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T15.js + * @description see bug http:bugzilla.mozilla.org/show_bug.cgi?id=119909 */ __strOriginal = "hello"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T16.js index f6f679971b..e280fd3efc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T16.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T16.js; - * @description: see bug http:bugzilla.mozilla.org/show_bug.cgi?id=119909; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T16.js + * @description see bug http:bugzilla.mozilla.org/show_bug.cgi?id=119909 */ __strOriginal = "hello"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T17.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T17.js index dbe4680e02..b2f414b135 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T17.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T17.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T17.js; - * @description: see bug http:bugzilla.mozilla.org/show_bug.cgi?id=169497; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T17.js + * @description see bug http:bugzilla.mozilla.org/show_bug.cgi?id=169497 */ __body=""; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T18.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T18.js index 7304197ae2..5833bfcf17 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T18.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T18.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T18.js; - * @description: see bug http:bugzilla.mozilla.org/show_bug.cgi?id=169534; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T18.js + * @description see bug http:bugzilla.mozilla.org/show_bug.cgi?id=169534 */ __replaced = "To sign up click |here|https:www.xxxx.org/subscribe.htm|".replace(/(\|)([\w\x81-\xff ]*)(\|)([\/a-z][\w:\/\.]*\.[a-z]{3,4})(\|)/ig, '$2'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T19.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T19.js index 42cc49ab44..665a44383f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T19.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T19.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T19.js; - * @description: Execute /([\S]+([ \t]+[\S]+)*)[ \t]*=[ \t]*[\S]+/.exec("Course_Creator = Test") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T19.js + * @description Execute /([\S]+([ \t]+[\S]+)*)[ \t]*=[ \t]*[\S]+/.exec("Course_Creator = Test") and check results */ __executed = /([\S]+([ \t]+[\S]+)*)[ \t]*=[ \t]*[\S]+/.exec("Course_Creator = Test"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T2.js index 985def1eee..c32f7976c9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T2.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T2.js; - * @description: Execute /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.exec("Developing with Java is fun, try it") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T2.js + * @description Execute /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.exec("Developing with Java is fun, try it") and check results */ __executed = /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.exec("Developing with Java is fun, try it"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T20.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T20.js index a33f1020a4..0984213b1e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T20.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T20.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T20.js; - * @description: Execute /^(A)?(A.*)$/.exec("AAA") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T20.js + * @description Execute /^(A)?(A.*)$/.exec("AAA") and check results */ __executed = /^(A)?(A.*)$/.exec("AAA"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T21.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T21.js index 319fd9925a..5f7d568b29 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T21.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T21.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T21.js; - * @description: Execute /^(A)?(A.*)$/.exec("AA") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T21.js + * @description Execute /^(A)?(A.*)$/.exec("AA") and check results */ __executed = /^(A)?(A.*)$/.exec("AA"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T22.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T22.js index 742c950f75..7cd1f64a6a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T22.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T22.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T22.js; - * @description: Execute /^(A)?(A.*)$/.exec("A") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T22.js + * @description Execute /^(A)?(A.*)$/.exec("A") and check results */ __executed = /^(A)?(A.*)$/.exec("A"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T23.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T23.js index fa08cfd23b..9779322ea0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T23.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T23.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T23.js; - * @description: Execute /(A)?(A.*)/.exec("zxcasd;fl\\\ ^AAAaaAAaaaf;lrlrzs") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T23.js + * @description Execute /(A)?(A.*)/.exec("zxcasd;fl\\\ ^AAAaaAAaaaf;lrlrzs") and check results */ __string = "zxcasd;fl\\\ ^AAAaaAAaaaf;lrlrzs"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T24.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T24.js index 1f6c5f51be..4e384deee5 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T24.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T24.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T24.js; - * @description: Execute /(A)?(A.*)/.exec("zxcasd;fl\\\ ^AAaaAAaaaf;lrlrzs") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T24.js + * @description Execute /(A)?(A.*)/.exec("zxcasd;fl\\\ ^AAaaAAaaaf;lrlrzs") and check results */ __string = "zxcasd;fl\\\ ^AAaaAAaaaf;lrlrzs"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T25.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T25.js index 1e5daa15a4..b7a2005566 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T25.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T25.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T25.js; - * @description: Execute /(A)?(A.*)/.exec("zxcasd;fl\\\ ^AaaAAaaaf;lrlrzs") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T25.js + * @description Execute /(A)?(A.*)/.exec("zxcasd;fl\\\ ^AaaAAaaaf;lrlrzs") and check results */ __string = "zxcasd;fl\\\ ^AaaAAaaaf;lrlrzs"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T26.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T26.js index 4bc118e152..ef7010205e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T26.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T26.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T26.js; - * @description: Execute /(a)?a/.exec("a") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T26.js + * @description Execute /(a)?a/.exec("a") and check results */ __string = "a"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T27.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T27.js index acea6682d4..052bac27bd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T27.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T27.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T27.js; - * @description: Execute /a|(b)/.exec("a") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T27.js + * @description Execute /a|(b)/.exec("a") and check results */ __string = "a"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T28.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T28.js index 6902aecb38..9eb520b33b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T28.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T28.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T28.js; - * @description: Execute /(a)?(a)/.exec("a") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T28.js + * @description Execute /(a)?(a)/.exec("a") and check results */ __string = "a"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T29.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T29.js index 6b26ad7e2a..f38f5fad6d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T29.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T29.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T29.js; - * @description: See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T29.js + * @description See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353 */ __string = "a"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T3.js index 6f2a9c6404..60fc778a67 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T3.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T3.js; - * @description: Execute /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.test("Developing with JavaScript is dangerous, do not try it without assistance") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T3.js + * @description Execute /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.test("Developing with JavaScript is dangerous, do not try it without assistance") and check results */ __executed = /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/.test("Developing with JavaScript is dangerous, do not try it without assistance"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T30.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T30.js index aeda4bb49d..004cb526e1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T30.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T30.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T30.js; - * @description: See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T30.js + * @description See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353 */ __string = "ab"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T31.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T31.js index 192cc045e3..f2c1e97a1b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T31.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T31.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T31.js; - * @description: See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T31.js + * @description See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353 */ __string = "abc"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T32.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T32.js index 9466411ebd..ca0de96136 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T32.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T32.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T32.js; - * @description: See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T32.js + * @description See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353 */ __string = "www.netscape.com"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T33.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T33.js index b68ab75c13..ce2776863c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T33.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T33.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T33.js; - * @description: See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T33.js + * @description See bug http:bugzilla.mozilla.org/show_bug.cgi?id=165353 */ __string = "www.netscape.com"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T4.js index 42db8fd1e1..df15887408 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T4.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T4.js; - * @description: Execute /(abc)/.exec("abc") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T4.js + * @description Execute /(abc)/.exec("abc") and check results */ __executed = /(abc)/.exec("abc"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T5.js index 2bc3320841..89dae2731a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T5.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T5.js; - * @description: Execute /a(bc)d(ef)g/.exec("abcdefg") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T5.js + * @description Execute /a(bc)d(ef)g/.exec("abcdefg") and check results */ __executed = /a(bc)d(ef)g/.exec("abcdefg"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T6.js index 27367ef90b..f17f7d27af 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T6.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T6.js; - * @description: Execute /(.{3})(.{4})/.exec("abcdefgh") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T6.js + * @description Execute /(.{3})(.{4})/.exec("abcdefgh") and check results */ __executed = /(.{3})(.{4})/.exec("abcdefgh"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T7.js index 5c9630a581..b9a1e4ad21 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T7.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T7.js; - * @description: Execute /(aa)bcd\1/.exec("aabcdaabcd") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T7.js + * @description Execute /(aa)bcd\1/.exec("aabcdaabcd") and check results */ __executed = /(aa)bcd\1/.exec("aabcdaabcd"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T8.js index bf34d834f6..4c389d9051 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T8.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T8.js; - * @description: Execute /(aa).+\1/.exec("aabcdaabcd") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T8.js + * @description Execute /(aa).+\1/.exec("aabcdaabcd") and check results */ __executed = /(aa).+\1/.exec("aabcdaabcd"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T9.js index 80cd07cc6c..61d81d070e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T9.js @@ -7,9 +7,9 @@ * referenced in a replace string, * or returned as part of an array from the regular expression matching function * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T9.js; - * @description: Execute /(.{2}).+\1/.exec("aabcdaabcd") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A3_T9.js + * @description Execute /(.{2}).+\1/.exec("aabcdaabcd") and check results */ __executed = /(.{2}).+\1/.exec("aabcdaabcd"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T1.js index 3d857dd03b..ab821e2599 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T1.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T1.js; - * @description: Execute /ab.de/.exec("abcde") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T1.js + * @description Execute /ab.de/.exec("abcde") and check results */ __string = "abcde"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T2.js index b4f843736c..605c799201 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T2.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T2.js; - * @description: Execute /.+/.exec("line 1\nline 2") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T2.js + * @description Execute /.+/.exec("line 1\nline 2") and check results */ __string = "line 1\nline 2"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T3.js index 72c3dac9c2..1ed87cdb63 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T3.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T3.js; - * @description: Execute /.*a.* /.exec("this is a test") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T3.js + * @description Execute /.*a.* /.exec("this is a test") and check results */ __string = "this is a test"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T4.js index a6d8b39723..cbaf893c7d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T4.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T4.js; - * @description: Execute /.+/.exec("this is a *&^%$# test") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T4.js + * @description Execute /.+/.exec("this is a *&^%$# test") and check results */ __string = "this is a *&^%$# test"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T5.js index 2e7cf4d33e..415e8edfdf 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T5.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T5.js; - * @description: Execute /.+/.exec("....") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T5.js + * @description Execute /.+/.exec("....") and check results */ __string = "...."; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T6.js index f8a003b945..6ed934218f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T6.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T6.js; - * @description: Execute /.+/.exec("abcdefghijklmnopqrstuvwxyz") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T6.js + * @description Execute /.+/.exec("abcdefghijklmnopqrstuvwxyz") and check results */ __string = "abcdefghijklmnopqrstuvwxyz"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T7.js index ce74659824..b16f9af8e9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T7.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T7.js; - * @description: Execute /.+/.exec("ABCDEFGHIJKLMNOPQRSTUVWXYZ") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T7.js + * @description Execute /.+/.exec("ABCDEFGHIJKLMNOPQRSTUVWXYZ") and check results */ __string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T8.js index ddaa590ee6..06ca311cdc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T8.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T8.js; - * @description: Execute /.+/.exec("`1234567890-=~!@#$%^&*()_+") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T8.js + * @description Execute /.+/.exec("`1234567890-=~!@#$%^&*()_+") and check results */ __string = "`1234567890-=~!@#$%^&*()_+"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T9.js index 715d3fbe92..275050434a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T9.js @@ -6,9 +6,9 @@ * i) Let A be the set of all characters except the four line terminator characters , , , or * ii) Call CharacterSetMatcher(A, false) and return its Matcher result * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T9.js; - * @description: Execute /.+/.exec("|\\[{]};:\"\',<>.?/") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A4_T9.js + * @description Execute /.+/.exec("|\\[{]};:\"\',<>.?/") and check results */ __string = "|\\[{]};:\"\',<>.?/"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T1.js index 101ee2ea2b..e1bb02488e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T1.js @@ -4,9 +4,9 @@ /** * In case-insignificant matches all characters are implicitly converted to upper case immediately before they are compared * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T1.js; - * @description: Execute /[a-z]+/ig.exec("ABC def ghi") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T1.js + * @description Execute /[a-z]+/ig.exec("ABC def ghi") and check results */ __string = "ABC def ghi"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T2.js index ac42c132c5..e995acda31 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T2.js @@ -4,9 +4,9 @@ /** * In case-insignificant matches all characters are implicitly converted to upper case immediately before they are compared * - * @section: 15.10.2.8; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T2.js; - * @description: Execute /[a-z]+/.exec("ABC def ghi") and check results; + * @section 15.10.2.8 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.8_Atom/S15.10.2.8_A5_T2.js + * @description Execute /[a-z]+/.exec("ABC def ghi") and check results */ __string = "ABC def ghi"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T1.js index 05a0678aec..c9c85ee3aa 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T1.js @@ -4,9 +4,9 @@ /** * An escape sequence of the form \ followed by a nonzero decimal number n matches the result of the nth set of capturing parentheses (see 15.10.2.11) * - * @section: 15.10.2.9, 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T1.js; - * @description: Execute /\b(\w+) \1\b/.exec("do you listen the the band") and check results; + * @section 15.10.2.9, 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T1.js + * @description Execute /\b(\w+) \1\b/.exec("do you listen the the band") and check results */ __executed = /\b(\w+) \1\b/.exec("do you listen the the band"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T2.js index 9aaefda600..431c12b113 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T2.js @@ -4,9 +4,9 @@ /** * An escape sequence of the form \ followed by a nonzero decimal number n matches the result of the nth set of capturing parentheses (see 15.10.2.11) * - * @section: 15.10.2.9, 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T2.js; - * @description: Execute /([xu]\d{2}([A-H]{2})?)\1/.exec("x09x12x01x01u00FFu00FFx04x04x23") and check results; + * @section 15.10.2.9, 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T2.js + * @description Execute /([xu]\d{2}([A-H]{2})?)\1/.exec("x09x12x01x01u00FFu00FFx04x04x23") and check results */ __executed = /([xu]\d{2}([A-H]{2})?)\1/.exec("x09x12x01x01u00FFu00FFx04x04x23"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T3.js index 71787afa62..ea62f8540f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T3.js @@ -4,9 +4,9 @@ /** * An escape sequence of the form \ followed by a nonzero decimal number n matches the result of the nth set of capturing parentheses (see 15.10.2.11) * - * @section: 15.10.2.9, 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T3.js; - * @description: Execute /([xu]\d{2}([A-H]{2})?)\1/.exec("x09x12x01x05u00FFu00FFx04x04x23") and check results; + * @section 15.10.2.9, 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T3.js + * @description Execute /([xu]\d{2}([A-H]{2})?)\1/.exec("x09x12x01x05u00FFu00FFx04x04x23") and check results */ __executed = /([xu]\d{2}([A-H]{2})?)\1/.exec("x09x12x01x05u00FFu00FFx04x04x23"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T4.js index 27eb3a3d48..c2745edc6c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T4.js @@ -4,9 +4,9 @@ /** * An escape sequence of the form \ followed by a nonzero decimal number n matches the result of the nth set of capturing parentheses (see 15.10.2.11) * - * @section: 15.10.2.9, 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T4.js; - * @description: Execute /\b(\w+) \2\b/.test("do you listen the the band") and check results; + * @section 15.10.2.9, 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T4.js + * @description Execute /\b(\w+) \2\b/.test("do you listen the the band") and check results */ __executed = /\b(\w+) \2\b/.test("do you listen the the band"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T5.js index 27ef74223f..3e72f36185 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T5.js @@ -4,9 +4,9 @@ /** * An escape sequence of the form \ followed by a nonzero decimal number n matches the result of the nth set of capturing parentheses (see 15.10.2.11) * - * @section: 15.10.2.9, 15.10.2.11; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T5.js; - * @description: Execute /(a*)b\1+/.exec("baaac") and check results; + * @section 15.10.2.9, 15.10.2.11 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.9_AtomEscape/S15.10.2.9_A1_T5.js + * @description Execute /(a*)b\1+/.exec("baaac") and check results */ __executed = /(a*)b\1+/.exec("baaac"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/S15.10.2_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/S15.10.2_A1_T1.js index d2d59cafa4..a8d161c9ee 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/S15.10.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/S15.10.2_A1_T1.js @@ -4,9 +4,9 @@ /** * XML Shallow Parsing with Regular Expressions * - * @section: 15.10.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/S15.10.2_A1_T1.js; - * @description: See bug http://bugzilla.mozilla.org/show_bug.cgi?id=103087; + * @section 15.10.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/S15.10.2_A1_T1.js + * @description See bug http://bugzilla.mozilla.org/show_bug.cgi?id=103087 */ // REX/Javascript 1.0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T1.js index fb29a34834..7579903f0c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T1.js @@ -4,9 +4,9 @@ /** * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then return R unchanged * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T1.js; - * @description: R is /x/i and instance is RegExp(R); + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T1.js + * @description R is /x/i and instance is RegExp(R) */ __re = /x/i; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T2.js index a4e0a4f51f..402e1b5a9e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T2.js @@ -4,9 +4,9 @@ /** * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then return R unchanged * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T2.js; - * @description: R is new RegExp and instance is RegExp(R, function(){}()); + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T2.js + * @description R is new RegExp and instance is RegExp(R, function(){}()) */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T3.js index be5863b518..5fc0fb6ae3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T3.js @@ -4,9 +4,9 @@ /** * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then return R unchanged * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T3.js; - * @description: R is new RegExp() and instance is RegExp(R, x), where x is undefined variable; + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T3.js + * @description R is new RegExp() and instance is RegExp(R, x), where x is undefined variable */ __re = new RegExp(); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T4.js index 4e471987c8..1fe4a2e6f6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T4.js @@ -4,9 +4,9 @@ /** * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then return R unchanged * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T4.js; - * @description: R is new RegExp() and instance is RegExp(R, void 0); + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T4.js + * @description R is new RegExp() and instance is RegExp(R, void 0) */ __re = RegExp(); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T5.js index 48a05c5ec6..1d9c8498a9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T5.js @@ -4,9 +4,9 @@ /** * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then return R unchanged * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T5.js; - * @description: R is /\b/m and instance is RegExp(R, undefined); + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A1_T5.js + * @description R is /\b/m and instance is RegExp(R, undefined) */ __re = /\b/m; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T1.js index 7dd48b6767..b14786de9c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T1.js @@ -5,9 +5,9 @@ * If pattern is an object R whose [[Class]] property is "RegExp" and flags is defined, then * call the RegExp constructor (15.10.4.1), passing it the pattern and flags arguments and return the object constructed by that constructor * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T1.js; - * @description: Checking if using "1" as flags leads to throwing the correct exception; + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T1.js + * @description Checking if using "1" as flags leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T2.js index 5488c42925..626deba0c0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T2.js @@ -5,9 +5,9 @@ * If pattern is an object R whose [[Class]] property is "RegExp" and flags is defined, then * call the RegExp constructor (15.10.4.1), passing it the pattern and flags arguments and return the object constructed by that constructor * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T2.js; - * @description: Checking if using dafined variable "x = 1" as flags leads to throwing the correct exception; + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A2_T2.js + * @description Checking if using dafined variable "x = 1" as flags leads to throwing the correct exception */ var x = 1; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T1.js index 191f88ce66..fd0ad88e11 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T1.js @@ -5,9 +5,9 @@ * If pattern and flags are defined, then * call the RegExp constructor (15.10.4.1), passing it the pattern and flags arguments and return the object constructed by that constructor * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T1.js; - * @description: R is "d+" and instance is RegExp(R,"i"); + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T1.js + * @description R is "d+" and instance is RegExp(R,"i") */ __re = "d+"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T2.js index 5d29b66077..b2572016cf 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T2.js @@ -5,9 +5,9 @@ * If pattern and flags are defined, then * call the RegExp constructor (15.10.4.1), passing it the pattern and flags arguments and return the object constructed by that constructor * - * @section: 15.10.3.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T2.js; - * @description: R is {toString:function(){return "[a-c]*";}} and instance is RegExp(R,"gm"); + * @section 15.10.3.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.3_The_RegExp_Constructor_Called_as_a_Function/S15.10.3.1_A3_T2.js + * @description R is {toString:function(){return "[a-c]*";}} and instance is RegExp(R,"gm") */ __instance = RegExp({toString:function(){return "[a-c]*";}}, "gm"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T1.js index 798922e854..1ccba9174f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T1.js @@ -5,9 +5,9 @@ * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then let P be * the pattern used to construct R and let F be the flags used to construct R * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T1.js; - * @description: Pattern is /./i and RegExp is new RegExp(pattern); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T1.js + * @description Pattern is /./i and RegExp is new RegExp(pattern) */ __pattern = /./i; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T2.js index bf6b698b02..19171b5d51 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T2.js @@ -5,9 +5,9 @@ * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then let P be * the pattern used to construct R and let F be the flags used to construct R * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T2.js; - * @description: Pattern is /\t/m and RegExp is new RegExp(pattern,x), where x is undefined variable; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T2.js + * @description Pattern is /\t/m and RegExp is new RegExp(pattern,x), where x is undefined variable */ __pattern = /\t/m; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T3.js index 95fa0ad675..c5c9be026b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T3.js @@ -5,9 +5,9 @@ * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then let P be * the pattern used to construct R and let F be the flags used to construct R * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T3.js; - * @description: Pattern is /[a-b]/g and RegExp is new RegExp(pattern,void 0); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T3.js + * @description Pattern is /[a-b]/g and RegExp is new RegExp(pattern,void 0) */ __pattern = /[a-b]/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T4.js index c55f7679d0..b3b0f49b22 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T4.js @@ -5,9 +5,9 @@ * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then let P be * the pattern used to construct R and let F be the flags used to construct R * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T4.js; - * @description: Pattern is new RegExp and RegExp is new RegExp(pattern,undefined); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T4.js + * @description Pattern is new RegExp and RegExp is new RegExp(pattern,undefined) */ __pattern = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T5.js index b8189a3836..64702cf993 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T5.js @@ -5,9 +5,9 @@ * If pattern is an object R whose [[Class]] property is "RegExp" and flags is undefined, then let P be * the pattern used to construct R and let F be the flags used to construct R * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T5.js; - * @description: Pattern is RegExp("1?","mig") and RegExp is new RegExp(pattern,(function(){})()); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A1_T5.js + * @description Pattern is RegExp("1?","mig") and RegExp is new RegExp(pattern,(function(){})()) */ __pattern = RegExp("1?","mig"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T1.js index 8526aff716..25aabd2631 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T1.js @@ -4,9 +4,9 @@ /** * If pattern is an object R whose [[Class]] property is "RegExp" and flags is not undefined, then throw a TypeError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T1.js; - * @description: Checking if execution of "new RegExp(pattern, "i")", where the pattern is "/\u0042/i", fails; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T1.js + * @description Checking if execution of "new RegExp(pattern, "i")", where the pattern is "/\u0042/i", fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T2.js index 16e9280082..198ef3c6f6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T2.js @@ -4,9 +4,9 @@ /** * If pattern is an object R whose [[Class]] property is "RegExp" and flags is not undefined, then throw a TypeError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T2.js; - * @description: Checking if execution of "new RegExp(pattern, {})", where the pattern is "/1?1/mig", fails; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A2_T2.js + * @description Checking if execution of "new RegExp(pattern, {})", where the pattern is "/1?1/mig", fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T1.js index 4caece63a4..44c8c02a20 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T1.js @@ -4,9 +4,9 @@ /** * let P be the empty string if pattern is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T1.js; - * @description: RegExp is new RegExp; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T1.js + * @description RegExp is new RegExp */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T2.js index 37791e783e..f4dff312e0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T2.js @@ -4,9 +4,9 @@ /** * let P be the empty string if pattern is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T2.js; - * @description: RegExp is new RegExp(void 0); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T2.js + * @description RegExp is new RegExp(void 0) */ __re = new RegExp(void 0); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T3.js index f8b1c8c798..db985ed721 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T3.js @@ -4,9 +4,9 @@ /** * let P be the empty string if pattern is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T3.js; - * @description: RegExp is new RegExp(x), where x is undefined variable; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T3.js + * @description RegExp is new RegExp(x), where x is undefined variable */ __re = new RegExp(x); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T4.js index 580ac650ef..e041369f3b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T4.js @@ -4,9 +4,9 @@ /** * let P be the empty string if pattern is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T4.js; - * @description: RegExp is new RegExp(undefined); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T4.js + * @description RegExp is new RegExp(undefined) */ __re = new RegExp(undefined); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T5.js index ae49e4b576..231660ff4b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T5.js @@ -4,9 +4,9 @@ /** * let P be the empty string if pattern is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T5.js; - * @description: RegExp is new RegExp((function(){})()); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A3_T5.js + * @description RegExp is new RegExp((function(){})()) */ __re = new RegExp((function(){})()); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T1.js index d3edf75131..75d07f7375 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T1.js @@ -4,9 +4,9 @@ /** * let F be the empty string if flags is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T1.js; - * @description: RegExp is new RegExp(undefined); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T1.js + * @description RegExp is new RegExp(undefined) */ __re = new RegExp(null, void 0); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T2.js index 2e5534b862..b2688bed15 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T2.js @@ -4,9 +4,9 @@ /** * let F be the empty string if flags is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T2.js; - * @description: RegExp is new RegExp(undefined,undefined); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T2.js + * @description RegExp is new RegExp(undefined,undefined) */ __re = new RegExp(undefined, undefined); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T3.js index 768640f2d4..d3ec9b4e6b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T3.js @@ -4,9 +4,9 @@ /** * let F be the empty string if flags is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T3.js; - * @description: Use undefined properties of object as flags of RegExp; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T3.js + * @description Use undefined properties of object as flags of RegExp */ __re = new RegExp({}.p, {}.q); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T4.js index db453a1a79..8db0571448 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T4.js @@ -4,9 +4,9 @@ /** * let F be the empty string if flags is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T4.js; - * @description: RegExp is new RegExp(null,void 0); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T4.js + * @description RegExp is new RegExp(null,void 0) */ __re = new RegExp(null, void 0); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T5.js index e31b36cfbd..c849de2e37 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T5.js @@ -4,9 +4,9 @@ /** * let F be the empty string if flags is undefined * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T5.js; - * @description: RegExp is new RegExp("",(function(){})()); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A4_T5.js + * @description RegExp is new RegExp("",(function(){})()) */ __re = new RegExp("", (function(){})()); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T1.js index f4f84313f6..c70eb6814e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T1.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T1.js; - * @description: Checking if using "ii" as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T1.js + * @description Checking if using "ii" as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T2.js index 764cfae2ff..c2f294ce20 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T2.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T2.js; - * @description: Checking if using "migg" as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T2.js + * @description Checking if using "migg" as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T3.js index 99fa41a384..8ac7d71122 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T3.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T3.js; - * @description: Checking by using eval, try to use eval("\"migg\"") as F; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T3.js + * @description Checking by using eval, try to use eval("\"migg\"") as F */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T4.js index 3f911eb732..857369f4cc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T4.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T4.js; - * @description: Checking if using "z" as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T4.js + * @description Checking if using "z" as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T5.js index af42e4074e..2af55ca7a9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T5.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T5.js; - * @description: Checking if using "{toString:function(){return "x";}}" as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T5.js + * @description Checking if using "{toString:function(){return "x";}}" as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T6.js index 1ccbbce9ae..d52f35d19a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T6.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T6.js; - * @description: Checking if using "null" as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T6.js + * @description Checking if using "null" as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T7.js index d25f3c18dd..ff9ee3158f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T7.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T7.js; - * @description: Checking if using 1.0 as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T7.js + * @description Checking if using 1.0 as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T8.js index 7597ad2882..7072920af8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T8.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T8.js; - * @description: Checking if using "true" as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T8.js + * @description Checking if using "true" as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T9.js index 2a18523c15..4a02ad6881 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T9.js @@ -4,9 +4,9 @@ /** * If F contains any character other than 'g', 'i', or 'm', or if it contains the same one more than once, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T9.js; - * @description: Checking if using "{toString:function(){}}" as F leads to throwing the correct exception; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A5_T9.js + * @description Checking if using "{toString:function(){}}" as F leads to throwing the correct exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A6_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A6_T1.js index 31bfbc8592..35342f26fa 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A6_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A6_T1.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the newly constructed object is set to "RegExp" * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A6_T1.js; - * @description: Checking [[Class]] property of the newly constructed object; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A6_T1.js + * @description Checking [[Class]] property of the newly constructed object */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T1.js index dc7fd8202c..35d1d66f65 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T1.js @@ -4,9 +4,9 @@ /** * The [[Prototype]] property of the newly constructed object is set to the original RegExp prototype object, the one that is the initial value of RegExp.prototype * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T1.js; - * @description: Add new property to [[Prototype]] of REgExp and check this property of the newly constructed object; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T1.js + * @description Add new property to [[Prototype]] of REgExp and check this property of the newly constructed object */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T2.js index bae22dc490..1e71ca1868 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T2.js @@ -4,9 +4,9 @@ /** * The [[Prototype]] property of the newly constructed object is set to the original RegExp prototype object, the one that is the initial value of RegExp.prototype * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T2.js; - * @description: Checking [[Prototype]] property of the newly constructed object; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A7_T2.js + * @description Checking [[Prototype]] property of the newly constructed object */ __re = new RegExp(); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T1.js index b98b1c8c78..c342944b29 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T1.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T1.js; - * @description: Pattern is "a|b" and flags is "i"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T1.js + * @description Pattern is "a|b" and flags is "i" */ __re = new RegExp("a|b","i"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T10.js index 0df42f7d88..137e27d033 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T10.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T10.js; - * @description: Pattern is true and flags is "m"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T10.js + * @description Pattern is true and flags is "m" */ __re = new RegExp(true,"m"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T11.js index 972ed40368..f4a7e7c311 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T11.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T11.js; - * @description: Checking by using eval, pattern is Math and flags is eval("\"g\""); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T11.js + * @description Checking by using eval, pattern is Math and flags is eval("\"g\"") */ __re = new RegExp(Math,eval("\"g\"")); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T12.js index 1ea01b0312..e9b7314ed7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T12.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T12.js; - * @description: Pattern is "\u0042" and flags is {toString:void 0, valueOf:function(){throw "invalof";} }; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T12.js + * @description Pattern is "\u0042" and flags is {toString:void 0, valueOf:function(){throw "invalof";} } */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T13.js index cfbcc021e5..f261ffa4e3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T13.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T13.js; - * @description: Pattern is "1" and flags is {toString:function(){throw "intostr";} }; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T13.js + * @description Pattern is "1" and flags is {toString:function(){throw "intostr";} } */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T2.js index c4d70b6ea0..789af9db7d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T2.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T2.js; - * @description: Pattern is function(){return "a|b|[]";}() and flags is "ig"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T2.js + * @description Pattern is function(){return "a|b|[]";}() and flags is "ig" */ __re = new RegExp(function(){return "a|b|[]";}(),"ig"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T3.js index f6663cdc34..1dff403333 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T3.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T3.js; - * @description: Pattern is {toString:function(){return "[0-9]";}} and flags is (function(){return "m";})(); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T3.js + * @description Pattern is {toString:function(){return "[0-9]";}} and flags is (function(){return "m";})() */ __re = new RegExp({toString:function(){return "[0-9]";}}, (function(){return "m";})()); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T4.js index 7c040597a1..bf3b6beebc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T4.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T4.js; - * @description: Pattern is {toString:void 0,valueOf:function(){return "[z-z]";}} and flags is {toString:void 0,valueOf:function(){return "mig";}}; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T4.js + * @description Pattern is {toString:void 0,valueOf:function(){return "[z-z]";}} and flags is {toString:void 0,valueOf:function(){return "mig";}} */ __re = new RegExp({toString:void 0,valueOf:function(){return "[z-z]";}}, {toString:void 0,valueOf:function(){return "mig";}}); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T5.js index fec8b145ee..be085e2e0d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T5.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T5.js; - * @description: Pattern is new Object("abc{1}") and flags is {toString:function(){return "";}}; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T5.js + * @description Pattern is new Object("abc{1}") and flags is {toString:function(){return "";}} */ __re = new RegExp(new Object("abc{1}"), {toString:function(){return "";}}); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T6.js index 5056bb4cbb..c9ee0504db 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T6.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T6.js; - * @description: Pattern is {toString:function(){throw "intostr";} } and flags is "i"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T6.js + * @description Pattern is {toString:function(){throw "intostr";} } and flags is "i" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T7.js index 24f4e8b658..11c8b95659 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T7.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T7.js; - * @description: Pattern is {toString:void 0, valueOf:function(){throw "invalof";} } and flags is "i"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T7.js + * @description Pattern is {toString:void 0, valueOf:function(){throw "invalof";} } and flags is "i" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T8.js index cdee4adbd7..9665bf7462 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T8.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T8.js; - * @description: Pattern is {toString:function(){throw "intostr";} } and flags is "error"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T8.js + * @description Pattern is {toString:function(){throw "intostr";} } and flags is "error" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T9.js index 492fc7061c..879429a667 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T9.js @@ -4,9 +4,9 @@ /** * let P be ToString(pattern) and let F be ToString(flags) * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T9.js; - * @description: Pattern is 1 and flags is new Object("gi"); + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A8_T9.js + * @description Pattern is 1 and flags is new Object("gi") */ __re = new RegExp(1, new Object("gi")); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T1.js index e594d6259f..fe6d5c6d21 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T1.js @@ -4,9 +4,9 @@ /** * If P's characters do not have the form Pattern, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T1.js; - * @description: Pattern is "??"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T1.js + * @description Pattern is "??" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T2.js index a716a481bc..5714f9ac7c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T2.js @@ -4,9 +4,9 @@ /** * If P's characters do not have the form Pattern, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T2.js; - * @description: Pattern is "[{-z]"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T2.js + * @description Pattern is "[{-z]" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T3.js index 8dc9175052..fdf48ea6f6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T3.js @@ -4,9 +4,9 @@ /** * If P's characters do not have the form Pattern, then throw a SyntaxError exception * - * @section: 15.10.4.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T3.js; - * @description: Pattern is "[a--z]"; + * @section 15.10.4.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.4_The_RegExp_Constructor/S15.10.4.1_A9_T3.js + * @description Pattern is "[a--z]" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A1.js index 72346e549c..852fd2b94d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A1.js @@ -4,9 +4,9 @@ /** * The RegExp has property prototype * - * @section: 15.10.5.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A1.js; - * @description: Checking RegExp.prototype property; + * @section 15.10.5.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A1.js + * @description Checking RegExp.prototype property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A2.js index 33bd6b4c6d..fdcb34f65b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A2.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype property has the attribute DontEnum * - * @section: 15.10.5.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A2.js; - * @description: Checking if enumerating the RegExp.prototype property fails; + * @section 15.10.5.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A2.js + * @description Checking if enumerating the RegExp.prototype property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A3.js index 749298db6c..f95ec00263 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A3.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype property has the attribute DontDelete * - * @section: 15.10.5.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A3.js; - * @description: Checking if deleting the RegExp.prototype property fails; + * @section 15.10.5.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A3.js + * @description Checking if deleting the RegExp.prototype property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A4.js index 882e6e4812..db605a2a41 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A4.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype property has the attribute ReadOnly * - * @section: 15.10.5.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A4.js; - * @description: Checking if varying the RegExp.prototype property fails; + * @section 15.10.5.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5.1_A4.js + * @description Checking if varying the RegExp.prototype property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A1.js index 5a715af926..ff8d1f642e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A1.js @@ -4,9 +4,9 @@ /** * RegExp constructor has length property whose value is 2 * - * @section: 15.10.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A1.js; - * @description: Checking RegExp.length property; + * @section 15.10.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A1.js + * @description Checking RegExp.length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T1.js index b4a6155625..81ffae68bc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T1.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the RegExp constructor is the Function prototype object * - * @section: 15.10.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T1.js; - * @description: Checking Function.prototype.isPrototypeOf(RegExp); + * @section 15.10.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T1.js + * @description Checking Function.prototype.isPrototypeOf(RegExp) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T2.js index ab980f6b6f..183b796cc7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T2.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the RegExp constructor is the Function prototype object * - * @section: 15.10.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T2.js; - * @description: Add new property to Function.prototype and then check this property of RegExp; + * @section 15.10.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.5_Properties_of_the_RegExp_Constructor/S15.10.5_A2_T2.js + * @description Add new property to Function.prototype and then check this property of RegExp */ Function.prototype.indicator = 1; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A10.js index c2fa69e4ef..f43cac076a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A10.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.exec.length property has the attribute ReadOnly * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A10.js; - * @description: Checking if varying the RegExp.prototype.exec.length property fails; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A10.js + * @description Checking if varying the RegExp.prototype.exec.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11.js index 2eafec64ca..23a37f7f8c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11.js @@ -4,9 +4,9 @@ /** * The length property of the exec method is 1 * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11.js; - * @description: Checking RegExp.prototype.exec.length; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11.js + * @description Checking RegExp.prototype.exec.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A12.js index 5277ee3a4e..f268c97acb 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A12.js @@ -4,9 +4,9 @@ /** * regExp exec() acts like regExp.exec('undefined') (step 2) * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A12.js; - * @description: Checking RegExp.prototype.exec; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A12.js + * @description Checking RegExp.prototype.exec */ (/foo/).test('xfoox'); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T1.js index cd2ccf9da5..4eb9db6982 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T1.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T1.js; - * @description: String is "123" and RegExp is /1|12/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T1.js + * @description String is "123" and RegExp is /1|12/ */ __executed = /1|12/.exec("123"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T10.js index 603acb97f5..96d4a6050a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T10.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T10.js; - * @description: String is 1.01 and RegExp is /1|12/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T10.js + * @description String is 1.01 and RegExp is /1|12/ */ __executed = /1|12/.exec(1.01); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T11.js index f5e7bf48b3..987403dc06 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T11.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T11.js; - * @description: String is new Number(1.012) and RegExp is /2|12/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T11.js + * @description String is new Number(1.012) and RegExp is /2|12/ */ __executed = /2|12/.exec(new Number(1.012)); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T12.js index 59cf37d7b9..75cdda75f1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T12.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T12.js; - * @description: String is {toString:function(){return Math.PI;}} and RegExp is /\.14/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T12.js + * @description String is {toString:function(){return Math.PI;}} and RegExp is /\.14/ */ __executed = /\.14/.exec({toString:function(){return Math.PI}}); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T13.js index 8b0c6269d2..b4a58ef334 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T13.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T13.js; - * @description: String is true and RegExp is /t[a-b|q-s]/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T13.js + * @description String is true and RegExp is /t[a-b|q-s]/ */ __executed = /t[a-b|q-s]/.exec(true); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T14.js index f9ca54e39e..95fe1b16a3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T14.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T14.js; - * @description: String is new Boolean and RegExp is /AL|se/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T14.js + * @description String is new Boolean and RegExp is /AL|se/ */ __executed = /AL|se/.exec(new Boolean); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T15.js index f79a67a5b8..5954b1d7d6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T15.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T15.js; - * @description: String is {toString:function(){return false;}} and RegExp is /LS/i; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T15.js + * @description String is {toString:function(){return false;}} and RegExp is /LS/i */ __executed = /LS/i.exec({toString:function(){return false}}); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16.js index 5beb4193b1..898e66688f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16.js; - * @description: RegExp is /undefined/ and call exec() without arguments; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16.js + * @description RegExp is /undefined/ and call exec() without arguments */ __re = /undefined/.exec()[0]; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T17.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T17.js index a373fab578..b6f2e61ae5 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T17.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T17.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T17.js; - * @description: String is null and RegExp is /ll|l/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T17.js + * @description String is null and RegExp is /ll|l/ */ __executed = /ll|l/.exec(null); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T18.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T18.js index 886614e6b5..5ed04c45c1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T18.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T18.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T18.js; - * @description: String is undefined and RegExp is /nd|ne/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T18.js + * @description String is undefined and RegExp is /nd|ne/ */ __executed = /nd|ne/.exec(undefined); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T19.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T19.js index 14ab86679c..3098786918 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T19.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T19.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T19.js; - * @description: String is void 0 and RegExp is /e{1}/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T19.js + * @description String is void 0 and RegExp is /e{1}/ */ __executed = /e{1}/.exec(void 0); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T2.js index 6b26826323..baa830d98c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T2.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T2.js; - * @description: String is new String("123") and RegExp is /((1)|(12))((3)|(23))/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T2.js + * @description String is new String("123") and RegExp is /((1)|(12))((3)|(23))/ */ with(/((1)|(12))((3)|(23))/){ diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T20.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T20.js index 4087c299b8..59675c26e9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T20.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T20.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T20.js; - * @description: String is x and RegExp is /[a-f]d/, where x is undefined variable; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T20.js + * @description String is x and RegExp is /[a-f]d/, where x is undefined variable */ __executed = /[a-f]d/.exec(x); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T21.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T21.js index 6ba54d9f34..891dc93905 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T21.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T21.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T21.js; - * @description: String is function(){}() and RegExp is /[a-z]n/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T21.js + * @description String is function(){}() and RegExp is /[a-z]n/ */ __executed = /[a-z]n/.exec(function(){}()); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T3.js index fe874d50cd..7eda5d0134 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T3.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T3.js; - * @description: String is new Object("abcdefghi") and RegExp is /a[a-z]{2,4}/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T3.js + * @description String is new Object("abcdefghi") and RegExp is /a[a-z]{2,4}/ */ __executed = /a[a-z]{2,4}/.exec(new Object("abcdefghi")); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T4.js index f9731ef5b3..19243b98cc 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T4.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T4.js; - * @description: String is {toString:function(){return "abcdefghi";}} and RegExp is /a[a-z]{2,4}?/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T4.js + * @description String is {toString:function(){return "abcdefghi";}} and RegExp is /a[a-z]{2,4}?/ */ __executed = /a[a-z]{2,4}?/.exec({toString:function(){return "abcdefghi"}}); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T5.js index 30fb59355c..c4def24809 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T5.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T5.js; - * @description: String is {toString:function(){return {};}, valueOf:function(){return "aabaac";}} and RegExp is /(aa|aabaac|ba|b|c)* /; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T5.js + * @description String is {toString:function(){return {};}, valueOf:function(){return "aabaac";}} and RegExp is /(aa|aabaac|ba|b|c)* / */ __executed = /(aa|aabaac|ba|b|c)*/.exec({toString:function(){return {};}, valueOf:function(){return "aabaac";}}); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6.js index 5310b28089..87cd388726 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6.js; - * @description: String is (function(){return "zaacbbbcac"})() and RegExp is /(z)((a+)?(b+)?(c))* /; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T6.js + * @description String is (function(){return "zaacbbbcac"})() and RegExp is /(z)((a+)?(b+)?(c))* / */ __executed = /(z)((a+)?(b+)?(c))*/.exec((function(){return "zaacbbbcac"})()); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T7.js index 753015bc5e..e9e7cef291 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T7.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T7.js; - * @description: String is {toString:function(){throw "intostr";}} and RegExp is /[a-z]/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T7.js + * @description String is {toString:function(){throw "intostr";}} and RegExp is /[a-z]/ */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T8.js index dd3715f1f2..5b5eb09b01 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T8.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T8.js; - * @description: String is {toString:void 0, valueOf:function(){throw "invalof";}} and RegExp is /[a-z]/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T8.js + * @description String is {toString:void 0, valueOf:function(){throw "invalof";}} and RegExp is /[a-z]/ */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T9.js index 308d96d18f..f49982e352 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T9.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and * returns an Array object containing the results of the match, or null if the string did not match * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T9.js; - * @description: String is undefined variable and RegExp is /1|12/; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T9.js + * @description String is undefined variable and RegExp is /1|12/ */ var __string; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T1.js index 9169f50397..6eb6203940 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T1.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T1.js; - * @description: The internal [[Class]] property is "Object"; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T1.js + * @description The internal [[Class]] property is "Object" */ __instance = new Object; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T10.js index 688a678750..0269d1d01f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T10.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T10.js; - * @description: The tested object is undefined; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T10.js + * @description The tested object is undefined */ exec = RegExp.prototype.exec; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T2.js index 5b3bce6594..cc4f35b804 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T2.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T2.js; - * @description: The tested object is Math; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T2.js + * @description The tested object is Math */ __instance = Math; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T3.js index 2d55e02f7f..d099969add 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T3.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T3.js; - * @description: The tested object is function object; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T3.js + * @description The tested object is function object */ __instance.exec = RegExp.prototype.exec; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T4.js index 5165f6fe71..bf41f6d35e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T4.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T4.js; - * @description: The tested object is new String("[a-b]"); + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T4.js + * @description The tested object is new String("[a-b]") */ __instance = new String("[a-b]"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T5.js index 84060c3eef..1e913bb9a0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T5.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T5.js; - * @description: The tested object is new Boolean(false); + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T5.js + * @description The tested object is new Boolean(false) */ __instance = new Boolean(false); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T6.js index 4c19a17697..dc94b1c4a1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T6.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T6.js; - * @description: The tested object is new Number(1.0); + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T6.js + * @description The tested object is new Number(1.0) */ __instance = new Number(1.0); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T7.js index 1e632a8456..e97b88e6d5 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T7.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T7.js; - * @description: The tested object is false; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T7.js + * @description The tested object is false */ __instance = false; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T8.js index 777e3bd3e2..603f95d4e6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T8.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T8.js; - * @description: The tested object is "."; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T8.js + * @description The tested object is "." */ __instance = "."; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T9.js index 5b216cf146..c3a342c891 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T9.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T9.js; - * @description: The tested object is 1.0; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A2_T9.js + * @description The tested object is 1.0 */ __instance = 1.0; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T1.js index 75ff1baba1..56e306a1ba 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T1.js @@ -6,9 +6,9 @@ * If global is true and lastIndex not changed manually, * next exec calling start to match from position where current match finished * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T1.js; - * @description: RegExp is /(?:ab|cd)\d?/g and tested string is "ab cd2 ab34 cd"; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T1.js + * @description RegExp is /(?:ab|cd)\d?/g and tested string is "ab cd2 ab34 cd" */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T2.js index d2a5249e29..1c37e94fef 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T2.js @@ -6,9 +6,9 @@ * If global is true and lastIndex not changed manually, * next exec calling start to match from position where current match finished * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T2.js; - * @description: RegExp is /[Nn]evermore/g and tested string is very long string; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T2.js + * @description RegExp is /[Nn]evermore/g and tested string is very long string */ __the__raven = " Once upon a midnight dreary, while I pondered weak and weary," + diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T3.js index 30b63c6d16..0e92951fc1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T3.js @@ -6,9 +6,9 @@ * If global is true and lastIndex not changed manually, * next exec calling start to match from position where current match finished * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T3.js; - * @description: RegExp is /[Nn]?evermore/g and tested string is very long string; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T3.js + * @description RegExp is /[Nn]?evermore/g and tested string is very long string */ __the__raven = " Once upon a midnight dreary, while I pondered weak and weary," + diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T4.js index 2e04aa2814..22d3ce5fa1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T4.js @@ -6,9 +6,9 @@ * If global is true and lastIndex not changed manually, * next exec calling start to match from position where current match finished * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T4.js; - * @description: RegExp is /([Nn]?ever|([Nn]othing\s{1,}))more/g and tested string is very long string; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T4.js + * @description RegExp is /([Nn]?ever|([Nn]othing\s{1,}))more/g and tested string is very long string */ __the__raven = " Once upon a midnight dreary, while I pondered weak and weary," + diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T5.js index d87d39a977..83d48bd941 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T5.js @@ -6,9 +6,9 @@ * If global is true and lastIndex not changed manually, * next exec calling start to match from position where current match finished * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T5.js; - * @description: RegExp is /\d+/g and tested string is "123 456 789"; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T5.js + * @description RegExp is /\d+/g and tested string is "123 456 789" */ __re = /\d+/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T6.js index dfd5cc731e..a41546aea0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T6.js @@ -6,9 +6,9 @@ * If global is true and lastIndex not changed manually, * next exec calling start to match from position where current match finished * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T6.js; - * @description: RegExp is /(\d+)/g and tested string is "123 456 789"; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T6.js + * @description RegExp is /(\d+)/g and tested string is "123 456 789" */ __re = /(\d+)/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T7.js index 64e3e628b8..1ae446330c 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T7.js @@ -6,9 +6,9 @@ * If global is true and lastIndex not changed manually, * next exec calling start to match from position where current match finished * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T7.js; - * @description: RegExp is /\d+/ and tested string is "123 456 789"; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A3_T7.js + * @description RegExp is /\d+/ and tested string is "123 456 789" */ __re = /\d+/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T1.js index 040782ad6d..fee5ff6fc3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T1.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T1.js; - * @description: Call first exec, then set re.lastIndex = 12 and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T1.js + * @description Call first exec, then set re.lastIndex = 12 and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T10.js index fac8448db6..d4ef4f49fa 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T10.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T10.js; - * @description: Call first exec, then set re.lastIndex = {valueOf:function(){return 12;}} and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T10.js + * @description Call first exec, then set re.lastIndex = {valueOf:function(){return 12;}} and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11.js index f5224c0d5b..2904989772 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11.js; - * @description: Call first exec, then set re.lastIndex = {valueOf:function(){throw "intoint";}} and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11.js + * @description Call first exec, then set re.lastIndex = {valueOf:function(){throw "intoint";}} and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T12.js index c450854c05..572de85df0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T12.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T12.js; - * @description: Call first exec, then set re.lastIndex = {toString:function(){return 12;},valueOf:function(){return {};}} and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T12.js + * @description Call first exec, then set re.lastIndex = {toString:function(){return 12;},valueOf:function(){return {};}} and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T2.js index 7dcfc7d7df..16f0d6e68e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T2.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T2.js; - * @description: Call first exec, then set re.lastIndex = undefined and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T2.js + * @description Call first exec, then set re.lastIndex = undefined and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T3.js index 89cd94925f..e781d1c2dd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T3.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T3.js; - * @description: Call first exec, then set re.lastIndex = void 0 and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T3.js + * @description Call first exec, then set re.lastIndex = void 0 and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T4.js index aea8ff7b5d..94c73703a2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T4.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T4.js; - * @description: Call first exec, then set re.lastIndex = null and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T4.js + * @description Call first exec, then set re.lastIndex = null and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T5.js index 8927c9baa3..680154132a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T5.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T5.js; - * @description: Call first exec, then set re.lastIndex = x and again call exec, where x is undefined variable; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T5.js + * @description Call first exec, then set re.lastIndex = x and again call exec, where x is undefined variable */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T6.js index 09d39e4dc8..ff011fd951 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T6.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T6.js; - * @description: Call first exec, then set re.lastIndex = false and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T6.js + * @description Call first exec, then set re.lastIndex = false and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T7.js index 811f379168..1184734ab3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T7.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T7.js; - * @description: Call first exec, then set re.lastIndex = Math.NaN and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T7.js + * @description Call first exec, then set re.lastIndex = Math.NaN and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T8.js index 412eb25043..31e78ec867 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T8.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T8.js; - * @description: Call first exec, then set re.lastIndex = "12" and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T8.js + * @description Call first exec, then set re.lastIndex = "12" and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T9.js index 01109da26c..44c58f5496 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T9.js @@ -5,9 +5,9 @@ * RegExp.prototype.exec behavior depends on global property. * If global is true next exec calling start to match from lastIndex position * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T9.js; - * @description: Call first exec, then set re.lastIndex = "eleven" and again call exec; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T9.js + * @description Call first exec, then set re.lastIndex = "eleven" and again call exec */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T1.js index e28a65355c..2ead77594d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T1.js @@ -6,9 +6,9 @@ * Let global is true and let I = If ToInteger(lastIndex). * Then if I<0 orI>length then set lastIndex to 0 and return null * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T1.js; - * @description: First call /(?:ab|cd)\d?/g.exec("aac1dz2233a1bz12nm444ab42"), and then First call /(?:ab|cd)\d?/g.exec("aacd22"); + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T1.js + * @description First call /(?:ab|cd)\d?/g.exec("aac1dz2233a1bz12nm444ab42"), and then First call /(?:ab|cd)\d?/g.exec("aacd22") */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T2.js index a9eb5b5a7c..11f8641f72 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T2.js @@ -6,9 +6,9 @@ * Let global is true and let I = If ToInteger(lastIndex). * Then if I<0 orI>length then set lastIndex to 0 and return null * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T2.js; - * @description: Set lastIndex to 100 and call /(?:ab|cd)\d?/g.exec("aacd22 "); + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T2.js + * @description Set lastIndex to 100 and call /(?:ab|cd)\d?/g.exec("aacd22 ") */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T3.js index eaa733e40b..0ab5992926 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T3.js @@ -6,9 +6,9 @@ * Let global is true and let I = If ToInteger(lastIndex). * Then if I<0 orI>length then set lastIndex to 0 and return null * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T3.js; - * @description: Set lastIndex to -1 and call /(?:ab|cd)\d?/g.exec("aacd22 "); + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A5_T3.js + * @description Set lastIndex to -1 and call /(?:ab|cd)\d?/g.exec("aacd22 ") */ __re = /(?:ab|cd)\d?/g; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A6.js index 8e68a6ce88..63c0681795 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A6.js @@ -4,9 +4,9 @@ /** * RegExp.prototype.exec has not prototype property * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A6.js; - * @description: Checking RegExp.prototype.exec.prototype; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A6.js + * @description Checking RegExp.prototype.exec.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A7.js index b195c35e36..4235549160 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A7.js @@ -4,9 +4,9 @@ /** * RegExp.prototype.exec can't be used as constructor * - * @section: 15.10.6.2, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A7.js; - * @description: Checking if creating the RegExp.prototype.exec object fails; + * @section 15.10.6.2, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A7.js + * @description Checking if creating the RegExp.prototype.exec object fails */ __FACTORY = RegExp.prototype.exec; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A8.js index fb608a3ab2..049a94ea12 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A8.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.exec.length property has the attribute DontEnum * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A8.js; - * @description: Checking if enumerating the RegExp.prototype.exec.length property fails; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A8.js + * @description Checking if enumerating the RegExp.prototype.exec.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A9.js index 1921b698d8..1b6d0cc6a0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A9.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.exec.length property has the attribute DontDelete * - * @section: 15.10.6.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A9.js; - * @description: Checking if deleting the RegExp.prototype.exec.length property fails; + * @section 15.10.6.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A9.js + * @description Checking if deleting the RegExp.prototype.exec.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A10.js index ac8728ab27..54ef08203b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A10.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.test.length property has the attribute ReadOnly * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A10.js; - * @description: Checking if varying the RegExp.prototype.test.length property fails; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A10.js + * @description Checking if varying the RegExp.prototype.test.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11.js index 27484ce73d..2256849a07 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11.js @@ -4,9 +4,9 @@ /** * The length property of the test method is 1 * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11.js; - * @description: Checking RegExp.prototype.test.length; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11.js + * @description Checking RegExp.prototype.test.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T1.js index d6e3438517..8fb21a6ce2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T1.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T1.js; - * @description: RegExp is /1|12/ and tested string is "123"; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T1.js + * @description RegExp is /1|12/ and tested string is "123" */ var __string = "123"; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T10.js index add96a877d..d40e497c9a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T10.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T10.js; - * @description: RegExp is /1|12/ and tested string is 1.01; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T10.js + * @description RegExp is /1|12/ and tested string is 1.01 */ var __string = 1.01; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T11.js index 360cd07534..8d31b666ca 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T11.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T11.js; - * @description: RegExp is /2|12/ and tested string is new Number(1.012); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T11.js + * @description RegExp is /2|12/ and tested string is new Number(1.012) */ var __string = new Number(1.012); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T12.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T12.js index 89ad270da6..24c73f95e7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T12.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T12.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T12.js; - * @description: RegExp is /\.14/ and tested string is {toString:function(){return Math.PI;}}; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T12.js + * @description RegExp is /\.14/ and tested string is {toString:function(){return Math.PI;}} */ var __string = {toString:function(){return Math.PI;}}; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T13.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T13.js index 5030b4df28..4e202c3596 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T13.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T13.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T13.js; - * @description: RegExp is /t[a-b|q-s]/ and tested string is true; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T13.js + * @description RegExp is /t[a-b|q-s]/ and tested string is true */ var __string = true; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T14.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T14.js index a418c9ab25..f992601e12 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T14.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T14.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T14.js; - * @description: RegExp is /AL|se/ and tested string is new Boolean; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T14.js + * @description RegExp is /AL|se/ and tested string is new Boolean */ var __string = new Boolean; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T15.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T15.js index 71b3ae0bd4..dfbe75eb05 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T15.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T15.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T15.js; - * @description: RegExp is /LS/i and tested string is {toString:function(){return false;}}; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T15.js + * @description RegExp is /LS/i and tested string is {toString:function(){return false;}} */ var __string = {toString:function(){return false;}}; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16.js index f5d7d3ec24..12068dbdc8 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16.js; - * @description: RegExp is /undefined/ and call test() without arguments; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16.js + * @description RegExp is /undefined/ and call test() without arguments */ __re = /undefined/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T17.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T17.js index 6577acae1e..48c1382b59 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T17.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T17.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T17.js; - * @description: RegExp is /ll|l/ and tested string is null; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T17.js + * @description RegExp is /ll|l/ and tested string is null */ __re = /ll|l/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T18.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T18.js index 5ee293914b..2377af861a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T18.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T18.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T18.js; - * @description: RegExp is /nd|ne/ and tested string is undefined; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T18.js + * @description RegExp is /nd|ne/ and tested string is undefined */ __re = /nd|ne/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T19.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T19.js index 1175a0148c..212cdf8d63 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T19.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T19.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T19.js; - * @description: RegExp is /e{1}/ and tested string is void 0; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T19.js + * @description RegExp is /e{1}/ and tested string is void 0 */ __re = /e{1}/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T2.js index ed8caae9f8..8b3210ea97 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T2.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T2.js; - * @description: RegExp is /((1)|(12))((3)|(23))/ and tested string is new String("123"); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T2.js + * @description RegExp is /((1)|(12))((3)|(23))/ and tested string is new String("123") */ var __string = new String("123"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T20.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T20.js index 1d4a2221de..222744201e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T20.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T20.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T20.js; - * @description: RegExp is /[a-f]d/ and tested string is x, where x is undefined; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T20.js + * @description RegExp is /[a-f]d/ and tested string is x, where x is undefined */ __re = /[a-f]d/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T21.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T21.js index d817d6f662..7e905e1ae9 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T21.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T21.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T21.js; - * @description: RegExp is /[a-z]n/ and tested string is x, where x is function(){}(); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T21.js + * @description RegExp is /[a-z]n/ and tested string is x, where x is function(){}() */ __re = /[a-z]n/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T3.js index 11f2ffd3c1..fc0315df9e 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T3.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T3.js; - * @description: RegExp is /a[a-z]{2,4}/ and tested string is new Object("abcdefghi"); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T3.js + * @description RegExp is /a[a-z]{2,4}/ and tested string is new Object("abcdefghi") */ var __string = new Object("abcdefghi"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T4.js index 753c954e48..6b7341f69a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T4.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T4.js; - * @description: RegExp is /a[a-z]{2,4}?/ and tested string is {toString:function(){return "abcdefghi";}}; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T4.js + * @description RegExp is /a[a-z]{2,4}?/ and tested string is {toString:function(){return "abcdefghi";}} */ var __string = {toString:function(){return "abcdefghi";}}; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T5.js index b64391697d..2ca03e855a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T5.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T5.js; - * @description: RegExp is /(aa|aabaac|ba|b|c)* / and tested string is {toString:function(){return {};}, valueOf:function(){return "aabaac";}}; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T5.js + * @description RegExp is /(aa|aabaac|ba|b|c)* / and tested string is {toString:function(){return {};}, valueOf:function(){return "aabaac";}} */ var __string = {toString:function(){return {};}, valueOf:function(){return "aabaac";}}; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T6.js index 586606541d..49f4e9e620 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T6.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T6.js; - * @description: RegExp is /(z)((a+)?(b+)?(c))* / and tested string is (function(){return "zaacbbbcac"})(); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T6.js + * @description RegExp is /(z)((a+)?(b+)?(c))* / and tested string is (function(){return "zaacbbbcac"})() */ __re = /(z)((a+)?(b+)?(c))*/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T7.js index 81cf35bad8..615343a580 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T7.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T7.js; - * @description: RegExp is /[a-z]/ and tested string is {toString:function(){throw "intostr";}}; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T7.js + * @description RegExp is /[a-z]/ and tested string is {toString:function(){throw "intostr";}} */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T8.js index 703406a0e0..c75a53a573 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T8.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T8.js; - * @description: RegExp is /[a-z]/ and tested string is {toString:void 0, valueOf:function(){throw "invalof";}}; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T8.js + * @description RegExp is /[a-z]/ and tested string is {toString:void 0, valueOf:function(){throw "invalof";}} */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T9.js index 0b413e8278..b28b677cc1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T9.js @@ -4,9 +4,9 @@ /** * Equivalent to the expression RegExp.prototype.exec(string) != null * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T9.js; - * @description: RegExp is /1|12/ and tested string is function object; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T9.js + * @description RegExp is /1|12/ and tested string is function object */ var __string; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T1.js index 467616a33d..e92f25324a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T1.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T1.js; - * @description: The tested object is new Object; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T1.js + * @description The tested object is new Object */ __instance = new Object; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T10.js index 2f513cc92a..18b0fb8bca 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T10.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T10.js; - * @description: The tested object is undefined; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T10.js + * @description The tested object is undefined */ test = RegExp.prototype.test; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T2.js index 513d0cd8b0..aeb6a14929 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T2.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T2.js; - * @description: The tested object is Math; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T2.js + * @description The tested object is Math */ __instance = Math; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T3.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T3.js index 26f0a743f6..3d0086ac34 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T3.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T3.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T3.js; - * @description: The tested object is function object; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T3.js + * @description The tested object is function object */ __instance.test = RegExp.prototype.test; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T4.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T4.js index 849f4cbb78..72f1805ceb 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T4.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T4.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T4.js; - * @description: The tested object is new String("[a-b]"); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T4.js + * @description The tested object is new String("[a-b]") */ __instance = new String("[a-b]"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T5.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T5.js index 7bd1099aa9..a9e6cf8f54 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T5.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T5.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T5.js; - * @description: The tested object is new Boolean(false); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T5.js + * @description The tested object is new Boolean(false) */ __instance = new Boolean(false); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T6.js index 9d0050bae6..782fdbc41d 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T6.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T6.js; - * @description: The tested object is new Number(1.0); + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T6.js + * @description The tested object is new Number(1.0) */ __instance = new Number(1.0); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T7.js index 596073730f..bf28910ac6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T7.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T7.js; - * @description: The tested object is false; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T7.js + * @description The tested object is false */ __instance = false; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T8.js index 38c613da81..d3aff26ed1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T8.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T8.js; - * @description: The tested object is "."; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T8.js + * @description The tested object is "." */ __instance = "."; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T9.js index d4b35825b6..2561ccc019 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T9.js @@ -4,9 +4,9 @@ /** * A TypeError exception is thrown if the this value is not an object for which the value of the internal [[Class]] property is "RegExp" * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T9.js; - * @description: The tested object is 1.0; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A2_T9.js + * @description The tested object is 1.0 */ __instance = 1.0; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A6.js index 24c0cc6743..e54653208f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A6.js @@ -4,9 +4,9 @@ /** * RegExp.prototype.test has not prototype property * - * @section: 15.10.6.3, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A6.js; - * @description: Checking RegExp.prototype.test.prototype; + * @section 15.10.6.3, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A6.js + * @description Checking RegExp.prototype.test.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A7.js index b62b60501b..9709a22437 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A7.js @@ -4,9 +4,9 @@ /** * RegExp.prototype.test can't be used as constructor * - * @section: 15.10.6.3, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A7.js; - * @description: Checking if creating the RegExp.prototype.test object fails; + * @section 15.10.6.3, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A7.js + * @description Checking if creating the RegExp.prototype.test object fails */ __FACTORY = RegExp.prototype.test; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A8.js index 2da372b6a3..bf1643a305 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A8.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.test.length property has the attribute DontEnum * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A8.js; - * @description: Checking if enumerating the RegExp.prototype.test.length property fails; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A8.js + * @description Checking if enumerating the RegExp.prototype.test.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A9.js index fb32b1fc02..59e798506b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A9.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.test.length property has the attribute DontDelete * - * @section: 15.10.6.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A9.js; - * @description: Checking if deleting RegExp.prototype.test.length property fails; + * @section 15.10.6.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A9.js + * @description Checking if deleting RegExp.prototype.test.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A10.js index 06bc04d87f..df41ba4bac 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A10.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.toString.length property has the attribute ReadOnly * - * @section: 15.10.6.4; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A10.js; - * @description: Checking if varying the RegExp.prototype.toString.length property fails; + * @section 15.10.6.4 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A10.js + * @description Checking if varying the RegExp.prototype.toString.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A11.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A11.js index 2360f13ddc..c6849a1223 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A11.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toString method is 1 * - * @section: 15.10.6.4; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A11.js; - * @description: Checking RegExp.prototype.toString.length; + * @section 15.10.6.4 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A11.js + * @description Checking RegExp.prototype.toString.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A6.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A6.js index b2c5feee03..d371848284 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A6.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A6.js @@ -4,9 +4,9 @@ /** * RegExp.prototype.toString has not prototype property * - * @section: 15.10.6.4, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A6.js; - * @description: Checking RegExp.prototype.toString.prototype; + * @section 15.10.6.4, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A6.js + * @description Checking RegExp.prototype.toString.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A7.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A7.js index 4744533ffc..00531babd2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A7.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A7.js @@ -4,9 +4,9 @@ /** * RegExp.prototype.toString can't be used as constructor * - * @section: 15.10.6.4, 13.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A7.js; - * @description: Checking if creating the RegExp.prototype.toString object fails; + * @section 15.10.6.4, 13.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A7.js + * @description Checking if creating the RegExp.prototype.toString object fails */ __FACTORY = RegExp.prototype.toString; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A8.js index d2851cc722..41a88892b0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A8.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.toString.length property has the attribute DontEnum * - * @section: 15.10.6.4; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A8.js; - * @description: Checking if enumerating the RegExp.prototype.toString.length property fails; + * @section 15.10.6.4 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A8.js + * @description Checking if enumerating the RegExp.prototype.toString.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A9.js index d29a029bfa..d6fcc8936a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A9.js @@ -4,9 +4,9 @@ /** * The RegExp.prototype.toString.length property has the attribute DontDelete * - * @section: 15.10.6.4; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A9.js; - * @description: Checking if deleting the RegExp.prototype.toString.length property fails; + * @section 15.10.6.4 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/15.10.6.4_RegExp.prototype.toString/S15.10.6.4_A9.js + * @description Checking if deleting the RegExp.prototype.toString.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T1.js index ab96addf7b..96f1a66244 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The initial value of RegExp.prototype.constructor is the built-in RegExp constructor * - * @section: 15.10.6.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T1.js; - * @description: Compare RegExp.prototype.constructor with RegExp; + * @section 15.10.6.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T1.js + * @description Compare RegExp.prototype.constructor with RegExp */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T2.js index ef80195584..0e657864cd 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The initial value of RegExp.prototype.constructor is the built-in RegExp constructor * - * @section: 15.10.6.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T2.js; - * @description: Compare instance.constructor !== RegExp, where instance is new RegExp.prototype.constructor; + * @section 15.10.6.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6.1_A1_T2.js + * @description Compare instance.constructor !== RegExp, where instance is new RegExp.prototype.constructor */ __FACTORY = RegExp.prototype.constructor; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T1.js index 4304426098..39cbdf8c52 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T1.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the RegExp prototype object is the Object prototype * - * @section: 15.10.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T1.js; - * @description: Checking Object.prototype.isPrototypeOf(RegExp.prototype); + * @section 15.10.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T1.js + * @description Checking Object.prototype.isPrototypeOf(RegExp.prototype) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T2.js index 575c3c39ef..eae56977f1 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T2.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the RegExp prototype object is the Object prototype * - * @section: 15.10.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T2.js; - * @description: Add new property to Object.prototype and check it of RegExp.prototype; + * @section 15.10.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A1_T2.js + * @description Add new property to Object.prototype and check it of RegExp.prototype */ Object.prototype.indicator = 1; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A2.js index 54d7f1fd17..b2564d30d2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A2.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Class]] property of the RegExp prototype object is "Object" * - * @section: 15.10.6; - * @path: 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A2.js; - * @description: Checking performs with toString function; + * @section 15.10.6 + * @path 15_Native/15.10_RegExp_Objects/15.10.6_Properties_of_the_RegExp_Prototype_Object/S15.10.6_A2.js + * @description Checking performs with toString function */ RegExp.prototype.toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A10.js index 93eac1635a..90ff4b9903 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A10.js @@ -4,9 +4,9 @@ /** * The RegExp instance source property has the attribute ReadOnly * - * @section: 15.10.7.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A10.js; - * @description: Checking if varying the source property fails; + * @section 15.10.7.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A10.js + * @description Checking if varying the source property fails */ __re = /./; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A8.js index 5b32ef30fc..d688a8a47f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A8.js @@ -4,9 +4,9 @@ /** * The RegExp instance source property has the attribute DontEnum * - * @section: 15.10.7.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A8.js; - * @description: Checking if enumerating the source property of RegExp instance fails; + * @section 15.10.7.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A8.js + * @description Checking if enumerating the source property of RegExp instance fails */ __re = new RegExp("[1-2]","i"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A9.js index 6512509e99..42bef9c477 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A9.js @@ -4,9 +4,9 @@ /** * The RegExp instance source property has the attribute DontDelete * - * @section: 15.10.7.1; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A9.js; - * @description: Checking if deleting the source property fails; + * @section 15.10.7.1 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.1_source/S15.10.7.1_A9.js + * @description Checking if deleting the source property fails */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A10.js index 8bd4f169ff..fef9835f2f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A10.js @@ -4,9 +4,9 @@ /** * The RegExp instance global property has the attribute ReadOnly * - * @section: 15.10.7.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A10.js; - * @description: Checking if varying the global property fails; + * @section 15.10.7.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A10.js + * @description Checking if varying the global property fails */ __re = /^|^/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A8.js index 79f3467847..9a75581ed4 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A8.js @@ -4,9 +4,9 @@ /** * The RegExp instance global property has the attribute DontEnum * - * @section: 15.10.7.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A8.js; - * @description: Checking if enumerating the global property of RegExp instance fails; + * @section 15.10.7.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A8.js + * @description Checking if enumerating the global property of RegExp instance fails */ __re = new RegExp("[o-o]","m"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A9.js index 9cc439c786..dc30f6087a 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A9.js @@ -4,9 +4,9 @@ /** * The RegExp instance global property has the attribute DontDelete * - * @section: 15.10.7.2; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A9.js; - * @description: Checking if deleting the global property fails; + * @section 15.10.7.2 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.2_global/S15.10.7.2_A9.js + * @description Checking if deleting the global property fails */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A10.js index 2f168cbe53..47832a9323 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A10.js @@ -4,9 +4,9 @@ /** * The RegExp instance ignoreCase property has the attribute ReadOnly * - * @section: 15.10.7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A10.js; - * @description: Checking if varying the ignoreCase property fails; + * @section 15.10.7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A10.js + * @description Checking if varying the ignoreCase property fails */ __re = /a|b|c/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A8.js index 47043ffe3d..01deab055f 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A8.js @@ -4,9 +4,9 @@ /** * The RegExp instance ignoreCase property has the attribute DontEnum * - * @section: 15.10.7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A8.js; - * @description: Checking if enumerating the ignoreCase property of RegExp instance fails; + * @section 15.10.7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A8.js + * @description Checking if enumerating the ignoreCase property of RegExp instance fails */ __re = new RegExp("[|||||||]",""); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A9.js index 9434504be5..d397542db6 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A9.js @@ -4,9 +4,9 @@ /** * The RegExp instance ignoreCase property has the attribute DontDelete * - * @section: 15.10.7.3; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A9.js; - * @description: Checking if deleting the ignoreCase property fails; + * @section 15.10.7.3 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.3_ignoreCase/S15.10.7.3_A9.js + * @description Checking if deleting the ignoreCase property fails */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A10.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A10.js index 2ff9da5b79..574755ec0b 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A10.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A10.js @@ -4,9 +4,9 @@ /** * The RegExp instance multiline property has the attribute ReadOnly * - * @section: 15.10.7.4; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A10.js; - * @description: Checking if varying the multiline property fails; + * @section 15.10.7.4 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A10.js + * @description Checking if varying the multiline property fails */ __re = /\n/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A8.js index 32ebda735c..69df2859f0 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A8.js @@ -4,9 +4,9 @@ /** * The RegExp instance multiline property has the attribute DontEnum * - * @section: 15.10.7.4; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A8.js; - * @description: Checking if enumerating the multiline property of RegExp instance fails; + * @section 15.10.7.4 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A8.js + * @description Checking if enumerating the multiline property of RegExp instance fails */ __re = new RegExp("[\u0041-\u0049]"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A9.js index 24b3c6763b..5d8c52baa2 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A9.js @@ -4,9 +4,9 @@ /** * The RegExp instance multiline property has the attribute DontDelete * - * @section: 15.10.7.4; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A9.js; - * @description: Checking if deleting the multiline property fails; + * @section 15.10.7.4 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.4_multiline/S15.10.7.4_A9.js + * @description Checking if deleting the multiline property fails */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A8.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A8.js index fac6bbd210..7d17c69a55 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A8.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A8.js @@ -4,9 +4,9 @@ /** * The RegExp instance lastIndex property has the attribute DontEnum * - * @section: 15.10.7.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A8.js; - * @description: Checking if enumerating the lastIndex property of RegExp instance fails; + * @section 15.10.7.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A8.js + * @description Checking if enumerating the lastIndex property of RegExp instance fails */ __re = new RegExp("A?B"); diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A9.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A9.js index b088562665..fc157d4038 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A9.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A9.js @@ -4,9 +4,9 @@ /** * The RegExp instance lastIndex property has the attribute DontDelete * - * @section: 15.10.7.5; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A9.js; - * @description: Checking if deleting the lastIndex property fails; + * @section 15.10.7.5 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/15.10.7.5_lastIndex/S15.10.7.5_A9.js + * @description Checking if deleting the lastIndex property fails */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T1.js index 23b4aa5b08..af2ab82b99 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T1.js @@ -4,9 +4,9 @@ /** * RegExp instance has not [[call]] property * - * @section: 15.10.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T1.js; - * @description: Checking if call of RegExp instance fails; + * @section 15.10.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T1.js + * @description Checking if call of RegExp instance fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T2.js index b5f7add9b2..36c057bee7 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T2.js @@ -4,9 +4,9 @@ /** * RegExp instance has not [[call]] property * - * @section: 15.10.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T2.js; - * @description: Checking if call of RegExp("a|b","g")() fails; + * @section 15.10.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A1_T2.js + * @description Checking if call of RegExp("a|b","g")() fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T1.js index c925280999..173ecd5745 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T1.js @@ -4,9 +4,9 @@ /** * RegExp instance has not [[construct]] property * - * @section: 15.10.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T1.js; - * @description: Checking if creating new RegExp instance fails; + * @section 15.10.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T1.js + * @description Checking if creating new RegExp instance fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T2.js index 8198acb346..e794c53ba3 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T2.js @@ -4,9 +4,9 @@ /** * RegExp instance has not [[construct]] property * - * @section: 15.10.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T2.js; - * @description: Checking if creating "new RegExp" instance fails; + * @section 15.10.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A2_T2.js + * @description Checking if creating "new RegExp" instance fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T1.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T1.js index 7997632804..8d46655233 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T1.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T1.js @@ -4,10 +4,10 @@ /** * RegExp instance type is RegExp * - * @section: 15.10.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T1.js; - * @description: Checking type of RegExp instance with operators typeof, instanceof and check it constructor. - * RegExp instance is /[^a]* /; + * @section 15.10.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T1.js + * @description Checking type of RegExp instance with operators typeof, instanceof and check it constructor. + * RegExp instance is /[^a]* / */ __re = /[^a]*/; diff --git a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T2.js b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T2.js index c885563f5d..027a301a02 100644 --- a/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T2.js +++ b/test/suite/converted/15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T2.js @@ -4,10 +4,10 @@ /** * RegExp instance type is RegExp * - * @section: 15.10.7; - * @path: 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T2.js; - * @description: Checking type of RegExp instance with operators typeof, instanceof and check it constructor. - * RegExp instance is new RegExp; + * @section 15.10.7 + * @path 15_Native/15.10_RegExp_Objects/15.10.7_Properties_of_RegExp_Instances/S15.10.7_A3_T2.js + * @description Checking type of RegExp instance with operators typeof, instanceof and check it constructor. + * RegExp instance is new RegExp */ __re = new RegExp; diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A1_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A1_T1.js index 9d8e8637c8..d3ab82a3d3 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A1_T1.js @@ -5,9 +5,9 @@ * If the argument "message" is not undefined, the message property of the newly constructed object is * set to ToString(message) * - * @section: 15.11.1.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A1_T1.js; - * @description: Checking message property of different error objects; + * @section 15.11.1.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A1_T1.js + * @description Checking message property of different error objects */ function otherScope(msg) diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A2_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A2_T1.js index 05462b6d39..6aea642157 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A2_T1.js @@ -5,9 +5,9 @@ * The [[Prototype]] property of the newly constructed object is set to the original Error prototype * object, the one that is the initial value of Error.prototype (15.11.3.1) * - * @section: 15.11.1.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A2_T1.js; - * @description: Checking prototype of the newly constructed Error object; + * @section 15.11.1.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A2_T1.js + * @description Checking prototype of the newly constructed Error object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A3_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A3_T1.js index 98838c5b88..70589c808a 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A3_T1.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the newly constructed object is set to "Error" * - * @section: 15.11.1.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A3_T1.js; - * @description: Checking Class of the newly constructed Error object using toSting() function; + * @section 15.11.1.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1.1_A3_T1.js + * @description Checking Class of the newly constructed Error object using toSting() function */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1_A1_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1_A1_T1.js index 94bb9339c3..74293e0507 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1_A1_T1.js @@ -5,9 +5,9 @@ * The function call Error(...) is equivalent to the object creation expression new * Error(...) with the same arguments * - * @section: 15.11.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1_A1_T1.js; - * @description: Checking constructor of the newly constructed Error object; + * @section 15.11.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.1_The_Error_Constructor_Called_as_a_Function/S15.11.1_A1_T1.js + * @description Checking constructor of the newly constructed Error object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A1_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A1_T1.js index 215d2025ac..b8a005f2ea 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A1_T1.js @@ -5,9 +5,9 @@ * If the argument "message" is not undefined, the message property of the newly constructed object is * set to ToString(message) * - * @section: 15.11.2.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A1_T1.js; - * @description: Checking message property of different error objects; + * @section 15.11.2.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A1_T1.js + * @description Checking message property of different error objects */ function otherScope(msg) diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A2_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A2_T1.js index c6bb89ef5e..33e418e05b 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A2_T1.js @@ -5,9 +5,9 @@ * The [[Prototype]] property of the newly constructed object is set to the original Error prototype * object, the one that is the initial value of Error.prototype (15.11.3.1) * - * @section: 15.11.2.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A2_T1.js; - * @description: Checking prototype of the newly constructed Error object; + * @section 15.11.2.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A2_T1.js + * @description Checking prototype of the newly constructed Error object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A3_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A3_T1.js index 4f0e1587dd..ef34af6619 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A3_T1.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the newly constructed object is set to "Error" * - * @section: 15.11.2.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A3_T1.js; - * @description: Checking Class of the newly constructed Error object using toSting() function; + * @section 15.11.2.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.2_The_Error_Constructor/S15.11.2.1_A3_T1.js + * @description Checking Class of the newly constructed Error object using toSting() function */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A1_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A1_T1.js index 66e24a222f..27c33463bc 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A1_T1.js @@ -4,9 +4,9 @@ /** * Error.prototype property has the attributes {DontDelete} * - * @section: 15.11.3.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A1_T1.js; - * @description: Checking if deleting the Error.prototype property fails; + * @section 15.11.3.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A1_T1.js + * @description Checking if deleting the Error.prototype property fails */ var proto=Error.prototype; diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A2_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A2_T1.js index ada6908363..f06bd91201 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A2_T1.js @@ -4,9 +4,9 @@ /** * Error.prototype property has the attributes {DontEnum} * - * @section: 15.11.3.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A2_T1.js; - * @description: Checking if enumerating the Error.prototype property fails; + * @section 15.11.3.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A2_T1.js + * @description Checking if enumerating the Error.prototype property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A3_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A3_T1.js index 1c7cc0bc0c..50062d7a21 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A3_T1.js @@ -4,9 +4,9 @@ /** * Error.prototype property has the attributes {ReadOnly} * - * @section: 15.11.3.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A3_T1.js; - * @description: Checking if varying the Error.prototype property fails; + * @section 15.11.3.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A3_T1.js + * @description Checking if varying the Error.prototype property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A4_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A4_T1.js index a2e5267a23..66f861db86 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A4_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A4_T1.js @@ -4,9 +4,9 @@ /** * The Error has property prototype * - * @section: 15.11.3.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A4_T1.js; - * @description: Checking Error.hasOwnProperty('prototype'); + * @section 15.11.3.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3.1_A4_T1.js + * @description Checking Error.hasOwnProperty('prototype') */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A1_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A1_T1.js index 23e109adca..086825f45b 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A1_T1.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the Error constructor is the Function prototype object(15.3.4) * - * @section: 15.11.3, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A1_T1.js; - * @description: Checking prototype of constructor of the newly constructed Error object; + * @section 15.11.3, 16 + * @path 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A1_T1.js + * @description Checking prototype of constructor of the newly constructed Error object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A2_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A2_T1.js index acdbf34717..3a0b8577d0 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A2_T1.js @@ -4,9 +4,9 @@ /** * The length property value is 1 * - * @section: 15.11.3, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A2_T1.js; - * @description: Checking length property; + * @section 15.11.3, 16 + * @path 15_Native/15.11_Error_Objects/15.11.3_Properties_of_the_Error_Constructor/S15.11.3_A2_T1.js + * @description Checking length property */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T1.js index 14dc672c87..33862df52f 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The initial value of Error.prototype.constructor is the built-in Error constructor * - * @section: 15.11.4.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T1.js; - * @description: Checking Error.prototype.constructor; + * @section 15.11.4.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T1.js + * @description Checking Error.prototype.constructor */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T2.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T2.js index a0febb00da..8804130ea1 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The initial value of Error.prototype.constructor is the built-in Error constructor * - * @section: 15.11.4.1, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T2.js; - * @description: Checking if creating "new Error.prototype.constructor" passes and checking its properties; + * @section 15.11.4.1, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.1_A1_T2.js + * @description Checking if creating "new Error.prototype.constructor" passes and checking its properties */ constr = Error.prototype.constructor; diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A1.js index 09bdde3bf8..1481ea57b6 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A1.js @@ -4,9 +4,9 @@ /** * The Error.prototype has name property * - * @section: 15.11.4.2, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A1.js; - * @description: Checking Error.prototype.name; + * @section 15.11.4.2, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A1.js + * @description Checking Error.prototype.name */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A2.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A2.js index 1b3fe0f7e9..12229f8350 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A2.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A2.js @@ -4,9 +4,9 @@ /** * The initial value of Error.prototype.name is "Error" * - * @section: 15.11.4.2, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A2.js; - * @description: Checking value of Error.prototype.name; + * @section 15.11.4.2, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.2_A2.js + * @description Checking value of Error.prototype.name */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A1.js index 5033b34c7c..e309a7a64f 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A1.js @@ -4,9 +4,9 @@ /** * The Error.prototype has message property * - * @section: 15.11.4.3, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A1.js; - * @description: Checking Error.prototype.message; + * @section 15.11.4.3, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A1.js + * @description Checking Error.prototype.message */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A2.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A2.js index b5a5c3d9be..7ab80839d3 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A2.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A2.js @@ -4,9 +4,9 @@ /** * The initial value of Error.prototype.message is "" * - * @section: 15.11.4.3, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A2.js; - * @description: Checking value of Error.prototype.message; + * @section 15.11.4.3, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.3_A2.js + * @description Checking value of Error.prototype.message */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A1.js index 13b2bcdcdc..4651457a6b 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A1.js @@ -4,9 +4,9 @@ /** * The Error.prototype has toString property * - * @section: 15.11.4.4, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A1.js; - * @description: Checking Error.prototype.toString; + * @section 15.11.4.4, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A1.js + * @description Checking Error.prototype.toString */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A2.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A2.js index 8e82ed0c1c..62ca69d463 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A2.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A2.js @@ -4,9 +4,9 @@ /** * The Error.prototype.toString returns an implementation defined string * - * @section: 15.11.4.4, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A2.js; - * @description: Checking if call of Error.prototype.toSting() fails; + * @section 15.11.4.4, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4.4_A2.js + * @description Checking if call of Error.prototype.toSting() fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A1.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A1.js index b068c392a2..9086fae100 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A1.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A1.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Error prototype object is the Object prototype * object(15.2.3.1) * - * @section: 15.11.4, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A1.js; - * @description: Get Error.prototype and compare with Object.prototype; + * @section 15.11.4, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A1.js + * @description Get Error.prototype and compare with Object.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A2.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A2.js index 2513a945dd..cd97dcf46f 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A2.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A2.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Class]] property of Error prototype object is "Error" * - * @section: 15.11.4, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A2.js; - * @description: Getting the value of the internal [[Class]] property using Error.prototype.toString() function; + * @section 15.11.4, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A2.js + * @description Getting the value of the internal [[Class]] property using Error.prototype.toString() function */ Error.prototype.toString=Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A3.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A3.js index 296b421903..0d9b3be5ba 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A3.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A3.js @@ -4,9 +4,9 @@ /** * Since Error prototype object is not function it has not [[call]] method * - * @section: 15.11.4, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A3.js; - * @description: Checking if call of Error prototype as a function fails; + * @section 15.11.4, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A3.js + * @description Checking if call of Error prototype as a function fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A4.js b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A4.js index 4b313fcaf6..a7d2f91bdf 100644 --- a/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A4.js +++ b/test/suite/converted/15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A4.js @@ -4,9 +4,9 @@ /** * Since Error prototype object is not function it has not [[create]] method * - * @section: 15.11.4, 16; - * @path: 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A4.js; - * @description: Checking if creating "new Error.prototype" fails; + * @section 15.11.4, 16 + * @path 15_Native/15.11_Error_Objects/15.11.4_Properties_of_the_Error_Prototype_Object/S15.11.4_A4.js + * @description Checking if creating "new Error.prototype" fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js b/test/suite/converted/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js index 8eb36933ca..fc53366812 100644 --- a/test/suite/converted/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js +++ b/test/suite/converted/15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js @@ -4,9 +4,9 @@ /** * JSON.parse must create a property with the given property name * - * @section: 15.12.2; - * @path: 15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js; - * @description: Tests that JSON.parse treats "__proto__" as a regular property name; + * @section 15.12.2 + * @path 15_Native/15.12_The_JSON_Object/15.12.2_JSON.parse/S15.12.2_A1.js + * @description Tests that JSON.parse treats "__proto__" as a regular property name */ var x = JSON.parse('{"__proto__":[]}'); diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A1.js index 951f8ab5f1..3e064e2d30 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A1.js @@ -4,9 +4,9 @@ /** * The initial value of NaN is NaN * - * @section: 15.1.1.1, 11.4.3, 15.1.2.4, 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A1.js; - * @description: Use typeof, isNaN, isFinite; + * @section 15.1.1.1, 11.4.3, 15.1.2.4, 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A1.js + * @description Use typeof, isNaN, isFinite */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js index 28ac2a3953..a3b0d495aa 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js @@ -4,11 +4,11 @@ /** * The NaN is not ReadOnly * - * @section: 15.1.1.1, 15.5.1, 15.6.1, 15.7.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js; - * @description: Checking Boolean, Number, String Functions; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.1.1, 15.5.1, 15.6.1, 15.7.1 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T1.js + * @description Checking Boolean, Number, String Functions + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T2.js index 5bedef5582..22f41e891f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T2.js @@ -4,9 +4,9 @@ /** * The NaN is not ReadOnly * - * @section: 15.1.1.1, 11.4.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T2.js; - * @description: Checking typeof Operator; + * @section 15.1.1.1, 11.4.3 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A2_T2.js + * @description Checking typeof Operator */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js index 46bd7544ca..197d7524eb 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js @@ -4,11 +4,11 @@ /** * The NaN is DontDelete * - * @section: 15.1.1.1, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js; - * @description: Use delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.1.1, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.1.js + * @description Use delete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.2.js index 2373e36282..d970dca842 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.2.js @@ -4,9 +4,9 @@ /** * The NaN is DontEnum * - * @section: 15.1.1.1, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.2.js; - * @description: Use for-in statement; + * @section 15.1.1.1, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.1_NaN/S15.1.1.1_A3.2.js + * @description Use for-in statement */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A1.js index 69b2254afa..a0243eb410 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A1.js @@ -4,9 +4,9 @@ /** * The initial value of Infinity is Number.POSITIVE_INFINITY * - * @section: 15.1.1.2, 11.4.3, 15.1.2.4, 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A1.js; - * @description: Use typeof, isNaN, isFinite; + * @section 15.1.1.2, 11.4.3, 15.1.2.4, 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A1.js + * @description Use typeof, isNaN, isFinite */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js index 8bc36a4a11..8b3af44f5b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js @@ -4,11 +4,11 @@ /** * The Infinity is not ReadOnly * - * @section: 15.1.1.2, 15.5.1, 15.6.1, 15.7.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js; - * @description: Checking Boolean, Number, String Functions; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.1.2, 15.5.1, 15.6.1, 15.7.1 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T1.js + * @description Checking Boolean, Number, String Functions + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T2.js index e912ff1eb2..3c7f435631 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T2.js @@ -4,9 +4,9 @@ /** * The Infinity is not ReadOnly * - * @section: 15.1.1.2, 11.4.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T2.js; - * @description: Checking typeof Functions; + * @section 15.1.1.2, 11.4.3 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A2_T2.js + * @description Checking typeof Functions */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js index 3629375374..cb8aad92e7 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js @@ -4,11 +4,11 @@ /** * The Infinity is DontDelete * - * @section: 15.1.1.2, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js; - * @description: Use delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.1.2, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.1.js + * @description Use delete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.2.js index ac0a1b56b0..e1454a43b6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.2.js @@ -4,9 +4,9 @@ /** * The Infinity is DontEnum * - * @section: 15.1.1.2, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.2.js; - * @description: Use for-in statement; + * @section 15.1.1.2, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.2_Infinity/S15.1.1.2_A3.2.js + * @description Use for-in statement */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A1.js index 1deaf2fc4c..7474107a02 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A1.js @@ -4,9 +4,9 @@ /** * The initial value of undefined is undefined * - * @section: 15.1.1.3, 11.4.3, 15.1.2.4, 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A1.js; - * @description: Use typeof, isNaN, isFinite; + * @section 15.1.1.3, 11.4.3, 15.1.2.4, 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A1.js + * @description Use typeof, isNaN, isFinite */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js index 1de7ca5a36..dd434c0772 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js @@ -4,11 +4,11 @@ /** * The undefined is not ReadOnly * - * @section: 15.1.1.3, 15.5.1, 15.6.1, 15.7.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js; - * @description: Checking Boolean, Number, String Functions; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.1.3, 15.5.1, 15.6.1, 15.7.1 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T1.js + * @description Checking Boolean, Number, String Functions + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js index 3326846a0c..4dbad2f132 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js @@ -4,11 +4,11 @@ /** * The undefined is not ReadOnly * - * @section: 15.1.1.3, 11.4.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js; - * @description: Checking typeof Operator; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.1.3, 11.4.3 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A2_T2.js + * @description Checking typeof Operator + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js index 7a783b4b3e..39a1286caa 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js @@ -4,11 +4,11 @@ /** * The undefined is DontDelete * - * @section: 15.1.1.3, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js; - * @description: Use delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.1.3, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.1.js + * @description Use delete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.2.js index 88ecf5416f..c244451f61 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.2.js @@ -4,9 +4,9 @@ /** * The undefined is DontEnum * - * @section: 15.1.1.3, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.2.js; - * @description: Use for-in statement; + * @section 15.1.1.3, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.1_Value_Properties_of_the_Global_Object/15.1.1.3_undefined/S15.1.1.3_A3.2.js + * @description Use for-in statement */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T1.js index 27a4aa8432..6a45d146ea 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T1.js @@ -4,9 +4,9 @@ /** * If x is not a string value, return x * - * @section: 15.1.2.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T1.js; - * @description: Checking all primitive; + * @section 15.1.2.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T1.js + * @description Checking all primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T2.js index 43a1328a9a..8173b0c90d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T2.js @@ -4,9 +4,9 @@ /** * If x is not a string value, return x * - * @section: 15.1.2.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T2.js; - * @description: Checking all object; + * @section 15.1.2.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.1_T2.js + * @description Checking all object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.2_T1.js index d5d8926403..9adfde37bb 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.2_T1.js @@ -4,9 +4,9 @@ /** * If the eval function is called with some argument, then use a first argument * - * @section: 15.1.2.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.2_T1.js; - * @description: eval("x = 1", "x = 2"), x equal 1, not 2; + * @section 15.1.2.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A1.2_T1.js + * @description eval("x = 1", "x = 2"), x equal 1, not 2 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T1.js index 96a554dbbc..38272b041b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T1.js @@ -4,9 +4,9 @@ /** * If the parse fails, throw a SyntaxError exception (but see also clause 16) * - * @section: 15.1.2.1, 16; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T1.js; - * @description: Checking if execution of "eval("x = 1; x\u000A++"), catch SyntaxError" passes; + * @section 15.1.2.1, 16 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T1.js + * @description Checking if execution of "eval("x = 1; x\u000A++"), catch SyntaxError" passes */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T2.js index 22c0cf2c30..2413ba58a1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T2.js @@ -4,10 +4,10 @@ /** * If the parse fails, throw a SyntaxError exception (but see also clause 16) * - * @section: 15.1.2.1, 16; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T2.js; - * @description: Checking if execution of "eval("x = 1; x\u000A++")" fails; - * @negative; + * @section 15.1.2.1, 16 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A2_T2.js + * @description Checking if execution of "eval("x = 1; x\u000A++")" fails + * @negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T1.js index e29b732458..4eb5619687 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T1.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is a value V, * then return the value V * - * @section: 15.1.2.1, 12.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T1.js; - * @description: Expression statement. Eval return primitive value; + * @section 15.1.2.1, 12.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T1.js + * @description Expression statement. Eval return primitive value */ var x; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T2.js index fe8c393be0..7c940aad06 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T2.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is a value V, * then return the value V * - * @section: 15.1.2.1, 12.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T2.js; - * @description: Expression statement. Eval return object value; + * @section 15.1.2.1, 12.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.1_T2.js + * @description Expression statement. Eval return object value */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T1.js index 0aa59b5c6c..c6b248f8a1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T1.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T1.js; - * @description: Block statement; + * @section 15.1.2.1, 12.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T1.js + * @description Block statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T2.js index 338de63844..1cfd7f8e0f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T2.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T2.js; - * @description: Var statement; + * @section 15.1.2.1, 12.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T2.js + * @description Var statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T3.js index 0ecd58aa19..68986e2165 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T3.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T3.js; - * @description: Empty statement; + * @section 15.1.2.1, 12.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T3.js + * @description Empty statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T4.js index b5be43a469..4462e6b17d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T4.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T4.js; - * @description: If statement; + * @section 15.1.2.1, 12.5 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T4.js + * @description If statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T5.js index 555eec9e2d..111bfb6c52 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T5.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.11; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T5.js; - * @description: Switch statement; + * @section 15.1.2.1, 12.11 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T5.js + * @description Switch statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T6.js index 8cf4cb53b3..c3175f1277 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T6.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.6.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T6.js; - * @description: do-while statement; + * @section 15.1.2.1, 12.6.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T6.js + * @description do-while statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T7.js index acffcb3178..47eb886445 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T7.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.6.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T7.js; - * @description: do-while statement; + * @section 15.1.2.1, 12.6.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T7.js + * @description do-while statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T8.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T8.js index 53179f984b..4ed44b6962 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T8.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T8.js @@ -5,9 +5,9 @@ * If Result(3).type is normal and its completion value is empty, * then return the value undefined * - * @section: 15.1.2.1, 12.6.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T8.js; - * @description: for statement; + * @section 15.1.2.1, 12.6.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.2_T8.js + * @description for statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T1.js index dde334bf1b..47271cb995 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T1.js @@ -5,9 +5,9 @@ * If Result(3).type is not normal, then Result(3).type must be throw. * Throw Result(3).value as an exception * - * @section: 15.1.2.1, 12.7; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T1.js; - * @description: Continue statement; + * @section 15.1.2.1, 12.7 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T1.js + * @description Continue statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T2.js index 3789f72d5f..367ba55fa8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T2.js @@ -5,9 +5,9 @@ * If Result(3).type is not normal, then Result(3).type must be throw. * Throw Result(3).value as an exception * - * @section: 15.1.2.1, 12.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T2.js; - * @description: Break statement; + * @section 15.1.2.1, 12.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T2.js + * @description Break statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T3.js index b8bc32f259..b193acd210 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T3.js @@ -5,9 +5,9 @@ * If Result(3).type is not normal, then Result(3).type must be throw. * Throw Result(3).value as an exception * - * @section: 15.1.2.1, 12.9; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T3.js; - * @description: Return statement; + * @section 15.1.2.1, 12.9 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T3.js + * @description Return statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T4.js index 728385e8dd..094a7d1bac 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T4.js @@ -5,9 +5,9 @@ * If Result(3).type is not normal, then Result(3).type must be throw. * Throw Result(3).value as an exception * - * @section: 15.1.2.1, 12.13; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T4.js; - * @description: Throw statement; + * @section 15.1.2.1, 12.13 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A3.3_T4.js + * @description Throw statement */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.1.js index 910ea5e5c7..3491a66689 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.1.js @@ -4,9 +4,9 @@ /** * The length property of eval has the attribute DontEnum * - * @section: 15.1.2.1, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.1, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.2.js index 6ea076c6e9..402d11e711 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.2.js @@ -4,9 +4,9 @@ /** * The length property of eval has the attribute DontDelete * - * @section: 15.1.2.1, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.1.2.1, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js index 152f0da1cb..6800e2430a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js @@ -4,11 +4,11 @@ /** * The length property of eval has the attribute ReadOnly * - * @section: 15.1.2.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.4.js index 96058ceb03..2a15365dc8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.4.js @@ -4,9 +4,9 @@ /** * The length property of eval is 1 * - * @section: 15.1.2.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.4.js; - * @description: eval.length === 1; + * @section 15.1.2.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.4.js + * @description eval.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.5.js index 8b6d22aaf7..51809bc2b1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.5.js @@ -4,9 +4,9 @@ /** * The eval property has the attribute DontEnum * - * @section: 15.1.2.1, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.1, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.6.js index 9c5a2a2e61..af3ca79cb9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.6.js @@ -4,9 +4,9 @@ /** * The eval property has not prototype property * - * @section: 15.1.2.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.6.js; - * @description: Checking eval.prototype; + * @section 15.1.2.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.6.js + * @description Checking eval.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.7.js index 1c9b742a17..35545da96a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.7.js @@ -4,9 +4,9 @@ /** * The eval property can't be used as constructor * - * @section: 15.1.2.1, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.2.1, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.1_eval/S15.1.2.1_A4.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T1.js index 7c27be0e6a..240353913b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.2, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T1.js; - * @description: Checking for boolean primitive; + * @section 15.1.2.2, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T1.js + * @description Checking for boolean primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T2.js index a3ae047d80..edd9610b1f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.2, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T2.js; - * @description: Checking for number primitive; + * @section 15.1.2.2, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T2.js + * @description Checking for number primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T3.js index 058e20ca88..ed9ac668c8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.2, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T3.js; - * @description: Checking for undefined and null; + * @section 15.1.2.2, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T3.js + * @description Checking for undefined and null */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T4.js index 61ee486b50..86e68165ec 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T4.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.2, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T4.js; - * @description: Checking for Boolean object; + * @section 15.1.2.2, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T4.js + * @description Checking for Boolean object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T5.js index 043d3dd718..813275d642 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T5.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.2, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T5.js; - * @description: Checking for Number object; + * @section 15.1.2.2, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T5.js + * @description Checking for Number object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T6.js index 8b841b4c91..405f13b36d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T6.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.2, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T6.js; - * @description: Checking for String object; + * @section 15.1.2.2, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T6.js + * @description Checking for String object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T7.js index 5b1fef9031..beb6e5074f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T7.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.2, 9.8, 8.6.2.6; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T7.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.1.2.2, 9.8, 8.6.2.6 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A1_T7.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T1.js index 85aaca7d23..1a759388b2 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T1.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T1.js; - * @description: StrWhiteSpaceChar :: TAB (U+0009); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T1.js + * @description StrWhiteSpaceChar :: TAB (U+0009) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T10.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T10.js index 2283fb05fc..6bffea18f3 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T10.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T10.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T10.js; - * @description: StrWhiteSpaceChar :: USP; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T10.js + * @description StrWhiteSpaceChar :: USP */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T2.js index aaf1a6028c..c7b2d2412e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T2.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T2.js; - * @description: StrWhiteSpaceChar :: SP (U+0020); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T2.js + * @description StrWhiteSpaceChar :: SP (U+0020) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T3.js index 8f39490555..dd01546542 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T3.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T3.js; - * @description: StrWhiteSpaceChar :: NBSB (U+00A0); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T3.js + * @description StrWhiteSpaceChar :: NBSB (U+00A0) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T4.js index fc40295595..53b35cd68a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T4.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T4.js; - * @description: StrWhiteSpaceChar :: FF (U+000C); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T4.js + * @description StrWhiteSpaceChar :: FF (U+000C) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T5.js index 5f1017c6ed..3e362a0262 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T5.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T5.js; - * @description: StrWhiteSpaceChar :: VT (U+000B); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T5.js + * @description StrWhiteSpaceChar :: VT (U+000B) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T6.js index 90694bbf2e..bfbbb99854 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T6.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T6.js; - * @description: StrWhiteSpaceChar :: CR (U+000D); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T6.js + * @description StrWhiteSpaceChar :: CR (U+000D) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T7.js index 4be00ea9c1..2480d40980 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T7.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T7.js; - * @description: StrWhiteSpaceChar :: LF (U+000A); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T7.js + * @description StrWhiteSpaceChar :: LF (U+000A) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T8.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T8.js index d103b3cc65..8313911d95 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T8.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T8.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T8.js; - * @description: StrWhiteSpaceChar :: LS (U+2028); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T8.js + * @description StrWhiteSpaceChar :: LS (U+2028) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T9.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T9.js index cde29cdde3..dfe78b5fa0 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T9.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T9.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T9.js; - * @description: StrWhiteSpaceChar :: PS (U+2029); + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A2_T9.js + * @description StrWhiteSpaceChar :: PS (U+2029) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T1.js index 133a4e7a5d..afff1115e8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToNumber * - * @section: 15.1.2.2, 9.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T1.js; - * @description: Checking for boolean primitive; + * @section 15.1.2.2, 9.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T1.js + * @description Checking for boolean primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T2.js index 15031a6e8f..72ff7ee734 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToNumber * - * @section: 15.1.2.2, 9.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T2.js; - * @description: Checking for string primitive; + * @section 15.1.2.2, 9.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T2.js + * @description Checking for string primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T3.js index 602a9b8c1b..1f45abd0f1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToNumber * - * @section: 15.1.2.2, 9.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T3.js; - * @description: Checking for undefined and null; + * @section 15.1.2.2, 9.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T3.js + * @description Checking for undefined and null */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T4.js index 84949bd4ea..8d2db7b3d4 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T4.js @@ -4,9 +4,9 @@ /** * Operator use ToNumber * - * @section: 15.1.2.2, 9.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T4.js; - * @description: Checking for Boolean object; + * @section 15.1.2.2, 9.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T4.js + * @description Checking for Boolean object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T5.js index 2f66333b8c..78d9b3d1b2 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T5.js @@ -4,9 +4,9 @@ /** * Operator use ToNumber * - * @section: 15.1.2.2, 9.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T5.js; - * @description: Checking for Number object; + * @section 15.1.2.2, 9.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T5.js + * @description Checking for Number object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T6.js index e0092cbd7c..1e3b89b837 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T6.js @@ -4,9 +4,9 @@ /** * Operator use ToNumber * - * @section: 15.1.2.2, 9.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T6.js; - * @description: Checking for String object; + * @section 15.1.2.2, 9.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T6.js + * @description Checking for String object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T7.js index 7afc3e9c93..9c07ccfdcc 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T7.js @@ -4,9 +4,9 @@ /** * Operator use ToNumber * - * @section: 15.1.2.2, 9.3, 8.6.2.6; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T7.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 15.1.2.2, 9.3, 8.6.2.6 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.1_T7.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, Number) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T1.js index f5e2429e28..c4b4c6baaf 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToInt32 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T1.js; - * @description: If radix is NaN, +0, -0, +Infinity, -Infinity, return radix = +0; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T1.js + * @description If radix is NaN, +0, -0, +Infinity, -Infinity, return radix = +0 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T2.js index 06b00cfe14..dbea77a851 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToInt32 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T2.js; - * @description: ToInt32 use floor; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T2.js + * @description ToInt32 use floor */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T3.js index e7bd97d1eb..7908a8f594 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToInt32 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T3.js; - * @description: ToInt32 use modulo; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A3.2_T3.js + * @description ToInt32 use modulo */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T1.js index 75e21ee12f..e724f4a716 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T1.js @@ -4,9 +4,9 @@ /** * If R = 0 or R = undefined, then R = 10 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T1.js; - * @description: R = 0; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T1.js + * @description R = 0 */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T2.js index b3d3602d4a..36555bf431 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T2.js @@ -4,9 +4,9 @@ /** * If R = 0 or R = undefined, then R = 10 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T2.js; - * @description: R = undefined; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.1_T2.js + * @description R = undefined */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T1.js index 4cb8c2d060..fd4af1de29 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T1.js @@ -4,9 +4,9 @@ /** * If R < 2 or R > 36, then return NaN * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T1.js; - * @description: R = 1; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T1.js + * @description R = 1 */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T2.js index bf58133d7d..0183c23762 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T2.js @@ -4,9 +4,9 @@ /** * If R < 2 or R > 36, then return NaN * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T2.js; - * @description: R = 37; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T2.js + * @description R = 37 */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T3.js index 48bf8048c1..29574d3519 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T3.js @@ -4,9 +4,9 @@ /** * If R < 2 or R > 36, then return NaN * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T3.js; - * @description: Complex test; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A4.2_T3.js + * @description Complex test */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.1_T1.js index 14a9fffe10..df5b9b337b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.1_T1.js @@ -5,9 +5,9 @@ * If the length of S is at least 1 and the first character of S is 0, * then at the implementation's discretion either let R = 8 or R = 10 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.1_T1.js; - * @description: Either R = 8, or R = 10; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.1_T1.js + * @description Either R = 8, or R = 10 */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T1.js index ce05848080..f542161a7d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T1.js @@ -5,9 +5,9 @@ * If the length of S is at least 2 and the first two characters of S * are either 0x or 0X, then remove the first two characters from S and let R = 16 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T1.js; - * @description: : 0x; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T1.js + * @description : 0x */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T2.js index 04ba8001c6..35d623428e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T2.js @@ -5,9 +5,9 @@ * If the length of S is at least 2 and the first two characters of S * are either 0x or 0X, then remove the first two characters from S and let R = 16 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T2.js; - * @description: : 0X; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A5.2_T2.js + * @description : 0X */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T1.js index f7432526f1..b6511f56e5 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T1.js @@ -6,9 +6,9 @@ * then let Z be the substring of S consisting of all characters before * the first such character; otherwise, let Z be S * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T1.js; - * @description: Complex test. R in [2, 36]; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T1.js + * @description Complex test. R in [2, 36] */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T2.js index 1b2e110dfc..17c910e3aa 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T2.js @@ -6,9 +6,9 @@ * then let Z be the substring of S consisting of all characters before * the first such character; otherwise, let Z be S * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T2.js; - * @description: Complex test. Radix-R notation in [0..9, A-Z]; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T2.js + * @description Complex test. Radix-R notation in [0..9, A-Z] */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T3.js index 1ad6772686..8b9d695dbf 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T3.js @@ -6,9 +6,9 @@ * then let Z be the substring of S consisting of all characters before * the first such character; otherwise, let Z be S * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T3.js; - * @description: Complex test. Radix-R notation in [0..9, a-z]; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T3.js + * @description Complex test. Radix-R notation in [0..9, a-z] */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T4.js index 89bdba4ee2..35c7464f79 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T4.js @@ -6,9 +6,9 @@ * then let Z be the substring of S consisting of all characters before * the first such character; otherwise, let Z be S * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T4.js; - * @description: Complex test. Radix-R notation in [0..9, A-Z]; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T4.js + * @description Complex test. Radix-R notation in [0..9, A-Z] */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T5.js index aa5b644a51..2e1337a911 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T5.js @@ -6,9 +6,9 @@ * then let Z be the substring of S consisting of all characters before * the first such character; otherwise, let Z be S * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T5.js; - * @description: Complex test. Radix-R notation in [0..9, a-z]; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T5.js + * @description Complex test. Radix-R notation in [0..9, a-z] */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T6.js index c1b99ce2a3..4c379dd2e3 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T6.js @@ -6,9 +6,9 @@ * then let Z be the substring of S consisting of all characters before * the first such character; otherwise, let Z be S * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T6.js; - * @description: Complex test. Radix-R notation in [0..9]; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A6.1_T6.js + * @description Complex test. Radix-R notation in [0..9] */ //CHECK#2 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T1.js index 7bc3fa951e..90a483bda5 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T1.js @@ -4,9 +4,9 @@ /** * If Z is empty, return NaN * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T1.js; - * @description: Complex test. R in [2, 36]; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T1.js + * @description Complex test. R in [2, 36] */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T2.js index 8307ea0ee1..ae0086b3bd 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T2.js @@ -4,9 +4,9 @@ /** * If Z is empty, return NaN * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T2.js; - * @description: x is not a radix-R digit; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.1_T2.js + * @description x is not a radix-R digit */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T1.js index d5f2c4fa80..529921675e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T1.js @@ -7,9 +7,9 @@ * letters A-Z and a-z for digits with values 10 through 35. * Compute the number value for Result(16) * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T1.js; - * @description: Complex test. Check algorithm; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T1.js + * @description Complex test. Check algorithm */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T2.js index 06c38cff6b..d48e591a4b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T2.js @@ -7,9 +7,9 @@ * letters A-Z and a-z for digits with values 10 through 35. * Compute the number value for Result(16) * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T2.js; - * @description: Checking algorithm for R = 2; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T2.js + * @description Checking algorithm for R = 2 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T3.js index 57d53e201b..84f3d13f04 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T3.js @@ -7,9 +7,9 @@ * letters A-Z and a-z for digits with values 10 through 35. * Compute the number value for Result(16) * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T3.js; - * @description: Checking algorithm for R = 16; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.2_T3.js + * @description Checking algorithm for R = 16 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T1.js index c0edd71154..de63b7c59b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T1.js @@ -4,9 +4,9 @@ /** * Return sign * Result(17) * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T1.js; - * @description: Complex test. Check algorithm; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T1.js + * @description Complex test. Check algorithm */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T2.js index b7857b54c1..7fd7014c9b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T2.js @@ -4,9 +4,9 @@ /** * Return sign * Result(17) * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T2.js; - * @description: Checking algorithm for R = 2; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T2.js + * @description Checking algorithm for R = 2 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T3.js index e624215bda..bd71c6095f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T3.js @@ -4,9 +4,9 @@ /** * Return sign * Result(17) * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T3.js; - * @description: Checking algorithm for R = 10; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A7.3_T3.js + * @description Checking algorithm for R = 10 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A8.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A8.js index ccd3164201..e58f79928d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A8.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A8.js @@ -7,9 +7,9 @@ * of the notation of an decimal literal, and no indication is given that any such * characters were ignored. * - * @section: 15.1.2.2, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A8.js; - * @description: Complex test without eval; + * @section 15.1.2.2, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A8.js + * @description Complex test without eval */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.1.js index 2d8ea7534e..c6ebf6a0da 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.1.js @@ -4,9 +4,9 @@ /** * The length property of parseInt has the attribute DontEnum * - * @section: 15.1.2.2, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.2, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js index 98f01ef096..1dfdea9111 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js @@ -4,11 +4,11 @@ /** * The length property of parseInt has the attribute DontDelete * - * @section: 15.1.2.2, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.2, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js index 38f8f4e305..2f5cff3bbc 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js @@ -4,11 +4,11 @@ /** * The length property of parseInt has the attribute ReadOnly * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.4.js index f8e5ace705..0db6475ed5 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.4.js @@ -4,9 +4,9 @@ /** * The length property of parseInt is 2 * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.4.js; - * @description: parseInt.length === 2; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.4.js + * @description parseInt.length === 2 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.5.js index 77b9eb5a48..3bceabdc6d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.5.js @@ -4,9 +4,9 @@ /** * The parseInt property has the attribute DontEnum * - * @section: 15.1.2.2, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.2, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.6.js index 884fae94c1..d9862c9994 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.6.js @@ -4,9 +4,9 @@ /** * The parseInt property has not prototype property * - * @section: 15.1.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.6.js; - * @description: Checking parseInt.prototype; + * @section 15.1.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.6.js + * @description Checking parseInt.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.7.js index 6b8e4824ef..4695a74187 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.7.js @@ -4,9 +4,9 @@ /** * The parseInt property can't be used as constructor * - * @section: 15.1.2.2, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.2.2, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.2_parseInt/S15.1.2.2_A9.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T1.js index 0b99a579c0..aaca54f8ea 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.3, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T1.js; - * @description: Checking for boolean primitive; + * @section 15.1.2.3, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T1.js + * @description Checking for boolean primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T2.js index 403bcc4f25..e0bf388677 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.3, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T2.js; - * @description: Checking for number primitive; + * @section 15.1.2.3, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T2.js + * @description Checking for number primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T3.js index addf670935..bd35ffa355 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.3, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T3.js; - * @description: Checking for undefined and null; + * @section 15.1.2.3, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T3.js + * @description Checking for undefined and null */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T4.js index 6c24091dcb..275ad423f4 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T4.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.3, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T4.js; - * @description: Checking for Boolean object; + * @section 15.1.2.3, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T4.js + * @description Checking for Boolean object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T5.js index b30b48aa52..5948caa504 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T5.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.3, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T5.js; - * @description: Checking for Number object; + * @section 15.1.2.3, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T5.js + * @description Checking for Number object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T6.js index 4b914ea0a3..40cf70c68d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T6.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.3, 9.8; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T6.js; - * @description: Checking for String object; + * @section 15.1.2.3, 9.8 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T6.js + * @description Checking for String object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T7.js index a39bc9158e..0e1a5fdaa5 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T7.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.2.3, 9.8, 8.6.2.6; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T7.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.1.2.3, 9.8, 8.6.2.6 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A1_T7.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T1.js index 9023b3d0b7..e1a6654955 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T1.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T1.js; - * @description: StrWhiteSpaceChar :: TAB (U+0009); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T1.js + * @description StrWhiteSpaceChar :: TAB (U+0009) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T10.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T10.js index d811fa2809..aba088456e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T10.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T10.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T10.js; - * @description: StrWhiteSpaceChar :: USP; + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T10.js + * @description StrWhiteSpaceChar :: USP */ //CHECK# diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T2.js index 5dd4052dcb..87abace8ce 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T2.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T2.js; - * @description: StrWhiteSpaceChar :: SP (U+0020); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T2.js + * @description StrWhiteSpaceChar :: SP (U+0020) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T3.js index 31823736aa..1e2583e931 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T3.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T3.js; - * @description: StrWhiteSpaceChar :: NBSB (U+00A0); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T3.js + * @description StrWhiteSpaceChar :: NBSB (U+00A0) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T4.js index 40225aa7c1..0594ee0b84 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T4.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T4.js; - * @description: StrWhiteSpaceChar :: FF (U+000C); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T4.js + * @description StrWhiteSpaceChar :: FF (U+000C) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T5.js index 94c7a7d1cd..3ebc661f2c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T5.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T5.js; - * @description: StrWhiteSpaceChar :: VT (U+000B); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T5.js + * @description StrWhiteSpaceChar :: VT (U+000B) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T6.js index 84101a293d..2e4cd1fb5f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T6.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T6.js; - * @description: StrWhiteSpaceChar :: CR (U+000D); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T6.js + * @description StrWhiteSpaceChar :: CR (U+000D) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T7.js index 396f3c4d19..d5e41444d4 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T7.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T7.js; - * @description: StrWhiteSpaceChar :: LF (U+000A); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T7.js + * @description StrWhiteSpaceChar :: LF (U+000A) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T8.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T8.js index 1adc1d6edc..39c4fd89c6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T8.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T8.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T8.js; - * @description: StrWhiteSpaceChar :: LS (U+2028); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T8.js + * @description StrWhiteSpaceChar :: LS (U+2028) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T9.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T9.js index ec046e3fa1..8598991299 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T9.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T9.js @@ -4,9 +4,9 @@ /** * Operator remove leading StrWhiteSpaceChar * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T9.js; - * @description: StrWhiteSpaceChar :: PS (U+2029); + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A2_T9.js + * @description StrWhiteSpaceChar :: PS (U+2029) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T1.js index 944af23ac8..faf89c1ea6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T1.js @@ -5,9 +5,9 @@ * If neither Result(2) nor any prefix of Result(2) satisfies the syntax of a * StrDecimalLiteral (see 9.3.1), return NaN * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T1.js; - * @description: parseFloat("some string") return NaN; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T1.js + * @description parseFloat("some string") return NaN */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T2.js index d12516edb7..6f86d1adb2 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T2.js @@ -5,9 +5,9 @@ * If neither Result(2) nor any prefix of Result(2) satisfies the syntax of a * StrDecimalLiteral (see 9.3.1), return NaN * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T2.js; - * @description: parseFloat("wrong number format with ExponentIndicator") return NaN; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T2.js + * @description parseFloat("wrong number format with ExponentIndicator") return NaN */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T3.js index a8ec1f0da8..6b7a6f2858 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T3.js @@ -5,9 +5,9 @@ * If neither Result(2) nor any prefix of Result(2) satisfies the syntax of a * StrDecimalLiteral (see 9.3.1), return NaN * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T3.js; - * @description: parseFloat("wrong numbr format") return NaN; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A3_T3.js + * @description parseFloat("wrong numbr format") return NaN */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T1.js index 5ee6988d20..00eb01f245 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T1.js @@ -5,9 +5,9 @@ * Compute the longest prefix of Result(2), which might be Result(2) itself, * which satisfies the syntax of a StrDecimalLiteral * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T1.js; - * @description: Some wrong number; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T1.js + * @description Some wrong number */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T2.js index 4bd2d3b987..29dca10e6a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T2.js @@ -5,9 +5,9 @@ * Compute the longest prefix of Result(2), which might be Result(2) itself, * which satisfies the syntax of a StrDecimalLiteral * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T2.js; - * @description: With ExponentIndicator; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T2.js + * @description With ExponentIndicator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T3.js index b27c2d1b06..99872bb47b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T3.js @@ -5,9 +5,9 @@ * Compute the longest prefix of Result(2), which might be Result(2) itself, * which satisfies the syntax of a StrDecimalLiteral * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T3.js; - * @description: StrDecimalLiteral not contain HexIntegerLiteral; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T3.js + * @description StrDecimalLiteral not contain HexIntegerLiteral */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T4.js index 5a16c3f8f7..3594cf3f80 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T4.js @@ -5,9 +5,9 @@ * Compute the longest prefix of Result(2), which might be Result(2) itself, * which satisfies the syntax of a StrDecimalLiteral * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T4.js; - * @description: "Infinity"+"some string"; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T4.js + * @description "Infinity"+"some string" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T5.js index 78708dd34c..a0501a2e92 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T5.js @@ -5,9 +5,9 @@ * Compute the longest prefix of Result(2), which might be Result(2) itself, * which satisfies the syntax of a StrDecimalLiteral * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T5.js; - * @description: Checking DecimalDigits . DecimalDigits_opt ExponentPart_opt; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T5.js + * @description Checking DecimalDigits . DecimalDigits_opt ExponentPart_opt */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T6.js index f22068a734..0016ab4381 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T6.js @@ -5,9 +5,9 @@ * Compute the longest prefix of Result(2), which might be Result(2) itself, * which satisfies the syntax of a StrDecimalLiteral * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T6.js; - * @description: Checking . DecimalDigits ExponentPart_opt; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T6.js + * @description Checking . DecimalDigits ExponentPart_opt */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T7.js index 56adfe61eb..783cb34dbc 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T7.js @@ -5,9 +5,9 @@ * Compute the longest prefix of Result(2), which might be Result(2) itself, * which satisfies the syntax of a StrDecimalLiteral * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T7.js; - * @description: Checking DecimalDigits ExponentPart_opt; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A4_T7.js + * @description Checking DecimalDigits ExponentPart_opt */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T1.js index e02c20511c..4df159c117 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T1.js @@ -4,9 +4,9 @@ /** * Return the number value for the MV of Result(4) * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T1.js; - * @description: Checking Infinity; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T1.js + * @description Checking Infinity */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T2.js index 8d12adac77..5ba15466be 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T2.js @@ -4,9 +4,9 @@ /** * Return the number value for the MV of Result(4) * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T2.js; - * @description: Checking DecimalDigits . DecimalDigits_opt ExponentPart_opt; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T2.js + * @description Checking DecimalDigits . DecimalDigits_opt ExponentPart_opt */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T3.js index 436468c777..48de0193c8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T3.js @@ -4,9 +4,9 @@ /** * Return the number value for the MV of Result(4) * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T3.js; - * @description: Checking . DecimalDigits ExponentPart_opt; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T3.js + * @description Checking . DecimalDigits ExponentPart_opt */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T4.js index 531b15f12d..7b5892089e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T4.js @@ -4,9 +4,9 @@ /** * Return the number value for the MV of Result(4) * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T4.js; - * @description: Checking DecimalDigits ExponentPart_opt; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A5_T4.js + * @description Checking DecimalDigits ExponentPart_opt */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A6.js index 58e0d673ee..4ff498e7af 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A6.js @@ -7,9 +7,9 @@ * of the notation of an decimal literal, and no indication is given that any such * characters were ignored. * - * @section: 15.1.2.3, 9.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A6.js; - * @description: Complex test without eval; + * @section 15.1.2.3, 9.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A6.js + * @description Complex test without eval */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.1.js index 86a51a560c..c61d8e59da 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.1.js @@ -4,9 +4,9 @@ /** * The length property of parseFloat has the attribute DontEnum * - * @section: 15.1.2.3, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.3, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js index 1020aad37d..1b231f3c0c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js @@ -4,11 +4,11 @@ /** * The length property of parseFloat has the attribute DontDelete * - * @section: 15.1.2.3, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.3, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js index ebf4b9010e..5df4c08021 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js @@ -4,11 +4,11 @@ /** * The length property of parseFloat has the attribute ReadOnly * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.4.js index 76d7d21a36..367d58586c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.4.js @@ -4,9 +4,9 @@ /** * The length property of parseFloat is 1 * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.4.js; - * @description: parseFloat.length === 1; + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.4.js + * @description parseFloat.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.5.js index 5a78a1bab4..9a952b9b82 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.5.js @@ -4,9 +4,9 @@ /** * The parseFloat property has the attribute DontEnum * - * @section: 15.1.2.3, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.3, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.6.js index f4394272d2..b7e621ac70 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.6.js @@ -4,9 +4,9 @@ /** * The parseFloat property has not prototype property * - * @section: 15.1.2.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.6.js; - * @description: Checking parseFloat.prototype; + * @section 15.1.2.3 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.6.js + * @description Checking parseFloat.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.7.js index 2b81ba6d06..0f8495e409 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.7.js @@ -4,9 +4,9 @@ /** * The parseFloat property can't be used as constructor * - * @section: 15.1.2.3, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.2.3, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.3_parseFloat/S15.1.2.3_A7.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T1.js index 695a404019..6fb6efd4a6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T1.js @@ -4,9 +4,9 @@ /** * isNaN applies ToNumber to its argument, then return true if the result is NaN, and otherwise return false * - * @section: 15.1.2.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T1.js; - * @description: Checking all primitive; + * @section 15.1.2.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T1.js + * @description Checking all primitive */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T2.js index e57f5a8214..50ec83326c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T2.js @@ -4,9 +4,9 @@ /** * isNaN applies ToNumber to its argument, then return true if the result is NaN, and otherwise return false * - * @section: 15.1.2.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T2.js; - * @description: Checking all object; + * @section 15.1.2.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A1_T2.js + * @description Checking all object */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.1.js index 3cf47e95b2..18333a2b8d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.1.js @@ -4,9 +4,9 @@ /** * The length property of isNaN has the attribute DontEnum * - * @section: 15.1.2.4, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.4, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js index 18f37c9b42..c50b2ef63b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js @@ -4,11 +4,11 @@ /** * The length property of isNaN has the attribute DontDelete * - * @section: 15.1.2.4, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.4, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js index 353fc207a7..a47d3d777e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js @@ -4,11 +4,11 @@ /** * The length property of isNaN has the attribute ReadOnly * - * @section: 15.1.2.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.4.js index f622a1599c..183d9efd11 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.4.js @@ -4,9 +4,9 @@ /** * The length property of isNaN is 1 * - * @section: 15.1.2.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.4.js; - * @description: isNaN.length === 1; + * @section 15.1.2.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.4.js + * @description isNaN.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.5.js index 41102cc76f..0b651b56a1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.5.js @@ -4,9 +4,9 @@ /** * The isNaN property has the attribute DontEnum * - * @section: 15.1.2.4, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.4, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.6.js index 71e0eda68f..b8fec53d4d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.6.js @@ -4,9 +4,9 @@ /** * The isNaN property has not prototype property * - * @section: 15.1.2.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.6.js; - * @description: Checking isNaN.prototype; + * @section 15.1.2.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.6.js + * @description Checking isNaN.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.7.js index 186d710c61..edb2f694c9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.7.js @@ -4,9 +4,9 @@ /** * The isNaN property can't be used as constructor * - * @section: 15.1.2.4, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.2.4, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.4_isNaN/S15.1.2.4_A2.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T1.js index e36383497f..453fa8b864 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T1.js @@ -4,9 +4,9 @@ /** * isFinite applies ToNumber to its argument, then return false if the result is NaN, +Infinity, -Infinity, and otherwise return true * - * @section: 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T1.js; - * @description: Checking all primitive; + * @section 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T1.js + * @description Checking all primitive */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T2.js index 8a3ef2b2a3..6caa8521d0 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T2.js @@ -4,9 +4,9 @@ /** * isFinite applies ToNumber to its argument, then return false if the result is NaN, +Infinity, -Infinity, and otherwise return true * - * @section: 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T2.js; - * @description: Checking all object; + * @section 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A1_T2.js + * @description Checking all object */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.1.js index 23f8af9d3a..8b814e209d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.1.js @@ -4,9 +4,9 @@ /** * The length property of isFinite has the attribute DontEnum * - * @section: 15.1.2.5, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.5, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js index c8e4327f38..066730b45f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js @@ -4,11 +4,11 @@ /** * The length property of isFinite has the attribute DontDelete * - * @section: 15.1.2.5, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.5, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js index 2b5c99a44e..bb51eac1f8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js @@ -4,11 +4,11 @@ /** * The length property of isFinite has the attribute ReadOnly * - * @section: 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.4.js index caad77fb9d..4b302930bf 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.4.js @@ -4,9 +4,9 @@ /** * The length property of isFinite is 1 * - * @section: 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.4.js; - * @description: isFinite.length === 1; + * @section 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.4.js + * @description isFinite.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.5.js index 2f9529a448..861ab18757 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.5.js @@ -4,9 +4,9 @@ /** * The isFinite property has the attribute DontEnum * - * @section: 15.1.2.5, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.2.5, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.6.js index 9fe02628b7..5688013fbd 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.6.js @@ -4,9 +4,9 @@ /** * The isFinite property has not prototype property * - * @section: 15.1.2.5; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.6.js; - * @description: Checking isFinit.prototype; + * @section 15.1.2.5 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.6.js + * @description Checking isFinit.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.7.js index 6daa176657..4a98258374 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.7.js @@ -4,9 +4,9 @@ /** * The isFinite property can't be used as constructor * - * @section: 15.1.2.5, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.2.5, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.2_Function_Properties_of_the_Global_Object/15.1.2.5_isFinite/S15.1.2.5_A2.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.10_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.10_T1.js index 6b577fbfb8..213b447d33 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.10_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.10_T1.js @@ -5,9 +5,9 @@ * If B = 110xxxxx (n = 2) and string.charAt(k + 4) and * string.charAt(k + 5) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.10_T1.js; - * @description: Complex tests; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.10_T1.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T1.js index 2e93032777..0a794e9bf3 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T1.js @@ -6,10 +6,10 @@ * string.charAt(k + 5)) or (string.charAt(k + 7) and * string.charAt(k + 8)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T1.js; - * @description: Complex tests, string.charAt(k + 4) and string.charAt(k + 5) - * do not represent hexadecimal digits; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T1.js + * @description Complex tests, string.charAt(k + 4) and string.charAt(k + 5) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T2.js index 889e4c357d..72e6732125 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T2.js @@ -6,10 +6,10 @@ * string.charAt(k + 5)) or (string.charAt(k + 7) and * string.charAt(k + 8)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T2.js; - * @description: Complex tests, string.charAt(k + 7) and string.charAt(k + 8) - * do not represent hexadecimal digits; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.11_T2.js + * @description Complex tests, string.charAt(k + 7) and string.charAt(k + 8) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T1.js index 2b9d69abd2..251955fa5a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T1.js @@ -7,10 +7,10 @@ * string.charAt(k + 8)) or (string.charAt(k + 10) and * string.charAt(k + 11)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T1.js; - * @description: Complex tests, string.charAt(k + 4) and string.charAt(k + 5) - * do not represent hexadecimal digits; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T1.js + * @description Complex tests, string.charAt(k + 4) and string.charAt(k + 5) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T2.js index 5a08ca3bb8..1b3ba607d7 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T2.js @@ -7,10 +7,10 @@ * string.charAt(k + 8)) or (string.charAt(k + 10) and * string.charAt(k + 11)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T2.js; - * @description: Complex tests, string.charAt(k + 7) and string.charAt(k + 7) - * do not represent hexadecimal digits; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T2.js + * @description Complex tests, string.charAt(k + 7) and string.charAt(k + 7) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T3.js index c21c92ea93..59e6c6221e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T3.js @@ -7,10 +7,10 @@ * string.charAt(k + 8)) or (string.charAt(k + 10) and * string.charAt(k + 11)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T3.js; - * @description: Complex tests, string.charAt(k + 10) and string.charAt(k + 11) - * do not represent hexadecimal digits; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.12_T3.js + * @description Complex tests, string.charAt(k + 10) and string.charAt(k + 11) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T1.js index b24f2d5efa..72ade5dc15 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T1.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T1.js; - * @description: Complex tests. B = [0xC0 - 0xDF], C = [0x00, 0x7F]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T1.js + * @description Complex tests. B = [0xC0 - 0xDF], C = [0x00, 0x7F] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T2.js index 3ae863c91c..59689d27ca 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T2.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T2.js; - * @description: Complex tests. B = [0xC0 - 0xDF], C = [0xC0, 0xFF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.13_T2.js + * @description Complex tests. B = [0xC0 - 0xDF], C = [0xC0, 0xFF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T1.js index 6109408724..e39e765448 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T1.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T1.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T1.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T2.js index 9df7978351..91e9b357fc 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T2.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T2.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T2.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T3.js index 539c3ddc69..5bf06febb9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T3.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T3.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T3.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T4.js index 647754553d..0a18f0a2a4 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T4.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T4.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.14_T4.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T1.js index af6571458a..0016cbcaed 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T1.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T1.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T1.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T2.js index 44bcecd095..2c8f5f479f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T2.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T2.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T2.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T3.js index d5bf5948d1..a8117b29ae 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T3.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T3.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T3.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T4.js index f84bbb31a2..0ec1d62687 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T4.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T4.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T4.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T5.js index fa76311a78..cf9189c0b9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T5.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T5.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T5.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T6.js index 8179dc65ed..1af67831e7 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T6.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T6.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.15_T6.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.1_T1.js index 6c85e37999..0bed01074e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) equal "%" and k + 2 >= string.length, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.1_T1.js + * @description Complex tests */ var result = true; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T1.js index dd615eee10..75c9187c9c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T1.js @@ -5,9 +5,9 @@ * If B = string.charAt(k+1) + string.charAt(k+2) do not represent * hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T1.js; - * @description: Complex tests; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T1.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T2.js index 8adc159837..47bdfe4a61 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T2.js @@ -5,9 +5,9 @@ * If B = string.charAt(k+1) + string.charAt(k+2) do not represent * hexadecimal digits, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T2.js; - * @description: Complex tests; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.2_T2.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T1.js index 3ca72ee84d..6e2fc876b0 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T1.js @@ -4,9 +4,9 @@ /** * If B = 10xxxxxx or B = 11111xxx, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T1.js; - * @description: Complex tests. B = 10xxxxxx -> B in [0x80 - 0xBF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T1.js + * @description Complex tests. B = 10xxxxxx -> B in [0x80 - 0xBF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T2.js index a58d6383fe..030841ad34 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T2.js @@ -4,9 +4,9 @@ /** * If B = 10xxxxxx or B = 11111xxx, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T2.js; - * @description: Complex tests. B = 11111xxx -> B in [0xF8 - 0xFF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.3_T2.js + * @description Complex tests. B = 11111xxx -> B in [0xF8 - 0xFF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.4_T1.js index 16c4abb282..4185ffe3cf 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.4_T1.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and (k + 2) + 3 >= length, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.4_T1.js; - * @description: Complex tests. B = [0xC0 - 0xDF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.4_T1.js + * @description Complex tests. B = [0xC0 - 0xDF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.5_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.5_T1.js index 3785a082d4..f370487cbd 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.5_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.5_T1.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and (k + 2) + 6 >= length, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.5_T1.js; - * @description: Complex tests. B = [0xE0 - 0xEF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.5_T1.js + * @description Complex tests. B = [0xE0 - 0xEF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.6_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.6_T1.js index 6f0304a319..e441b92d77 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.6_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.6_T1.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and (k + 2) + 9 >= length, throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.6_T1.js; - * @description: Complex tests. B = [0xF0 - 0xF7]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.6_T1.js + * @description Complex tests. B = [0xF0 - 0xF7] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.7_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.7_T1.js index e390e562b0..1fed5ab55c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.7_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.7_T1.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and string.charAt(k + 3) not equal "%", throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.7_T1.js; - * @description: Complex tests. B = [0xC0 - 0xDF]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.7_T1.js + * @description Complex tests. B = [0xC0 - 0xDF] */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T1.js index fd26c6ed4a..beea06ee03 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T1.js @@ -5,10 +5,10 @@ * If B = 1110xxxx (n = 3) and string.charAt(k + 3), * string.charAt(k + 6) not equal "%", throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T1.js; - * @description: Complex tests. B = [0xE0 - 0xEF], - * string.charAt(k + 3) not equal "%"; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T1.js + * @description Complex tests. B = [0xE0 - 0xEF], + * string.charAt(k + 3) not equal "%" */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T2.js index 509878cc40..793c9dd03a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T2.js @@ -5,10 +5,10 @@ * If B = 1110xxxx (n = 3) and string.charAt(k + 3), * string.charAt(k + 6) not equal "%", throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T2.js; - * @description: Complex tests. B = [0xE0 - 0xEF], - * string.charAt(k + 6) not equal "%"; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.8_T2.js + * @description Complex tests. B = [0xE0 - 0xEF], + * string.charAt(k + 6) not equal "%" */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T1.js index f8795c00bf..435a43a599 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T1.js @@ -5,10 +5,10 @@ * If B = 11110xxx (n = 4) and string.charAt(k + 3), * string.charAt(k + 6), string.charAt(k + 9) not equal "%", throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T1.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], - * string.charAt(k + 3) not equal "%"; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T1.js + * @description Complex tests. B = [0xF0 - 0x0F7], + * string.charAt(k + 3) not equal "%" */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T2.js index 4e7daff703..22b8afd6ae 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T2.js @@ -5,10 +5,10 @@ * If B = 11110xxx (n = 4) and string.charAt(k + 3), * string.charAt(k + 6), string.charAt(k + 9) not equal "%", throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T2.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], - * string.charAt(k + 6) not equal "%"; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T2.js + * @description Complex tests. B = [0xF0 - 0x0F7], + * string.charAt(k + 6) not equal "%" */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T3.js index 617249ff05..775a1cd139 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T3.js @@ -5,10 +5,10 @@ * If B = 11110xxx (n = 4) and string.charAt(k + 3), * string.charAt(k + 6), string.charAt(k + 9) not equal "%", throw URIError * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T3.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], - * string.charAt(k + 9) not equal "%"; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A1.9_T3.js + * @description Complex tests. B = [0xF0 - 0x0F7], + * string.charAt(k + 9) not equal "%" */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.1_T1.js index 627e831635..3c5ea5e2de 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) not equal "%", return this char * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.1_T1.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.2_T1.js index e8e4262fe3..4c9dea70f1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.2_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 0xxxxxxxx ([0x00 - 0x7F]), without [uriReserved, #], return B1 * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.2_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.2_T1.js + * @description Complex tests, use RFC 3629 */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.3_T1.js index 54339a7764..96cf2ad487 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.3_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 110xxxxx ([0xC0 - 0xDF]), B2 = 10xxxxxx ([0x80 - 0xBF), without B1 = [0xC0, 0xC1], return UTF8(B1, B2) * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.3_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.3_T1.js + * @description Complex tests, use RFC 3629 */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.4_T1.js index 36345fc409..60666d6935 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.4_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 1110xxxx ([0xE0 - 0xEF]), B2, B3 = 10xxxxxxx ([0x80 - 0xBF]), without [B1, B2] = [0xE0, 0x80 - 0x9F], [0xED, 0xA0 - 0xBF] (0xD800 - 0xDFFF), return UTF8(B1, B2, B3) * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.4_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.4_T1.js + * @description Complex tests, use RFC 3629 */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.5_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.5_T1.js index fb508ced38..ab7fb1d2ee 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.5_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.5_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 11110xxx ([0xF0 - 0x0F4]), B2, B3, B4 = 10xxxxxxx ([0x80 - 0xBF]), without [B1, B2] = [0xF0, 0x80 - 0x9F], [0xF4, 0x90 - 0xBF], return UTF8(B1, B2, B3, B4) * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.5_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A2.5_T1.js + * @description Complex tests, use RFC 3629 */ var errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T1.js index 953894db47..855ae0f3b9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T1.js @@ -5,9 +5,9 @@ * Let reservedURISet be a string containing one instance of each character valid * in uriReserved plus "#" * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T1.js; - * @description: Checking all character in reservedURISet. HexDigit in [0..9, A..F]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T1.js + * @description Checking all character in reservedURISet. HexDigit in [0..9, A..F] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T2.js index d89ea48927..e91e282e64 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T2.js @@ -5,9 +5,9 @@ * Let reservedURISet be a string containing one instance of each character valid * in uriReserved plus "#" * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T2.js; - * @description: Checking all character in reservedURISet. HexDigit in [0..9, a..f]; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T2.js + * @description Checking all character in reservedURISet. HexDigit in [0..9, a..f] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T3.js index c25e0beb41..8b0e2b3b28 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T3.js @@ -5,9 +5,9 @@ * Let reservedURISet be a string containing one instance of each character valid * in uriReserved plus "#" * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T3.js; - * @description: Complex test; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A3_T3.js + * @description Complex test */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T1.js index 2a3c5041c6..7c4aa37899 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T1.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T1.js; - * @description: Checking ENGLISH ALPHABET; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T1.js + * @description Checking ENGLISH ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T2.js index 040425225f..3ac6c310fb 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T2.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T2.js; - * @description: Checking RUSSIAN ALPHABET; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T2.js + * @description Checking RUSSIAN ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T3.js index cff9bc1967..1395d34961 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T3.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T3.js; - * @description: Checking URL with Line Terminator; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T3.js + * @description Checking URL with Line Terminator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T4.js index dc0ae68691..217c87c909 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T4.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T4.js; - * @description: Test some url; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A4_T4.js + * @description Test some url */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.1.js index 686daffafe..2acdb9e238 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of decodeURI has the attribute DontEnum * - * @section: 15.1.3.1, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.1, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js index 05cb5feef6..a4a8461939 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js @@ -4,11 +4,11 @@ /** * The length property of decodeURI has the attribute DontDelete * - * @section: 15.1.3.1, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.3.1, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js index c6338646a8..d06cd95775 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js @@ -4,11 +4,11 @@ /** * The length property of decodeURI has the attribute ReadOnly * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.4.js index c9422dc39a..910996d44a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of decodeURI is 1 * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.4.js; - * @description: decodeURI.length === 1; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.4.js + * @description decodeURI.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.5.js index 3d69ecb838..1df9e067e9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.5.js @@ -4,9 +4,9 @@ /** * The decodeURI property has the attribute DontEnum * - * @section: 15.1.3.1, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.1, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.6.js index 0c83f72bdc..d4b60cc024 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.6.js @@ -4,9 +4,9 @@ /** * The decodeURI property has not prototype property * - * @section: 15.1.3.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.6.js; - * @description: Checking decodeURI.prototype; + * @section 15.1.3.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.6.js + * @description Checking decodeURI.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.7.js index cf93dcc13d..6dbae4669d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.7.js @@ -4,9 +4,9 @@ /** * The decodeURI property can't be used as constructor * - * @section: 15.1.3.1, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.3.1, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A6_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A6_T1.js index af31fce78b..7a47130de2 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A6_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A6_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.3.1, 9.8, 8.6.2.6; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A6_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.1.3.1, 9.8, 8.6.2.6 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.1_decodeURI/S15.1.3.1_A6_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.10_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.10_T1.js index 158dd316c6..7c24a2ae70 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.10_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.10_T1.js @@ -5,9 +5,9 @@ * If B = 110xxxxx (n = 2) and string.charAt(k + 4) and * string.charAt(k + 5) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.10_T1.js; - * @description: Complex tests; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.10_T1.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T1.js index 8e9d17221c..d9ea23ecbd 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T1.js @@ -6,10 +6,10 @@ * string.charAt(k + 5)) or (string.charAt(k + 7) and * string.charAt(k + 8)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T1.js; - * @description: Complex tests, string.charAt(k + 4) and string.charAt(k + 5) - * do not represent hexadecimal digits; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T1.js + * @description Complex tests, string.charAt(k + 4) and string.charAt(k + 5) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T2.js index 9780549d81..e6bb502d4a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T2.js @@ -6,10 +6,10 @@ * string.charAt(k + 5)) or (string.charAt(k + 7) and * string.charAt(k + 8)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T2.js; - * @description: Complex tests, string.charAt(k + 7) and string.charAt(k + 8) - * do not represent hexadecimal digits; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.11_T2.js + * @description Complex tests, string.charAt(k + 7) and string.charAt(k + 8) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T1.js index a0e533726e..adcbe66b2c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T1.js @@ -7,10 +7,10 @@ * string.charAt(k + 8)) or (string.charAt(k + 10) and * string.charAt(k + 11)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T1.js; - * @description: Complex tests, string.charAt(k + 4) and string.charAt(k + 5) - * do not represent hexadecimal digits; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T1.js + * @description Complex tests, string.charAt(k + 4) and string.charAt(k + 5) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T2.js index 2f34030475..c7bf5b485e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T2.js @@ -7,10 +7,10 @@ * string.charAt(k + 8)) or (string.charAt(k + 10) and * string.charAt(k + 11)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T2.js; - * @description: Complex tests, string.charAt(k + 7) and string.charAt(k + 7) - * do not represent hexadecimal digits; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T2.js + * @description Complex tests, string.charAt(k + 7) and string.charAt(k + 7) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T3.js index 971bb34ed6..e2a4d97306 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T3.js @@ -7,10 +7,10 @@ * string.charAt(k + 8)) or (string.charAt(k + 10) and * string.charAt(k + 11)) do not represent hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T3.js; - * @description: Complex tests, string.charAt(k + 10) and string.charAt(k + 11) - * do not represent hexadecimal digits; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.12_T3.js + * @description Complex tests, string.charAt(k + 10) and string.charAt(k + 11) + * do not represent hexadecimal digits */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T1.js index c0ae359bc1..7cb1518d8b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T1.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T1.js; - * @description: Complex tests. B = [0xC0 - 0xDF], C = [0x00, 0x7F]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T1.js + * @description Complex tests. B = [0xC0 - 0xDF], C = [0x00, 0x7F] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T2.js index 3374f53eb7..37aaeb366a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T2.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T2.js; - * @description: Complex tests. B = [0xC0 - 0xDF], C = [0xC0, 0xFF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.13_T2.js + * @description Complex tests. B = [0xC0 - 0xDF], C = [0xC0, 0xFF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T1.js index 70f6f5cfe1..263d0deb94 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T1.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T1.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T1.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T2.js index 08ba176611..7b16790fd0 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T2.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T2.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T2.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0x00, 0x7F] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T3.js index 567bf4b268..48d909354c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T3.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T3.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T3.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T4.js index 5282a6de72..6805eb4039 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T4.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T4.js; - * @description: Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.14_T4.js + * @description Complex tests. B = [0xE0 - 0xEF], C = [0xC0, 0xFF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T1.js index 57c854b09d..4304b387dd 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T1.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T1.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T1.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T2.js index 20f0f71bb5..33eb611d57 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T2.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T2.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T2.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T3.js index f86474fd24..39a21a569a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T3.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T3.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T3.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0x00, 0x7F] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T4.js index 24cbf449e8..bb29486d7d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T4.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T4.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T4.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T5.js index d8342db41c..5e6ebb6b2c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T5.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T5.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T5.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T6.js index 0ca5077ea2..c44080bf48 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T6.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and C != 10xxxxxx (C - first of octets after B), throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T6.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.15_T6.js + * @description Complex tests. B = [0xF0 - 0x0F7], C = [0xC0, 0xFF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.1_T1.js index f3f55fbb29..3adda2b21e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) equal "%" and k + 2 >= string.length, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.1_T1.js + * @description Complex tests */ result = true; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T1.js index d29b141bea..9197a92be0 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T1.js @@ -5,9 +5,9 @@ * If B = string.charAt(k+1) + string.charAt(k+2) do not represent * hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T1.js; - * @description: Complex tests; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T1.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.js index 2a760a4210..698d9bf5b0 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.js @@ -5,9 +5,9 @@ * If B = string.charAt(k+1) + string.charAt(k+2) do not represent * hexadecimal digits, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.js; - * @description: Complex tests; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T1.js index 147d2a9106..cfdbb1f552 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T1.js @@ -4,9 +4,9 @@ /** * If B = 10xxxxxx or B = 11111xxx, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T1.js; - * @description: Complex tests. B = 10xxxxxx -> B in [0x80 - 0xBF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T1.js + * @description Complex tests. B = 10xxxxxx -> B in [0x80 - 0xBF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T2.js index f26b10c439..ace1de821e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T2.js @@ -4,9 +4,9 @@ /** * If B = 10xxxxxx or B = 11111xxx, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T2.js; - * @description: Complex tests. B = 11111xxx -> B in [0xF8 - 0xFF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.3_T2.js + * @description Complex tests. B = 11111xxx -> B in [0xF8 - 0xFF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.4_T1.js index f593bf1f91..0422fe61c7 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.4_T1.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and (k + 2) + 3 >= length, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.4_T1.js; - * @description: Complex tests. B = [0xC0 - 0xDF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.4_T1.js + * @description Complex tests. B = [0xC0 - 0xDF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.5_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.5_T1.js index 1e96345905..af8c0949fb 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.5_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.5_T1.js @@ -4,9 +4,9 @@ /** * If B = 1110xxxx (n = 3) and (k + 2) + 6 >= length, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.5_T1.js; - * @description: Complex tests. B = [0xE0 - 0xEF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.5_T1.js + * @description Complex tests. B = [0xE0 - 0xEF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.6_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.6_T1.js index f9c6211b95..cc3f6db0e6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.6_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.6_T1.js @@ -4,9 +4,9 @@ /** * If B = 11110xxx (n = 4) and (k + 2) + 9 >= length, throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.6_T1.js; - * @description: Complex tests. B = [0xF0 - 0xF7]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.6_T1.js + * @description Complex tests. B = [0xF0 - 0xF7] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.7_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.7_T1.js index da2916f6f0..3afd4e6371 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.7_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.7_T1.js @@ -4,9 +4,9 @@ /** * If B = 110xxxxx (n = 2) and string.charAt(k + 3) not equal "%", throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.7_T1.js; - * @description: Complex tests. B = [0xC0 - 0xDF]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.7_T1.js + * @description Complex tests. B = [0xC0 - 0xDF] */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T1.js index 48359361ff..002b90f0c1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T1.js @@ -5,10 +5,10 @@ * If B = 1110xxxx (n = 3) and string.charAt(k + 3), * string.charAt(k + 6) not equal "%", throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T1.js; - * @description: Complex tests. B = [0xE0 - 0xEF], - * string.charAt(k + 3) not equal "%"; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T1.js + * @description Complex tests. B = [0xE0 - 0xEF], + * string.charAt(k + 3) not equal "%" */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T2.js index fce5bcb7d8..09f8a27d7a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T2.js @@ -5,10 +5,10 @@ * If B = 1110xxxx (n = 3) and string.charAt(k + 3), * string.charAt(k + 6) not equal "%", throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T2.js; - * @description: Complex tests. B = [0xE0 - 0xEF], - * string.charAt(k + 6) not equal "%"; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.8_T2.js + * @description Complex tests. B = [0xE0 - 0xEF], + * string.charAt(k + 6) not equal "%" */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T1.js index 558e9d5a15..12c6ded37b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T1.js @@ -5,10 +5,10 @@ * If B = 11110xxx (n = 4) and string.charAt(k + 3), * string.charAt(k + 6), string.charAt(k + 9) not equal "%", throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T1.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], - * string.charAt(k + 3) not equal "%"; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T1.js + * @description Complex tests. B = [0xF0 - 0x0F7], + * string.charAt(k + 3) not equal "%" */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T2.js index 0446407566..f4f577e4f3 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T2.js @@ -5,10 +5,10 @@ * If B = 11110xxx (n = 4) and string.charAt(k + 3), * string.charAt(k + 6), string.charAt(k + 9) not equal "%", throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T2.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], - * string.charAt(k + 6) not equal "%"; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T2.js + * @description Complex tests. B = [0xF0 - 0x0F7], + * string.charAt(k + 6) not equal "%" */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T3.js index cec4925f68..c40f6c2c58 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T3.js @@ -5,10 +5,10 @@ * If B = 11110xxx (n = 4) and string.charAt(k + 3), * string.charAt(k + 6), string.charAt(k + 9) not equal "%", throw URIError * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T3.js; - * @description: Complex tests. B = [0xF0 - 0x0F7], - * string.charAt(k + 9) not equal "%"; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.9_T3.js + * @description Complex tests. B = [0xF0 - 0x0F7], + * string.charAt(k + 9) not equal "%" */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.1_T1.js index c1c8ce3170..51b1a56f1e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) not equal "%", return this char * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.1_T1.js + * @description Complex tests */ //CHECK diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.2_T1.js index 3b978a4943..9f92ad9102 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.2_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 0xxxxxxxx ([0x00 - 0x7F]), return B1 * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.2_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.2_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.3_T1.js index f330563454..d09b2afa69 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.3_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 110xxxxx ([0xC0 - 0xDF]), B2 = 10xxxxxx ([0x80 - 0xBF), without B1 = [0xC0, 0xC1], return UTF8(B1, B2) * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.3_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.3_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.4_T1.js index 7c0ad58629..a766309a5e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.4_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 1110xxxx ([0xE0 - 0xEF]), B2, B3 = 10xxxxxxx ([0x80 - 0xBF]), without [B1, B2] = [0xE0, 0x80 - 0x9F], [0xED, 0xA0 - 0xBF] (0xD800 - 0xDFFF), return UTF8(B1, B2, B3) * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.4_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.4_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.5_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.5_T1.js index e40e14ac79..c0b976e985 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.5_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.5_T1.js @@ -4,9 +4,9 @@ /** * If B1 = 11110xxx ([0xF0 - 0x0F4]), B2, B3, B4 = 10xxxxxxx ([0x80 - 0xBF]), without [B1, B2] = [0xF0, 0x80 - 0x9F], [0xF4, 0x90 - 0xBF], return UTF8(B1, B2, B3, B4) * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.5_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A2.5_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T1.js index 3efef163c5..d39717ca4a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T1.js @@ -4,9 +4,9 @@ /** * Let reservedURIComponentSet be the empty string * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T1.js; - * @description: uriReserved and "#" not in reservedURIComponentSet. HexDigit in [0..9, A..F]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T1.js + * @description uriReserved and "#" not in reservedURIComponentSet. HexDigit in [0..9, A..F] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T2.js index a30a8d14e1..f98e63f1d6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T2.js @@ -4,9 +4,9 @@ /** * Let reservedURIComponentSet be the empty string * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T2.js; - * @description: uriReserved and "#" not in reservedURIComponentSet. HexDigit in [0..9, a..f]; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T2.js + * @description uriReserved and "#" not in reservedURIComponentSet. HexDigit in [0..9, a..f] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T3.js index c222cf2e01..70e149bbad 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T3.js @@ -4,9 +4,9 @@ /** * Let reservedURIComponentSet be the empty string * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T3.js; - * @description: Complex test; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A3_T3.js + * @description Complex test */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T1.js index 446724d979..eb73bd3dc3 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T1.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T1.js; - * @description: Checking ENGLISH ALPHABET; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T1.js + * @description Checking ENGLISH ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T2.js index 17fd92d8dd..249961bb0d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T2.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T2.js; - * @description: Checking RUSSIAN ALPHABET; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T2.js + * @description Checking RUSSIAN ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T3.js index 9c60ce405b..ddcc76cadc 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T3.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T3.js; - * @description: Checking URL with Line Terminator; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T3.js + * @description Checking URL with Line Terminator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T4.js index ed199d35eb..2d39f4c6e9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T4.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T4.js; - * @description: Test some url; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A4_T4.js + * @description Test some url */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.1.js index 6905113a85..e379fca088 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of decodeURIComponent has the attribute DontEnum * - * @section: 15.1.3.2, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.2, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.2.js index a28b1fa244..31c19205d1 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.2.js @@ -4,9 +4,9 @@ /** * The length property of decodeURIComponent has the attribute DontDelete * - * @section: 15.1.3.2, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.1.3.2, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.3.js index 30644df428..e79b044eaf 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.3.js @@ -4,9 +4,9 @@ /** * The length property of decodeURIComponent has the attribute ReadOnly * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.3.js; - * @description: Checking if varying the length property fails; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.3.js + * @description Checking if varying the length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.4.js index 011ce8508e..301f09a61f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of decodeURIComponent is 1 * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.4.js; - * @description: decodeURIComponent.length === 1; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.4.js + * @description decodeURIComponent.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.5.js index f772dadddd..da704b6b0a 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.5.js @@ -4,9 +4,9 @@ /** * The decodeURIComponent property has the attribute DontEnum * - * @section: 15.1.3.2, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.2, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.6.js index 58d632b8f1..12857d5955 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.6.js @@ -4,9 +4,9 @@ /** * The decodeURIComponent property has not prototype property * - * @section: 15.1.3.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.6.js; - * @description: Checking decodeURIComponent.prototype; + * @section 15.1.3.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.6.js + * @description Checking decodeURIComponent.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.7.js index 3a0ae4401d..ec09693e3f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.7.js @@ -4,9 +4,9 @@ /** * The decodeURIComponent property can't be used as constructor * - * @section: 15.1.3.2, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.3.2, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A6_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A6_T1.js index e4691c5748..38c4902ae6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A6_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A6_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.3.2, 9.8, 8.6.2.6; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A6_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.1.3.2, 9.8, 8.6.2.6 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.2_decodeURIComponent/S15.1.3.2_A6_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T1.js index a967c43c0d..100b43ca59 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xDC00 - 0xDFFF], throw URIError * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T1.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T2.js index 532bea5eb5..cc85915141 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T2.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xDC00 - 0xDFFF], throw URIError * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T2.js; - * @description: Complex tests; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.1_T2.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T1.js index 0f912ae098..38c8241a31 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.length = k + 1, throw URIError * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T1.js; - * @description: Complex tests; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T1.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T2.js index 98e0a000fc..c67e7cd644 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T2.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.length = k + 1, throw URIError * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T2.js; - * @description: Complex tests; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.2_T2.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.3_T1.js index 097258b10e..dab6ee1a38 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.3_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.charAt(k+1) not in [0xDC00 - 0xDFFF], throw URIError * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.3_T1.js; - * @description: Complex tests, string.charAt(k+1) in [0x0000, 0xD7FF, 0xD800, 0xDBFE, 0xDBFF, 0xE000, 0xFFFF]; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A1.3_T1.js + * @description Complex tests, string.charAt(k+1) in [0x0000, 0xD7FF, 0xD800, 0xDBFE, 0xDBFF, 0xE000, 0xFFFF] */ chars = [0x0000, 0xD7FF, 0xD800, 0xDBFE, 0xDBFF, 0xE000, 0xFFFF]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.1_T1.js index c047fbc7c0..89b733d23f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0x0000 - 0x007F]\[uriReserved, uriUnescaped, #], return 1 octet (00000000 0zzzzzzz -> 0zzzzzzz) * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.1_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.1_T1.js + * @description Complex tests, use RFC 3629 */ uriReserved = [";", "/", "?", ":", "@", "&", "=", "+", "$", ","]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.2_T1.js index 423f41e893..e0f839a20e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.2_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0x0080 - 0x07FF], return 2 octets (00000yyy yyzzzzzz -> 110yyyyy 10zzzzzz) * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.2_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.2_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.3_T1.js index cf87c33ead..e4b49ec266 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.3_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0x0800 - 0xD7FF], return 3 octets (xxxxyyyy yyzzzzzz -> 1110xxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.3_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.3_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T1.js index e68f5adb6f..78a2496f38 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.charAt(k+1) in [0xDC00 � 0xDFFF], return 4 octets (000wwwxx xxxxyyyy yyzzzzzz -> 11110www 10xxxxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T1.js; - * @description: Complex tests, use RFC 3629, string.charAt(k+1) in [0xDC00, 0xDDFF, 0xDFFF]; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T1.js + * @description Complex tests, use RFC 3629, string.charAt(k+1) in [0xDC00, 0xDDFF, 0xDFFF] */ chars = [0xDC00, 0xDDFF, 0xDFFF]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T2.js index 8f944e23be..d86830870d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T2.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.charAt(k+1) in [0xDC00 � 0xDFFF], return 4 octets (000wwwxx xxxxyyyy yyzzzzzz -> 11110www 10xxxxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T2.js; - * @description: Complex tests, use RFC 3629, string.charAt(k) in [0xD800, 0xDBFF, 0xD9FF]; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T2.js + * @description Complex tests, use RFC 3629, string.charAt(k) in [0xD800, 0xDBFF, 0xD9FF] */ chars = [0xD800, 0xDBFF, 0xD9FF]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.5_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.5_T1.js index 7dc4c254b9..d049325160 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.5_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.5_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xE000 - 0xFFFF], return 3 octets (xxxxyyyy yyzzzzzz -> 1110xxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.5_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A2.5_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.1_T1.js index fa3eef665a..4eb0bd28c7 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.1_T1.js @@ -4,9 +4,9 @@ /** * unescapedURISet containing one instance of each character valid in uriReserved * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.1_T1.js + * @description Complex tests */ uriReserved = [";", "/", "?", ":", "@", "&", "=", "+", "$", ","]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T1.js index 9b58e0e60f..d21a77c8cd 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T1.js @@ -4,9 +4,9 @@ /** * unescapedURISet containing one instance of each character valid in uriUnescaped * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T1.js; - * @description: Complex tests, uriUnescaped :: uriAlpha; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T1.js + * @description Complex tests, uriUnescaped :: uriAlpha */ uriAlpha = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T2.js index 5f07c74ef4..90fb0c0d1c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T2.js @@ -4,9 +4,9 @@ /** * unescapedURISet containing one instance of each character valid in uriUnescaped * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T2.js; - * @description: Complex tests, uriUnescaped :: DecimalDigit; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T2.js + * @description Complex tests, uriUnescaped :: DecimalDigit */ DecimalDigit = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T3.js index fb5fbad41f..5b3c6a11f2 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T3.js @@ -4,9 +4,9 @@ /** * unescapedURISet containing one instance of each character valid in uriUnescaped * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T3.js; - * @description: Complex tests, uriUnescaped :: uriMark; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.2_T3.js + * @description Complex tests, uriUnescaped :: uriMark */ uriMark = ["-", "_", ".", "!", "~", "*", "'", "(", ")"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.3_T1.js index a7b1635b39..619ca8aaa5 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.3_T1.js @@ -4,9 +4,9 @@ /** * unescapedURISet containing "#" * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.3_T1.js; - * @description: encodeURI("#") === "#"; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A3.3_T1.js + * @description encodeURI("#") === "#" */ if (encodeURI("#") !== "#") { diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T1.js index 5245ea2b74..2029e38a72 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T1.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T1.js; - * @description: Checking ENGLISH ALPHABET; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T1.js + * @description Checking ENGLISH ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T2.js index b3755d881f..38f579a1c6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T2.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T2.js; - * @description: Checking RUSSIAN ALPHABET; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T2.js + * @description Checking RUSSIAN ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T3.js index 058c40f61f..b5c5eb3369 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T3.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T3.js; - * @description: Checking URL with Line Terminator; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T3.js + * @description Checking URL with Line Terminator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T4.js index 86688b073a..52fb525414 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T4.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T4.js; - * @description: Test some url; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A4_T4.js + * @description Test some url */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.1.js index 6d1a80306e..7e6ebc0900 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of encodeURI has the attribute DontEnum * - * @section: 15.1.3.3, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.3, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.2.js index 1adb3e9362..1c2b60ffbe 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.2.js @@ -4,9 +4,9 @@ /** * The length property of encodeURI has the attribute DontDelete * - * @section: 15.1.3.3, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.1.3.3, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.3.js index 3fa21ef167..7caa31341f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.3.js @@ -4,9 +4,9 @@ /** * The length property of encodeURI has the attribute ReadOnly * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.3.js; - * @description: Checking if varying the length property fails; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.3.js + * @description Checking if varying the length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.4.js index 03f804d8eb..6b2aaabafd 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of encodeURI is 1 * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.4.js; - * @description: encodeURI.length === 1; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.4.js + * @description encodeURI.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.5.js index 19f9fe2e9b..a169f26899 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.5.js @@ -4,9 +4,9 @@ /** * The encodeURI property has the attribute DontEnum * - * @section: 15.1.3.3, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.3, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.6.js index f94ea2cc38..9da6d424c8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.6.js @@ -4,9 +4,9 @@ /** * The encodeURI property has not prototype property * - * @section: 15.1.3.3; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.6.js; - * @description: Checking encodeURI.prototype; + * @section 15.1.3.3 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.6.js + * @description Checking encodeURI.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.7.js index 179d16d07e..8edb735a4e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.7.js @@ -4,9 +4,9 @@ /** * The encodeURI property can't be used as constructor * - * @section: 15.1.3.3, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.3.3, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A6_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A6_T1.js index ece7a59e4c..16cdec1ae4 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A6_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A6_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.3.3, 9.8, 8.6.2.6; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A6_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.1.3.3, 9.8, 8.6.2.6 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.3_encodeURI/S15.1.3.3_A6_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T1.js index 43ba1110a1..d02c9e7912 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xDC00 - 0xDFFF], throw URIError * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T1.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T2.js index 9a2a6d9839..3988816ee8 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T2.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xDC00 - 0xDFFF], throw URIError * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T2.js; - * @description: Complex tests; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.1_T2.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T1.js index d857caac94..438ca2a83c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.length = k + 1, throw URIError * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T1.js; - * @description: Complex tests; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T1.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T2.js index 9cb86e629d..410e243ecf 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T2.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.length = k + 1, throw URIError * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T2.js; - * @description: Complex tests; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.2_T2.js + * @description Complex tests */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.3_T1.js index 7768fbc251..32af8ed555 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.3_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.charAt(k+1) not in [0xDC00 - 0xDFFF], throw URIError * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.3_T1.js; - * @description: Complex tests, string.charAt(k+1) in [0x0000, 0xD7FF, 0xD800, 0xDBFE, 0xDBFF, 0xE000, 0xFFFF]; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A1.3_T1.js + * @description Complex tests, string.charAt(k+1) in [0x0000, 0xD7FF, 0xD800, 0xDBFE, 0xDBFF, 0xE000, 0xFFFF] */ chars = [0x0000, 0xD7FF, 0xD800, 0xDBFE, 0xDBFF, 0xE000, 0xFFFF]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.1_T1.js index 10abcc46f6..f125e08b98 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.1_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0x0000 - 0x007F]\[uriUnescaped], return 1 octet (00000000 0zzzzzzz -> 0zzzzzzz) * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.1_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.1_T1.js + * @description Complex tests, use RFC 3629 */ uriUnescaped = ["-", "_", ".", "!", "~", "*", "'", "(", ")", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.2_T1.js index 9fb63113b6..673ee87ab9 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.2_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0x0080 - 0x07FF], return 2 octets (00000yyy yyzzzzzz -> 110yyyyy 10zzzzzz) * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.2_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.2_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.3_T1.js index ece6f08e18..831098000c 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.3_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0x0800 - 0xD7FF], return 3 octets (xxxxyyyy yyzzzzzz -> 1110xxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.3_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.3_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T1.js index 45008b507b..82b0616a12 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.charAt(k+1) in [0xDC00 � 0xDFFF], return 4 octets (000wwwxx xxxxyyyy yyzzzzzz -> 11110www 10xxxxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T1.js; - * @description: Complex tests, use RFC 3629, string.charAt(k+1) in [0xDC00, 0xDDFF, 0xDFFF]; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T1.js + * @description Complex tests, use RFC 3629, string.charAt(k+1) in [0xDC00, 0xDDFF, 0xDFFF] */ chars = [0xDC00, 0xDDFF, 0xDFFF]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T2.js index 695e5c5315..82ebfa12e4 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T2.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xD800 - 0xDBFF] and string.charAt(k+1) in [0xDC00 � 0xDFFF], return 4 octets (000wwwxx xxxxyyyy yyzzzzzz -> 11110www 10xxxxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T2.js; - * @description: Complex tests, use RFC 3629, string.charAt(k) in [0xD800, 0xDBFF, 0xD9FF]; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.4_T2.js + * @description Complex tests, use RFC 3629, string.charAt(k) in [0xD800, 0xDBFF, 0xD9FF] */ chars = [0xD800, 0xDBFF, 0xD9FF]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.5_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.5_T1.js index 00cfb6643a..b0c1869e09 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.5_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.5_T1.js @@ -4,9 +4,9 @@ /** * If string.charAt(k) in [0xE000 - 0xFFFF], return 3 octets (xxxxyyyy yyzzzzzz -> 1110xxxx 10yyyyyy 10zzzzzz) * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.5_T1.js; - * @description: Complex tests, use RFC 3629; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A2.5_T1.js + * @description Complex tests, use RFC 3629 */ errorCount = 0; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.1_T1.js index 5dc4bf4c0a..6fe94f5c64 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.1_T1.js @@ -4,9 +4,9 @@ /** * unescapedURIComponentSet not containing uriReserved * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.1_T1.js; - * @description: Complex tests; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.1_T1.js + * @description Complex tests */ uriReserved = ["%3B", "%2F", "%3F", "%3A", "%40", "%26", "%3D", "%2B", "%24", "%2C"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T1.js index cf66a2e66e..1d0d54d7be 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T1.js @@ -4,9 +4,9 @@ /** * unescapedURIComponentSet containing one instance of each character valid in uriUnescaped * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T1.js; - * @description: Complex tests, uriUnescaped :: uriAlpha; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T1.js + * @description Complex tests, uriUnescaped :: uriAlpha */ uriAlpha = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T2.js index ca1fd719b7..40d89a9f7f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T2.js @@ -4,9 +4,9 @@ /** * unescapedURIComponentSet containing one instance of each character valid in uriUnescaped * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T2.js; - * @description: Complex tests, uriUnescaped :: DecimalDigit; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T2.js + * @description Complex tests, uriUnescaped :: DecimalDigit */ DecimalDigit = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T3.js index aa14d684b3..0346c3334f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T3.js @@ -4,9 +4,9 @@ /** * unescapedURIComponentSet containing one instance of each character valid in uriUnescaped * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T3.js; - * @description: Complex tests, uriUnescaped :: uriMark; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.2_T3.js + * @description Complex tests, uriUnescaped :: uriMark */ uriMark = ["-", "_", ".", "!", "~", "*", "'", "(", ")"]; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.3_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.3_T1.js index 7ece69cb2c..31e666f0d6 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.3_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.3_T1.js @@ -4,9 +4,9 @@ /** * unescapedURIComponentSet not containing "#" * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.3_T1.js; - * @description: encodeURIComponent("#") === "%23"; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A3.3_T1.js + * @description encodeURIComponent("#") === "%23" */ if (encodeURIComponent("#") !== "%23") { diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T1.js index 5392b8807d..e948eede2f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T1.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T1.js; - * @description: Checking ENGLISH ALPHABET; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T1.js + * @description Checking ENGLISH ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T2.js index 5dbb881e76..491209505f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T2.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T2.js; - * @description: Checking RUSSIAN ALPHABET; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T2.js + * @description Checking RUSSIAN ALPHABET */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T3.js index c1a2a066ca..7cec404dfc 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T3.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T3.js; - * @description: Checking URL with Line Terminator; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T3.js + * @description Checking URL with Line Terminator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T4.js index d1ddafc30f..f509804e5e 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T4.js @@ -4,9 +4,9 @@ /** * URI tests * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T4.js; - * @description: Test some url; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A4_T4.js + * @description Test some url */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.1.js index 2b3aba0cdf..275f0eacc7 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of encodeURIComponent has the attribute DontEnum * - * @section: 15.1.3.4, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.4, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.2.js index d556b6b6fc..64b723dfa3 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.2.js @@ -4,9 +4,9 @@ /** * The length property of encodeURIComponent has the attribute DontDelete * - * @section: 15.1.3.4, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.1.3.4, 15.2.4.5, 11.4.1 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.3.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.3.js index 493161ecd0..8e5da77935 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.3.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.3.js @@ -4,9 +4,9 @@ /** * The length property of encodeURIComponent has the attribute ReadOnly * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.3.js; - * @description: Checking if varying the length property fails; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.3.js + * @description Checking if varying the length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.4.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.4.js index a05ef5f3f6..beaf4a524d 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.4.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of encodeURIComponent is 1 * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.4.js; - * @description: encodeURIComponent.length === 1; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.4.js + * @description encodeURIComponent.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.5.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.5.js index bc55f97377..feb3e0d738 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.5.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.5.js @@ -4,9 +4,9 @@ /** * The encodeURIComponent property has the attribute DontEnum * - * @section: 15.1.3.4, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.1.3.4, 15.2.4.7, 12.6.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.6.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.6.js index 1a6d811d2a..5ae9a26680 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.6.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.6.js @@ -4,9 +4,9 @@ /** * The encodeURIComponent property has not prototype property * - * @section: 15.1.3.4; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.6.js; - * @description: Checking encodeURIComponent.prototype; + * @section 15.1.3.4 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.6.js + * @description Checking encodeURIComponent.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.7.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.7.js index d1875efb74..261e88380b 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.7.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.7.js @@ -4,9 +4,9 @@ /** * The encodeURIComponent property can't be used as constructor * - * @section: 15.1.3.4, 11.2.2; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.1.3.4, 11.2.2 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A6_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A6_T1.js index 3d95dc1274..a36b4e1776 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A6_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A6_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString * - * @section: 15.1.3.4, 9.8, 8.6.2.6; - * @path: 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A6_T1.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.1.3.4, 9.8, 8.6.2.6 + * @path 15_Native/15.1_The_Global_Object/15.1.3_URI_Handling_Function_Properties/15.1.3.4_encodeURIComponent/S15.1.3.4_A6_T1.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T1.js index 9e5d4cb29b..fb4a09d783 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T1.js @@ -4,11 +4,11 @@ /** * The global object does not have a [[Construct]] property * - * @section: 15.1; - * @path: 15_Native/15.1_The_Global_Object/S15.1_A1_T1.js; - * @description: It is not possible to use the global object as a constructor - * with the new operator; - * @negative; + * @section 15.1 + * @path 15_Native/15.1_The_Global_Object/S15.1_A1_T1.js + * @description It is not possible to use the global object as a constructor + * with the new operator + * @negative */ new this; diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T2.js b/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T2.js index 8ace1c17b6..55edce4678 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A1_T2.js @@ -4,11 +4,11 @@ /** * The global object does not have a [[Construct]] property * - * @section: 15.1; - * @path: 15_Native/15.1_The_Global_Object/S15.1_A1_T2.js; - * @description: It is not possible to use the global object as a constructor - * with the new operator; - * @negative; + * @section 15.1 + * @path 15_Native/15.1_The_Global_Object/S15.1_A1_T2.js + * @description It is not possible to use the global object as a constructor + * with the new operator + * @negative */ new this(); diff --git a/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A2_T1.js b/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A2_T1.js index 39fff879ad..40f4662d1f 100644 --- a/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.1_The_Global_Object/S15.1_A2_T1.js @@ -4,10 +4,10 @@ /** * The global object does not have a [[Call]] property * - * @section: 15.1; - * @path: 15_Native/15.1_The_Global_Object/S15.1_A2_T1.js; - * @description: It is not possible to invoke the global object as a function; - * @negative; + * @section 15.1 + * @path 15_Native/15.1_The_Global_Object/S15.1_A2_T1.js + * @description It is not possible to invoke the global object as a function + * @negative */ this(); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T1.js index 3d3bb6d036..02cec83ada 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T1.js @@ -5,9 +5,9 @@ * When the Object(value) is called and the value is null, undefined or not supplied, * create and return a new Object object if the object constructor had been called with the same arguments (15.2.2.1) * - * @section: 15.2.1.1, 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T1.js; - * @description: Creating Object(null) and checking its properties; + * @section 15.2.1.1, 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T1.js + * @description Creating Object(null) and checking its properties */ var __obj = Object(null); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T2.js index f65fd7cb6b..b53962f902 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T2.js @@ -5,9 +5,9 @@ * When the Object(value) is called and the value is null, undefined or not supplied, * create and return a new Object object if the object constructor had been called with the same arguments (15.2.2.1) * - * @section: 15.2.1.1, 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T2.js; - * @description: Creating Object(void 0) and checking its properties; + * @section 15.2.1.1, 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T2.js + * @description Creating Object(void 0) and checking its properties */ //var y= void 0; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T3.js index 829ecf5feb..92633e5d96 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T3.js @@ -5,9 +5,9 @@ * When the Object(value) is called and the value is null, undefined or not supplied, * create and return a new Object object if the object constructor had been called with the same arguments (15.2.2.1) * - * @section: 15.2.1.1, 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T3.js; - * @description: Creating Object() and checking its properties; + * @section 15.2.1.1, 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T3.js + * @description Creating Object() and checking its properties */ var __obj = Object(); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T4.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T4.js index ccd4cb160a..6ee1e5746f 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T4.js @@ -5,9 +5,9 @@ * When the Object(value) is called and the value is null, undefined or not supplied, * create and return a new Object object if the object constructor had been called with the same arguments (15.2.2.1) * - * @section: 15.2.1.1, 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T4.js; - * @description: Creating Object(undefined) and checking its properties; + * @section 15.2.1.1, 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T4.js + * @description Creating Object(undefined) and checking its properties */ var __obj = Object(undefined); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T5.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T5.js index 99d54b539f..5464878ee0 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T5.js @@ -5,9 +5,9 @@ * When the Object(value) is called and the value is null, undefined or not supplied, * create and return a new Object object if the object constructor had been called with the same arguments (15.2.2.1) * - * @section: 15.2.1.1, 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T5.js; - * @description: Creating Object(x) and checking its properties; + * @section 15.2.1.1, 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T5.js + * @description Creating Object(x) and checking its properties */ var __obj = Object(x); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T1.js index f1b9d4986c..25ac8048ad 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T1.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T1.js; - * @description: Calling Object function with boolean argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T1.js + * @description Calling Object function with boolean argument value */ var bool = true; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T10.js index 08f8fb615b..ceb8c4b0a5 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T10.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T10.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T10.js; - * @description: Calling Object function with array of numbers as argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T10.js + * @description Calling Object function with array of numbers as argument value */ var arr = [1,2,3]; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T11.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T11.js index 69eb22cd64..b4c6c159e7 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T11.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T11.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T11.js; - * @description: Calling Object function with function declaration as argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T11.js + * @description Calling Object function with function declaration as argument value */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T12.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T12.js index f9d2727d73..4012645f11 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T12.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T12.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T12.js; - * @description: Calling Object function with numeric expression as argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T12.js + * @description Calling Object function with numeric expression as argument value */ var obj = Object(1.1*([].length+{q:1}["q"])); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T13.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T13.js index 03983f75c2..3a10f57cf0 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T13.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T13.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T13.js; - * @description: Calling Object function with boolean expression as argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T13.js + * @description Calling Object function with boolean expression as argument value */ var obj = Object((1===1)&&(!false)); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T14.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T14.js index 05a3ea310a..33be7ffb80 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T14.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T14.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T14.js; - * @description: Calling Object function with sum of empty string and a number as argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T14.js + * @description Calling Object function with sum of empty string and a number as argument value */ var obj = Object(""+1); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T2.js index 06efe6c489..e03b807ea7 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T2.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T2.js; - * @description: Calling Object function with number argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T2.js + * @description Calling Object function with number argument value */ var num = 1.1; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T3.js index b3a3ef94aa..8b1c6f026e 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T3.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T3.js; - * @description: Calling Object function with string argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T3.js + * @description Calling Object function with string argument value */ var str = 'Luke Skywalker'; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T4.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T4.js index c239b28224..c3745e1b0f 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T4.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T4.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T4.js; - * @description: Calling Object function with object argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T4.js + * @description Calling Object function with object argument value */ var obj = {flag:true}; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T5.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T5.js index fee9b256a6..4bff128778 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T5.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T5.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T5.js; - * @description: Calling Object function with NaN argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T5.js + * @description Calling Object function with NaN argument value */ var num = NaN; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T6.js index 8149d0f0d6..a66d5190a4 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T6.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T6.js; - * @description: Calling Object function with Infinity argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T6.js + * @description Calling Object function with Infinity argument value */ var num = Infinity; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T7.js index 921ef23163..5880747603 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T7.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T7.js; - * @description: Calling Object function with empty string argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T7.js + * @description Calling Object function with empty string argument value */ var str = ''; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T8.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T8.js index 610bd85f30..b65f5c85c8 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T8.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T8.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T8.js; - * @description: Calling Object function with function variable argument value; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T8.js + * @description Calling Object function with function variable argument value */ var func = function(){return 1;}; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T9.js index 1e4b26b8e2..83b8776be8 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T9.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T9.js @@ -5,9 +5,9 @@ * When the Object function is called with one argument value, * and the value neither is null nor undefined, and is supplied, return ToObject(value) * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T9.js; - * @description: Calling Object function with function argument value. The function is declared; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T9.js + * @description Calling Object function with function argument value. The function is declared */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T1.js index 16d2db74b4..31aa25bfdc 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T1.js @@ -4,9 +4,9 @@ /** * Since calling Object as a function is identical to calling a function, list of arguments bracketing is allowed * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T1.js; - * @description: Creating an object with "Object(1,2,3)"; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T1.js + * @description Creating an object with "Object(1,2,3)" */ var obj = Object(1,2,3); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T2.js index ba0fa634f6..5523495221 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T2.js @@ -4,9 +4,9 @@ /** * Since calling Object as a function is identical to calling a function, list of arguments bracketing is allowed * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T2.js; - * @description: Creating an object with "Object(null,2,3)"; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T2.js + * @description Creating an object with "Object(null,2,3)" */ var obj = Object(null,2,3); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T3.js index e52d336dc4..06b6952e56 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T3.js @@ -4,9 +4,9 @@ /** * Since calling Object as a function is identical to calling a function, list of arguments bracketing is allowed * - * @section: 15.2.1.1; - * @path: 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T3.js; - * @description: Creating an object with "Object((null,2,3),1,2)"; + * @section 15.2.1.1 + * @path 15_Native/15.2_Object_Objects/15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T3.js + * @description Creating an object with "Object((null,2,3),1,2)" */ var obj = Object((null,2,3),1,2); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T1.js index 9145220293..0d20bd7487 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T1.js @@ -10,9 +10,9 @@ * iv) The newly constructed object has no [[Value]] property. * v) Return the newly created native object * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T1.js; - * @description: Creating new Object() and checking its properties; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T1.js + * @description Creating new Object() and checking its properties */ var obj = new Object(); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T2.js index 644f771c99..f633b78621 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T2.js @@ -10,9 +10,9 @@ * iv) The newly constructed object has no [[Value]] property. * v) Return the newly created native object * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T2.js; - * @description: Creating new Object(void 0) and checking its properties; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T2.js + * @description Creating new Object(void 0) and checking its properties */ //var foo = void 0; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T3.js index f7639e80e9..ed4d365e5a 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T3.js @@ -10,9 +10,9 @@ * iv) The newly constructed object has no [[Value]] property. * v) Return the newly created native object * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T3.js; - * @description: Creating new Object(null) and checking its properties; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T3.js + * @description Creating new Object(null) and checking its properties */ var obj = new Object(null); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T4.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T4.js index 75cc84db0b..2dfe5ed22c 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T4.js @@ -10,9 +10,9 @@ * iv) The newly constructed object has no [[Value]] property. * v) Return the newly created native object * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T4.js; - * @description: Creating new Object(undefined) and checking its properties; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T4.js + * @description Creating new Object(undefined) and checking its properties */ var obj = new Object(undefined); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T5.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T5.js index ba4ed69337..68d4cdaca9 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T5.js @@ -10,9 +10,9 @@ * iv) The newly constructed object has no [[Value]] property. * v) Return the newly created native object * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T5.js; - * @description: Creating new Object(x), where x is "undefined", and checking it properties; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A1_T5.js + * @description Creating new Object(x), where x is "undefined", and checking it properties */ var obj = new Object(x); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T1.js index 59f6359912..2ce4f0d3a8 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T1.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the value is a native ECMAScript object, do not create a new object but simply return value * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T1.js; - * @description: The value is Object; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T1.js + * @description The value is Object */ var obj = {prop:1}; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T2.js index 0eceb690e3..59c2cb0eed 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T2.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the value is a native ECMAScript object, do not create a new object but simply return value * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T2.js; - * @description: The value is a function variable; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T2.js + * @description The value is a function variable */ var func = function(){return 1;}; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T3.js index aa3cc60ef0..33093d4c7b 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T3.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the value is a native ECMAScript object, do not create a new object but simply return value * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T3.js; - * @description: The value is an array; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T3.js + * @description The value is an array */ var arr = [1,2,3]; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T4.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T4.js index 618057d8da..6564423004 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T4.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T4.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the value is a native ECMAScript object, do not create a new object but simply return value * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T4.js; - * @description: The value is "this"; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T4.js + * @description The value is "this" */ var x=1; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T5.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T5.js index c17844097f..223e838907 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T5.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T5.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the value is a native ECMAScript object, do not create a new object but simply return value * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T5.js; - * @description: The value is a Date object; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T5.js + * @description The value is a Date object */ var obj = new Date(1978,3); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T6.js index 8267ef8d62..52893d5356 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T6.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the value is a native ECMAScript object, do not create a new object but simply return value * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T6.js; - * @description: The value is a declared function; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T6.js + * @description The value is a declared function */ var n_obj = new Object(func); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T7.js index f64fc6af4f..bab068b335 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T7.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the value is a native ECMAScript object, do not create a new object but simply return value * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T7.js; - * @description: The value is a function declaration; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A2_T7.js + * @description The value is a function declaration */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T1.js index 3c778cc192..a68a2fa228 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T1.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is String, return ToObject(string) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T1.js; - * @description: Argument value is a nonempty string; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T1.js + * @description Argument value is a nonempty string */ var str = 'Obi-Wan Kenobi'; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T2.js index 6f077b8a9e..c203f388b7 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T2.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is String, return ToObject(string) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T2.js; - * @description: Argument value is an empty string; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T2.js + * @description Argument value is an empty string */ var str = ''; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T3.js index 85198e66be..cae97c4039 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T3.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is String, return ToObject(string) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T3.js; - * @description: Argument value is sum of empty string and number; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A3_T3.js + * @description Argument value is sum of empty string and number */ var n_obj = new Object(""+1); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T1.js index f738f351cf..d7644d1f85 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T1.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is Boolean, return ToObject(boolean) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T1.js; - * @description: Argument value is "true"; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T1.js + * @description Argument value is "true" */ var bool = true; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T2.js index 0a9d475c06..ada5267b83 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T2.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is Boolean, return ToObject(boolean) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T2.js; - * @description: Argument value is "false"; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T2.js + * @description Argument value is "false" */ var bool = false; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T3.js index dc75145762..c7f3501a94 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T3.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is Boolean, return ToObject(boolean) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T3.js; - * @description: Argument value is boolean expression; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A4_T3.js + * @description Argument value is boolean expression */ var n_obj = new Object((1===1)&&!(false)); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T1.js index 33d778e62b..9ac717dba3 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T1.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is Number, return ToObject(number) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T1.js; - * @description: Argument value is any number; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T1.js + * @description Argument value is any number */ var num = 1.0; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T2.js index c5e0becc28..df966bfe22 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T2.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is Number, return ToObject(number) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T2.js; - * @description: Argument value is NaN; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T2.js + * @description Argument value is NaN */ var num = NaN; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T3.js index 8ae57888f6..c7c7030bc4 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T3.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is Number, return ToObject(number) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T3.js; - * @description: Argument value is Infinity; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T3.js + * @description Argument value is Infinity */ var num = Infinity; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T4.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T4.js index f26ba9f31e..98239cd031 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T4.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T4.js @@ -5,9 +5,9 @@ * When the Object constructor is called with one argument value and * the type of value is Number, return ToObject(number) * - * @section: 15.2.2.1, 8.6; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T4.js; - * @description: Argument value is numeric expression; + * @section 15.2.2.1, 8.6 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A5_T4.js + * @description Argument value is numeric expression */ var n_obj = new Object( 2*([].length + {q:1}["q"])); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T1.js index 5b68f01ccd..07eea4defb 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T1.js @@ -4,9 +4,9 @@ /** * Since calling Object as a function is identical to calling a function, list of arguments bracketing is allowed * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T1.js; - * @description: Creating an object with "new Object(1,2,3)"; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T1.js + * @description Creating an object with "new Object(1,2,3)" */ var obj = new Object(1,2,3); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T2.js index 9e50657f4b..faa5ff2dfb 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T2.js @@ -4,9 +4,9 @@ /** * Since calling Object as a function is identical to calling a function, list of arguments bracketing is allowed * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T2.js; - * @description: Creating an object with "new Object(null,2,3)"; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T2.js + * @description Creating an object with "new Object(null,2,3)" */ var obj = new Object(null,2,3); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T3.js index 8c67e01c55..c30b291a8f 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T3.js @@ -4,9 +4,9 @@ /** * Since calling Object as a function is identical to calling a function, list of arguments bracketing is allowed * - * @section: 15.2.2.1; - * @path: 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T3.js; - * @description: Creating an object with "new Object((null,2,3),2,3)"; + * @section 15.2.2.1 + * @path 15_Native/15.2_Object_Objects/15.2.2_The_Object_Constructor/S15.2.2.1_A6_T3.js + * @description Creating an object with "new Object((null,2,3),2,3)" */ var obj = new Object((null,2,3),1,2); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A1.js index 820314d0dc..9d0613f61d 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A1.js @@ -4,9 +4,9 @@ /** * The Object.prototype property has the attribute ReadOnly * - * @section: 15.2.3.1, 15.2.4; - * @path: 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A1.js; - * @description: Checking if varying "Object.prototype" property fails; + * @section 15.2.3.1, 15.2.4 + * @path 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A1.js + * @description Checking if varying "Object.prototype" property fails */ var obj = Object.prototype; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A2.js index 30aaf6b75f..eb8e02830d 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A2.js @@ -4,9 +4,9 @@ /** * The Object.prototype property has the attribute DontEnum * - * @section: 15.2.3.1, 15.2.4; - * @path: 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A2.js; - * @description: Checking if enumerating "Object.prototype" property fails; + * @section 15.2.3.1, 15.2.4 + * @path 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A2.js + * @description Checking if enumerating "Object.prototype" property fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js index cb748d570f..acb4eaed4b 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js @@ -1,7 +1,7 @@ /** - * @path: 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js; + * @path 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js */ // Copyright 2009 the Sputnik authors. All rights reserved. diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A1.js index 4dac7fbca2..10bf5c20ea 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A1.js @@ -4,9 +4,9 @@ /** * The Object constructor has the property "prototype" * - * @section: 15.2.3; - * @path: 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A1.js; - * @description: Checking existence of the property "prototype"; + * @section 15.2.3 + * @path 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A1.js + * @description Checking existence of the property "prototype" */ if(!Object.hasOwnProperty("prototype")){ diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A2.js index b71f5efdb6..448bc47e43 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A2.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Object constructor * is the Function prototype object * - * @section: 15.2.3, 15.2.4; - * @path: 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A2.js; - * @description: Checking Function.prototype.isPrototypeOf(Object); + * @section 15.2.3, 15.2.4 + * @path 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A2.js + * @description Checking Function.prototype.isPrototypeOf(Object) */ // CHECK# diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A3.js index d4e716ad29..01ebff76f3 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A3.js @@ -4,9 +4,9 @@ /** * Object constructor has length property whose value is 1 * - * @section: 15.2.3, 15.2.4; - * @path: 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A3.js; - * @description: Checking Object.length; + * @section 15.2.3, 15.2.4 + * @path 15_Native/15.2_Object_Objects/15.2.3_Properties_of_the_Object_Constructor/S15.2.3_A3.js + * @description Checking Object.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A1.js index 4bd0451e33..8f949575ae 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A1.js @@ -7,9 +7,9 @@ * ii) Compute a string value by concatenating the three strings "[object ", Result(1), and "]" * iii) Return Result(2) * - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A1.js; - * @description: Checking the type of Object.prototype.toString and the returned result; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A1.js + * @description Checking the type of Object.prototype.toString and the returned result */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js index 61e56b2f4d..c3c9d1f5c5 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js @@ -4,11 +4,11 @@ /** * The Object.prototype.toString.length property has the attribute ReadOnly * - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js; - * @description: Checking if varying the Object.prototype.toString.length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js + * @description Checking if varying the Object.prototype.toString.length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A11.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A11.js index 8619ceb6bd..4b0145b3a0 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A11.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toString method is 0 * - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A11.js; - * @description: Checking the Object.prototype.toString.length property; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A11.js + * @description Checking the Object.prototype.toString.length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A12.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A12.js index 1706641a9b..408efa465e 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A12.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A12.js @@ -2,9 +2,9 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A12.js; - * @description: If the this value is undefined, return "[object Undefined]".; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A12.js + * @description If the this value is undefined, return "[object Undefined]". */ if (Object.prototype.toString.call(undefined) !== "[object Undefined]") { diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A13.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A13.js index f630512b62..126f041fed 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A13.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A13.js @@ -2,9 +2,9 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A13.js; - * @description: If the this value is null, return "[object Null]".; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A13.js + * @description If the this value is null, return "[object Null]". */ if (Object.prototype.toString.call(null) !== "[object Null]") { diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js index 01e540b664..9c1f8f84c9 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js @@ -2,9 +2,9 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A14.js + * @description Let O be the result of calling ToObject passing the this value as the argument. */ if (Object.prototype.toString.call(33) !== "[object Number]") { diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js index 7e7a27305a..18d9b2c831 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js @@ -2,9 +2,9 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A15.js + * @description Let O be the result of calling ToObject passing the this value as the argument. */ if (Object.prototype.toString.call(true) !== "[object Boolean]") { diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js index 8ef6f42151..4a5d4552b5 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js @@ -2,9 +2,9 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A16.js + * @description Let O be the result of calling ToObject passing the this value as the argument. */ if (Object.prototype.toString.call('foo') !== "[object String]") { diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A6.js index 1a1bcdb81c..8c0d2b3693 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A6.js @@ -4,9 +4,9 @@ /** * Object.prototype.toString has not prototype property * - * @section: 15.2.4.2, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A6.js; - * @description: Checking if obtaining the prototype property of Object.prototype.toString fails; + * @section 15.2.4.2, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A6.js + * @description Checking if obtaining the prototype property of Object.prototype.toString fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7.js index 6b0596e2cf..ac82307279 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7.js @@ -4,9 +4,9 @@ /** * Object.prototype.toString can't be used as a constructor * - * @section: 15.2.4.2, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7.js; - * @description: Checking if creating "new Object.prototype.toString" fails; + * @section 15.2.4.2, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7.js + * @description Checking if creating "new Object.prototype.toString" fails */ var FACTORY = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js index 8ffbe0d111..2c5108e17e 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js @@ -4,9 +4,9 @@ /** * The Object.prototype.toString.length property has the attribute DontEnum * - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js; - * @description: Checking if enumerating the Object.prototype.toString.length property fails; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js + * @description Checking if enumerating the Object.prototype.toString.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js index f1942e420f..708528080b 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js @@ -4,11 +4,11 @@ /** * The Object.prototype.toString.length property has the attribute DontDelete * - * @section: 15.2.4.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js; - * @description: Checknig if deleting of the Object.prototype.toString.length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.2.4.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js + * @description Checknig if deleting of the Object.prototype.toString.length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A1.js index 012ad3bbf0..ef7ad44568 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A1.js @@ -4,9 +4,9 @@ /** * toLocaleString function returns the result of calling toString() * - * @section: 15.2.4.3; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A1.js; - * @description: Checking the type of Object.prototype.toLocaleString and the returned result; + * @section 15.2.4.3 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A1.js + * @description Checking the type of Object.prototype.toLocaleString and the returned result */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A10.js index 3bf7c7236b..2b70ba005a 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A10.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A10.js @@ -4,9 +4,9 @@ /** * The Object.prototype.toLocaleString.length property has the attribute ReadOnly * - * @section: 15.2.4.3; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A10.js; - * @description: Checking if varying the Object.prototype.toLocaleString.length property fails; + * @section 15.2.4.3 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A10.js + * @description Checking if varying the Object.prototype.toLocaleString.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A11.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A11.js index 95d8668c9f..5c18d0ab0f 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A11.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toLocaleString method is 0 * - * @section: 15.2.4.3; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A11.js; - * @description: Checking the Object.prototype.toLocaleString.length; + * @section 15.2.4.3 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A11.js + * @description Checking the Object.prototype.toLocaleString.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js index 37779dd971..6bd04fded4 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.3; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.3 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A12.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.toLocaleString.call(undefined); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js index 511b04b388..580452ee18 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.3; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.3 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A13.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.toLocaleString.call(null); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A6.js index 7b75dd4576..8509e767c2 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A6.js @@ -4,9 +4,9 @@ /** * Object.prototype.toLocaleString has not prototype property * - * @section: 15.2.4.3, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A6.js; - * @description: Checking if obtaining the prototype property of Object.prototype.toLocaleString fails; + * @section 15.2.4.3, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A6.js + * @description Checking if obtaining the prototype property of Object.prototype.toLocaleString fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7.js index a108a191c6..66fbf09276 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7.js @@ -4,9 +4,9 @@ /** * Object.prototype.toLocaleString can't be used as a constructor * - * @section: 15.2.4.3, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7.js; - * @description: Checking if creating "new Object.prototype.toLocaleString" fails; + * @section 15.2.4.3, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7.js + * @description Checking if creating "new Object.prototype.toLocaleString" fails */ var FACTORY = Object.prototype.toLocaleString; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A8.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A8.js index 70ea32cba0..a244e97768 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A8.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A8.js @@ -4,9 +4,9 @@ /** * The Object.prototype.toLocaleString.length property has the attribute DontEnum * - * @section: 15.2.4.3; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A8.js; - * @description: Checking if enumerating the Object.prototype.toLocaleString.length property fails; + * @section 15.2.4.3 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A8.js + * @description Checking if enumerating the Object.prototype.toLocaleString.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js index 0cd1d23216..51b645ddb5 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js @@ -4,11 +4,11 @@ /** * The Object.prototype.toLocaleString.length property has the attribute DontDelete * - * @section: 15.2.4.3; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js; - * @description: Checknig if deleting of the Object.prototype.toLocaleString.length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.2.4.3 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js + * @description Checknig if deleting of the Object.prototype.toLocaleString.length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A10.js index f5e970865e..89680d12a0 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A10.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A10.js @@ -4,9 +4,9 @@ /** * The Object.prototype.valueOf.length property has the attribute ReadOnly * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A10.js; - * @description: Checking if varying the Object.prototype.valueOf.length property fails; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A10.js + * @description Checking if varying the Object.prototype.valueOf.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A11.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A11.js index 80b72d4b63..45ba8668a8 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A11.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A11.js @@ -4,9 +4,9 @@ /** * The length property of the valueOf method is 0 * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A11.js; - * @description: Checking the Object.prototype.valueOf.length; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A11.js + * @description Checking the Object.prototype.valueOf.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js index 98a127de47..27a0e004e7 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js @@ -4,10 +4,10 @@ /** * Let O be the result of calling ToObject passing the this value as the argument. * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js; - * @description: Checking Object.prototype.valueOf invoked by the 'call' property.; - * @negative; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A12.js + * @description Checking Object.prototype.valueOf invoked by the 'call' property. + * @negative */ Object.prototype.valueOf.call(undefined); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js index 62e5935db2..d71b05062f 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js @@ -4,10 +4,10 @@ /** * Let O be the result of calling ToObject passing the this value as the argument. * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js; - * @description: Checking Object.prototype.valueOf invoked by the 'call' property.; - * @negative; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A13.js + * @description Checking Object.prototype.valueOf invoked by the 'call' property. + * @negative */ Object.prototype.valueOf.call(null); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js index 23b32d77dd..874bcb91ab 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js @@ -4,10 +4,10 @@ /** * Let O be the result of calling ToObject passing the this value as the argument. * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js; - * @description: Checking Object.prototype.valueOf invoked by the 'call' property.; - * @negative; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A14.js + * @description Checking Object.prototype.valueOf invoked by the 'call' property. + * @negative */ (1,Object.prototype.valueOf)(); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T1.js index bfa55e1095..100124d053 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T1.js @@ -4,9 +4,9 @@ /** * The valueOf method returns its "this" value * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T1.js; - * @description: "this" value is a number; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T1.js + * @description "this" value is a number */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T2.js index 40790178f0..d10d138968 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T2.js @@ -4,9 +4,9 @@ /** * The valueOf method returns its "this" value * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T2.js; - * @description: "this" value is a boolean; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T2.js + * @description "this" value is a boolean */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T3.js index b9e2db6a42..178cb68ad7 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T3.js @@ -4,9 +4,9 @@ /** * The valueOf method returns its "this" value * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T3.js; - * @description: "this" value is a string; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T3.js + * @description "this" value is a string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T4.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T4.js index e9fa9ca84f..8eb6762932 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T4.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T4.js @@ -4,9 +4,9 @@ /** * The valueOf method returns its "this" value * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T4.js; - * @description: "this" value is an object; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T4.js + * @description "this" value is an object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T5.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T5.js index 42cb2c3029..95257a87c9 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T5.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T5.js @@ -4,9 +4,9 @@ /** * The valueOf method returns its "this" value * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T5.js; - * @description: "this" value is "null"; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T5.js + * @description "this" value is "null" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T6.js index 9394c60fbf..a95ef585cb 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T6.js @@ -4,9 +4,9 @@ /** * The valueOf method returns its "this" value * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T6.js; - * @description: "this" value is "undefined"; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T6.js + * @description "this" value is "undefined" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T7.js index 6f5c95f426..65c5f75559 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T7.js @@ -4,9 +4,9 @@ /** * The valueOf method returns its "this" value * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T7.js; - * @description: "this" value is "void 0"; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T7.js + * @description "this" value is "void 0" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A6.js index 4ec66a0e86..265244b372 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A6.js @@ -4,9 +4,9 @@ /** * Object.prototype.valueOf has not prototype property * - * @section: 15.2.4.4, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A6.js; - * @description: Checking if obtaining the prototype property of Object.prototype.valueOf fails; + * @section 15.2.4.4, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A6.js + * @description Checking if obtaining the prototype property of Object.prototype.valueOf fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7.js index f4d321f4a8..c208f43b10 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7.js @@ -4,9 +4,9 @@ /** * Object.prototype.valueOf can't be used as a constructor * - * @section: 15.2.4.4, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7.js; - * @description: Checking if creating "new Object.prototype.valueOf" fails; + * @section 15.2.4.4, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7.js + * @description Checking if creating "new Object.prototype.valueOf" fails */ var FACTORY = Object.prototype.valueOf; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A8.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A8.js index 06c3a782be..4892c184cf 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A8.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A8.js @@ -4,9 +4,9 @@ /** * The Object.prototype.valueOf.length property has the attribute DontEnum * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A8.js; - * @description: Checking if enumerating the Object.prototype.valueOf.length property fails; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A8.js + * @description Checking if enumerating the Object.prototype.valueOf.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js index 0d4b53f960..14c5117b65 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js @@ -4,11 +4,11 @@ /** * The Object.prototype.valueOf.length property has the attribute DontDelete * - * @section: 15.2.4.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js; - * @description: Checknig if deleting of the Object.prototype.valueOf.length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.2.4.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js + * @description Checknig if deleting of the Object.prototype.valueOf.length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A10.js index 6f9103fe61..4f95e10ac4 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A10.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A10.js @@ -4,9 +4,9 @@ /** * The Object.prototype.hasOwnProperty.length property has the attribute ReadOnly * - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A10.js; - * @description: Checking if varying the Object.prototype.hasOwnProperty.length property fails; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A10.js + * @description Checking if varying the Object.prototype.hasOwnProperty.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A11.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A11.js index e6e1c38efa..52c73a5839 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A11.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A11.js @@ -4,9 +4,9 @@ /** * The length property of the hasOwnProperty method is 1 * - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A11.js; - * @description: Checking the Object.prototype.hasOwnProperty.length; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A11.js + * @description Checking the Object.prototype.hasOwnProperty.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js index 99dea138a3..0a2400db33 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A12.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.hasOwnProperty.call(undefined, 'foo'); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js index e0d09cc56c..d0a4f6996d 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A13.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.hasOwnProperty.call(null, 'foo'); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T1.js index 4737c01a3f..6604e879b9 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T1.js @@ -8,9 +8,9 @@ * iii) If O doesn't have a property with the name given by Result(ii), return false * iv) Return true * - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T1.js; - * @description: Checking type of the Object.prototype.hasOwnProperty and the returned result; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T1.js + * @description Checking type of the Object.prototype.hasOwnProperty and the returned result */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T2.js index 27e4f5f69d..bdf01523d1 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T2.js @@ -8,9 +8,9 @@ * iii) If O doesn't have a property with the name given by Result(ii), return false * iv) Return true * - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T2.js; - * @description: Argument of the hasOwnProperty method is a custom boolean property; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T2.js + * @description Argument of the hasOwnProperty method is a custom boolean property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T3.js index 922e8eac32..56b2f0a0e5 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T3.js @@ -8,9 +8,9 @@ * iii) If O doesn't have a property with the name given by Result(ii), return false * iv) Return true * - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T3.js; - * @description: Argument of the hasOwnProperty method is a custom property of a function object; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T3.js + * @description Argument of the hasOwnProperty method is a custom property of a function object */ var FACTORY = function(){ diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A6.js index f335af0a3c..ba06753081 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A6.js @@ -4,9 +4,9 @@ /** * Object.prototype.hasOwnProperty has not prototype property * - * @section: 15.2.4.5, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A6.js; - * @description: Checking if obtaining the prototype property of Object.prototype.hasOwnProperty fails; + * @section 15.2.4.5, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A6.js + * @description Checking if obtaining the prototype property of Object.prototype.hasOwnProperty fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7.js index 3f8a02821a..38a7db3435 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7.js @@ -4,9 +4,9 @@ /** * Object.prototype.hasOwnProperty can't be used as a constructor * - * @section: 15.2.4.5, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7.js; - * @description: Checking if creating "new Object.prototype.hasOwnProperty" fails; + * @section 15.2.4.5, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7.js + * @description Checking if creating "new Object.prototype.hasOwnProperty" fails */ var FACTORY = Object.prototype.hasOwnProperty; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A8.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A8.js index f90955f642..8b3d7db5ef 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A8.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A8.js @@ -4,9 +4,9 @@ /** * The Object.prototype.hasOwnProperty.length property has the attribute DontEnum * - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A8.js; - * @description: Checking if enumerating the Object.prototype.hasOwnProperty.length property fails; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A8.js + * @description Checking if enumerating the Object.prototype.hasOwnProperty.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A9.js index 0ff3a352e5..2320435731 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A9.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A9.js @@ -4,9 +4,9 @@ /** * The Object.prototype.hasOwnProperty.length property has the attribute DontDelete * - * @section: 15.2.4.5; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A9.js; - * @description: Checking if deleting the Object.prototype.hasOwnProperty.length property fails; + * @section 15.2.4.5 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A9.js + * @description Checking if deleting the Object.prototype.hasOwnProperty.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A1.js index ca31de5db2..4dee0283f0 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A1.js @@ -5,9 +5,9 @@ * When the isPrototypeOf method is called with argument V and when O and * V refer to the same object or to objects joined to each other, return true * - * @section: 15.2.4.6; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A1.js; - * @description: Creating two objects with the same prototype; + * @section 15.2.4.6 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A1.js + * @description Creating two objects with the same prototype */ function USER_FACTORY( name ) { diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js index 8dd2ccf454..ab237adf2a 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js @@ -4,11 +4,11 @@ /** * The Object.prototype.isPrototypeOf.length property has the attribute ReadOnly * - * @section: 15.2.4.6; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js; - * @description: Checking if varying the Object.prototype.isPrototypeOf.length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.2.4.6 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js + * @description Checking if varying the Object.prototype.isPrototypeOf.length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A11.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A11.js index 2d1226c106..24991967af 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A11.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A11.js @@ -4,9 +4,9 @@ /** * The length property of the hasOwnProperty method is 1 * - * @section: 15.2.4.6; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A11.js; - * @description: Checking the Object.prototype.hasOwnProperty.length; + * @section 15.2.4.6 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A11.js + * @description Checking the Object.prototype.hasOwnProperty.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js index b069b7ed7a..6c6c7f1b7b 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.6; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.6 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A12.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.isPrototypeOf.call(undefined, {}); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js index d233ddac5f..d9051e2df1 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.6; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.6 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A13.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.isPrototypeOf.call(null, {}); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A6.js index 23b4e39449..4e05001a64 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A6.js @@ -4,9 +4,9 @@ /** * Object.prototype.isPrototypeOf has not prototype property * - * @section: 15.2.4.6, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A6.js; - * @description: Checking if obtaining the prototype property of Object.prototype.isPrototypeOf fails; + * @section 15.2.4.6, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A6.js + * @description Checking if obtaining the prototype property of Object.prototype.isPrototypeOf fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7.js index ec84b03d10..2c975c2e19 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7.js @@ -4,9 +4,9 @@ /** * Object.prototype.isPrototypeOf can't be used as a constructor * - * @section: 15.2.4.6, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7.js; - * @description: Checking if creating new "Object.prototype.isPrototypeOf" fails; + * @section 15.2.4.6, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7.js + * @description Checking if creating new "Object.prototype.isPrototypeOf" fails */ var FACTORY = Object.prototype.isPrototypeOf; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A8.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A8.js index 58ec56f0e6..c66fd41459 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A8.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A8.js @@ -4,9 +4,9 @@ /** * The Object.prototype.isPrototypeOf.length property has the attribute DontEnum * - * @section: 15.2.4.6; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A8.js; - * @description: Checknig if enumerating the Object.prototype.isPrototypeOf.length property fails; + * @section 15.2.4.6 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A8.js + * @description Checknig if enumerating the Object.prototype.isPrototypeOf.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A9.js index c1d581f3bf..4b3cb1c179 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A9.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A9.js @@ -4,9 +4,9 @@ /** * The Object.prototype.isPrototypeOf.length property has the attribute DontDelete * - * @section: 15.2.4.6; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A9.js; - * @description: Checking deleting the Object.prototype.isPrototypeOf.length property fails; + * @section 15.2.4.6 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A9.js + * @description Checking deleting the Object.prototype.isPrototypeOf.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js index 65346603ee..386fcfe9a0 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js @@ -4,11 +4,11 @@ /** * The Object.prototype.propertyIsEnumerable.length property has the attribute ReadOnly * - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js; - * @description: Checking if varying the Object.prototype.propertyIsEnumerable.length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js + * @description Checking if varying the Object.prototype.propertyIsEnumerable.length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A11.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A11.js index 14b2efd3ec..7fde025cda 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A11.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A11.js @@ -4,9 +4,9 @@ /** * The length property of the hasOwnProperty method is 1 * - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A11.js; - * @description: Checking the value of Object.prototype.hasOwnProperty.length; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A11.js + * @description Checking the value of Object.prototype.hasOwnProperty.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js index 80b9192460..f6724319d8 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A12.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.propertyIsEnumerable.call(undefined, 'foo'); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js index b5dc354ae8..bfa19c3601 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js; - * @description: Let O be the result of calling ToObject passing the this value as the argument.; - * @negative; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A13.js + * @description Let O be the result of calling ToObject passing the this value as the argument. + * @negative */ Object.prototype.propertyIsEnumerable.call(null, 'foo'); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A1_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A1_T1.js index abf7200edc..f5c9e0258c 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A1_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A1_T1.js @@ -4,9 +4,9 @@ /** * The propertyIsEnumerable method does not consider objects in the prototype chain * - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A1_T1.js; - * @description: Calling the propertyIsEnumerable method for object in the prototype chain; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A1_T1.js + * @description Calling the propertyIsEnumerable method for object in the prototype chain */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T1.js index 5f2f601ffe..135670ffe5 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T1.js @@ -9,9 +9,9 @@ * iv) If the property has the DontEnum attribute, return false * v) Return true * - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T1.js; - * @description: Checking the type of Object.prototype.propertyIsEnumerable and the returned result; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T1.js + * @description Checking the type of Object.prototype.propertyIsEnumerable and the returned result */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T2.js index 70bdfe2401..dd1a6598a7 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T2.js @@ -9,9 +9,9 @@ * iv) If the property has the DontEnum attribute, return false * v) Return true * - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T2.js; - * @description: Argument of the propertyIsEnumerable method is a custom boolean property; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T2.js + * @description Argument of the propertyIsEnumerable method is a custom boolean property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A6.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A6.js index f63c4bedd1..200422c8fa 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A6.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A6.js @@ -4,9 +4,9 @@ /** * Object.prototype.propertyIsEnumerable has not prototype property * - * @section: 15.2.4.7, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A6.js; - * @description: Checking if obtaining the prototype property of Object.prototype.propertyIsEnumerable fails; + * @section 15.2.4.7, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A6.js + * @description Checking if obtaining the prototype property of Object.prototype.propertyIsEnumerable fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7.js index 41a9b2e1be..6bee0b631d 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7.js @@ -4,9 +4,9 @@ /** * Object.prototype.propertyIsEnumerable can't be used as a constructor * - * @section: 15.2.4.7, 13.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7.js; - * @description: Checking if creating "new Object.prototype.propertyIsEnumerable" fails; + * @section 15.2.4.7, 13.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7.js + * @description Checking if creating "new Object.prototype.propertyIsEnumerable" fails */ var FACTORY = Object.prototype.propertyIsEnumerable; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A8.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A8.js index d98b7e5c4d..183df2ae66 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A8.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A8.js @@ -4,9 +4,9 @@ /** * The Object.prototype.propertyIsEnumerable.length property has the attribute DontEnum * - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A8.js; - * @description: Checking if enumerating the Object.prototype.propertyIsEnumerable.length property fails; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A8.js + * @description Checking if enumerating the Object.prototype.propertyIsEnumerable.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A9.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A9.js index 33761dca00..dc8c305eaf 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A9.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A9.js @@ -4,9 +4,9 @@ /** * The Object.prototype.propertyIsEnumerable.length property has the attribute DontDelete * - * @section: 15.2.4.7; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A9.js; - * @description: Checking if deleting the Object.prototype.propertyIsEnumerable.length property fails; + * @section 15.2.4.7 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A9.js + * @description Checking if deleting the Object.prototype.propertyIsEnumerable.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T1.js index 96c8fc8e29..1a54c9b92a 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The initial value of Object.prototype.constructor is the built-in Object constructor * - * @section: 15.2.4.1; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T1.js; - * @description: Checking the Object.prototype.constructor; + * @section 15.2.4.1 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T1.js + * @description Checking the Object.prototype.constructor */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T2.js index cdf85b50ff..395049c04b 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The initial value of Object.prototype.constructor is the built-in Object constructor * - * @section: 15.2.4.1; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T2.js; - * @description: Creating "new Object.prototype.constructor" and checking its properties; + * @section 15.2.4.1 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T2.js + * @description Creating "new Object.prototype.constructor" and checking its properties */ var constr = Object.prototype.constructor; diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T1.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T1.js index bbc321f418..f8ac13e1ba 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T1.js @@ -4,9 +4,9 @@ /** * Object prototype object has not prototype * - * @section: 15.2.4, 8.6.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T1.js; - * @description: Checking if obtaining Object.prototype.prototype fails; + * @section 15.2.4, 8.6.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T1.js + * @description Checking if obtaining Object.prototype.prototype fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T2.js index 99d05880a7..a4a4f0a1ec 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T2.js @@ -4,9 +4,9 @@ /** * Object prototype object has not prototype * - * @section: 15.2.4, 8.6.2; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T2.js; - * @description: Since the Object prototype object has not prototype, deleted toString method can not be found in prototype chain; + * @section 15.2.4, 8.6.2 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T2.js + * @description Since the Object prototype object has not prototype, deleted toString method can not be found in prototype chain */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A2.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A2.js index f2d456db1b..17644c031c 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A2.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A2.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Class]] property of Object prototype object is "Object" * - * @section: 15.2.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A2.js; - * @description: Getting the value of the internal [[Class]] property with Object.prototype.toString() function; + * @section 15.2.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A2.js + * @description Getting the value of the internal [[Class]] property with Object.prototype.toString() function */ var tostr = Object.prototype.toString(); diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A3.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A3.js index 3adf341c19..cc307bb12b 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A3.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A3.js @@ -4,9 +4,9 @@ /** * Since the Object prototype object is not a function, it has not [[call]] method * - * @section: 15.2.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A3.js; - * @description: Checking if calling Object prototype as a function fails; + * @section 15.2.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A3.js + * @description Checking if calling Object prototype as a function fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A4.js b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A4.js index b4c47f591d..91d880c5e2 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A4.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A4.js @@ -4,9 +4,9 @@ /** * Since the Object prototype object is not a function, it has not [[create]] method * - * @section: 15.2.4; - * @path: 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A4.js; - * @description: Checking if creating "new Object.prototype" fails; + * @section 15.2.4 + * @path 15_Native/15.2_Object_Objects/15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A4.js + * @description Checking if creating "new Object.prototype" fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.2_Object_Objects/S15.2_A1.js b/test/suite/converted/15_Native/15.2_Object_Objects/S15.2_A1.js index 9de7ecfbf0..939cab65c9 100644 --- a/test/suite/converted/15_Native/15.2_Object_Objects/S15.2_A1.js +++ b/test/suite/converted/15_Native/15.2_Object_Objects/S15.2_A1.js @@ -4,9 +4,9 @@ /** * Object is the property of global * - * @section: 15.2; - * @path: 15_Native/15.2_Object_Objects/S15.2_A1.js; - * @description: Checking if Object equals to this.Object; + * @section 15.2 + * @path 15_Native/15.2_Object_Objects/S15.2_A1.js + * @description Checking if Object equals to this.Object */ var obj=Object; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T1.js index fb4b2c21af..be3603aef7 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T1.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T1.js; - * @description: The body of the function is "{toString:function(){throw 7;}}"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T1.js + * @description The body of the function is "{toString:function(){throw 7;}}" */ var body = {toString:function(){throw 7;}} diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T10.js index ba2b30598b..43f28d7211 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T10.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T10.js; - * @description: Value of the function constructor argument is "null"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T10.js + * @description Value of the function constructor argument is "null" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T11.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T11.js index 7184192721..2f072d176e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T11.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T11.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T11.js; - * @description: Value of the function constructor argument is "undefined"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T11.js + * @description Value of the function constructor argument is "undefined" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T12.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T12.js index fb1a8a361d..f2787d5774 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T12.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T12.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T12.js; - * @description: Value of the function constructor argument is "void 0"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T12.js + * @description Value of the function constructor argument is "void 0" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T13.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T13.js index 0c0b3c4495..2c9668e1c3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T13.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T13.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T13.js; - * @description: Value of the function constructor argument is "{}"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T13.js + * @description Value of the function constructor argument is "{}" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T2.js index 4ec7ca521b..170cc32280 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T2.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T2.js; - * @description: The body of the function is "{toString:function(){return "return 1;";}}"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T2.js + * @description The body of the function is "{toString:function(){return "return 1;";}}" */ var body={toString:function(){return "return 1;";}}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T3.js index bc0ca6cf14..89d19ab2ec 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T3.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T3.js; - * @description: Value of the function constructor argument is 1; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T3.js + * @description Value of the function constructor argument is 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T4.js index 94a639e205..1e3f65240b 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T4.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T4.js; - * @description: Value of the function constructor argument is x, where x is specified with "undefined"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T4.js + * @description Value of the function constructor argument is x, where x is specified with "undefined" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T5.js index 7568513fee..4e891e2d62 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T5.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T5.js; - * @description: Value of the function constructor argument is "Object("return \'A\'")"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T5.js + * @description Value of the function constructor argument is "Object("return \'A\'")" */ var body = Object("return \'A\'"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T6.js index 489f50479c..41b34879d9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T6.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T6.js; - * @description: Value of the function constructor argument is the string "return true;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T6.js + * @description Value of the function constructor argument is the string "return true;" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T7.js index 25c91c0f5b..435c45bcbd 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T7.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T7.js; - * @description: Value of the function constructor argument is "Object(1)"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T7.js + * @description Value of the function constructor argument is "Object(1)" */ var body = new Object(1); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T8.js index ef29d20cf7..383b7a5a37 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T8.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T8.js; - * @description: Value of the function constructor argument is "var 1=1;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T8.js + * @description Value of the function constructor argument is "var 1=1;" */ var body = "var 1=1;"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T9.js index 75fdc31250..d041c6973e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T9.js @@ -10,9 +10,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv) * - * @section: 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T9.js; - * @description: Value of the function constructor argument is "return arguments[0];"; + * @section 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A1_T9.js + * @description Value of the function constructor argument is "return arguments[0];" */ var f = new Function("return arguments[0];"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T1.js index 23d2ad2df3..cd73117ad1 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T1.js @@ -4,9 +4,9 @@ /** * It is permissible but not necessary to have one argument for each formal parameter to be specified * - * @section: 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T1.js; - * @description: Values of the function constructor arguments are "arg1", "arg2", "arg3", "return arg1+arg2+arg3;"; + * @section 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T1.js + * @description Values of the function constructor arguments are "arg1", "arg2", "arg3", "return arg1+arg2+arg3;" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T2.js index 28ddee6955..140879a53f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T2.js @@ -4,9 +4,9 @@ /** * It is permissible but not necessary to have one argument for each formal parameter to be specified * - * @section: 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T2.js; - * @description: Values of the function constructor arguments are "arg1, arg2", "arg3", "return arg1+arg2+arg3;"; + * @section 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T2.js + * @description Values of the function constructor arguments are "arg1, arg2", "arg3", "return arg1+arg2+arg3;" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T3.js index 8d92515de8..2a49c69c5f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T3.js @@ -4,9 +4,9 @@ /** * It is permissible but not necessary to have one argument for each formal parameter to be specified * - * @section: 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T3.js; - * @description: Values of the function constructor arguments are "arg1, arg2, arg3", "return arg1+arg2+arg3;"; + * @section 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T3.js + * @description Values of the function constructor arguments are "arg1, arg2, arg3", "return arg1+arg2+arg3;" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T4.js index f1dade906b..14751fe8bc 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T4.js @@ -4,9 +4,9 @@ /** * It is permissible but not necessary to have one argument for each formal parameter to be specified * - * @section: 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T4.js; - * @description: Values of the function constructor arguments are "return"-s of various results; + * @section 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T4.js + * @description Values of the function constructor arguments are "return"-s of various results */ var i=0; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T5.js index dbbc928eab..0b7e93126a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T5.js @@ -4,9 +4,9 @@ /** * It is permissible but not necessary to have one argument for each formal parameter to be specified * - * @section: 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T5.js; - * @description: Values of the function constructor arguments are "return"-s of various results and a concotenation of strings; + * @section 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T5.js + * @description Values of the function constructor arguments are "return"-s of various results and a concotenation of strings */ var i=0; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T6.js index 653cc910c3..7accd318cc 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T6.js @@ -4,9 +4,9 @@ /** * It is permissible but not necessary to have one argument for each formal parameter to be specified * - * @section: 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T6.js; - * @description: Values of the function constructor arguments are "return"-s of various results and a concotenation of strings; + * @section 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A2_T6.js + * @description Values of the function constructor arguments are "return"-s of various results and a concotenation of strings */ var i=0; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T1.js index e42f7b60ef..f1434388d0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T1.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T1.js; - * @description: Values of the function constructor arguments are "{toString:function(){throw 1;}}" and "{toString:function(){throw 'body';}}"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T1.js + * @description Values of the function constructor arguments are "{toString:function(){throw 1;}}" and "{toString:function(){throw 'body';}}" */ var p = {toString:function(){throw 1;}}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T10.js index 6326975cad..85a4d2e1a5 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T10.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T10.js; - * @description: Values of the function constructor arguments are "{toString:function(){return "z;x"}}" and "return this;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T10.js + * @description Values of the function constructor arguments are "{toString:function(){return "z;x"}}" and "return this;" */ var body = "return this;"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T11.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T11.js index e2fff0696d..2ae533dacd 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T11.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T11.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T11.js; - * @description: Values of the function constructor arguments are "a,b,c" and "void 0"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T11.js + * @description Values of the function constructor arguments are "a,b,c" and "void 0" */ var p = "a,b,c"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T12.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T12.js index c9feeef991..46e2710408 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T12.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T12.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T12.js; - * @description: Values of the function constructor arguments are "a,b,c" and "undefined"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T12.js + * @description Values of the function constructor arguments are "a,b,c" and "undefined" */ var p = "a,b,c"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T13.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T13.js index 468858ff7e..4541b437c9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T13.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T13.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T13.js; - * @description: Values of the function constructor arguments are "a,b,c" and "null"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T13.js + * @description Values of the function constructor arguments are "a,b,c" and "null" */ var p = "a,b,c"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T14.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T14.js index d283189d0c..d519b293a1 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T14.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T14.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T14.js; - * @description: Values of the function constructor arguments are "a,b,c" and an undefined variable; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T14.js + * @description Values of the function constructor arguments are "a,b,c" and an undefined variable */ var p = "a,b,c"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T15.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T15.js index f375f7364f..35c9637d0f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T15.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T15.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T15.js; - * @description: Values of the function constructor arguments are are two empty strings; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T15.js + * @description Values of the function constructor arguments are are two empty strings */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T2.js index 5fa2b8912c..a61a95d27d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T2.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T2.js; - * @description: Values of the function constructor arguments are "{toString:function(){return 'a';}}" and "return a;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T2.js + * @description Values of the function constructor arguments are "{toString:function(){return 'a';}}" and "return a;" */ var p = {toString:function(){return "a";}}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T3.js index 096768d32d..36b0147235 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T3.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T3.js; - * @description: Values of the function constructor arguments are "{toString:function(){p=1;return "a";}}" and "{toString:function(){throw "body";}}"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T3.js + * @description Values of the function constructor arguments are "{toString:function(){p=1;return "a";}}" and "{toString:function(){throw "body";}}" */ var p = {toString:function(){p=1;return "a";}}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T4.js index 94ef3de87e..6415c7f109 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T4.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T4.js; - * @description: Values of the function constructor arguments are an undefined variable and "return 1.1;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T4.js + * @description Values of the function constructor arguments are an undefined variable and "return 1.1;" */ var body = "return 1.1;"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T5.js index 0a48c08bee..ed2ce719ca 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T5.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T5.js; - * @description: Values of the function constructor arguments are "void 0" and "return \"A\";"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T5.js + * @description Values of the function constructor arguments are "void 0" and "return \"A\";" */ var body = "return \"A\";"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T6.js index 5e2aecbd38..cfee22c394 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T6.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T6.js; - * @description: Values of the function constructor arguments are "null" and "return true;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T6.js + * @description Values of the function constructor arguments are "null" and "return true;" */ var body = "return true;"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T7.js index 2749c8f088..93f89a568c 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T7.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T7.js; - * @description: Values of the function constructor arguments are "Object("a")" and "return a;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T7.js + * @description Values of the function constructor arguments are "Object("a")" and "return a;" */ var body = "return a;"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T8.js index f2d2f40435..4dec20b056 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T8.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T8.js; - * @description: Values of the function constructor arguments are "undefined" and "return this;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T8.js + * @description Values of the function constructor arguments are "undefined" and "return this;" */ var body = "return this;"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T9.js index b2c8aee73f..1fafcceebd 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T9.js @@ -12,9 +12,9 @@ * Pass in a scope chain consisting of the global object as the Scope parameter * vii) Return Result(vi) * - * @section: 15.3.2.1, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T9.js; - * @description: Values of the function constructor arguments are "1,1" and "return this;"; + * @section 15.3.2.1, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2.1_A3_T9.js + * @description Values of the function constructor arguments are "1,1" and "return this;" */ var body = "return this;"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2_A1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2_A1.js index ac2ff85dbf..344e9dfdcb 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2_A1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2_A1.js @@ -4,9 +4,9 @@ /** * When Function is called as part of a new expression, it is a constructor: it initialises the newly created object * - * @section: 15.3.2; - * @path: 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2_A1.js; - * @description: Checking the constuctor of the object that is created as a new Function; + * @section 15.3.2 + * @path 15_Native/15.3_Function_Objects/15.3.2_The_Function_Constructor/S15.3.2_A1.js + * @description Checking the constuctor of the object that is created as a new Function */ var f = new Function; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A1.js index e3e0254edc..0ba91bd475 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A1.js @@ -4,9 +4,9 @@ /** * The Function.prototype property has the attribute ReadOnly * - * @section: 15.3.3.1, 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A1.js; - * @description: Checking if varying the Function.prototype property fails; + * @section 15.3.3.1, 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A1.js + * @description Checking if varying the Function.prototype property fails */ var obj = Function.prototype; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A2.js index b50578a2a2..eb3b46a587 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A2.js @@ -4,9 +4,9 @@ /** * The Function.prototype property has the attribute DontEnum * - * @section: 15.3.3.1, 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A2.js; - * @description: Checking if enumerating the Function.prototype property fails; + * @section 15.3.3.1, 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A2.js + * @description Checking if enumerating the Function.prototype property fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A3.js index fe9f8e3f0f..ec2c82771a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A3.js @@ -4,9 +4,9 @@ /** * The Function.prototype property has the attribute DontDelete * - * @section: 15.3.3.1, 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A3.js; - * @description: Checking if deleting the Function.prototype property fails; + * @section 15.3.3.1, 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/15.3.3.1_Function.prototype/S15.3.3.1_A3.js + * @description Checking if deleting the Function.prototype property fails */ delete Function.prototype; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A1.js index 30d0ad98cc..de4a7aba15 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A1.js @@ -4,9 +4,9 @@ /** * The Function constructor has the property "prototype" * - * @section: 15.3.3; - * @path: 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A1.js; - * @description: Checking existence of the property "prototype"; + * @section 15.3.3 + * @path 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A1.js + * @description Checking existence of the property "prototype" */ if(!Function.hasOwnProperty("prototype")){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T1.js index 5e210fea53..11456a412a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T1.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Function constructor * is the Function prototype object * - * @section: 15.3.3, 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T1.js; - * @description: Checking prototype of Function; + * @section 15.3.3, 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T1.js + * @description Checking prototype of Function */ // CHECK# diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T2.js index 97087a395e..655a94aa01 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T2.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Function constructor * is the Function prototype object * - * @section: 15.3.3, 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T2.js; - * @description: Add new property to Function.prototype and check it; + * @section 15.3.3, 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A2_T2.js + * @description Add new property to Function.prototype and check it */ Function.prototype.indicator = 1; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A3.js index 068771c6d0..a43c870647 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A3.js @@ -4,9 +4,9 @@ /** * Function constructor has length property whose value is 1 * - * @section: 15.3.3, 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A3.js; - * @description: Checking Function.length property; + * @section 15.3.3, 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.3_Properties_of_the_Function_Constructor/S15.3.3_A3.js + * @description Checking Function.length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A10.js index b48d0f869f..743898defc 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A10.js @@ -4,9 +4,9 @@ /** * The Function.prototype.toString.length property has the attribute ReadOnly * - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A10.js; - * @description: Checking if varying the Function.prototype.toString.length property fails; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A10.js + * @description Checking if varying the Function.prototype.toString.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A11.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A11.js index ad8d34e580..db9d53c050 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A11.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toString method is 0 * - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A11.js; - * @description: Checking Function.prototype.toString.length; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A11.js + * @description Checking Function.prototype.toString.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js index 76e45881f0..fc3352e03d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js; - * @description: The Function.prototype.toString function is not generic; it throws a TypeError exception if its this value is not a Function object.; - * @negative: TypeError; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A12.js + * @description The Function.prototype.toString function is not generic; it throws a TypeError exception if its this value is not a Function object. + * @negative TypeError */ Function.prototype.toString.call(undefined); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js index eb684121ba..d57b887f1f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js; - * @description: The toString function is not generic; it throws a TypeError exception if its this value is not a Function object.; - * @negative: TypeError; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A13.js + * @description The toString function is not generic; it throws a TypeError exception if its this value is not a Function object. + * @negative TypeError */ Function.prototype.toString.call(null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js index dcf155f752..ec12cabb6e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js; - * @description: The toString function is not generic; it throws a TypeError exception if its this value is not a Function object.; - * @negative: TypeError; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A14.js + * @description The toString function is not generic; it throws a TypeError exception if its this value is not a Function object. + * @negative TypeError */ Function.prototype.toString.call({}); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js index 6ece7bcf5f..9de4ee7daa 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js @@ -4,10 +4,10 @@ /** * The toString function is not generic; it throws a TypeError exception if its this value is not a Function object. * - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js; - * @description: Whether or not they are callable, RegExp objects are not Function objects, so toString should throw a TypeError.; - * @negative: TypeError; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A15.js + * @description Whether or not they are callable, RegExp objects are not Function objects, so toString should throw a TypeError. + * @negative TypeError */ Function.prototype.toString.call(/x/); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js index 326c2dcf10..4337e2a4d5 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js @@ -4,10 +4,10 @@ /** * The toString function is not generic; it throws a TypeError exception if its this value is not a Function object. * - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js; - * @description: The String constructor, given an object, should invoke that object's toString method as a method, i.e., with its this value bound to that object.; - * @negative: TypeError; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A16.js + * @description The String constructor, given an object, should invoke that object's toString method as a method, i.e., with its this value bound to that object. + * @negative TypeError */ var obj = {toString: Function.prototype.toString}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1.js index 6dcd665c1e..69ac1e6cd6 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1.js @@ -4,9 +4,9 @@ /** * An implementation-dependent representation of the function is returned. This representation has the syntax of a FunctionDeclaration * - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1.js; - * @description: For testing use Function.prototype.toString() function; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1.js + * @description For testing use Function.prototype.toString() function */ var f = function(x) { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A6.js index 4179f63664..260c76d393 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A6.js @@ -4,9 +4,9 @@ /** * Function.prototype.toString has not prototype property * - * @section: 15.3.4.2, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A6.js; - * @description: Checking if obtaining the prototype property of Function.prototype.toString fails; + * @section 15.3.4.2, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A6.js + * @description Checking if obtaining the prototype property of Function.prototype.toString fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7.js index 3dbfc2adfc..2e2de3f42a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7.js @@ -4,9 +4,9 @@ /** * Function.prototype.toString can't be used as constructor * - * @section: 15.3.4.2, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7.js; - * @description: Checking if creating "new Function.prototype.toString" fails; + * @section 15.3.4.2, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A7.js + * @description Checking if creating "new Function.prototype.toString" fails */ var FACTORY = Function.prototype.toString; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A8.js index bea9584055..0659052fc6 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A8.js @@ -4,9 +4,9 @@ /** * The Function.prototype.toString.length property has the attribute DontEnum * - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A8.js; - * @description: Checking if enumerating the Function.prototype.toString.length property fails; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A8.js + * @description Checking if enumerating the Function.prototype.toString.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A9.js index 4a971dcd2f..8c0fab32ca 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A9.js @@ -4,9 +4,9 @@ /** * The Function.prototype.toString.length property has the attribute DontDelete * - * @section: 15.3.4.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A9.js; - * @description: Checking if deleting the Function.prototype.toString.length property fails; + * @section 15.3.4.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.2_Function.prototype.toString/S15.3.4.2_A9.js + * @description Checking if deleting the Function.prototype.toString.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A10.js index 38aba0ec6d..a14d2f6065 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A10.js @@ -4,9 +4,9 @@ /** * The Function.prototype.apply.length property has the attribute ReadOnly * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A10.js; - * @description: Checking if varying the Function.prototype.apply.length property fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A10.js + * @description Checking if varying the Function.prototype.apply.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A11.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A11.js index 1389bcf09e..898fda256e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A11.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A11.js @@ -4,9 +4,9 @@ /** * The Function.prototype.apply.length property has the attribute DontEnum * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A11.js; - * @description: TChecking if enumerating the Function.prototype.apply.length property fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A11.js + * @description TChecking if enumerating the Function.prototype.apply.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A12.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A12.js index 9a62c1c16f..484609b4a8 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A12.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A12.js @@ -4,9 +4,9 @@ /** * Function.prototype.apply has not prototype property * - * @section: 15.3.4.3, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A12.js; - * @description: Checking if obtaining the prototype property of Function.prototype.apply fails; + * @section 15.3.4.3, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A12.js + * @description Checking if obtaining the prototype property of Function.prototype.apply fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A13.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A13.js index bb81c0164a..6e49fda629 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A13.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A13.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A13.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.apply.call(undefined, {}, []); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A14.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A14.js index 45896d75f8..810d8d349a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A14.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A14.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A14.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A14.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.apply.call(null, {}, []); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A15.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A15.js index 04b91ee9c1..55db63105a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A15.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A15.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A15.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A15.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.apply.call({}, {}, []); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js index a26fd17750..0c812c71c3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js @@ -4,9 +4,9 @@ /** * If IsCallable(func) is false, then throw a TypeError exception. * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js; - * @description: A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case apply should accept it as a valid this value.; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A16.js + * @description A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case apply should accept it as a valid this value. */ var re = (/x/); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T1.js index 95395c971d..924a4bc429 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T1.js @@ -4,10 +4,10 @@ /** * The apply method performs a function call using the [[Call]] property of the object. If the object does not have a [[Call]] property, a TypeError exception is thrown * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T1.js; - * @description: Calling "apply" method of the object that does not have a [[Call]] property. - * Prototype of the object is Function(); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T1.js + * @description Calling "apply" method of the object that does not have a [[Call]] property. + * Prototype of the object is Function() */ var proto=Function(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T2.js index 24af820321..4709f6e341 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T2.js @@ -4,10 +4,10 @@ /** * The apply method performs a function call using the [[Call]] property of the object. If the object does not have a [[Call]] property, a TypeError exception is thrown * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T2.js; - * @description: Calling "apply" method of the object that does not have a [[Call]] property. - * Prototype of the object is Function.prototype; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A1_T2.js + * @description Calling "apply" method of the object that does not have a [[Call]] property. + * Prototype of the object is Function.prototype */ function FACTORY(){}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T1.js index 7ad68a59d5..3e0a08a071 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T1.js @@ -4,9 +4,9 @@ /** * The length property of the apply method is 2 * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T1.js; - * @description: Checking Function.prototype.apply.length; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T1.js + * @description Checking Function.prototype.apply.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T2.js index e03aae83fe..1ca78e61af 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T2.js @@ -4,9 +4,9 @@ /** * The length property of the apply method is 2 * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T2.js; - * @description: Checking f.apply.length, where f is new Function; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A2_T2.js + * @description Checking f.apply.length, where f is new Function */ var f=new Function; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T1.js index 41de778d97..329184eeb9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T1.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T1.js; - * @description: Not any arguments at apply function; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T1.js + * @description Not any arguments at apply function */ Function("this.field=\"strawberry\"").apply(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T10.js index e6ecc64a3e..250065b0f9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T10.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T10.js; - * @description: Checking by using eval, no any arguments at apply function; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T10.js + * @description Checking by using eval, no any arguments at apply function */ eval(" (function(){this.feat=1}).apply()"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T2.js index ade133d396..bf74f6b95d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T2.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T2.js; - * @description: Argument at apply function is null; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T2.js + * @description Argument at apply function is null */ Function("this.field=\"green\"").apply(null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T3.js index 562e63b346..75e7bb706a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T3.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T3.js; - * @description: Argument at apply function is void 0; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T3.js + * @description Argument at apply function is void 0 */ Function("this.field=\"battle\"").apply(void 0); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T4.js index f8035e73b4..038556c531 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T4.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T4.js; - * @description: Argument at apply function is undefined; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T4.js + * @description Argument at apply function is undefined */ Function("this.field=\"oil\"").apply(undefined); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T5.js index 6c2df6b747..9cf1bc2b18 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T5.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T5.js; - * @description: No any arguments at apply function and it called inside function declaration; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T5.js + * @description No any arguments at apply function and it called inside function declaration */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T6.js index a579484665..0241798b17 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T6.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T6.js; - * @description: Argument at apply function is null and it called inside function declaration; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T6.js + * @description Argument at apply function is null and it called inside function declaration */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T7.js index 27bd57b4a1..b7952c79c3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T7.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T7.js; - * @description: Argument at apply function is void 0 and it called inside function declaration; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T7.js + * @description Argument at apply function is void 0 and it called inside function declaration */ (function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T8.js index 7f5c4b3829..d5e43f6a79 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T8.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T8.js; - * @description: Argument at apply function is undefined and it called inside function declaration; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T8.js + * @description Argument at apply function is undefined and it called inside function declaration */ (function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T9.js index bd8257fa88..621e1cb9e4 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T9.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T9.js; - * @description: Checking by using eval, argument at apply function is void 0; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A3_T9.js + * @description Checking by using eval, argument at apply function is void 0 */ eval( " Function(\"this.feat=1\").apply(void 0) " ); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T1.js index e30df839bc..b223f823bc 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T1.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T1.js; - * @description: thisArg is number; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T1.js + * @description thisArg is number */ var obj=1; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T2.js index e062bff84b..66ce260e3f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T2.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T2.js; - * @description: thisArg is boolean true; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T2.js + * @description thisArg is boolean true */ var obj=true; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T3.js index da4d96bb06..50f6290467 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T3.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T3.js; - * @description: thisArg is string; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T3.js + * @description thisArg is string */ var obj="soap"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T4.js index a7aa9732f8..0f67a90f5d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T4.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T4.js; - * @description: thisArg is function variable that return this; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T4.js + * @description thisArg is function variable that return this */ f = function(){this.touched= true; return this;}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T5.js index 3e7b5da78c..42c68a1617 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T5.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T5.js; - * @description: thisArg is function variable; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T5.js + * @description thisArg is function variable */ var f = function(){this.touched= true;}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T6.js index 9678e7f430..bff7fa46bd 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T6.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T6.js; - * @description: thisArg is new String(); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T6.js + * @description thisArg is new String() */ var obj=new String("soap"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T7.js index 392f966d0a..81b755435d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T7.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T7.js; - * @description: thisArg is new Number(); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T7.js + * @description thisArg is new Number() */ var obj=new Number(1); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T8.js index 6078c48089..581bc3f156 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T8.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T8.js; - * @description: thisArg is Function(); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A5_T8.js + * @description thisArg is Function() */ var obj=Function(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1.js index 243253ce65..72e1de497a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1.js @@ -4,9 +4,9 @@ /** * if argArray is neither an array nor an arguments object (see 10.1.8), a TypeError exception is thrown * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1.js; - * @description: argArray is (1,{}); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1.js + * @description argArray is (1,{}) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T2.js index e846a5c910..9a4d91a670 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T2.js @@ -4,9 +4,9 @@ /** * if argArray is neither an array nor an arguments object (see 10.1.8), a TypeError exception is thrown * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T2.js; - * @description: argArray is (null,1); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T2.js + * @description argArray is (null,1) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T3.js index fbc0d5713b..e12934ef74 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T3.js @@ -4,9 +4,9 @@ /** * if argArray is neither an array nor an arguments object (see 10.1.8), a TypeError exception is thrown * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T3.js; - * @description: argArray is (object,"1,3,4"); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T3.js + * @description argArray is (object,"1,3,4") */ obj={}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4.js index d422eac879..76eb252da9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4.js @@ -4,9 +4,9 @@ /** * if argArray is neither an array nor an arguments object (see 10.1.8), a TypeError exception is thrown * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4.js; - * @description: argArray is (this,function(){return arguments;}); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4.js + * @description argArray is (this,function(){return arguments;}) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T1.js index c1adfd3291..5e488c5116 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T1.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T1.js; - * @description: argArray is (null,[1]); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T1.js + * @description argArray is (null,[1]) */ Function("a1,a2,a3","this.shifted=a1;").apply(null,[1]); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T10.js index 7e59834c6f..6d0f542a23 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T10.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T10.js; - * @description: argArray is (empty object, arguments), inside function call without declaration used; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T10.js + * @description argArray is (empty object, arguments), inside function call without declaration used */ var obj={}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T2.js index dfeca114ec..454f7b3978 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T2.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T2.js; - * @description: argArray is (null,[1,2,3]); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T2.js + * @description argArray is (null,[1,2,3]) */ new Function("a1,a2","a3","this.shifted=a2;").apply(null,[1,2,3]); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T3.js index e48fb01dcc..d9856970c7 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T3.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T3.js; - * @description: argArray is (empty object, new Array("nine","inch","nails")); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T3.js + * @description argArray is (empty object, new Array("nine","inch","nails")) */ i=0; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T4.js index e950d5aff8..aa4d039f7f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T4.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T4.js; - * @description: argArray is (empty object, ( function(){return arguments;}) ("a","b","c")); + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T4.js + * @description argArray is (empty object, ( function(){return arguments;}) ("a","b","c")) */ i=0; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T5.js index ce057afb59..4272c151fc 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T5.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T5.js; - * @description: argArray is (null, arguments), inside function declaration used; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T5.js + * @description argArray is (null, arguments), inside function declaration used */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T6.js index fcc877b5d6..036958ffe2 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T6.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T6.js; - * @description: argArray is (this, arguments), inside function declaration used; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T6.js + * @description argArray is (this, arguments), inside function declaration used */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T7.js index eb9ea59184..32deac0ef5 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T7.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T7.js; - * @description: argArray is (null, arguments), inside function call without declaration used; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T7.js + * @description argArray is (null, arguments), inside function call without declaration used */ (function (){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T8.js index ad5ac8e137..b2f72534cd 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T8.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T8.js; - * @description: argArray is (this, arguments), inside function call without declaration used; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T8.js + * @description argArray is (this, arguments), inside function call without declaration used */ (function (){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T9.js index 43a212c473..289f64f91b 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T9.js @@ -5,9 +5,9 @@ * If argArray is either an array or an arguments object, * the function is passed the (ToUint32(argArray.length)) arguments argArray[0], argArray[1],...,argArray[ToUint32(argArray.length)-1] * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T9.js; - * @description: argArray is (empty object, arguments), inside function declaration used; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A7_T9.js + * @description argArray is (empty object, arguments), inside function declaration used */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T1.js index f29f795788..ebd707bb2c 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T1.js @@ -4,9 +4,9 @@ /** * Function.prototype.apply can`t be used as [[create]] caller * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T1.js; - * @description: Checking if creating "new Function.prototype.apply" fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T1.js + * @description Checking if creating "new Function.prototype.apply" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T2.js index 0ad6b26bdb..6e94ff348c 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T2.js @@ -4,9 +4,9 @@ /** * Function.prototype.apply can`t be used as [[create]] caller * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T2.js; - * @description: Checking if creating "new Function.prototype.apply()" fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T2.js + * @description Checking if creating "new Function.prototype.apply()" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T3.js index 666511cb2e..a4078f3537 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T3.js @@ -4,9 +4,9 @@ /** * Function.prototype.apply can`t be used as [[create]] caller * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T3.js; - * @description: Checking if creating "new Function.apply" fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T3.js + * @description Checking if creating "new Function.apply" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T4.js index 8259a9c8a7..bd5a4d179a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T4.js @@ -4,9 +4,9 @@ /** * Function.prototype.apply can`t be used as [[create]] caller * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T4.js; - * @description: Checking if creating "new (Function("this.p1=1").apply)" fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T4.js + * @description Checking if creating "new (Function("this.p1=1").apply)" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T5.js index 8668b2f785..22194e07d6 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T5.js @@ -4,9 +4,9 @@ /** * Function.prototype.apply can`t be used as [[create]] caller * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T5.js; - * @description: Checking if creating "new Function("this.p1=1").apply" fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T5.js + * @description Checking if creating "new Function("this.p1=1").apply" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T6.js index a94857f7a2..1c9f2bb8a9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T6.js @@ -4,9 +4,9 @@ /** * Function.prototype.apply can`t be used as [[create]] caller * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T6.js; - * @description: Checking if creating "new (Function("function f(){this.p1=1;};return f").apply())" fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A8_T6.js + * @description Checking if creating "new (Function("function f(){this.p1=1;};return f").apply())" fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A9.js index 7a09a90ca7..1dd072cbe3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A9.js @@ -4,9 +4,9 @@ /** * The Function.prototype.apply.length property has the attribute DontDelete * - * @section: 15.3.4.3; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A9.js; - * @description: Checking if deleting the Function.prototype.apply.length property fails; + * @section 15.3.4.3 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.3_Function.prototype.apply/S15.3.4.3_A9.js + * @description Checking if deleting the Function.prototype.apply.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A10.js index 97dd9bec2c..218295aea2 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A10.js @@ -4,9 +4,9 @@ /** * The Function.prototype.call.length property has the attribute ReadOnly * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A10.js; - * @description: Checking if varying the Function.prototype.call.length property fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A10.js + * @description Checking if varying the Function.prototype.call.length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A11.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A11.js index 5cd7338663..93ece04ae1 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A11.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A11.js @@ -4,9 +4,9 @@ /** * The Function.prototype.call.length property has the attribute DontEnum * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A11.js; - * @description: Checking if enumerating the Function.prototype.call.length property fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A11.js + * @description Checking if enumerating the Function.prototype.call.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A12.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A12.js index f799b87248..189f0b10b0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A12.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A12.js @@ -4,9 +4,9 @@ /** * Function.prototype.call has not prototype property * - * @section: 15.3.4.4, 13.2; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A12.js; - * @description: Checking if obtaining the prototype property of Function.prototype.call fails; + * @section 15.3.4.4, 13.2 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A12.js + * @description Checking if obtaining the prototype property of Function.prototype.call fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A13.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A13.js index 6a79e1f9d8..c2e9cc5975 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A13.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A13.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A13.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.call.call(undefined, {}); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A14.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A14.js index dafd12e0b7..9b0fdf76a0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A14.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A14.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A14.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A14.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.call.call(null, {}); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A15.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A15.js index 458d8b2752..0bb6571c2e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A15.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A15.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A15.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A15.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.call.call({}, {}); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js index 2adfe3061f..d4df3d4267 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js @@ -4,9 +4,9 @@ /** * If IsCallable(func) is false, then throw a TypeError exception. * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js; - * @description: A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case call should accept it as a valid this value.; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A16.js + * @description A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case call should accept it as a valid this value. */ var re = (/x/); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T1.js index 51f8547cf5..4461bc0b08 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T1.js @@ -4,10 +4,10 @@ /** * The call method performs a function call using the [[Call]] property of the object. If the object does not have a [[Call]] property, a TypeError exception is thrown * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T1.js; - * @description: Call "call" method of the object that does not have a [[Call]] property. - * Prototype of the object is Function(); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T1.js + * @description Call "call" method of the object that does not have a [[Call]] property. + * Prototype of the object is Function() */ var proto=Function(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T2.js index f2fc8acbd5..719e5be219 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T2.js @@ -4,10 +4,10 @@ /** * The call method performs a function call using the [[Call]] property of the object. If the object does not have a [[Call]] property, a TypeError exception is thrown * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T2.js; - * @description: Calling "call" method of the object that does not have a [[Call]] property. - * Prototype of the object is Function.prototype; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A1_T2.js + * @description Calling "call" method of the object that does not have a [[Call]] property. + * Prototype of the object is Function.prototype */ function FACTORY(){}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T1.js index a0870de99f..263be26bb2 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T1.js @@ -4,9 +4,9 @@ /** * The length property of the call method is 1 * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T1.js; - * @description: Checking Function.prototype.call.length; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T1.js + * @description Checking Function.prototype.call.length */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T2.js index 96e035b1f0..0b21c65dae 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T2.js @@ -4,9 +4,9 @@ /** * The length property of the call method is 1 * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T2.js; - * @description: Checking f.call.length, where f is new Function; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A2_T2.js + * @description Checking f.call.length, where f is new Function */ var f=new Function; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T1.js index f86bcaf24a..d42f4eb9b3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T1.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T1.js; - * @description: Not any arguments at call function; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T1.js + * @description Not any arguments at call function */ Function("this.field=\"strawberry\"").call(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T10.js index c76cc162a2..8f35929c49 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T10.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T10.js; - * @description: Checking by using eval, no any arguments at call function; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T10.js + * @description Checking by using eval, no any arguments at call function */ eval(" (function(){this.feat=1}).call()"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T2.js index 6b423b5d01..04aa457169 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T2.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T2.js; - * @description: Argument at call function is null; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T2.js + * @description Argument at call function is null */ Function("this.field=\"green\"").call(null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T3.js index 780be46eb8..74b253c793 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T3.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T3.js; - * @description: Argument at call function is void 0; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T3.js + * @description Argument at call function is void 0 */ Function("this.field=\"battle\"").call(void 0); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T4.js index 497a00ab43..c1875d38b9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T4.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T4.js; - * @description: Argument at call function is undefined; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T4.js + * @description Argument at call function is undefined */ Function("this.field=\"oil\"").call(undefined); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T5.js index 445f764fce..31468e4a36 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T5.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T5.js; - * @description: No any arguments at call function and it called inside function declaration; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T5.js + * @description No any arguments at call function and it called inside function declaration */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T6.js index a04807a386..1a7ebaa5df 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T6.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T6.js; - * @description: Argument at call function is null and it called inside function declaration; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T6.js + * @description Argument at call function is null and it called inside function declaration */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T7.js index 222d777c2e..4d2e2cbb8c 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T7.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T7.js; - * @description: Argument at call function is void 0 and it called inside function declaration; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T7.js + * @description Argument at call function is void 0 and it called inside function declaration */ (function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T8.js index 59caa4351a..76241ef3dd 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T8.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T8.js; - * @description: Argument at call function is undefined and it called inside function declaration; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T8.js + * @description Argument at call function is undefined and it called inside function declaration */ (function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T9.js index e221df3d3b..19836ac126 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T9.js @@ -4,9 +4,9 @@ /** * If thisArg is null or undefined, the called function is passed the global object as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T9.js; - * @description: Checking by using eval, argument at call function is void 0; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A3_T9.js + * @description Checking by using eval, argument at call function is void 0 */ eval( " Function(\"this.feat=1\").call(void 0) " ); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T1.js index 043bcc9d4a..e1a34459c5 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T1.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T1.js; - * @description: thisArg is number; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T1.js + * @description thisArg is number */ var obj=1; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T2.js index 1d796ceedb..19fee35b4f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T2.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T2.js; - * @description: thisArg is boolean true; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T2.js + * @description thisArg is boolean true */ var obj=true; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T3.js index cccc6a7708..a526bdeaa7 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T3.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T3.js; - * @description: thisArg is string; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T3.js + * @description thisArg is string */ var obj="soap"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T4.js index edc33f6dd7..6cd52c5fb2 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T4.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T4.js; - * @description: thisArg is function variable that return this; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T4.js + * @description thisArg is function variable that return this */ var f = function(){this.touched= true; return this;}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T5.js index cd913a8c66..894a643581 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T5.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T5.js; - * @description: thisArg is function variable; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T5.js + * @description thisArg is function variable */ var f = function(){this.touched= true;}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T6.js index 7f46740935..cb6868be72 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T6.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T6.js; - * @description: thisArg is new String(); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T6.js + * @description thisArg is new String() */ var obj=new String("soap"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T7.js index 61e1269d50..43524a66fa 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T7.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T7.js; - * @description: thisArg is new Number(); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T7.js + * @description thisArg is new Number() */ var obj=new Number(1); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T8.js index 6fe73ec948..9c5d8a0cea 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T8.js @@ -4,9 +4,9 @@ /** * If thisArg is not null(defined) the called function is passed ToObject(thisArg) as the this value * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T8.js; - * @description: thisArg is Function(); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A5_T8.js + * @description thisArg is Function() */ var obj=Function(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T1.js index b38a621be2..b77585f3ee 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T1.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T1.js; - * @description: Argunemts of call function is (null,[1]); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T1.js + * @description Argunemts of call function is (null,[1]) */ Function("a1,a2,a3","this.shifted=a1;").call(null,[1]); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T10.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T10.js index 466f839a70..cea050c521 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T10.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T10.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T10.js; - * @description: Argunemts of call function is (empty object, "", arguments,2), inside function call without declaration used; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T10.js + * @description Argunemts of call function is (empty object, "", arguments,2), inside function call without declaration used */ var obj={}; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T2.js index 95fee12d5a..a3bc86e2fb 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T2.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T2.js; - * @description: Argunemts of call function is (null,[3,2,1]); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T2.js + * @description Argunemts of call function is (null,[3,2,1]) */ new Function("a1,a2","a3","this.shifted=a1;").call(null,[3,2,1]); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T3.js index 9b855b2ecf..84fc9c1409 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T3.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T3.js; - * @description: Argunemts of call function is (empty object, new Array("nine","inch","nails")); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T3.js + * @description Argunemts of call function is (empty object, new Array("nine","inch","nails")) */ var i=0; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T4.js index dfb8d2a94e..46dfc844be 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T4.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T4.js; - * @description: Argunemts of call function is (empty object, ( function(){return arguments;})("a","b","c","d"),"",2); + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T4.js + * @description Argunemts of call function is (empty object, ( function(){return arguments;})("a","b","c","d"),"",2) */ var i=0; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T5.js index a909bcd86b..ab03c34509 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T5.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T5.js; - * @description: Argunemts of call function is (null, arguments,"",2), inside function declaration used; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T5.js + * @description Argunemts of call function is (null, arguments,"",2), inside function declaration used */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T6.js index 10589545bc..b82932792c 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T6.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T6.js; - * @description: Argunemts of call function is (this, arguments,"",2), inside function declaration used; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T6.js + * @description Argunemts of call function is (this, arguments,"",2), inside function declaration used */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T7.js index f5743c9f2e..3919b26e92 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T7.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T7.js; - * @description: Argunemts of call function is (null, arguments,"",2), inside function call without declaration used; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T7.js + * @description Argunemts of call function is (null, arguments,"",2), inside function call without declaration used */ (function (){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T8.js index 7668a3e2ce..d131487785 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T8.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T8.js; - * @description: Argunemts of call function is (this, arguments,"",2), inside function call without declaration used; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T8.js + * @description Argunemts of call function is (this, arguments,"",2), inside function call without declaration used */ (function (){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T9.js index 168009cd15..554492141a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T9.js @@ -5,9 +5,9 @@ * The call method takes one or more arguments, thisArg and (optionally) arg1, arg2 etc, and performs * a function call using the [[Call]] property of the object * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T9.js; - * @description: Argunemts of call function is (empty object, "", arguments,2), inside function declaration used; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A6_T9.js + * @description Argunemts of call function is (empty object, "", arguments,2), inside function declaration used */ function FACTORY(){ diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T1.js index e73453df77..cf2c8ddde5 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T1.js @@ -4,9 +4,9 @@ /** * Function.prototype.call can't be used as [[create]] caller * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T1.js; - * @description: Checking if creating "new Function.prototype.call" fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T1.js + * @description Checking if creating "new Function.prototype.call" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T2.js index 4c7ac8181b..f08d57068e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T2.js @@ -4,9 +4,9 @@ /** * Function.prototype.call can't be used as [[create]] caller * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T2.js; - * @description: Checking if creating "new Function.prototype.call()" fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T2.js + * @description Checking if creating "new Function.prototype.call()" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T3.js index 783ec800bd..e10b344008 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T3.js @@ -4,9 +4,9 @@ /** * Function.prototype.call can't be used as [[create]] caller * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T3.js; - * @description: Checking if creating "new Function.call" fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T3.js + * @description Checking if creating "new Function.call" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T4.js index 198be752d8..85324f3dce 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T4.js @@ -4,9 +4,9 @@ /** * Function.prototype.call can't be used as [[create]] caller * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T4.js; - * @description: Checking if creating "new (Function("this.p1=1").call)" fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T4.js + * @description Checking if creating "new (Function("this.p1=1").call)" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T5.js index 1c156a5cdf..dd9b937146 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T5.js @@ -4,9 +4,9 @@ /** * Function.prototype.call can't be used as [[create]] caller * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T5.js; - * @description: Checking if creating "new Function("this.p1=1").call" fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T5.js + * @description Checking if creating "new Function("this.p1=1").call" fails */ try { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T6.js index 7f747f5d04..773bbb0211 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T6.js @@ -4,9 +4,9 @@ /** * Function.prototype.call can't be used as [[create]] caller * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T6.js; - * @description: Checking if creating "new (Function("function f(){this.p1=1;};return f").call())" fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A7_T6.js + * @description Checking if creating "new (Function("function f(){this.p1=1;};return f").call())" fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A9.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A9.js index 52fbadec1a..53da764e01 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A9.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A9.js @@ -4,9 +4,9 @@ /** * The Function.prototype.call.length property has the attribute DontDelete * - * @section: 15.3.4.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A9.js; - * @description: Checking if deleting the Function.prototype.call.length property fails; + * @section 15.3.4.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.4_Function.prototype.call/S15.3.4.4_A9.js + * @description Checking if deleting the Function.prototype.call.length property fails */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A1.js index 84604a4293..d45de3e269 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A1.js @@ -4,10 +4,10 @@ /** * "caller" of bound function is poisoned (step 20) * - * @section: 15.3.4.5; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A1.js; - * @description: A bound function should fail to find its "caller"; - * @negative: TypeError; + * @section 15.3.4.5 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A1.js + * @description A bound function should fail to find its "caller" + * @negative TypeError */ function foo() { return bar.caller; } diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A13.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A13.js index 1f2a68f5d6..afca64600a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A13.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A13.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.5; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A13.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.5 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A13.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.bind.call(undefined, {}); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A14.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A14.js index d9535f3c06..d5649fff6d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A14.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A14.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.5; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A14.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.5 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A14.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.bind.call(null, {}); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A15.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A15.js index 3fd6a4c38b..fe9ff6a0da 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A15.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A15.js @@ -2,10 +2,10 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.3.4.5; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A15.js; - * @description: If IsCallable(func) is false, then throw a TypeError exception.; - * @negative: TypeError; + * @section 15.3.4.5 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A15.js + * @description If IsCallable(func) is false, then throw a TypeError exception. + * @negative TypeError */ Function.prototype.bind.call({}, {}); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js index 984c7f1738..b495e63aa5 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js @@ -4,9 +4,9 @@ /** * If IsCallable(func) is false, then throw a TypeError exception. * - * @section: 15.3.4.5; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js; - * @description: A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case bind should accept it as a valid this value.; + * @section 15.3.4.5 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A16.js + * @description A RegExp is not a function, but it may be callable. Iff it is, it's typeof should be 'function', in which case bind should accept it as a valid this value. */ var re = (/x/); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js index 9fb1df54d5..e43e0c7d3b 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js @@ -4,10 +4,10 @@ /** * "arguments" of bound function is poisoned (step 21) * - * @section: 15.3.4.5; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js; - * @description: a bound function should fail to find the bound function "arguments"; - * @negative: TypeError; + * @section 15.3.4.5 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/15.3.4.5_Function.prototype.bind/S15.3.4.5_A2.js + * @description a bound function should fail to find the bound function "arguments" + * @negative TypeError */ function foo() { return bar.arguments; } diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T1.js index 6913e885c7..d56e2fc908 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The initial value of Function.prototype.constructor is the built-in Function constructor * - * @section: 15.3.4.1; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T1.js; - * @description: Checking Function.prototype.constructor; + * @section 15.3.4.1 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T1.js + * @description Checking Function.prototype.constructor */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T2.js index 10a5a4b0aa..b1add4b11b 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The initial value of Function.prototype.constructor is the built-in Function constructor * - * @section: 15.3.4.1; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T2.js; - * @description: Create new Function.prototype.constructor object; + * @section 15.3.4.1 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4.1_A1_T2.js + * @description Create new Function.prototype.constructor object */ var constr = Function.prototype.constructor; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js index 2876c0cb8d..43edf8efc1 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js @@ -4,9 +4,9 @@ /** * The Function prototype object is itself a Function object (its [[Class]] is "Function") * - * @section: 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js; - * @description: Object.prototype.toString returns [object+[[Class]]+]; + * @section 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A1.js + * @description Object.prototype.toString returns [object+[[Class]]+] */ if (Object.prototype.toString.call(Function.prototype) !== "[object Function]") { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T1.js index 095fb2153e..83e2b60d5f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T1.js @@ -4,9 +4,9 @@ /** * The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined * - * @section: 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T1.js; - * @description: Call Function.prototype(); + * @section 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T1.js + * @description Call Function.prototype() */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T2.js index f132d6b6b9..c3e920d3e9 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T2.js @@ -4,9 +4,9 @@ /** * The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined * - * @section: 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T2.js; - * @description: Call Function.prototype(null,void 0); + * @section 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T2.js + * @description Call Function.prototype(null,void 0) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T3.js index 7bc8529801..a2aa1a5111 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T3.js @@ -4,9 +4,9 @@ /** * The Function prototype object is itself a Function object that, when invoked, accepts any arguments and returns undefined * - * @section: 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T3.js; - * @description: Call Function.prototype(x), where x is undefined variable; + * @section 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A2_T3.js + * @description Call Function.prototype(x), where x is undefined variable */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js index d916b5238f..6077e8c080 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the Function prototype object is the Object prototype object (15.3.4) * - * @section: 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js; - * @description: Checking prototype of Function.prototype; + * @section 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T1.js + * @description Checking prototype of Function.prototype */ if (Object.getPrototypeOf(Function.prototype) !== Object.prototype) { diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T2.js index 8daa97b431..6f07c4217a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T2.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the Function prototype object is the Object prototype object (15.3.2.1) * - * @section: 15.3.4, 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T2.js; - * @description: Add new property to Object.prototype and check it at Function.prototype; + * @section 15.3.4, 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A3_T2.js + * @description Add new property to Object.prototype and check it at Function.prototype */ Object.prototype.indicator = 1; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A4.js index 04fc88b366..085f5bf356 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A4.js @@ -4,9 +4,9 @@ /** * The Function prototype object does not have a valueOf property of its own. however, it inherits the valueOf property from the Object prototype Object * - * @section: 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A4.js; - * @description: Checking valueOf property at Function.prototype; + * @section 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A4.js + * @description Checking valueOf property at Function.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A5.js index 08a03867fd..1a41d8df46 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A5.js @@ -4,9 +4,9 @@ /** * The Function prototype object is itself a Function object without [[create]] property * - * @section: 15.3.4; - * @path: 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A5.js; - * @description: Checking if creating "new Function.prototype object" fails; + * @section 15.3.4 + * @path 15_Native/15.3_Function_Objects/15.3.4_Properties_of_the_Function_Prototype_Object/S15.3.4_A5.js + * @description Checking if creating "new Function.prototype object" fails */ //CHECK# diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js index 09c5503830..13d0264da3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The value of the length property is usually an integer that indicates the 'typical' number of arguments expected by the function * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js; - * @description: Checking length property of Function("arg1,arg2,arg3", null); + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T1.js + * @description Checking length property of Function("arg1,arg2,arg3", null) */ f = new Function("arg1,arg2,arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T2.js index 70e9be1a2d..6a11d4cf96 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The value of the length property is usually an integer that indicates the 'typical' number of arguments expected by the function * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T2.js; - * @description: Checking length property of Function("arg1,arg2,arg3","arg4,arg5", null); + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T2.js + * @description Checking length property of Function("arg1,arg2,arg3","arg4,arg5", null) */ f = Function("arg1,arg2,arg3","arg4,arg5", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T3.js index d69914a0b6..ab008b5e28 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T3.js @@ -4,9 +4,9 @@ /** * The value of the length property is usually an integer that indicates the 'typical' number of arguments expected by the function * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T3.js; - * @description: Checking length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null); + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A1_T3.js + * @description Checking length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null) */ f = new Function("arg1,arg2,arg3","arg1,arg2","arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T1.js index c1617df781..b88e5edb4d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T1.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { DontDelete } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T1.js; - * @description: Checking if deleting the length property of Function("arg1,arg2,arg3", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T1.js + * @description Checking if deleting the length property of Function("arg1,arg2,arg3", null) fails */ f = new Function("arg1,arg2,arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T2.js index fd76321549..3e3a6c40c2 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T2.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { DontDelete } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T2.js; - * @description: Checking if deleting the length property of Function("arg1,arg2,arg3","arg4,arg5", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T2.js + * @description Checking if deleting the length property of Function("arg1,arg2,arg3","arg4,arg5", null) fails */ f = Function("arg1,arg2,arg3","arg4,arg5", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T3.js index 8676507302..05d888462e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T3.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { DontDelete } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T3.js; - * @description: Checking if deleting the length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A2_T3.js + * @description Checking if deleting the length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null) fails */ f = new Function("arg1,arg2,arg3","arg1,arg2","arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T1.js index ed4bd0324a..681d2a98bc 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T1.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { ReadOnly } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T1.js; - * @description: Checking if varying the length property of Function("arg1,arg2,arg3","arg4,arg5", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T1.js + * @description Checking if varying the length property of Function("arg1,arg2,arg3","arg4,arg5", null) fails */ f = new Function("arg1,arg2,arg3","arg4,arg5", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T2.js index e95c23218f..debf9cd15e 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T2.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { ReadOnly } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T2.js; - * @description: Checking if varying the length property of Function("arg1,arg2,arg3", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T2.js + * @description Checking if varying the length property of Function("arg1,arg2,arg3", null) fails */ f = Function("arg1,arg2,arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T3.js index 04798b810e..9afb383aa4 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T3.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { ReadOnly } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T3.js; - * @description: Checking if varying the length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A3_T3.js + * @description Checking if varying the length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null) fails */ f = new Function("arg1,arg2,arg3","arg1,arg2","arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T1.js index aedbca5716..c157d0ece0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T1.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { DontEnum } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T1.js; - * @description: Checking if enumerating the length property of Function("arg1,arg2,arg3", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T1.js + * @description Checking if enumerating the length property of Function("arg1,arg2,arg3", null) fails */ f = new Function("arg1,arg2,arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T2.js index 907b816a57..72190ce012 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T2.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { DontEnum } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T2.js; - * @description: Checking if enumerating the length property of Function("arg1,arg2,arg3","arg4,arg5", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T2.js + * @description Checking if enumerating the length property of Function("arg1,arg2,arg3","arg4,arg5", null) fails */ f = Function("arg1,arg2,arg3","arg5,arg4", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T3.js index 2dddcce562..192919d6ce 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T3.js @@ -4,9 +4,9 @@ /** * the length property has the attributes { DontEnum } * - * @section: 15.3.5.1; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T3.js; - * @description: Checking if enumerating the length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null) fails; + * @section 15.3.5.1 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.1_A4_T3.js + * @description Checking if enumerating the length property of Function("arg1,arg2,arg3","arg1,arg2","arg3", null) fails */ f = new Function("arg1,arg2,arg3","arg1,arg2","arg3", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T1.js index 3759f821af..deb6354565 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T1.js @@ -4,9 +4,9 @@ /** * the prototype property has the attributes { DontDelete } * - * @section: 15.3.5.2; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T1.js; - * @description: Checking if deleting the prototype property of Function("", null) fails; + * @section 15.3.5.2 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T1.js + * @description Checking if deleting the prototype property of Function("", null) fails */ f = new Function("", null); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T2.js index e7337a0f3f..8c6755ca76 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T2.js @@ -4,9 +4,9 @@ /** * the prototype property has the attributes { DontDelete } * - * @section: 15.3.5.2; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T2.js; - * @description: Checking if deleting the prototype property of Function(void 0, "") fails; + * @section 15.3.5.2 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.2_A1_T2.js + * @description Checking if deleting the prototype property of Function(void 0, "") fails */ f = Function(void 0, ""); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T1.js index 13898a7323..92c325491f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T1.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T1.js; - * @description: V is number; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T1.js + * @description V is number */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T2.js index 7e45dd29f4..1bf8f9b1f4 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T2.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T2.js; - * @description: V is string; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T2.js + * @description V is string */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T3.js index 911c0d0651..2a578775e0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T3.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T3.js; - * @description: V is boolean true; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T3.js + * @description V is boolean true */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T4.js index 1f42bb35c0..b6c73b5267 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T4.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T4.js; - * @description: V is boolean false; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T4.js + * @description V is boolean false */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T5.js index aa00f9e0d5..44a45f0d62 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T5.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T5.js; - * @description: V is void 0; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T5.js + * @description V is void 0 */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T6.js index 6ce08b6777..723888563a 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T6.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T6.js; - * @description: V is null; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T6.js + * @description V is null */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T7.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T7.js index f5de542a0e..ddce64719d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T7.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T7.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T7.js; - * @description: V is undefined; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T7.js + * @description V is undefined */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T8.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T8.js index fec5c13034..c1376caf97 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T8.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T8.js @@ -4,9 +4,9 @@ /** * Assume F is a Function object. When the [[HasInstance]] method of F is called with value V, the following steps are taken: i) If V is not an object, return false * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T8.js; - * @description: V is undefined variable; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A1_T8.js + * @description V is undefined variable */ FACTORY = Function("name","this.name=name;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T2.js index 88b98e833d..02c89a23a3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T2.js @@ -7,9 +7,9 @@ * ii) Let O be Result(i). * iii) O is not an object, throw a TypeError exception * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T2.js; - * @description: F.prototype is undefined, and V is empty object; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T2.js + * @description F.prototype is undefined, and V is empty object */ FACTORY = new Function; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T5.js index 6bec418ce2..657240c089 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T5.js @@ -8,9 +8,9 @@ * "prototype". ii) Let O be Result(i). iii) O is not an object, * throw a TypeError exception * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T5.js; - * @description: F.prototype is void 0, and V is new F; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T5.js + * @description F.prototype is void 0, and V is new F */ FACTORY = Function("this.prop=1;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T6.js index 5b5ed9b04e..cbb9dba5f2 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T6.js @@ -8,9 +8,9 @@ * "prototype". ii) Let O be Result(i). iii) O is not an object, * throw a TypeError exception * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T6.js; - * @description: F.prototype is string, and V is function; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A2_T6.js + * @description F.prototype is string, and V is function */ FACTORY = new Function; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T1.js index b5dfeb9ddc..1ad6f7e262 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T1.js @@ -10,9 +10,9 @@ * v) If O and V refer to the same object or if they refer to objects joined to each other (13.1.2), return true. * vi) Go to step iii) * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T1.js; - * @description: F.prototype.type is 1, and V is new F; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T1.js + * @description F.prototype.type is 1, and V is new F */ FACTORY = Function("this.name=\"root\""); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T2.js index a2576380aa..4b53ca449b 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T2.js @@ -10,9 +10,9 @@ * v) If O and V refer to the same object or if they refer to objects joined to each other (13.1.2), return true. * vi) Go to step iii) * - * @section: 15.3.5.3, 11.8.6; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T2.js; - * @description: F.prototype is Object.prototype, and V is empty object; + * @section 15.3.5.3, 11.8.6 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5.3_A3_T2.js + * @description F.prototype is Object.prototype, and V is empty object */ FAKEFACTORY = Function(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T1.js index a164513cd9..07b1f2097b 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T1.js @@ -4,9 +4,9 @@ /** * The value of the [[Class]] property is "Function" * - * @section: 15.3.5; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T1.js; - * @description: For testing use variable f = new Function; + * @section 15.3.5 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T1.js + * @description For testing use variable f = new Function */ var f = new Function; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T2.js index ec8ef15524..0e51d1ddb0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T2.js @@ -4,9 +4,9 @@ /** * The value of the [[Class]] property is "Function" * - * @section: 15.3.5; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T2.js; - * @description: For testing use variable f = Function(); + * @section 15.3.5 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A1_T2.js + * @description For testing use variable f = Function() */ var f = Function(); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T1.js index 8ae1ed7bc1..c0853b1562 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T1.js @@ -4,9 +4,9 @@ /** * Every function instance has a [[Call]] property * - * @section: 15.3.5; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T1.js; - * @description: For testing call Function("var x =1; this.y=2;return \"OK\";")(); + * @section 15.3.5 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T1.js + * @description For testing call Function("var x =1; this.y=2;return \"OK\";")() */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T2.js index 3703b0ebc0..500c0b2f5f 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T2.js @@ -4,9 +4,9 @@ /** * Every function instance has a [[Call]] property * - * @section: 15.3.5; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T2.js; - * @description: For testing call (new Function("arg1,arg2","var x =arg1; this.y=arg2;return arg1+arg2;"))("1",2); + * @section 15.3.5 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A2_T2.js + * @description For testing call (new Function("arg1,arg2","var x =arg1; this.y=arg2;return arg1+arg2;"))("1",2) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T1.js index bdfc85397e..79a27419a2 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T1.js @@ -4,9 +4,9 @@ /** * every function instance has a [[Construct]] property * - * @section: 15.3.5; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T1.js; - * @description: As constructor use Function("var x =1; this.y=2;return \"OK\";"); + * @section 15.3.5 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T1.js + * @description As constructor use Function("var x =1; this.y=2;return \"OK\";") */ FACTORY = Function("var x =1; this.y=2;return \"OK\";"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T2.js index 8b2dfb7695..2331e85a22 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T2.js @@ -4,9 +4,9 @@ /** * every function instance has a [[Construct]] property * - * @section: 15.3.5; - * @path: 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T2.js; - * @description: As constructor use new Function("arg1,arg2","var x =1; this.y=arg1+arg2;return \"OK\";"); + * @section 15.3.5 + * @path 15_Native/15.3_Function_Objects/15.3.5_Properties_of_Function_Instances/S15.3.5_A3_T2.js + * @description As constructor use new Function("arg1,arg2","var x =1; this.y=arg1+arg2;return \"OK\";") */ FACTORY = new Function("arg1,arg2","var x =1; this.y=arg1+arg2;return \"OK\";"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3.1_A1_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3.1_A1_T1.js index 5bf065bb59..cf47fc6df0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3.1_A1_T1.js @@ -5,9 +5,9 @@ * The function call Function(…) is equivalent to the object creation expression * new Function(…) with the same arguments. * - * @section: 15.3.1; - * @path: 15_Native/15.3_Function_Objects/S15.3.1_A1_T1.js; - * @description: Create simple functions and check returned values; + * @section 15.3.1 + * @path 15_Native/15.3_Function_Objects/S15.3.1_A1_T1.js + * @description Create simple functions and check returned values */ var f = Function("return arguments[0];"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A1.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A1.js index ea4ca8e125..c95bf2943d 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A1.js @@ -4,9 +4,9 @@ /** * Function is the property of global * - * @section: 15.3; - * @path: 15_Native/15.3_Function_Objects/S15.3_A1.js; - * @description: Compare Function with this.Function; + * @section 15.3 + * @path 15_Native/15.3_Function_Objects/S15.3_A1.js + * @description Compare Function with this.Function */ var obj = Function; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T1.js index 4f54c9b0a6..4a261174f3 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T1.js @@ -4,9 +4,9 @@ /** * Since applying the "call" method to Function constructor themself leads to creating a new function instance, the second argument must be a valid function body * - * @section: 15.3, 10.2.3, 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/S15.3_A2_T1.js; - * @description: Checking if executing "Function.call(this, "var x / = 1;")" fails; + * @section 15.3, 10.2.3, 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/S15.3_A2_T1.js + * @description Checking if executing "Function.call(this, "var x / = 1;")" fails */ //CHECK# diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T2.js index eb9b3d972e..a6c3eed473 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A2_T2.js @@ -4,9 +4,9 @@ /** * Since applying the "call" method to Function constructor themself leads to creating a new function instance, the second argument must be a valid function body * - * @section: 15.3, 10.2.3, 15.3.2.1; - * @path: 15_Native/15.3_Function_Objects/S15.3_A2_T2.js; - * @description: Checking if executing "Function.call(this, "var #x = 1;")" fails; + * @section 15.3, 10.2.3, 15.3.2.1 + * @path 15_Native/15.3_Function_Objects/S15.3_A2_T2.js + * @description Checking if executing "Function.call(this, "var #x = 1;")" fails */ //CHECK# diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T1.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T1.js index c48da246ee..43ff861753 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T1.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T1.js @@ -5,9 +5,9 @@ * Since when call is used for Function constructor themself new function instance creates * and then first argument(thisArg) should be ignored * - * @section: 15.3; - * @path: 15_Native/15.3_Function_Objects/S15.3_A3_T1.js; - * @description: First argument is object; + * @section 15.3 + * @path 15_Native/15.3_Function_Objects/S15.3_A3_T1.js + * @description First argument is object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T2.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T2.js index 2978c880b7..82db3600f6 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T2.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T2.js @@ -5,9 +5,9 @@ * Since when call is used for Function constructor themself new function instance creates * and then first argument(thisArg) should be ignored * - * @section: 15.3; - * @path: 15_Native/15.3_Function_Objects/S15.3_A3_T2.js; - * @description: First argument is string and null; + * @section 15.3 + * @path 15_Native/15.3_Function_Objects/S15.3_A3_T2.js + * @description First argument is string and null */ this.color="red"; diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T3.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T3.js index b75bddc105..40d9e728c0 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T3.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T3.js @@ -5,9 +5,9 @@ * Since when call is used for Function constructor themself new function instance creates * and then first argument(thisArg) should be ignored * - * @section: 15.3, 10.2.3; - * @path: 15_Native/15.3_Function_Objects/S15.3_A3_T3.js; - * @description: First argument is this, and this don`t have needed variable; + * @section 15.3, 10.2.3 + * @path 15_Native/15.3_Function_Objects/S15.3_A3_T3.js + * @description First argument is this, and this don`t have needed variable */ var f=Function.call(this, "return planet;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T4.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T4.js index c55fc6e5d5..359e3a55ec 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T4.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T4.js @@ -5,9 +5,9 @@ * Since when call is used for Function constructor themself new function instance creates * and then first argument(thisArg) should be ignored * - * @section: 15.3, 10.2.3; - * @path: 15_Native/15.3_Function_Objects/S15.3_A3_T4.js; - * @description: First argument is this, and this have needed variable; + * @section 15.3, 10.2.3 + * @path 15_Native/15.3_Function_Objects/S15.3_A3_T4.js + * @description First argument is this, and this have needed variable */ var f=Function.call(this, "return planet;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T5.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T5.js index 9d7942ace0..84abe74767 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T5.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T5.js @@ -5,9 +5,9 @@ * Since when call is used for Function constructor themself new function instance creates * and then first argument(thisArg) should be ignored * - * @section: 15.3, 10.2.3; - * @path: 15_Native/15.3_Function_Objects/S15.3_A3_T5.js; - * @description: First argument is this, and this don`t have needed variable. Function return this.var_name; + * @section 15.3, 10.2.3 + * @path 15_Native/15.3_Function_Objects/S15.3_A3_T5.js + * @description First argument is this, and this don`t have needed variable. Function return this.var_name */ var f=Function.call(this, "return this.planet;"); diff --git a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T6.js b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T6.js index 0e2fb297d9..779793044c 100644 --- a/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T6.js +++ b/test/suite/converted/15_Native/15.3_Function_Objects/S15.3_A3_T6.js @@ -5,9 +5,9 @@ * Since when call is used for Function constructor themself new function instance creates * and then first argument(thisArg) should be ignored * - * @section: 15.3, 10.2.3; - * @path: 15_Native/15.3_Function_Objects/S15.3_A3_T6.js; - * @description: First argument is this, and this have needed variable. Function return this.var_name; + * @section 15.3, 10.2.3 + * @path 15_Native/15.3_Function_Objects/S15.3_A3_T6.js + * @description First argument is this, and this have needed variable. Function return this.var_name */ var f=Function.call(this, "return this.planet;"); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T1.js index 73946ac133..d7361e6ad7 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T1.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.1, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T1.js; - * @description: Create new property of Array.prototype. When new Array object has this property; + * @section 15.4.1, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T1.js + * @description Create new property of Array.prototype. When new Array object has this property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T2.js index 2f0781305d..d4fe325a87 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T2.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.1, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T2.js; - * @description: Array.prototype.toString = Object.prototype.toString; + * @section 15.4.1, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T2.js + * @description Array.prototype.toString = Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T3.js index 05d84bea6a..47bc3d61ff 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T3.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.1, 15.2.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T3.js; - * @description: Checking use isPrototypeOf; + * @section 15.4.1, 15.2.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.1_T3.js + * @description Checking use isPrototypeOf */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.2_T1.js index 67dfb6c815..d6e6c295f6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.2_T1.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the newly constructed object is set to "Array" * - * @section: 15.4.1, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.2_T1.js; - * @description: Checking use Object.prototype.toString; + * @section 15.4.1, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.2_T1.js + * @description Checking use Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.3_T1.js index df668863be..d3da3c1e5f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.3_T1.js @@ -5,9 +5,9 @@ * This description of Array constructor applies if and only if * the Array constructor is given no arguments or at least two arguments * - * @section: 15.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.3_T1.js; - * @description: Checking case when Array constructor is given one argument; + * @section 15.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A1.3_T1.js + * @description Checking case when Array constructor is given one argument */ var x = Array(2); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.1_T1.js index a40acc9066..f49a9e1f9e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.1_T1.js @@ -5,9 +5,9 @@ * The length property of the newly constructed object; * is set to the number of arguments * - * @section: 15.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.1_T1.js; - * @description: Array constructor is given no arguments or at least two arguments; + * @section 15.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.1_T1.js + * @description Array constructor is given no arguments or at least two arguments */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.2_T1.js index a7c29ccf38..017cfb79df 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.2_T1.js @@ -8,9 +8,9 @@ * of the newly constructed object is set to argument k, where the first argument is * considered to be argument number 0 * - * @section: 15.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.2_T1.js; - * @description: Checking correct work this algorithm; + * @section 15.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A2.2_T1.js + * @description Checking correct work this algorithm */ //CHECK# diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A3.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A3.1_T1.js index ae27f4918a..1b98cd6cc6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A3.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A3.1_T1.js @@ -5,9 +5,9 @@ * When Array is called as a function rather than as a constructor, * it creates and initialises a new Array object * - * @section: 15.4.1, 11.4.3, 11.8.6; - * @path: 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A3.1_T1.js; - * @description: Checking use typeof, instanceof; + * @section 15.4.1, 11.4.3, 11.8.6 + * @path 15_Native/15.4_Array_Objects/15.4.1_The_Array_Constructor_Called_as_a_Function/S15.4.1_A3.1_T1.js + * @description Checking use typeof, instanceof */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T1.js index 68f76648cb..93e51bd93b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T1.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.2.1, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T1.js; - * @description: Create new property of Array.prototype. When new Array object has this property; + * @section 15.4.2.1, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T1.js + * @description Create new property of Array.prototype. When new Array object has this property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T2.js index cdbd527093..1fcc844aad 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T2.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.2.1, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T2.js; - * @description: Array.prototype.toString = Object.prototype.toString; + * @section 15.4.2.1, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T2.js + * @description Array.prototype.toString = Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T3.js index 43ddb6223b..b8027fd534 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T3.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.2.1, 15.2.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T3.js; - * @description: Checking use isPrototypeOf; + * @section 15.4.2.1, 15.2.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.1_T3.js + * @description Checking use isPrototypeOf */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.2_T1.js index 2aaca8601e..3bb3cb5a93 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.2_T1.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the newly constructed object is set to "Array" * - * @section: 15.4.2.1, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.2_T1.js; - * @description: Checking use Object.prototype.toString; + * @section 15.4.2.1, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.2_T1.js + * @description Checking use Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.3_T1.js index fa04a99be4..795fd1c1c4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.3_T1.js @@ -5,9 +5,9 @@ * This description of Array constructor applies if and only if * the Array constructor is given no arguments or at least two arguments * - * @section: 15.4.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.3_T1.js; - * @description: Checking case when Array constructor is given one argument; + * @section 15.4.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A1.3_T1.js + * @description Checking case when Array constructor is given one argument */ var x = new Array(2); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.1_T1.js index b1f01c1859..712a9e2f8d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.1_T1.js @@ -5,9 +5,9 @@ * The length property of the newly constructed object; * is set to the number of arguments * - * @section: 15.4.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.1_T1.js; - * @description: Array constructor is given no arguments or at least two arguments; + * @section 15.4.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.1_T1.js + * @description Array constructor is given no arguments or at least two arguments */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.2_T1.js index 542d033eef..3d504015ad 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.2_T1.js @@ -8,9 +8,9 @@ * of the newly constructed object is set to argument k, where the first argument is * considered to be argument number 0 * - * @section: 15.4.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.2_T1.js; - * @description: Checking correct work this algorithm; + * @section 15.4.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.1_new_Array/S15.4.2.1_A2.2_T1.js + * @description Checking correct work this algorithm */ //CHECK# diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T1.js index 5e8d8e8cb4..59cf024968 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T1.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T1.js; - * @description: Create new property of Array.prototype. When new Array object has this property; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T1.js + * @description Create new property of Array.prototype. When new Array object has this property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T2.js index 5e9cddb085..cba29602cb 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T2.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.2.2, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T2.js; - * @description: Array.prototype.toString = Object.prototype.toString; + * @section 15.4.2.2, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T2.js + * @description Array.prototype.toString = Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T3.js index e02069e92c..3778f2bd8d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T3.js @@ -6,9 +6,9 @@ * is set to the original Array prototype object, the one that * is the initial value of Array.prototype * - * @section: 15.4.2.2, 15.2.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T3.js; - * @description: Checking use isPrototypeOf; + * @section 15.4.2.2, 15.2.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.1_T3.js + * @description Checking use isPrototypeOf */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.2_T1.js index 127dded56c..16fd388818 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.2_T1.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the newly constructed object is set to "Array" * - * @section: 15.4.2.2, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.2_T1.js; - * @description: Checking use Object.prototype.toString; + * @section 15.4.2.2, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A1.2_T1.js + * @description Checking use Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.1_T1.js index 26fa6b0331..ae0e62aa9e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.1_T1.js @@ -5,9 +5,9 @@ * If the argument len is a Number and ToUint32(len) is equal to len, * then the length property of the newly constructed object is set to ToUint32(len) * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.1_T1.js; - * @description: Array constructor is given one argument; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.1_T1.js + * @description Array constructor is given one argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T1.js index c046b1f240..d0f0714ac1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T1.js @@ -5,9 +5,9 @@ * If the argument len is a Number and ToUint32(len) is not equal to len, * a RangeError exception is thrown * - * @section: 15.4.2.2, 12.14; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T1.js; - * @description: Use try statement. len = -1, 4294967296, 4294967297; + * @section 15.4.2.2, 12.14 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T1.js + * @description Use try statement. len = -1, 4294967296, 4294967297 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T2.js index 00fd4f5258..8c625d4684 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T2.js @@ -5,9 +5,9 @@ * If the argument len is a Number and ToUint32(len) is not equal to len, * a RangeError exception is thrown * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T2.js; - * @description: Use try statement. len = NaN, +/-Infinity; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T2.js + * @description Use try statement. len = NaN, +/-Infinity */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T3.js index 956cf2700b..0186d2bf7f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T3.js @@ -5,9 +5,9 @@ * If the argument len is a Number and ToUint32(len) is not equal to len, * a RangeError exception is thrown * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T3.js; - * @description: Use try statement. len = 1.5, Number.MAX_VALUE, Number.MIN_VALUE; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.2_T3.js + * @description Use try statement. len = 1.5, Number.MAX_VALUE, Number.MIN_VALUE */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T1.js index 299c3730cd..f29e520cea 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T1.js @@ -6,9 +6,9 @@ * the newly constructed object is set to 1 and the 0 property of * the newly constructed object is set to len * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T1.js; - * @description: Checking for null and undefined; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T1.js + * @description Checking for null and undefined */ var x = new Array(null); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T2.js index 232ca81d8f..4d641e6d83 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T2.js @@ -6,9 +6,9 @@ * the newly constructed object is set to 1 and the 0 property of * the newly constructed object is set to len * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T2.js; - * @description: Checking for boolean primitive and Boolean object; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T2.js + * @description Checking for boolean primitive and Boolean object */ var x = new Array(true); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T3.js index 4552c5d8fb..64c2e2ae8d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T3.js @@ -6,9 +6,9 @@ * the newly constructed object is set to 1 and the 0 property of * the newly constructed object is set to len * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T3.js; - * @description: Checking for boolean primitive and Boolean object; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T3.js + * @description Checking for boolean primitive and Boolean object */ var x = new Array("1"); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T4.js index 721f38fded..ece7450219 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T4.js @@ -6,9 +6,9 @@ * the newly constructed object is set to 1 and the 0 property of * the newly constructed object is set to len * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T4.js; - * @description: Checking for Number object; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T4.js + * @description Checking for Number object */ var obj = new Number(0); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T5.js index 2ef86d6818..0e8bdb646b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T5.js @@ -6,9 +6,9 @@ * the newly constructed object is set to 1 and the 0 property of * the newly constructed object is set to len * - * @section: 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T5.js; - * @description: Checking for Number object; + * @section 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.2_The_Array_Constructor/15.4.2.2_new_Array_len/S15.4.2.2_A2.3_T5.js + * @description Checking for Number object */ var obj = new Number(-1); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A1.js index cdb6c7f4d0..692b752070 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A1.js @@ -4,9 +4,9 @@ /** * The Array has property prototype * - * @section: 15.4.3.1, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A1.js; - * @description: Checking use hasOwnProperty; + * @section 15.4.3.1, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A1.js + * @description Checking use hasOwnProperty */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A2.js index e97c1821fd..642928ab09 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A2.js @@ -4,9 +4,9 @@ /** * The Array.prototype property has the attribute DontEnum * - * @section: 15.4.3.1; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A2.js; - * @description: Checking if enumerating the Array.prototype property fails; + * @section 15.4.3.1 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A2.js + * @description Checking if enumerating the Array.prototype property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js index 6d744a38f1..c4b1a9abba 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js @@ -4,11 +4,11 @@ /** * The Array.prototype property has the attribute DontDelete * - * @section: 15.4.3.1, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js; - * @description: Checking if deleting the Array.prototype property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.3.1, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A3.js + * @description Checking if deleting the Array.prototype property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js index 8eaf289bec..1a9fb1d549 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js @@ -4,11 +4,11 @@ /** * The Array.prototype property has the attribute ReadOnly * - * @section: 15.4.3.1; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js; - * @description: Checking if varying the Array.prototype property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.3.1 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A4.js + * @description Checking if varying the Array.prototype property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A5.js index bdd9758496..d6a97ff36b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A5.js @@ -4,9 +4,9 @@ /** * The length property of Array.prototype is 0 * - * @section: 15.4.3.1; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A5.js; - * @description: Array.prototype.length === 0; + * @section 15.4.3.1 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/15.4.3.1_Array_prototype/S15.4.3.1_A5.js + * @description Array.prototype.length === 0 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T1.js index 15a368c862..349e988672 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T1.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of * the Array constructor is the Function prototype object * - * @section: 15.4.3, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T1.js; - * @description: Create new property of Function.prototype. When Array constructor has this property; + * @section 15.4.3, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T1.js + * @description Create new property of Function.prototype. When Array constructor has this property */ Function.prototype.myproperty = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T2.js index 5d2234c58f..45d81e64ac 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T2.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of * the Array constructor is the Function prototype object * - * @section: 15.4.3, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T2.js; - * @description: Function.prototype.toString = Object.prototype.toString; + * @section 15.4.3, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T2.js + * @description Function.prototype.toString = Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T3.js index d4c82f2a4c..e67ea8a71a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T3.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of * the Array constructor is the Function prototype object * - * @section: 15.4.3, 15.2.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T3.js; - * @description: Checking use isPrototypeOf; + * @section 15.4.3, 15.2.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A1.1_T3.js + * @description Checking use isPrototypeOf */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.1.js index d59d48ca7e..2486e9239d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.1.js @@ -4,9 +4,9 @@ /** * The length property of Array has the attribute DontEnum * - * @section: 15.4.3, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.3, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.2.js index b6948e48a3..b7b64c8ca8 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.2.js @@ -4,9 +4,9 @@ /** * The length property of Array has the attribute DontDelete * - * @section: 15.4.3, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.4.3, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.3.js index bf31046e2d..7e92cfa7b3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.3.js @@ -4,9 +4,9 @@ /** * The length property of Array has the attribute ReadOnly * - * @section: 15.4.3; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.3.js; - * @description: Checking if varying the length property fails; + * @section 15.4.3 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.3.js + * @description Checking if varying the length property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.4.js index 5373e10390..7f2cbe3b09 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.4.js @@ -4,9 +4,9 @@ /** * The length property of Array is 1 * - * @section: 15.4.3; - * @path: 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.4.js; - * @description: Array.length === 1; + * @section 15.4.3 + * @path 15_Native/15.4_Array_Objects/15.4.3_Properties_of_the_Array_Constructor/S15.4.3_A2.4.js + * @description Array.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T1.js index 25cb5e8222..f07131d789 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T1.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T1.js; - * @description: length > end > start = 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T1.js + * @description length > end > start = 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T2.js index 57484d86b5..6fe7eb8601 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T2.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T2.js; - * @description: length > end = start > 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T2.js + * @description length > end = start > 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T3.js index 1d90ef818e..c640c1d3fa 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T3.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T3.js; - * @description: length > start > end > 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T3.js + * @description length > start > end > 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T4.js index 3b19acca05..c1fc14af04 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T4.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T4.js; - * @description: length = end = start > 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T4.js + * @description length = end = start > 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T5.js index 18b81790bd..ad7f32e6e1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T5.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T5.js; - * @description: length = end > start > 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T5.js + * @description length = end > start > 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T6.js index dea207291a..cf51058892 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T6.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T6.js; - * @description: length > end > start > 0;; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T6.js + * @description length > end > start > 0; */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T7.js index 392d569383..802b6dce59 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T7.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T7.js; - * @description: end > length > start > 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.1_T7.js + * @description end > length > start > 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T1.js index 8f6780a242..2a30536569 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T1.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T1.js; - * @description: length > end = abs(start), start < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T1.js + * @description length > end = abs(start), start < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T2.js index 3631d1a13b..74889f7ad2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T2.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T2.js; - * @description: length = end > abs(start), start < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T2.js + * @description length = end > abs(start), start < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T3.js index c39291aafa..c93834025c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T3.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T3.js; - * @description: abs(start) = length > end > 0, start < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T3.js + * @description abs(start) = length > end > 0, start < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T4.js index b1dc0c56d2..185ffeddb8 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T4.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is positive, use min(end, length) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T4.js; - * @description: abs(start) > length = end > 0, start < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.2_T4.js + * @description abs(start) > length = end > 0, start < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T1.js index 7f5ae48d74..410fb34163 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T1.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T1.js; - * @description: length > abs(end) > start = 0, end < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T1.js + * @description length > abs(end) > start = 0, end < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T2.js index 2f9178befa..0c855c4e5e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T2.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T2.js; - * @description: length > abs(end) > start > 0, end < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T2.js + * @description length > abs(end) > start > 0, end < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T3.js index 43c03e1858..4a469173ee 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T3.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T3.js; - * @description: length = abs(end) > start = 0, end < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T3.js + * @description length = abs(end) > start = 0, end < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T4.js index ef14d09321..a1528769e3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T4.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T4.js; - * @description: abs(end) > length > start > 0, end < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.3_T4.js + * @description abs(end) > length > start > 0, end < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T1.js index 6248f86ce6..a97626024d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T1.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T1.js; - * @description: -length = start < end < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T1.js + * @description -length = start < end < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T2.js index 51adab3482..c44411f657 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T2.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T2.js; - * @description: -length < start < end < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T2.js + * @description -length < start < end < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T3.js index cf3459dfc0..e60f4e16a3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T3.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T3.js; - * @description: start < -length < end < 0; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T3.js + * @description start < -length < end < 0 */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T4.js index d451c9f1ca..e1d298ac0c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T4.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If end is negative, use max(end + length, 0) * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T4.js; - * @description: start = end < -length; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.4_T4.js + * @description start = end < -length */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T1.js index 2e48f88710..baa9a9ceac 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T1.js @@ -4,9 +4,9 @@ /** * If end is undefined use length * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T1.js; - * @description: end === undefined; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T1.js + * @description end === undefined */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T2.js index ec929cc7fa..7d2ae9b476 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T2.js @@ -4,9 +4,9 @@ /** * If end is undefined use length * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T2.js; - * @description: end is absent; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A1.5_T2.js + * @description end is absent */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T1.js index 6fcbe6afb4..77b57bfc75 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T1.js; - * @description: start is not integer; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T1.js + * @description start is not integer */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T2.js index fb48029516..58a6ffc204 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T2.js; - * @description: start = NaN; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T2.js + * @description start = NaN */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T3.js index 06feb849d1..540181c540 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T3.js; - * @description: start = Infinity; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T3.js + * @description start = Infinity */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T4.js index 353ec0955d..2108fdc658 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T4.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T4.js; - * @description: start = -Infinity; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T4.js + * @description start = -Infinity */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T5.js index e910fe3f87..95680384ae 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T5.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T5.js; - * @description: ToInteger use ToNumber; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.1_T5.js + * @description ToInteger use ToNumber */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T1.js index 4f4abec657..234555168d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from end * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T1.js; - * @description: end is not integer; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T1.js + * @description end is not integer */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T2.js index 4e017cc8e4..4da73f3463 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from end * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T2.js; - * @description: end = NaN; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T2.js + * @description end = NaN */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T3.js index 2e225ff946..646cd235bc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from end * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T3.js; - * @description: end = Infinity; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T3.js + * @description end = Infinity */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T4.js index 8ef5657b66..b5bebe5e7c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T4.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from end * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T4.js; - * @description: end = -Infinity; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T4.js + * @description end = -Infinity */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T5.js index f7ca52f7b8..19feff9d4b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T5.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from end * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T5.js; - * @description: ToInteger use ToNumber; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2.2_T5.js + * @description ToInteger use ToNumber */ var x = [0,1,2,3,4]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T1.js index 4399b93ca5..3ab510feef 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T1.js @@ -5,10 +5,10 @@ * The slice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T1.js; - * @description: If start is positive, use min(start, length). - * If end is positive, use min(end, length); + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T1.js + * @description If start is positive, use min(start, length). + * If end is positive, use min(end, length) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T2.js index 1da345b75a..24b7203bfe 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T2.js @@ -5,10 +5,10 @@ * The slice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T2.js; - * @description: If start is negative, use max(start + length, 0). - * If end is positive, use min(end, length); + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T2.js + * @description If start is negative, use max(start + length, 0). + * If end is positive, use min(end, length) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T3.js index a8f87f0385..2c2c0547e4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T3.js @@ -5,10 +5,10 @@ * The slice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T3.js; - * @description: If start is positive, use min(start, length). - * If end is negative, use max(end + length, 0); + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T3.js + * @description If start is positive, use min(start, length). + * If end is negative, use max(end + length, 0) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T4.js index 0368a9a498..e27ae8ea9a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T4.js @@ -5,10 +5,10 @@ * The slice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T4.js; - * @description: If start is negative, use max(start + length, 0). - * If end is negative, use max(end + length, 0); + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T4.js + * @description If start is negative, use max(start + length, 0). + * If end is negative, use max(end + length, 0) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T5.js index 4cd0c2a533..59db3222e2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T5.js @@ -5,9 +5,9 @@ * The slice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T5.js; - * @description: If end is undefined use length; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T5.js + * @description If end is undefined use length */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T6.js index 2c7aa703e0..2c2c310399 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T6.js @@ -5,9 +5,9 @@ * The slice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T6.js; - * @description: If end is undefined use length; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A2_T6.js + * @description If end is undefined use length */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T1.js index 3017800dc3..a574ac7a49 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T1.js; - * @description: length = 4294967296; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T1.js + * @description length = 4294967296 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T2.js index 69eba72336..536acd440d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T2.js; - * @description: length = 4294967297; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T2.js + * @description length = 4294967297 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T3.js index e1c687e16e..8eefe437f7 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T3.js; - * @description: length = -1; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A3_T3.js + * @description length = -1 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A4_T1.js index 683978ced4..e7f8c74b9f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A4_T1.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.10, 8.6.2.1, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A4_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype; + * @section 15.4.4.10, 8.6.2.1, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A4_T1.js + * @description [[Prototype]] of Array instance is Array.prototype */ Array.prototype[1] = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.1.js index ae7eca2427..b8ae6c64e0 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of slice has the attribute DontEnum * - * @section: 15.4.4.10, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.10, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.2.js index a62f8982ec..a7754c6979 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.2.js @@ -4,9 +4,9 @@ /** * The length property of slice has the attribute DontDelete * - * @section: 15.4.4.10, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.4.4.10, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js index ca9ab2404b..43409ef111 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js @@ -4,11 +4,11 @@ /** * The length property of slice has the attribute ReadOnly * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.4.js index f0ac91c653..0f8a415d44 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of slice is 2 * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.4.js; - * @description: slice.length === 2; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.4.js + * @description slice.length === 2 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.5.js index 801eae65ca..baedc673b6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.5.js @@ -4,9 +4,9 @@ /** * The slice property of Array has the attribute DontEnum * - * @section: 15.4.4.10, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.10, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.6.js index 7e9e2b35f0..1a3105d3b2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.6.js @@ -4,9 +4,9 @@ /** * The slice property of Array has not prototype property * - * @section: 15.4.4.10; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.6.js; - * @description: Checking Array.prototype.slice.prototype; + * @section 15.4.4.10 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.6.js + * @description Checking Array.prototype.slice.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.7.js index dad0ed837b..f0ac082063 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.7.js @@ -4,9 +4,9 @@ /** * The slice property of Array can't be used as constructor * - * @section: 15.4.4.10, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.10, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.10_Array_prototype_slice/S15.4.4.10_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.1_T1.js index b37fdd4320..d58fc8e008 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.1_T1.js @@ -5,9 +5,9 @@ * If this object does not have a property named by ToString(j), * and this object does not have a property named by ToString(k), return +0 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.1_T1.js; - * @description: If comparefn is undefined, use SortCompare operator; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.1_T1.js + * @description If comparefn is undefined, use SortCompare operator */ var x = new Array(2); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T1.js index b7537462a8..d7337981ff 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T1.js @@ -6,9 +6,9 @@ * ToString(j), return 1. If this object does not have a property * named by ToString(k), return -1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T1.js; - * @description: If comparefn is undefined, use SortCompare operator; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T1.js + * @description If comparefn is undefined, use SortCompare operator */ var x = new Array(2); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T2.js index b4b1280b6a..a229af30b3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T2.js @@ -6,9 +6,9 @@ * ToString(j), return 1. If this object does not have a property * named by ToString(k), return -1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T2.js; - * @description: If comparefn is not undefined; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.2_T2.js + * @description If comparefn is not undefined */ var myComparefn = function(x,y) { diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.3_T1.js index c01e42430a..854ae52f0c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.3_T1.js @@ -5,9 +5,9 @@ * If [[Get]] ToString(j) and [[Get]] ToString(k) * are both undefined, return +0 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.3_T1.js; - * @description: If comparefn is undefined, use SortCompare operator; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.3_T1.js + * @description If comparefn is undefined, use SortCompare operator */ var x = new Array(undefined, undefined); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T1.js index 83549260cc..555ecb83bf 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T1.js @@ -5,9 +5,9 @@ * If [[Get]] ToString(j) is undefined, return 1. * If [[]Get] ToString(k) is undefined, return -1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T1.js; - * @description: If comparefn is undefined, use SortCompare operator; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T1.js + * @description If comparefn is undefined, use SortCompare operator */ var x = new Array(undefined, 1); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T2.js index f93c3b2a53..669ae76d2e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T2.js @@ -5,9 +5,9 @@ * If [[Get]] ToString(j) is undefined, return 1. * If [[]Get] ToString(k) is undefined, return -1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T2.js; - * @description: If comparefn is not undefined; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.4_T2.js + * @description If comparefn is not undefined */ var myComparefn = function(x,y) { diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.5_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.5_T1.js index 157f357b4b..5c2a07477c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.5_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.5_T1.js @@ -4,9 +4,9 @@ /** * If comparefn is undefined, use SortCompare operator * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.5_T1.js; - * @description: Checking sort() and sort(undefined); + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A1.5_T1.js + * @description Checking sort() and sort(undefined) */ var x = new Array(1,0); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T1.js index d972e3c9cd..78069dff59 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T1.js @@ -6,9 +6,9 @@ * If ToString([[Get]] ToString(j)) > ToString([[Get]] ToString(k)), return 1; * return -1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T1.js; - * @description: Checking ENGLISH ALPHABET; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T1.js + * @description Checking ENGLISH ALPHABET */ var alphabetR = ["z", "y", "x", "w", "v", "u", "t", "s", "r", "q", "p", "o", "n", "M", "L", "K", "J", "I", "H", "G", "F", "E", "D", "C", "B", "A"]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T2.js index 01bdcf80ee..27dd0cff8b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T2.js @@ -6,9 +6,9 @@ * If ToString([[Get]] ToString(j)) > ToString([[Get]] ToString(k)), return 1; * return -1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T2.js; - * @description: Checking RUSSIAN ALPHABET; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T2.js + * @description Checking RUSSIAN ALPHABET */ var alphabetR = ["ё", "я", "ю", "э", "ь", "ы", "ъ", "щ", "ш", "ч", "ц", "х", "ф", "у", "т", "с", "р", "П", "О", "Н", "М", "Л", "К", "Й", "И", "З", "Ж", "Е", "Д", "Г", "В", "Б", "А"]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T3.js index 0cb970cba1..453de005b7 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T3.js @@ -6,9 +6,9 @@ * If ToString([[Get]] ToString(j)) > ToString([[Get]] ToString(k)), return 1; * return -1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T3.js; - * @description: Checking ToString operator; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.1_T3.js + * @description Checking ToString operator */ var obj = {valueOf: function() {return 1}, toString: function() {return -2}}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T1.js index eb1ce5d34c..cd4fc4bb7f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T1.js @@ -4,9 +4,9 @@ /** * My comparefn is inverse implementation comparefn * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T1.js; - * @description: Checking ENGLISH ALPHABET; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T1.js + * @description Checking ENGLISH ALPHABET */ var alphabetR = ["z", "y", "x", "w", "v", "u", "t", "s", "r", "q", "p", "o", "n", "M", "L", "K", "J", "I", "H", "G", "F", "E", "D", "C", "B", "A"]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T2.js index 39979239ed..416ff53f47 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T2.js @@ -4,9 +4,9 @@ /** * My comparefn is inverse implementation comparefn * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T2.js; - * @description: Checking RUSSIAN ALPHABET; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T2.js + * @description Checking RUSSIAN ALPHABET */ var alphabetR = ["ё", "я", "ю", "э", "ь", "ы", "ъ", "щ", "ш", "ч", "ц", "х", "ф", "у", "т", "с", "р", "П", "О", "Н", "М", "Л", "К", "Й", "И", "З", "Ж", "Е", "Д", "Г", "В", "Б", "А"]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T3.js index 6e931d1486..a9f4fca6ab 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T3.js @@ -4,9 +4,9 @@ /** * My comparefn is inverse implementation comparefn * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T3.js; - * @description: Checking ToString operator; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A2.2_T3.js + * @description Checking ToString operator */ var obj = {valueOf: function() {return 1}, toString: function() {return -2}}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T1.js index 9687a75dec..e0e2e96fc2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T1.js @@ -5,9 +5,9 @@ * The sort function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T1.js; - * @description: If comparefn is undefined, use SortCompare operator; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T1.js + * @description If comparefn is undefined, use SortCompare operator */ var obj = {valueOf: function() {return 1}, toString: function() {return -2}}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T2.js index cf6df1c03d..841b2c948d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T2.js @@ -5,9 +5,9 @@ * The sort function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T2.js; - * @description: If comparefn is not undefined; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A3_T2.js + * @description If comparefn is not undefined */ var obj = {valueOf: function() {return 1}, toString: function() {return -2}}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T1.js index 85d2860588..faa64b035f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T1.js; - * @description: length = 4294967296; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T1.js + * @description length = 4294967296 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T2.js index ed2231132e..18e364c64d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T2.js; - * @description: length = 4294967298; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T2.js + * @description length = 4294967298 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T3.js index b18e6ad050..e2c2625a3f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T3.js; - * @description: length = -4294967294; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A4_T3.js + * @description length = -4294967294 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A5_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A5_T1.js index 27d225cb69..00d143bfae 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A5_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A5_T1.js @@ -4,9 +4,9 @@ /** * Array.sort should not eat exceptions * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A5_T1.js; - * @description: comparefn function throw "error"; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A5_T1.js + * @description comparefn function throw "error" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A6_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A6_T2.js index 484b31a097..8eaedb9852 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A6_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A6_T2.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.11, 8.6.2.1, 8.6.2.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A6_T2.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.11, 8.6.2.1, 8.6.2.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A6_T2.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.1.js index 3d36f93b36..507d69529b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.1.js @@ -4,9 +4,9 @@ /** * The length property of sort has the attribute DontEnum * - * @section: 15.4.4.11, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.11, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js index 6a92f9d287..7c492a4719 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js @@ -4,11 +4,11 @@ /** * The length property of sort has the attribute DontDelete * - * @section: 15.4.4.11, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.11, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js index de2952a350..5ab8ddc8c1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js @@ -4,11 +4,11 @@ /** * The length property of sort has the attribute ReadOnly * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js; - * @description: Checking if varying the length fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.3.js + * @description Checking if varying the length fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.4.js index 8f002ef9b3..08d46eccc0 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.4.js @@ -4,9 +4,9 @@ /** * The length property of sort is 1 * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.4.js; - * @description: sort.length === 1; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.4.js + * @description sort.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.5.js index 038c7db974..ca6e8528cd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.5.js @@ -4,9 +4,9 @@ /** * The sort property of Array has the attribute DontEnum * - * @section: 15.4.4.11, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.11, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.6.js index 13645d9b59..fecb4745c2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.6.js @@ -4,9 +4,9 @@ /** * The sort property of Array has not prototype property * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.6.js; - * @description: Checking Array.prototype.sort.prototype; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.6.js + * @description Checking Array.prototype.sort.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.7.js index c5683b948d..15a637cc8e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.7.js @@ -4,9 +4,9 @@ /** * The sort property of Array can't be used as constructor * - * @section: 15.4.4.11, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.11, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A7.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js index 6062aae18e..61eee0376e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js @@ -4,9 +4,9 @@ /** * Call the comparefn passing undefined as the this value (step 13b) * - * @section: 15.4.4.11; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js; - * @description: comparefn tests that its this value is undefined; + * @section 15.4.4.11 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.11_Array_prototype_sort/S15.4.4.11_A8.js + * @description comparefn tests that its this value is undefined */ var global = this; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T1.js index b2a5334479..37851ae924 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T1.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T1.js; - * @description: length > deleteCount > start = 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T1.js + * @description length > deleteCount > start = 0, itemCount = 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T2.js index 7d9a2d2385..0c68c77a7a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T2.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T2.js; - * @description: length > deleteCount > start = 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T2.js + * @description length > deleteCount > start = 0, itemCount > 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T3.js index 645e92d4fd..bc7d5f9f8b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T3.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T3.js; - * @description: length = deleteCount > start = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T3.js + * @description length = deleteCount > start = 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T4.js index dd4962f905..9959920ca4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T4.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T4.js; - * @description: length > deleteCount > start > 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T4.js + * @description length > deleteCount > start > 0, itemCount > 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T5.js index c3308d031f..197acb7356 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T5.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T5.js; - * @description: deleteCount > length > start = 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T5.js + * @description deleteCount > length > start = 0, itemCount = 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T6.js index d98e059897..cbec39ef7b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T6.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T6.js; - * @description: length = deleteCount > start > 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.1_T6.js + * @description length = deleteCount > start > 0, itemCount > 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T1.js index e236160c71..5d8ef64c2f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T1.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T1.js; - * @description: -length = start < deleteCount < 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T1.js + * @description -length = start < deleteCount < 0, itemCount = 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T2.js index 74e1033066..9652eba3db 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T2.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T2.js; - * @description: -length < start = deleteCount < 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T2.js + * @description -length < start = deleteCount < 0, itemCount = 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T3.js index 7646db2f69..72a066e2b2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T3.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T3.js; - * @description: -length = start < deleteCount < 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T3.js + * @description -length = start < deleteCount < 0, itemCount > 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T4.js index 9fb1348574..0012ca4013 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T4.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T4.js; - * @description: -length < start = deleteCount < 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T4.js + * @description -length < start = deleteCount < 0, itemCount > 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T5.js index 3241fc3436..b3c80ff596 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T5.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T5.js; - * @description: start < -length < deleteCount < 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.2_T5.js + * @description start < -length < deleteCount < 0, itemCount > 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T1.js index 96d9318e55..7e682ad93c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T1.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T1.js; - * @description: -length < deleteCount < start = 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T1.js + * @description -length < deleteCount < start = 0, itemCount = 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T2.js index 7f5fdc9ede..029c0b5b1e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T2.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T2.js; - * @description: -length = -start < deleteCount < 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T2.js + * @description -length = -start < deleteCount < 0, itemCount = 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T3.js index 748588d9c3..7d4068d8b9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T3.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T3.js; - * @description: -length < deleteCount < start = 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T3.js + * @description -length < deleteCount < start = 0, itemCount > 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T4.js index a2dc372a40..d720598883 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T4.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T4.js; - * @description: -length = -start < deleteCount < 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T4.js + * @description -length = -start < deleteCount < 0, itemCount > 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T5.js index 9455168ebb..357abaaf09 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T5.js @@ -5,9 +5,9 @@ * If start is positive, use min(start, length). * If deleteCount is negative, use 0 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T5.js; - * @description: -start < -length < deleteCount < 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.3_T5.js + * @description -start < -length < deleteCount < 0, itemCount > 0 */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T1.js index 85b3ae8bde..bbf5a14393 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T1.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T1.js; - * @description: length = -start > deleteCount > 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T1.js + * @description length = -start > deleteCount > 0, itemCount = 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T2.js index ab95fb2f40..8e983d8189 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T2.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T2.js; - * @description: length = -start > deleteCount > 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T2.js + * @description length = -start > deleteCount > 0, itemCount > 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T3.js index 437be20801..0cf213e39c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T3.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T3.js; - * @description: -start > length = deleteCount > 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T3.js + * @description -start > length = deleteCount > 0, itemCount = 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T4.js index 6979f2fb03..0a36acff13 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T4.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T4.js; - * @description: length > -start = deleteCount > 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T4.js + * @description length > -start = deleteCount > 0, itemCount > 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T5.js index 9dae4d7165..3342b02fd7 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T5.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T5.js; - * @description: -start > deleteCount > length > 0, itemCount = 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T5.js + * @description -start > deleteCount > length > 0, itemCount = 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T6.js index 7f90b10ef3..f966479d8c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T6.js @@ -5,9 +5,9 @@ * If start is negative, use max(start + length, 0). * If deleteCount is positive, use min(deleteCount, length - start) * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T6.js; - * @description: length = deleteCount > -start > 0, itemCount > 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.4_T6.js + * @description length = deleteCount > -start > 0, itemCount > 0 */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T1.js index 80d81a3a28..624f2d9262 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T1.js @@ -4,9 +4,9 @@ /** * Splice with undefined arguments * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T1.js; - * @description: start === undefined, end === undefined; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T1.js + * @description start === undefined, end === undefined */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T2.js index afb8ddcbf1..4dd3e73e95 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T2.js @@ -4,9 +4,9 @@ /** * Splice with undefined arguments * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T2.js; - * @description: end === undefined; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A1.5_T2.js + * @description end === undefined */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T1.js index 652be618f6..ff8e2170a2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T1.js; - * @description: start is not integer; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T1.js + * @description start is not integer */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T2.js index 68618a59de..55f4047dca 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T2.js; - * @description: start = NaN; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T2.js + * @description start = NaN */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.js index bf7acad59a..bce0c51c32 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.js; - * @description: start = Infinity; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.js + * @description start = Infinity */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T4.js index fd8af601dd..9f211d75fc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T4.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T4.js; - * @description: start = -Infinity; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T4.js + * @description start = -Infinity */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T5.js index fd5844817d..171ad585c8 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T5.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from start * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T5.js; - * @description: ToInteger use ToNumber; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T5.js + * @description ToInteger use ToNumber */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T1.js index 94d3592691..9426ba6ecc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from deleteCount * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T1.js; - * @description: deleteCount is not integer; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T1.js + * @description deleteCount is not integer */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T2.js index b1ba3fecb5..02d5bfc4b0 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from deleteCount * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T2.js; - * @description: deleteCount = NaN; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T2.js + * @description deleteCount = NaN */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T3.js index 9f48d9a806..cc47809535 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T3.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from deleteCount * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T3.js; - * @description: deleteCount = Infinity; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T3.js + * @description deleteCount = Infinity */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T4.js index 1954e5675a..655749ebc7 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T4.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from deleteCount * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T4.js; - * @description: deleteCount = -Infinity; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T4.js + * @description deleteCount = -Infinity */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T5.js index a0e9c920b5..2429f54b4f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T5.js @@ -4,9 +4,9 @@ /** * Operator use ToInteger from deleteCount * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T5.js; - * @description: ToInteger use ToNumber; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.2_T5.js + * @description ToInteger use ToNumber */ var x = [0,1,2,3]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T1.js index 0f04ddfdd0..8dffe306c3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T1.js @@ -5,10 +5,10 @@ * The splice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T1.js; - * @description: If start is positive, use min(start, length). - * If deleteCount is positive, use min(deleteCount, length - start); + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T1.js + * @description If start is positive, use min(start, length). + * If deleteCount is positive, use min(deleteCount, length - start) */ var obj = {0:0,1:1,2:2,3:3}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T2.js index c4f04bcc60..54c6031a4a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T2.js @@ -5,10 +5,10 @@ * The splice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T2.js; - * @description: If start is negative, use max(start + length, 0). - * If deleteCount is negative, use 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T2.js + * @description If start is negative, use max(start + length, 0). + * If deleteCount is negative, use 0 */ var obj = {0:0,1:1}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T3.js index f67bc1b1e9..825c59a68d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T3.js @@ -5,10 +5,10 @@ * The splice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T3.js; - * @description: If start is positive, use min(start, length). - * If deleteCount is negative, use 0; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T3.js + * @description If start is positive, use min(start, length). + * If deleteCount is negative, use 0 */ var obj = {0:0,1:1}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T4.js index dbfab7535c..46e7e3cd48 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T4.js @@ -5,10 +5,10 @@ * The splice function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T4.js; - * @description: If start is negative, use max(start + length, 0). - * If deleteCount is positive, use min(deleteCount, length - start); + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2_T4.js + * @description If start is negative, use max(start + length, 0). + * If deleteCount is positive, use min(deleteCount, length - start) */ var obj = {0:0,1:1,2:2,3:3}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T1.js index 0b2b0d610d..0d359e29b3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T1.js; - * @description: length is arbitrarily; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T1.js + * @description length is arbitrarily */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T2.js index c233e6fd99..db89507bd9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T2.js; - * @description: length is arbitrarily; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T2.js + * @description length is arbitrarily */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T3.js index 58484b98d5..ebf85cfc7c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T3.js; - * @description: length is arbitrarily; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A3_T3.js + * @description length is arbitrarily */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T1.js index 5c648bcbb5..627c16d8a1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T1.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.12, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.12, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T2.js index 0fa78c2b6a..e46e7097cc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T2.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.12, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T2.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.12, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T2.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T3.js index 1603e855af..e372830fa4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T3.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.12, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T3.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.12, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A4_T3.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[0] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.1.js index 6d5b1f2362..6f09eecc53 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of splice has the attribute DontEnum * - * @section: 15.4.4.12, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.12, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js index 3f83b2dac3..32cb885108 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js @@ -4,11 +4,11 @@ /** * The length property of splice has the attribute DontDelete * - * @section: 15.4.4.12, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.12, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js index 5fa5f60894..f5db9749e5 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js @@ -4,11 +4,11 @@ /** * The length property of splice has the attribute ReadOnly * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.4.js index 697c85c0c1..b9c5624dce 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of splice is 2 * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.4.js; - * @description: splice.length === 1; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.4.js + * @description splice.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.5.js index f41e6b9e44..656ce454df 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.5.js @@ -4,9 +4,9 @@ /** * The splice property of Array has the attribute DontEnum * - * @section: 15.4.4.12, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.12, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.6.js index 07eec1c986..25e58d4629 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.6.js @@ -4,9 +4,9 @@ /** * The splice property of Array has not prototype property * - * @section: 15.4.4.12; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.6.js; - * @description: Checking Array.prototype.splice.prototype; + * @section 15.4.4.12 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.6.js + * @description Checking Array.prototype.splice.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.7.js index 5378c554d5..8b32cf1777 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.7.js @@ -4,9 +4,9 @@ /** * The splice property of Array can't be used as constructor * - * @section: 15.4.4.12, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.12, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.12_Array_prototype_splice/S15.4.4.12_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T1.js index 0bd689f77b..0ad7f2cd25 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T1.js @@ -6,9 +6,9 @@ * their order within the array is the same as the order in which they appear in * the argument list * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T1.js; - * @description: Checking case when unsift is given no arguments or one argument; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T1.js + * @description Checking case when unsift is given no arguments or one argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T2.js index 4927763ad1..1c34b75e1a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T2.js @@ -6,9 +6,9 @@ * their order within the array is the same as the order in which they appear in * the argument list * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T2.js; - * @description: Checking case when unsift is given many arguments; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A1_T2.js + * @description Checking case when unsift is given many arguments */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T1.js index 70d287404c..a2a16e19a9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T1.js @@ -5,11 +5,11 @@ * The unshift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T1.js; - * @description: The arguments are prepended to the start of the array, such that + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T1.js + * @description The arguments are prepended to the start of the array, such that * their order within the array is the same as the order in which they appear in - * the argument list; + * the argument list */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T2.js index 3b667eb5ca..64a3398018 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T2.js @@ -5,11 +5,11 @@ * The unshift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T2.js; - * @description: The arguments are prepended to the start of the array, such that + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T2.js + * @description The arguments are prepended to the start of the array, such that * their order within the array is the same as the order in which they appear in - * the argument list; + * the argument list */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T3.js index bab9f5ba41..edfb1c5666 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T3.js @@ -5,10 +5,10 @@ * The unshift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T3.js; - * @description: Operator use ToNumber from length. - * If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A2_T3.js + * @description Operator use ToNumber from length. + * If Type(value) is Object, evaluate ToPrimitive(value, Number) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T1.js index 1ea5ed9d9b..d0a285ea46 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T1.js; - * @description: length = 4294967296; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T1.js + * @description length = 4294967296 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T2.js index 3940648d31..a1e3429008 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T2.js; - * @description: length = -4294967295; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T2.js + * @description length = -4294967295 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T3.js index e6727e4eb7..d355263266 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T3.js; - * @description: length = 4294967297; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A3_T3.js + * @description length = 4294967297 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T1.js index a5b939fc9e..fe94137793 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T1.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.13, 8.6.2.1, 8.6.2.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.13, 8.6.2.1, 8.6.2.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[0] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T2.js index bdf84f5f04..c54e8279cc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T2.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.13, 8.6.2.1, 8.6.2.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T2.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.13, 8.6.2.1, 8.6.2.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A4_T2.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[0] = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.1.js index 3bb317936b..93a0928f45 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of unshift has the attribute DontEnum * - * @section: 15.4.4.13, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.13, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js index 546864dc46..1ce082beaf 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js @@ -4,11 +4,11 @@ /** * The length property of unshift has the attribute DontDelete * - * @section: 15.4.4.13, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.13, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js index a7d5b3aa79..3b90124838 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js @@ -4,11 +4,11 @@ /** * The length property of unshift has the attribute ReadOnly * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.4.js index 605cdd13b8..b35165d741 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of unshift is 1 * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.4.js; - * @description: unshift.length === 1; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.4.js + * @description unshift.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.5.js index 265e0031d6..14d046b7da 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.5.js @@ -4,9 +4,9 @@ /** * The unshift property of Array has the attribute DontEnum * - * @section: 15.4.4.13, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.13, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.6.js index 197f5953c5..0b955c9c02 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.6.js @@ -4,9 +4,9 @@ /** * The unshift property of Array has not prototype property * - * @section: 15.4.4.13; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.6.js; - * @description: Checking Array.prototype.unshift.prototype; + * @section 15.4.4.13 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.6.js + * @description Checking Array.prototype.unshift.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.7.js index ba3f3ecf64..06f25533c1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.7.js @@ -4,9 +4,9 @@ /** * The unshift property of Array can't be used as constructor * - * @section: 15.4.4.13, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.13, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.13_Array_prototype_unshift/S15.4.4.13_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A1.js index e46ef5336f..dc54d28ce9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A1.js @@ -4,9 +4,9 @@ /** * array.forEach can be frozen while in progress * - * @section: 15.4.4.18; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A1.js; - * @description: Freezes array.forEach during a forEach to see if it works; + * @section 15.4.4.18 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A1.js + * @description Freezes array.forEach during a forEach to see if it works */ ['z'].forEach(function(){ Object.freeze(Array.prototype.forEach); }); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A2.js index 6b4b7c75e1..deadc36247 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A2.js @@ -4,9 +4,9 @@ /** * array.forEach can be frozen while in progress * - * @section: 15.4.4.18; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A2.js; - * @description: Freezes array.forEach during a forEach to see if it works; + * @section 15.4.4.18 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.18_Array_prototype_forEach/S15.4.4.18_A2.js + * @description Freezes array.forEach during a forEach to see if it works */ function foo() { diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A1_T1.js index 9c3a220130..97e0df9e6e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A1_T1.js @@ -5,9 +5,9 @@ * The initial value of Array.prototype.constructor is * the built-in Array constructor * - * @section: 15.4.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A1_T1.js; - * @description: Array.prototype.constructor === Array; + * @section 15.4.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A1_T1.js + * @description Array.prototype.constructor === Array */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A2.js index 4223794472..43837aaaf1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A2.js @@ -4,9 +4,9 @@ /** * The constructor property of Array has the attribute DontEnum * - * @section: 15.4.4.1, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A2.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.1, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.1_Array_prototype_constructor/S15.4.4.1_A2.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T1.js index 2f4ec43305..98d981adde 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T1.js @@ -5,9 +5,9 @@ * The result of calling this function is the same as if * the built-in join method were invoked for this object with no argument * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T1.js; - * @description: If Result(2) is zero, return the empty string; + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T1.js + * @description If Result(2) is zero, return the empty string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T2.js index 03044d7983..ecd674ebae 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T2.js @@ -5,11 +5,11 @@ * The result of calling this function is the same as if * the built-in join method were invoked for this object with no argument * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T2.js; - * @description: The elements of the array are converted to strings, and these strings are + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T2.js + * @description The elements of the array are converted to strings, and these strings are * then concatenated, separated by occurrences of the separator. If no separator is provided, - * a single comma is used as the separator; + * a single comma is used as the separator */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T3.js index b540ac205e..fc71b0b9a6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T3.js @@ -5,9 +5,9 @@ * The result of calling this function is the same as if * the built-in join method were invoked for this object with no argument * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T3.js; - * @description: Operator use ToString from array arguments; + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T3.js + * @description Operator use ToString from array arguments */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T4.js index b819a70989..ffa7e8df49 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T4.js @@ -5,9 +5,9 @@ * The result of calling this function is the same as if * the built-in join method were invoked for this object with no argument * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T4.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A1_T4.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1.js index 1381671347..a42649341c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1.js @@ -5,9 +5,9 @@ * The toString function is not generic. * it throws a TypeError exception if its this value is not an Array object * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1.js; - * @description: {}.toString = Array.prototype.toString; + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1.js + * @description {}.toString = Array.prototype.toString */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A3_T1.js index e24d030a31..81f264cd1f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A3_T1.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.2, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A3_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype; + * @section 15.4.4.2, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A3_T1.js + * @description [[Prototype]] of Array instance is Array.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.1.js index 67584a032b..2a4d81322c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.1.js @@ -4,9 +4,9 @@ /** * The length property of toString has the attribute DontEnum * - * @section: 15.4.4.2, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.2, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js index cd94579483..0327278f57 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js @@ -4,11 +4,11 @@ /** * The length property of toString has the attribute DontDelete * - * @section: 15.4.4.2, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.2, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js index 464da4e327..29d870c204 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js @@ -4,11 +4,11 @@ /** * The length property of toString has the attribute ReadOnly * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.4.js index e8da6523ea..e72c643867 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.4.js @@ -4,9 +4,9 @@ /** * The length property of toString is 0 * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.4.js; - * @description: toString.length === 1; + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.4.js + * @description toString.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.5.js index 002c1c27b0..b4b7a99de2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.5.js @@ -4,9 +4,9 @@ /** * The toString property of Array has the attribute DontEnum * - * @section: 15.4.4.2, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.2, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.6.js index 08f07c80df..841581046c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.6.js @@ -4,9 +4,9 @@ /** * The toString property of Array has not prototype property * - * @section: 15.4.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.6.js; - * @description: Checking Array.prototype.toString.prototype; + * @section 15.4.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.6.js + * @description Checking Array.prototype.toString.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.7.js index 03385c75b8..e66721df08 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.7.js @@ -4,9 +4,9 @@ /** * The toString property of Array can't be used as constructor * - * @section: 15.4.4.2, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.2, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.2_Array_prototype_toString/S15.4.4.2_A4.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A1_T1.js index 4bf10c1335..08e38e8b47 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A1_T1.js @@ -7,9 +7,9 @@ * by occurrences of a separator string that has been derived in an * implementation-defined locale-specific way * - * @section: 15.4.4.3; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A1_T1.js; - * @description: it is the function that should be invoked; + * @section 15.4.4.3 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A1_T1.js + * @description it is the function that should be invoked */ var n = 0; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1.js index a73d12a598..7e48fde756 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1.js @@ -5,9 +5,9 @@ * The toLocalString function is not generic. * it throws a TypeError exception if its this value is not an Array object * - * @section: 15.4.4.3; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1.js; - * @description: {}.toLocaleString = Array.prototype.toLocaleString; + * @section 15.4.4.3 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A2_T1.js + * @description {}.toLocaleString = Array.prototype.toLocaleString */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A3_T1.js index 41ede7e6f8..c5b52ba78a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A3_T1.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.3, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A3_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype; + * @section 15.4.4.3, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A3_T1.js + * @description [[Prototype]] of Array instance is Array.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.1.js index 7a650a3ad3..4b0983e6f2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.1.js @@ -4,9 +4,9 @@ /** * The length property of toLocaleString has the attribute DontEnum * - * @section: 15.4.4.3, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.3, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.2.js index 5de1c9081a..b749004a4c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.2.js @@ -4,9 +4,9 @@ /** * The length property of toLocaleString has the attribute DontDelete * - * @section: 15.4.4.3, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.4.4.3, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js index e7e1470ced..d4f7f1461f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js @@ -4,11 +4,11 @@ /** * The length property of toLocaleString has the attribute ReadOnly * - * @section: 15.4.4.3; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.3 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.4.js index e4cdc70fa6..c0086ca756 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.4.js @@ -4,9 +4,9 @@ /** * The length property of toLocaleString is 0 * - * @section: 15.4.4.3; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.4.js; - * @description: toLocaleString.length === 1; + * @section 15.4.4.3 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.4.js + * @description toLocaleString.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.5.js index ee2f86e0f0..82c27bb4cb 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.5.js @@ -4,9 +4,9 @@ /** * The toLocaleString property of Array has the attribute DontEnum * - * @section: 15.4.4.3, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.3, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.6.js index 6175b69aa3..ec57f4fbed 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.6.js @@ -4,9 +4,9 @@ /** * The toLocaleString property of Array has not prototype property * - * @section: 15.4.4.3; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.6.js; - * @description: Checking Array.prototype.toLocaleString.prototype; + * @section 15.4.4.3 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.6.js + * @description Checking Array.prototype.toLocaleString.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.7.js index cccce0f344..ee6e2f3395 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.7.js @@ -4,9 +4,9 @@ /** * The toLocaleString property of Array can't be used as constructor * - * @section: 15.4.4.3, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.3, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.3_Array_prototype_toLocaleString/S15.4.4.3_A4.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T1.js index 672e6b00d5..c952154699 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T1.js @@ -6,9 +6,9 @@ * etc., it returns an array containing the array elements of the object followed by * the array elements of each argument in order * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T1.js; - * @description: Checking this algorithm, items are Array object; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T1.js + * @description Checking this algorithm, items are Array object */ var x = new Array(); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T2.js index d9a1118585..db73ccf953 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T2.js @@ -6,9 +6,9 @@ * etc., it returns an array containing the array elements of the object followed by * the array elements of each argument in order * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T2.js; - * @description: Checking this algorithm, items are objects and primitives; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T2.js + * @description Checking this algorithm, items are objects and primitives */ var x = [0]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T3.js index 0994507235..1adb61b4e7 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T3.js @@ -6,9 +6,9 @@ * etc., it returns an array containing the array elements of the object followed by * the array elements of each argument in order * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T3.js; - * @description: Checking this algorithm with no items; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T3.js + * @description Checking this algorithm with no items */ var x = [0,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T4.js index b96534fc85..4c82345e6c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T4.js @@ -6,9 +6,9 @@ * etc., it returns an array containing the array elements of the object followed by * the array elements of each argument in order * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T4.js; - * @description: Checking this algorithm, items are [], [,]; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A1_T4.js + * @description Checking this algorithm, items are [], [,] */ var x = [,1]; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T1.js index 181c7bbab2..2f22e81f7a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T1.js @@ -5,9 +5,9 @@ * The concat function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T1.js; - * @description: Checking this for Object object, items are objects and primitives; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T1.js + * @description Checking this for Object object, items are objects and primitives */ var x = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T2.js index baf25a3c14..4d0c44c274 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T2.js @@ -5,9 +5,9 @@ * The concat function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T2.js; - * @description: Checking this for Object object with no items; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A2_T2.js + * @description Checking this for Object object with no items */ var x = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A3_T1.js index 05f65e7e03..b0c08e46fa 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A3_T1.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.4, 8.6.2.1, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A3_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.4, 8.6.2.1, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A3_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.1.js index f68a36470e..0dbe1b08dd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.1.js @@ -4,9 +4,9 @@ /** * The length property of concat has the attribute DontEnum * - * @section: 15.4.4.4, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.4, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js index e6e556077a..f35b887c5a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js @@ -4,11 +4,11 @@ /** * The length property of concat has the attribute DontDelete * - * @section: 15.4.4.4, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.4, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js index c13a40b0b1..3024617667 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js @@ -4,11 +4,11 @@ /** * The length property of concat has the attribute ReadOnly * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.4.js index 0373ae2db6..c276290059 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.4.js @@ -4,9 +4,9 @@ /** * The length property of concat is 1 * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.4.js; - * @description: concat.length === 1; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.4.js + * @description concat.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.5.js index 44c88a9dda..f5579dd19c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.5.js @@ -4,9 +4,9 @@ /** * The concat property of Array has the attribute DontEnum * - * @section: 15.4.4.4, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.4, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.6.js index 52fd5a0f3d..9b3468416f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.6.js @@ -4,9 +4,9 @@ /** * The concat property of Array has not prototype property * - * @section: 15.4.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.6.js; - * @description: Checking Array.prototype.concat.prototype; + * @section 15.4.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.6.js + * @description Checking Array.prototype.concat.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.7.js index 2496dd83d4..da2d64d0de 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.7.js @@ -4,9 +4,9 @@ /** * The concat property of Array can't be used as constructor * - * @section: 15.4.4.4, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.4, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.4_Array_prototype_concat/S15.4.4.4_A4.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.1_T1.js index af118eae38..bcd1d480e0 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.1_T1.js @@ -4,9 +4,9 @@ /** * If length is zero, return the empty string * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.1_T1.js; - * @description: Checking this use new Array() and []; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.1_T1.js + * @description Checking this use new Array() and [] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T1.js index 498a380953..f213a100dd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T1.js @@ -4,9 +4,9 @@ /** * If separator is undefined, a single comma is used as the separator * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T1.js; - * @description: Checking this use new Array() and []; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T1.js + * @description Checking this use new Array() and [] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T2.js index a2866d7d03..76a671f366 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T2.js @@ -4,9 +4,9 @@ /** * If separator is undefined, a single comma is used as the separator * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T2.js; - * @description: Checking this use new Array() and []; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.2_T2.js + * @description Checking this use new Array() and [] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.3_T1.js index 28d229b573..b443223bb6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.3_T1.js @@ -4,9 +4,9 @@ /** * If array element is undefined or null, use the empty string * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.3_T1.js; - * @description: Checking this use new Array() and []; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A1.3_T1.js + * @description Checking this use new Array() and [] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T1.js index 8f264db711..6f52075eb6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T1.js @@ -5,9 +5,9 @@ * The join function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T1.js; - * @description: If ToUint32(length) is zero, return the empty string; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T1.js + * @description If ToUint32(length) is zero, return the empty string */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T2.js index eab1edfdf3..e112cf91d8 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T2.js @@ -5,9 +5,9 @@ * The join function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T2.js; - * @description: If ToUint32(length) is zero, return the empty string; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T2.js + * @description If ToUint32(length) is zero, return the empty string */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T3.js index 8868fead40..039da2edc9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T3.js @@ -5,9 +5,9 @@ * The join function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T3.js; - * @description: If ToUint32(length) is zero, return the empty string; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T3.js + * @description If ToUint32(length) is zero, return the empty string */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T4.js index bdb75122ed..bedad0ac6f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T4.js @@ -5,10 +5,10 @@ * The join function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T4.js; - * @description: Operator use ToNumber from length. - * If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A2_T4.js + * @description Operator use ToNumber from length. + * If Type(value) is Object, evaluate ToPrimitive(value, Number) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T1.js index 69c8dba420..66d75c1fbe 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString from separator * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T1.js; - * @description: Checking separator in ["", "\\", "&", true, Infinity, null, undefind, NaN]; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T1.js + * @description Checking separator in ["", "\\", "&", true, Infinity, null, undefind, NaN] */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T2.js index 0d984c0ceb..069a21d242 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToString from separator * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T2.js; - * @description: If Type(separator) is Object, evaluate ToPrimitive(separator, String); + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.1_T2.js + * @description If Type(separator) is Object, evaluate ToPrimitive(separator, String) */ var x = new Array(0,1,2,3); diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T1.js index 77f7ea6e1a..d16bd7cfcd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T1.js @@ -4,9 +4,9 @@ /** * Operator use ToString from array arguments * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T1.js; - * @description: Checking arguments and separator in ["", "\\", "&", true, Infinity, null, undefind, NaN]; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T1.js + * @description Checking arguments and separator in ["", "\\", "&", true, Infinity, null, undefind, NaN] */ //CHECK#0 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T2.js index 60cad9057f..0ec081ecd3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T2.js @@ -4,9 +4,9 @@ /** * Operator use ToString from array arguments * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T2.js; - * @description: If Type(argument) is Object, evaluate ToPrimitive(argument, String); + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A3.2_T2.js + * @description If Type(argument) is Object, evaluate ToPrimitive(argument, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T1.js index 050bf7d98e..af84297841 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T1.js; - * @description: length = 4294967296; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T1.js + * @description length = 4294967296 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T2.js index cfa7ac1be5..584787777f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T2.js; - * @description: length = 4294967297; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T2.js + * @description length = 4294967297 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T3.js index 69244c5f4b..c666702577 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T3.js; - * @description: length = -4294967294; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A4_T3.js + * @description length = -4294967294 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A5_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A5_T1.js index ecd50b5116..25d6f1ff5f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A5_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A5_T1.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.5, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A5_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.5, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A5_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.1.js index 532a5e3659..371373b50d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.1.js @@ -4,9 +4,9 @@ /** * The length property of join has the attribute DontEnum * - * @section: 15.4.4.5, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.5, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js index ddd123edce..e1b2f7dd5d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js @@ -4,11 +4,11 @@ /** * The length property of join has the attribute DontDelete * - * @section: 15.4.4.5, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.5, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js index a2067266ec..9c7c51219a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js @@ -4,11 +4,11 @@ /** * The length property of join has the attribute ReadOnly * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.4.js index 123c9948a4..4257d71870 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.4.js @@ -4,9 +4,9 @@ /** * The length property of join is 1 * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.4.js; - * @description: join.length === 1; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.4.js + * @description join.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.5.js index c914094ce7..3d34b941bb 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.5.js @@ -4,9 +4,9 @@ /** * The join property of Array has the attribute DontEnum * - * @section: 15.4.4.5, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.5, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.6.js index 14f014891e..c47c83c4e6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.6.js @@ -4,9 +4,9 @@ /** * The join property of Array has not prototype property * - * @section: 15.4.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.6.js; - * @description: Checking Array.prototype.join.prototype; + * @section 15.4.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.6.js + * @description Checking Array.prototype.join.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.7.js index d22cbeda31..13dba5adda 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.7.js @@ -4,9 +4,9 @@ /** * The join property of Array can't be used as constructor * - * @section: 15.4.4.5, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.5, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.5_Array_prototype_join/S15.4.4.5_A6.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.1_T1.js index 720bc47444..474393f1f7 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.1_T1.js @@ -5,9 +5,9 @@ * If length equal zero, call the [[Put]] method of this object * with arguments "length" and 0 and return undefined * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.1_T1.js; - * @description: Checking this algorithm; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.1_T1.js + * @description Checking this algorithm */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.2_T1.js index a5acf1e4fa..aa7f7da757 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.2_T1.js @@ -5,9 +5,9 @@ * The last element of the array is removed from the array * and returned * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.2_T1.js; - * @description: Checking this use new Array() and []; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A1.2_T1.js + * @description Checking this use new Array() and [] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T1.js index 6cba1611fe..5fdb9e6efa 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T1.js @@ -5,10 +5,10 @@ * The pop function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T1.js; - * @description: If ToUint32(length) equal zero, call the [[Put]] method - * of this object with arguments "length" and 0 and return undefined; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T1.js + * @description If ToUint32(length) equal zero, call the [[Put]] method + * of this object with arguments "length" and 0 and return undefined */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T2.js index ebe94a5661..20ae522bb4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T2.js @@ -5,10 +5,10 @@ * The pop function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T2.js; - * @description: If ToUint32(length) equal zero, call the [[Put]] method - * of this object with arguments "length" and 0 and return undefined; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T2.js + * @description If ToUint32(length) equal zero, call the [[Put]] method + * of this object with arguments "length" and 0 and return undefined */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T3.js index beaf664059..8c63c4a4c9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T3.js @@ -5,10 +5,10 @@ * The pop function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T3.js; - * @description: The last element ToUint32(length) - 1 of the array is removed from the array - * and returned; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T3.js + * @description The last element ToUint32(length) - 1 of the array is removed from the array + * and returned */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T4.js index 9f6680901c..3da9ce5a80 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T4.js @@ -5,10 +5,10 @@ * The pop function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T4.js; - * @description: Operator use ToNumber from length. - * If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A2_T4.js + * @description Operator use ToNumber from length. + * If Type(value) is Object, evaluate ToPrimitive(value, Number) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T1.js index 9b541b95ac..465fc37767 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T1.js; - * @description: length = 4294967296; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T1.js + * @description length = 4294967296 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T2.js index 032b9ff97a..130fb2d742 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T2.js; - * @description: length = 4294967297; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T2.js + * @description length = 4294967297 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T3.js index 22cefb7999..616b52b485 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T3.js; - * @description: length = -1; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A3_T3.js + * @description length = -1 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T1.js index 65b0945352..020f5c2127 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T1.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.6, 8.6.2.1, 8.6.2.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.6, 8.6.2.1, 8.6.2.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T2.js index a908986cc2..947a786d3a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T2.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.6, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T2.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.6, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T2.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.1.js index 4da8a007a9..0ffbebfa08 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of pop has the attribute DontEnum * - * @section: 15.4.4.6, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.6, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js index b8a3a40647..70bf8d1692 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js @@ -4,11 +4,11 @@ /** * The length property of pop has the attribute DontDelete * - * @section: 15.4.4.6, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.6, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js index f779d087db..bcb261875c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js @@ -4,11 +4,11 @@ /** * The length property of pop has the attribute ReadOnly * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.4.js index 8345f09d17..cecfb3d2c2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of pop is 0 * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.4.js; - * @description: pop.length === 1; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.4.js + * @description pop.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.5.js index eff52497c7..baa55d2ec0 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.5.js @@ -4,9 +4,9 @@ /** * The pop property of Array has the attribute DontEnum * - * @section: 15.4.4.6, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.6, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.6.js index dd7c268144..33dd729f0a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.6.js @@ -4,9 +4,9 @@ /** * The pop property of Array has not prototype property * - * @section: 15.4.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.6.js; - * @description: Checking Array.prototype.pop.prototype; + * @section 15.4.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.6.js + * @description Checking Array.prototype.pop.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.7.js index 89e1166752..fa05996be1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.7.js @@ -4,9 +4,9 @@ /** * The pop property of Array can't be used as constructor * - * @section: 15.4.4.6, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.6, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.6_Array_prototype_pop/S15.4.4.6_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T1.js index aa40ab5bf0..4ad6a3f00a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T1.js @@ -6,9 +6,9 @@ * the order in which they appear. The new length of the array is returned * as the result of the call * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T1.js; - * @description: Checking case when push is given no arguments or one argument; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T1.js + * @description Checking case when push is given no arguments or one argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T2.js index f17f608aa6..984f666c64 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T2.js @@ -6,9 +6,9 @@ * the order in which they appear. The new length of the array is returned * as the result of the call * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T2.js; - * @description: Checking case when push is given many arguments; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A1_T2.js + * @description Checking case when push is given many arguments */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T1.js index 9cb33394d8..9c5e012ae9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T1.js @@ -5,11 +5,11 @@ * The push function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T1.js; - * @description: The arguments are appended to the end of the array, in + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T1.js + * @description The arguments are appended to the end of the array, in * the order in which they appear. The new length of the array is returned - * as the result of the call; + * as the result of the call */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T2.js index c21b4de0be..bba2cf44cd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T2.js @@ -5,11 +5,11 @@ * The push function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T2.js; - * @description: The arguments are appended to the end of the array, in + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T2.js + * @description The arguments are appended to the end of the array, in * the order in which they appear. The new length of the array is returned - * as the result of the call; + * as the result of the call */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T3.js index 81cd25a62c..0d8c3f9a31 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T3.js @@ -5,10 +5,10 @@ * The push function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T3.js; - * @description: Operator use ToNumber from length. - * If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A2_T3.js + * @description Operator use ToNumber from length. + * If Type(value) is Object, evaluate ToPrimitive(value, Number) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A3.js index f170c9cbb2..2b65f11356 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for Array object * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A3.js; - * @description: If ToUint32(length) !== length, throw RangeError; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A3.js + * @description If ToUint32(length) !== length, throw RangeError */ var x = []; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T1.js index 91a16376a8..7809080bd6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T1.js; - * @description: length = 4294967296; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T1.js + * @description length = 4294967296 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T2.js index 7fb8ae9868..a246fa78c0 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T2.js; - * @description: length = 4294967295; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T2.js + * @description length = 4294967295 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T3.js index 07569351c2..aca176b3ab 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T3.js; - * @description: length = -1; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T3.js + * @description length = -1 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A5_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A5_T1.js index 3594f9d428..6d0c05b996 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A5_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A5_T1.js @@ -4,9 +4,9 @@ /** * [[Get]] from not an inherited property * - * @section: 15.4.4.7, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A5_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.7, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A5_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Object.prototype[1] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.1.js index 476d5693d8..6a8ab79848 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.1.js @@ -4,9 +4,9 @@ /** * The length property of push has the attribute DontEnum * - * @section: 15.4.4.7, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.7, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js index d8b08bcaff..1d1bb7aaf4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js @@ -4,11 +4,11 @@ /** * The length property of push has the attribute DontDelete * - * @section: 15.4.4.7, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.7, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js index d89325c08e..7a59d800b0 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js @@ -4,11 +4,11 @@ /** * The length property of push has the attribute ReadOnly * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.4.js index ccdd656df8..3c4eebf1b2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.4.js @@ -4,9 +4,9 @@ /** * The length property of push is 1 * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.4.js; - * @description: push.length === 1; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.4.js + * @description push.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.5.js index 35569570b7..0cba2e1ce6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.5.js @@ -4,9 +4,9 @@ /** * The push property of Array has the attribute DontEnum * - * @section: 15.4.4.7, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.7, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.6.js index c556cc8847..38e6ad6046 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.6.js @@ -4,9 +4,9 @@ /** * The push property of Array has not prototype property * - * @section: 15.4.4.7; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.6.js; - * @description: Checking Array.prototype.push.prototype; + * @section 15.4.4.7 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.6.js + * @description Checking Array.prototype.push.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.7.js index b73f754289..8306292633 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.7.js @@ -4,9 +4,9 @@ /** * The push property of Array can't be used as constructor * - * @section: 15.4.4.7, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.7, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.7_Array_prototype_push/S15.4.4.7_A6.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T1.js index 871123313e..e00e732c9e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T1.js @@ -5,9 +5,9 @@ * The elements of the array are rearranged so as to reverse their order. * The object is returned as the result of the call * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T1.js; - * @description: Checking case when reverse is given no arguments or one argument; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T1.js + * @description Checking case when reverse is given no arguments or one argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T2.js index 92b2b97795..8e6e730025 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T2.js @@ -5,9 +5,9 @@ * The elements of the array are rearranged so as to reverse their order. * The object is returned as the result of the call * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T2.js; - * @description: Checking this algorithm, elements are objects and primitives; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A1_T2.js + * @description Checking this algorithm, elements are objects and primitives */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T1.js index 1759122a3c..5a4d742ae8 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T1.js @@ -5,9 +5,9 @@ * The reverse function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T1.js; - * @description: Checking this for Object object, elements are objects and primitives, length is integer; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T1.js + * @description Checking this for Object object, elements are objects and primitives, length is integer */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T2.js index c9eaecdb74..74d5be5261 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T2.js @@ -5,9 +5,9 @@ * The reverse function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T2.js; - * @description: Checking this for Object object, elements are objects and primitives, length is not integer; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T2.js + * @description Checking this for Object object, elements are objects and primitives, length is not integer */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T3.js index fbaeeda181..325c8baa8b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T3.js @@ -5,9 +5,9 @@ * The reverse function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T3.js; - * @description: Checking this for Object object, elements are objects and primitives, length is string; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A2_T3.js + * @description Checking this for Object object, elements are objects and primitives, length is string */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T1.js index f8292dc397..37842d10be 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T1.js; - * @description: length = 4294967296; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T1.js + * @description length = 4294967296 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T2.js index ff95b9df92..2ae1450bed 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T2.js; - * @description: length = 4294967298; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T2.js + * @description length = 4294967298 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T3.js index 2cdf099772..f44e05485b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T3.js; - * @description: length = -4294967294; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A3_T3.js + * @description length = -4294967294 */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T1.js index 41b6c8409a..a17c0b40bc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T1.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.8, 8.6.2.1, 8.6.2.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.8, 8.6.2.1, 8.6.2.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T2.js index eb653ecd97..5b1af02229 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T2.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.8, 8.6.2.1, 8.6.2.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T2.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.8, 8.6.2.1, 8.6.2.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A4_T2.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.1.js index 8ee91381bb..5361d4e5ed 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of reverse has the attribute DontEnum * - * @section: 15.4.4.8, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.8, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js index 95285d8089..cdf888c38c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js @@ -4,11 +4,11 @@ /** * The length property of reverse has the attribute DontDelete * - * @section: 15.4.4.8, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js; - * @description: Checking use hasOwnProperty, delete; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.8, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.2.js + * @description Checking use hasOwnProperty, delete + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js index 4f387b54dd..a036a4bdbd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js @@ -4,11 +4,11 @@ /** * The length property of reverse has the attribute ReadOnly * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.4.js index 63df7fad4f..d68f35c7f9 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of reverse is 0 * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.4.js; - * @description: reverse.length === 1; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.4.js + * @description reverse.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.5.js index d142d6e06c..0e4879b136 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.5.js @@ -4,9 +4,9 @@ /** * The reverse property of Array has the attribute DontEnum * - * @section: 15.4.4.8, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.8, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.6.js index 5918dbe299..fae2321f6b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.6.js @@ -4,9 +4,9 @@ /** * The reverse property of Array has not prototype property * - * @section: 15.4.4.8; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.6.js; - * @description: Checking Array.prototype.reverse.prototype; + * @section 15.4.4.8 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.6.js + * @description Checking Array.prototype.reverse.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.7.js index dc533a8189..407302443d 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.7.js @@ -4,9 +4,9 @@ /** * The reverse property of Array can't be used as constructor * - * @section: 15.4.4.8, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.8, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.8_Array_prototype_reverse/S15.4.4.8_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.1_T1.js index 451dff2c47..3287cb5065 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.1_T1.js @@ -5,9 +5,9 @@ * If length equal zero, call the [[Put]] method of this object * with arguments "length" and 0 and return undefined * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.1_T1.js; - * @description: Checking this algorithm; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.1_T1.js + * @description Checking this algorithm */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.2_T1.js index 64cea63475..6dcaf2669b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.2_T1.js @@ -5,9 +5,9 @@ * The first element of the array is removed from the array and * returned * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.2_T1.js; - * @description: Checking this use new Array() and []; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A1.2_T1.js + * @description Checking this use new Array() and [] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T1.js index 9523a23a4b..3fa513fb93 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T1.js @@ -5,10 +5,10 @@ * The shift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T1.js; - * @description: If ToUint32(length) equal zero, call the [[Put]] method - * of this object with arguments "length" and 0 and return undefined; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T1.js + * @description If ToUint32(length) equal zero, call the [[Put]] method + * of this object with arguments "length" and 0 and return undefined */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T2.js index adf46796c1..dd5498ffee 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T2.js @@ -5,10 +5,10 @@ * The shift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T2.js; - * @description: If ToUint32(length) equal zero, call the [[Put]] method - * of this object with arguments "length" and 0 and return undefined; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T2.js + * @description If ToUint32(length) equal zero, call the [[Put]] method + * of this object with arguments "length" and 0 and return undefined */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T3.js index 98f3403660..5cd1d4ef99 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T3.js @@ -5,10 +5,10 @@ * The shift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T3.js; - * @description: The first element of the array is removed from the array and - * returned; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T3.js + * @description The first element of the array is removed from the array and + * returned */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T4.js index ad31e2ebdb..0bb32f1da6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T4.js @@ -5,10 +5,10 @@ * The shift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T4.js; - * @description: The first element of the array is removed from the array and - * returned; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T4.js + * @description The first element of the array is removed from the array and + * returned */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T5.js index bf07dcac83..0b2deb78f6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T5.js @@ -5,10 +5,10 @@ * The shift function is intentionally generic. * It does not require that its this value be an Array object * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T5.js; - * @description: Operator use ToNumber from length. - * If Type(value) is Object, evaluate ToPrimitive(value, Number); + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A2_T5.js + * @description Operator use ToNumber from length. + * If Type(value) is Object, evaluate ToPrimitive(value, Number) */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T1.js index c6aff15552..eafbd0d781 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T1.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T1.js; - * @description: length is arbitrarily; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T1.js + * @description length is arbitrarily */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T2.js index dfc389bb9b..88a4bdd0e6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T2.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T2.js; - * @description: length is arbitrarily; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T2.js + * @description length is arbitrarily */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T3.js index e101312c2c..bf0c4be9b8 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T3.js @@ -4,9 +4,9 @@ /** * Check ToUint32(length) for non Array objects * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T3.js; - * @description: length is arbitrarily; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A3_T3.js + * @description length is arbitrarily */ var obj = {}; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T1.js index 88a9c122a8..1964fe4e16 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T1.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.9, 8.6.2.1, 8.6.2.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T1.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.9, 8.6.2.1, 8.6.2.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T1.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T2.js index 3e6880745d..a171e90320 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T2.js @@ -4,9 +4,9 @@ /** * [[Get]], [[Delete]] from not an inherited property * - * @section: 15.4.4.9, 8.6.2.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T2.js; - * @description: [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype; + * @section 15.4.4.9, 8.6.2.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A4_T2.js + * @description [[Prototype]] of Array instance is Array.prototype, [[Prototype] of Array.prototype is Object.prototype */ Array.prototype[1] = -1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.1.js index d105d654ba..2ec5c61138 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.1.js @@ -4,9 +4,9 @@ /** * The length property of shift has the attribute DontEnum * - * @section: 15.4.4.9, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.1.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.9, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.1.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.2.js index b8808fcc14..5a84b1db7e 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.2.js @@ -4,9 +4,9 @@ /** * The length property of shift has the attribute DontDelete * - * @section: 15.4.4.9, 15.2.4.5, 11.4.1; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.2.js; - * @description: Checking use hasOwnProperty, delete; + * @section 15.4.4.9, 15.2.4.5, 11.4.1 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.2.js + * @description Checking use hasOwnProperty, delete */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js index b5a5ba39a9..9df88f1c67 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js @@ -4,11 +4,11 @@ /** * The length property of shift has the attribute ReadOnly * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js; - * @description: Checking if varying the length property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.3.js + * @description Checking if varying the length property fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.4.js index 1b1b76b139..6a987a007b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.4.js @@ -4,9 +4,9 @@ /** * The length property of shift is 0 * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.4.js; - * @description: shift.length === 1; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.4.js + * @description shift.length === 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.5.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.5.js index 76e7aa3c97..e30f7b9ad5 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.5.js @@ -4,9 +4,9 @@ /** * The shift property of Array has the attribute DontEnum * - * @section: 15.4.4.9, 15.2.4.7, 12.6.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.5.js; - * @description: Checking use propertyIsEnumerable, for-in; + * @section 15.4.4.9, 15.2.4.7, 12.6.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.5.js + * @description Checking use propertyIsEnumerable, for-in */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.6.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.6.js index f8d3650aeb..23b2db43f6 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.6.js @@ -4,9 +4,9 @@ /** * The shift property of Array has not prototype property * - * @section: 15.4.4.9; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.6.js; - * @description: Checking Array.prototype.shift.prototype; + * @section 15.4.4.9 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.6.js + * @description Checking Array.prototype.shift.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.7.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.7.js index a5f6d38e33..92e276edb5 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.7.js @@ -4,9 +4,9 @@ /** * The shift property of Array can't be used as constructor * - * @section: 15.4.4.9, 11.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.7.js; - * @description: If property does not implement the internal [[Construct]] method, throw a TypeError exception; + * @section 15.4.4.9, 11.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/15.4.4.9_Array_prototype_shift/S15.4.4.9_A5.7.js + * @description If property does not implement the internal [[Construct]] method, throw a TypeError exception */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T1.js index 9250e4be92..b3ddc57561 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T1.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of * the Array prototype object is the Object prototype object * - * @section: 15.4.4, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T1.js; - * @description: Create new property of Function.prototype. When Array.prototype object has this property; + * @section 15.4.4, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T1.js + * @description Create new property of Function.prototype. When Array.prototype object has this property */ Object.prototype.myproperty = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js index c6933ed03d..c5ad9b00e1 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js @@ -2,9 +2,9 @@ // This code is governed by the BSD license found in the LICENSE file. /** - * @section: 15.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js; - * @description: The Array prototype object is itself an array; its [[Class]] is "Array",; + * @section 15.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T2.js + * @description The Array prototype object is itself an array; its [[Class]] is "Array", */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T3.js index e9e959dd3a..6180893edd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T3.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of * the Array prototype object is the Object prototype object * - * @section: 15.4.4, 15.2.4.6; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T3.js; - * @description: Checking use isPrototypeOf; + * @section 15.4.4, 15.2.4.6 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.1_T3.js + * @description Checking use isPrototypeOf */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.2_T1.js index c9e7ec853d..785a9f5492 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.2_T1.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the Array prototype object is set to "Array" * - * @section: 15.4.4, 15.2.4.2; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.2_T1.js; - * @description: Checking use Object.prototype.toString; + * @section 15.4.4, 15.2.4.2 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.2_T1.js + * @description Checking use Object.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.3_T1.js index cc5678304a..fdcaae9e72 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.3_T1.js @@ -4,9 +4,9 @@ /** * Array prototype object has length property whose value is +0 * - * @section: 15.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.3_T1.js; - * @description: Array.prototype.length === 0; + * @section 15.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A1.3_T1.js + * @description Array.prototype.length === 0 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T1.js index 3259cb9f73..feac9081f5 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T1.js @@ -6,9 +6,9 @@ * its own; however, it inherits the valueOf property from the valueOf * property from the Object prototype Object * - * @section: 15.4.4, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T1.js; - * @description: Checking use hasOwnProperty; + * @section 15.4.4, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T1.js + * @description Checking use hasOwnProperty */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T2.js index 91aada263a..de51e5b46b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T2.js @@ -6,9 +6,9 @@ * its own; however, it inherits the valueOf property from the valueOf * property from the Object prototype Object * - * @section: 15.4.4; - * @path: 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T2.js; - * @description: Change valueOf property of Object.prototype. When Array.prototype.valueOf also change; + * @section 15.4.4 + * @path 15_Native/15.4_Array_Objects/15.4.4_Properties_of_the_Array_Prototype_Object/S15.4.4_A2.1_T2.js + * @description Change valueOf property of Object.prototype. When Array.prototype.valueOf also change */ Object.prototype.valueOf = 1; diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T1.js index 14a4997783..db1d4ed238 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T1.js @@ -4,9 +4,9 @@ /** * If ToUint32(length) !== ToNumber(length), throw RangeError * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T1.js; - * @description: length in [4294967296, -1, 1.5]; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T1.js + * @description length in [4294967296, -1, 1.5] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T2.js index 904928fb13..efb495fd37 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T2.js @@ -4,9 +4,9 @@ /** * If ToUint32(length) !== ToNumber(length), throw RangeError * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T2.js; - * @description: length in [NaN, Infinity, -Infinity, undefined]; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.1_T2.js + * @description length in [NaN, Infinity, -Infinity, undefined] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T1.js index dda4ac2a07..2bec4a9a10 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T1.js @@ -7,9 +7,9 @@ * if A itself has a property (not an inherited property) named ToString(k), * then delete that property * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T1.js; - * @description: Change length of array; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T1.js + * @description Change length of array */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T2.js index 8fa93d94dd..0ca08b58ed 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T2.js @@ -7,9 +7,9 @@ * if A itself has a property (not an inherited property) named ToString(k), * then delete that property * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T2.js; - * @description: Checking an inherited property; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T2.js + * @description Checking an inherited property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T3.js index 047895f97b..9069284de2 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T3.js @@ -7,9 +7,9 @@ * if A itself has a property (not an inherited property) named ToString(k), * then delete that property * - * @section: 15.4.5.1, 15.4, 15.2.4.5; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T3.js; - * @description: Checking an inherited property; + * @section 15.4.5.1, 15.4, 15.2.4.5 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.2_T3.js + * @description Checking an inherited property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T1.js index 9ad3a33304..7ed0fcccbd 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T1.js @@ -4,9 +4,9 @@ /** * Set the value of property length of A to Uint32(length) * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T1.js; - * @description: length is object or primitve; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T1.js + * @description length is object or primitve */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T2.js index b18fb66f2c..aff3b78b04 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T2.js @@ -4,9 +4,9 @@ /** * Set the value of property length of A to Uint32(length) * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T2.js; - * @description: Uint32 use ToNumber and ToPrimitve; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A1.3_T2.js + * @description Uint32 use ToNumber and ToPrimitve */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.1_T1.js index 60822085e4..7d4f049bf4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.1_T1.js @@ -5,9 +5,9 @@ * If P is not an array index, return * (Create a property with name P, set its value to V and give it empty attributes) * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.1_T1.js; - * @description: P in [4294967295, -1, true]; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.1_T1.js + * @description P in [4294967295, -1, true] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.2_T1.js index 4fb2f101cc..eb2e1ceadc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.2_T1.js @@ -5,9 +5,9 @@ * If ToUint32(P) is less than the value of * the length property of A, then return * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.2_T1.js; - * @description: length === 100, P in [0, 98, 99]; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.2_T1.js + * @description length === 100, P in [0, 98, 99] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.3_T1.js index d2a08355e0..6cc143a908 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.3_T1.js @@ -5,9 +5,9 @@ * If ToUint32(P) is less than the value of * the length property of A, change (or set) length to ToUint32(P)+1 * - * @section: 15.4.5.1, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.3_T1.js; - * @description: length = 100, P in [100, 199]; + * @section 15.4.5.1, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.1_Put/S15.4.5.1_A2.3_T1.js + * @description length = 100, P in [100, 199] */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T1.js index b8746f2bed..961dbd067c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T1.js @@ -6,9 +6,9 @@ * always a nonnegative integer less than 2^32. The value of the length property is * numerically greater than the name of every property whose name is an array index * - * @section: 15.4.5.2, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T1.js; - * @description: Checking boundary points; + * @section 15.4.5.2, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T1.js + * @description Checking boundary points */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T2.js index d936c336ff..1bdc9c534a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T2.js @@ -6,9 +6,9 @@ * always a nonnegative integer less than 2^32. The value of the length property is * numerically greater than the name of every property whose name is an array index * - * @section: 15.4.5.2, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T2.js; - * @description: P = "2^32 - 1" is not index array; + * @section 15.4.5.2, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A1_T2.js + * @description P = "2^32 - 1" is not index array */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A2_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A2_T1.js index 21a0cafcd2..45d2d3fd00 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A2_T1.js @@ -5,9 +5,9 @@ * If a property is added whose name is an array index, * the length property is changed * - * @section: 15.4.5.2, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A2_T1.js; - * @description: Checking length property; + * @section 15.4.5.2, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A2_T1.js + * @description Checking length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T1.js index ae7a32e7dd..3746a403fc 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T1.js @@ -5,10 +5,10 @@ * If the length property is changed, every property whose name * is an array index whose value is not smaller than the new length is automatically deleted * - * @section: 15.4.5.2, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T1.js; - * @description: If new length greater than the name of every property whose name - * is an array index; + * @section 15.4.5.2, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T1.js + * @description If new length greater than the name of every property whose name + * is an array index */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T2.js index f5e2cbad42..7a4f501701 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T2.js @@ -5,10 +5,10 @@ * If the length property is changed, every property whose name * is an array index whose value is not smaller than the new length is automatically deleted * - * @section: 15.4.5.2, 15.4; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T2.js; - * @description: If new length greater than the name of every property whose name - * is an array index; + * @section 15.4.5.2, 15.4 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T2.js + * @description If new length greater than the name of every property whose name + * is an array index */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T3.js index e00004c33c..347b706f2f 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T3.js @@ -5,9 +5,9 @@ * If the length property is changed, every property whose name * is an array index whose value is not smaller than the new length is automatically deleted * - * @section: 15.4.5.2, 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T3.js; - * @description: [[Put]] (length, 4294967296); + * @section 15.4.5.2, 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T3.js + * @description [[Put]] (length, 4294967296) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T4.js index 86e4c58ea7..32fc5df7b3 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T4.js @@ -5,10 +5,10 @@ * If the length property is changed, every property whose name * is an array index whose value is not smaller than the new length is automatically deleted * - * @section: 15.4.5.2, 15.4.2.2; - * @path: 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T4.js; - * @description: If new length greater than the name of every property whose name - * is an array index; + * @section 15.4.5.2, 15.4.2.2 + * @path 15_Native/15.4_Array_Objects/15.4.5_Properties_of_Array_Instances/15.4.5.2_length/S15.4.5.2_A3_T4.js + * @description If new length greater than the name of every property whose name + * is an array index */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T1.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T1.js index 551e6f3bd8..95a459660b 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T1.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T1.js; - * @description: Checking for boolean primitive; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T1.js + * @description Checking for boolean primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T10.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T10.js index fda3b104f9..90d44dcc24 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T10.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T10.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T10.js; - * @description: Array index is power of two; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T10.js + * @description Array index is power of two */ //CHECK# diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T2.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T2.js index de40ca5692..15013628b4 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T2.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T2.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T2.js; - * @description: Checking for number primitive; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T2.js + * @description Checking for number primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T3.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T3.js index 16e8f4d02a..5bd6abea74 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T3.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T3.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T3.js; - * @description: Checking for number primitive; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T3.js + * @description Checking for number primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T4.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T4.js index 40bbd2aead..968257d68a 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T4.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T4.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T4.js; - * @description: Checking for string primitive; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T4.js + * @description Checking for string primitive */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T5.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T5.js index e86fe86523..941a12725c 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T5.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T5.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T5.js; - * @description: Checking for null and undefined; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T5.js + * @description Checking for null and undefined */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T6.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T6.js index 8016b3189f..70eb69ee47 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T6.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T6.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T6.js; - * @description: Checking for Boolean object; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T6.js + * @description Checking for Boolean object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T7.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T7.js index e62e666b0d..0572253804 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T7.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T7.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T7.js; - * @description: Checking for Number object; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T7.js + * @description Checking for Number object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T8.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T8.js index 9ce97144d3..a492b2b265 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T8.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T8.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T8.js; - * @description: Checking for Number object; + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T8.js + * @description Checking for Number object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T9.js b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T9.js index aaf3ad3d5c..cb9b635654 100644 --- a/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T9.js +++ b/test/suite/converted/15_Native/15.4_Array_Objects/S15.4_A1.1_T9.js @@ -5,9 +5,9 @@ * A property name P (in the form of a string value) is an array index * if and only if ToString(ToUint32(P)) is equal to P and ToUint32(P) is not equal to 2^32 - 1 * - * @section: 15.4, 11.2.1; - * @path: 15_Native/15.4_Array_Objects/S15.4_A1.1_T9.js; - * @description: If Type(value) is Object, evaluate ToPrimitive(value, String); + * @section 15.4, 11.2.1 + * @path 15_Native/15.4_Array_Objects/S15.4_A1.1_T9.js + * @description If Type(value) is Object, evaluate ToPrimitive(value, String) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T1.js index a459bc7509..6d0014909c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T1.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T1.js; - * @description: Call String(function(){}()); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T1.js + * @description Call String(function(){}()) */ var __str = String(function(){}()); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T10.js index a9ed3c678a..587631a4dc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T10.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T10.js; - * @description: Call String(1) and String(-1); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T10.js + * @description Call String(1) and String(-1) */ var __str = String(1); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T11.js index d00d40ea3d..0d4a4ddd32 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T11.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T11.js; - * @description: Call String(1/0) and String(-1/0), and call with +/-Infinity; + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T11.js + * @description Call String(1/0) and String(-1/0), and call with +/-Infinity */ var __str = String(1/0); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T12.js index ef61baa5da..8778d78ab6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T12.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T12.js; - * @description: Call String(1/"a"), String("b"* null) and String(Number.NaN); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T12.js + * @description Call String(1/"a"), String("b"* null) and String(Number.NaN) */ var __str = String(1/"a"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T13.js index 897d8ef0b6..1dc91256e0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T13.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T13.js; - * @description: Call String(true) and String(false); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T13.js + * @description Call String(true) and String(false) */ var __str = String(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T14.js index 2880b909d7..57f58364c4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T14.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T14.js; - * @description: Call String(0) and String(-0); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T14.js + * @description Call String(0) and String(-0) */ var __str = String(0); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T15.js index c0e7d4a491..6d99f3f4a6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T15.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T15.js; - * @description: Call String(string_object); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T15.js + * @description Call String(string_object) */ var __obj__str = "caps"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T16.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T16.js index 32724d2492..0371c29cda 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T16.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T16.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T16.js; - * @description: Call String() with .12345 and analogous numbers; + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T16.js + * @description Call String() with .12345 and analogous numbers */ var __str = String(.12345); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T17.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T17.js index a7dba52472..b6f9763657 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T17.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T17.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T17.js; - * @description: Call String() with numbers that have more than 1 significant digit after point; + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T17.js + * @description Call String() with numbers that have more than 1 significant digit after point */ var __str = String(1.2345); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T18.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T18.js index 9555751841..781fdf6bf4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T18.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T18.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T18.js; - * @description: Call String() with numbers that have more than 1 significant digit; + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T18.js + * @description Call String() with numbers that have more than 1 significant digit */ __str = String(1000000000000000000000); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T19.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T19.js index 9335a822db..6e9463bd06 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T19.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T19.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T19.js; - * @description: Call String() with Array of numbers; + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T19.js + * @description Call String() with Array of numbers */ var __str = String(new Array(1,2,3)); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T2.js index 8e90943f4b..0ced5f86f1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T2.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T2.js; - * @description: Call String(null); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T2.js + * @description Call String(null) */ var __str = String(null); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T3.js index c4bdaf3057..f5a73dbd10 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T3.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T3.js; - * @description: Call String(void 0); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T3.js + * @description Call String(void 0) */ var __str = String(void 0); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T4.js index 36e37f6038..655a83a06b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T4.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T4.js; - * @description: Call String(undefined); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T4.js + * @description Call String(undefined) */ var __str = String(undefined); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T5.js index 7b709767d7..c2fa351bae 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T5.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T5.js; - * @description: Call String(x), where x is undefined variable; + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T5.js + * @description Call String(x), where x is undefined variable */ var __str = String(x); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T6.js index 1664841817..44bef63217 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T6.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T6.js; - * @description: Checking by using eval, Call String(eval());; + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T6.js + * @description Checking by using eval, Call String(eval()); */ var __str = String(eval()); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T7.js index 60d8a167da..6bc1c8e84f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T7.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T7.js; - * @description: Call String({}); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T7.js + * @description Call String({}) */ var __str = String({}); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T8.js index 365fa0dc0b..b06ee65cc3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T8.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T8.js; - * @description: Call String(new Array); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T8.js + * @description Call String(new Array) */ var __old__Array__prototype__toString = Array.prototype.toString; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T9.js index 7f066d51a0..b8aaedb415 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T9.js @@ -4,9 +4,9 @@ /** * When String is called as a function rather than as a constructor, it performs a type conversion * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T9.js; - * @description: Call String(this); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A1_T9.js + * @description Call String(this) */ var toString=function(){return "__THIS__";}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A2_T1.js index db76ef0654..5f5971159e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A2_T1.js @@ -4,9 +4,9 @@ /** * If value is not supplied, the empty string "" is returned * - * @section: 15.5.1.1; - * @path: 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A2_T1.js; - * @description: Call String(); + * @section 15.5.1.1 + * @path 15_Native/15.5_String_Objects/15.5.1_The_String_Constructor_Called_as_a_Function/S15.5.1.1_A2_T1.js + * @description Call String() */ var __str = String(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T1.js index 6efd4d14de..1cef17ecde 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T1.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T1.js; - * @description: Creating string object with expression "new String"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T1.js + * @description Creating string object with expression "new String" */ var __str = new String; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T10.js index 50209b9181..88f7d713c1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T10.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T10.js; - * @description: Creating string object with "new String(function object)" as the function object's prototype.toString property was changed; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T10.js + * @description Creating string object with "new String(function object)" as the function object's prototype.toString property was changed */ function __FACTORY(){}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T11.js index 252d8b835e..ebbdc0105d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T11.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T11.js; - * @description: Creating string object with "new String(function object)" after changing function object's valueOf and toString properties; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T11.js + * @description Creating string object with "new String(function object)" after changing function object's valueOf and toString properties */ function __obj(){}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T12.js index 65edd77533..6ebdfed8a0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T12.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T12.js; - * @description: Creating string object with "new String(function object)", after changing the function object toString property, which causes exception throw; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T12.js + * @description Creating string object with "new String(function object)", after changing the function object toString property, which causes exception throw */ var __obj = {toString:function(){throw "intostr"}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T13.js index db76dc6d0d..c1592dba1d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T13.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T13.js; - * @description: Creating string object with "new String(function object)" after changing function object's valueOf property, which causes exception throw; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T13.js + * @description Creating string object with "new String(function object)" after changing function object's valueOf property, which causes exception throw */ var __obj = {toString:function(){return f; function f(){}}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T16.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T16.js index dd35ac04b8..cf25570fd6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T16.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T16.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T16.js; - * @description: Creating string object with "new String()" initialized with .12345 and other numbers; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T16.js + * @description Creating string object with "new String()" initialized with .12345 and other numbers */ __str =new String(.12345); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T17.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T17.js index 35cd056078..b173b4cf05 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T17.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T17.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T17.js; - * @description: Creating string object with "new String()" initialized with numbers that have more than 1 significant digit following the point; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T17.js + * @description Creating string object with "new String()" initialized with numbers that have more than 1 significant digit following the point */ var __str = new String(1.2345); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T18.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T18.js index 6f2fc5d18a..96b850b27d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T18.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T18.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T18.js; - * @description: Create string object with "new String()" initialized with numbers that have more than 1 significant digit; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T18.js + * @description Create string object with "new String()" initialized with numbers that have more than 1 significant digit */ var __str = new String(1000000000000000000000); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T19.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T19.js index f9fe46e242..43b48ed4c2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T19.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T19.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T19.js; - * @description: Creating string object with "new String()" initialized with Array of numbers; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T19.js + * @description Creating string object with "new String()" initialized with Array of numbers */ var __str = new String(new Array(1,2,3)); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T2.js index 3046caa78b..d357717e7b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T2.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T2.js; - * @description: Creating string object with "new String()"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T2.js + * @description Creating string object with "new String()" */ var __str = new String(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T3.js index dfb95f40ef..7b1a3fdbbf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T3.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T3.js; - * @description: Creating string object with "new String("")"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T3.js + * @description Creating string object with "new String("")" */ var __str = new String(""); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T4.js index b3f45da97e..260166b9c6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T4.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T4.js; - * @description: Create string object with "new String(1.0)"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T4.js + * @description Create string object with "new String(1.0)" */ var __str = new String(1.0); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T5.js index 6b2dda1c21..a9ae359390 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T5.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T5.js; - * @description: Creating string object with "new String(NaN)"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T5.js + * @description Creating string object with "new String(NaN)" */ var __str = new String(NaN); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T6.js index c98d84ef85..c0ad2296da 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T6.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T6.js; - * @description: Creating string object with "new String(false)"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T6.js + * @description Creating string object with "new String(false)" */ var __str = new String(false); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T7.js index 1e00b0a638..493c15d2f5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T7.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T7.js; - * @description: Creating string object with "new String({})"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T7.js + * @description Creating string object with "new String({})" */ var __stored__Object__prototype__toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T8.js index 8aea087e97..6855ed3474 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T8.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T8.js; - * @description: Creating string object with "new String(function(){})"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T8.js + * @description Creating string object with "new String(function(){})" */ var __stored__Function__prototype__toString = Function.prototype.toString; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T9.js index 5664bce7e2..200c844ac1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T9.js @@ -5,9 +5,9 @@ * When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and * The [[Value]] property of the newly constructed object is set to ToString(value), or to the empty string if value is not supplied * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T9.js; - * @description: Creating string object with "new String(function(){return [1,2,3]}())"; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A1_T9.js + * @description Creating string object with "new String(function(){return [1,2,3]}())" */ var __str = new String(function(){return [1,2,3]}()); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T1.js index 8eb6b7d234..d1d53bcbfb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T1.js @@ -4,9 +4,9 @@ /** * The [[Prototype]] property of the newly constructed object is set to the original String prototype object * - * @section: 15.5.2.1, 15.5.3.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T1.js; - * @description: Creating string object with "new String(string)" to check prototype; + * @section 15.5.2.1, 15.5.3.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T1.js + * @description Creating string object with "new String(string)" to check prototype */ var __str__obj = new String("abba"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T2.js index bfb02ed635..38ccd4f510 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T2.js @@ -4,9 +4,9 @@ /** * The [[Prototype]] property of the newly constructed object is set to the original String prototype object * - * @section: 15.5.2.1, 15.5.3.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T2.js; - * @description: Creating string object with "new String(string)" adding custom property; + * @section 15.5.2.1, 15.5.3.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A2_T2.js + * @description Creating string object with "new String(string)" adding custom property */ var __str__obj = new String("shocking blue"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A3.js index 9d34b5c02e..537656df04 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A3.js @@ -4,9 +4,9 @@ /** * The [[Class]] property of the newly constructed object is set to "String" * - * @section: 15.5.2.1; - * @path: 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A3.js; - * @description: Creating string object with "new String(string)" and changing toString property to Object.prototype.toString; + * @section 15.5.2.1 + * @path 15_Native/15.5_String_Objects/15.5.2_The_String_Constructor/S15.5.2.1_A3.js + * @description Creating string object with "new String(string)" and changing toString property to Object.prototype.toString */ var __str__obj = new String("seamaid"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A1.js index 790c1aba42..baf588872e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A1.js @@ -4,9 +4,9 @@ /** * The String has property prototype * - * @section: 15.5.3.1, 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A1.js; - * @description: Checking String.hasOwnProperty('prototype'); + * @section 15.5.3.1, 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A1.js + * @description Checking String.hasOwnProperty('prototype') */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A2.js index 9a93d00d8e..7dfe1e25cc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A2.js @@ -4,9 +4,9 @@ /** * The String.prototype property has the attribute DontEnum * - * @section: 15.5.3.1, 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A2.js; - * @description: Checking if enumerating the String.prototype property fails; + * @section 15.5.3.1, 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A2.js + * @description Checking if enumerating the String.prototype property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A3.js index 42df57da21..5100f724c3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A3.js @@ -4,9 +4,9 @@ /** * The String.prototype property has the attribute DontDelete * - * @section: 15.5.3.1, 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A3.js; - * @description: Checking if deleting the String.prototype property fails; + * @section 15.5.3.1, 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A3.js + * @description Checking if deleting the String.prototype property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A4.js index b29312e3a0..c3db7211f4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A4.js @@ -4,9 +4,9 @@ /** * The String.prototype property has the attribute ReadOnly * - * @section: 15.5.3.1, 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A4.js; - * @description: Checking if varying the String.prototype property fails; + * @section 15.5.3.1, 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.1_A4.js + * @description Checking if varying the String.prototype property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A1.js index 4e0a365f20..e84aa3a0ad 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A1.js @@ -4,9 +4,9 @@ /** * The length property of the fromCharCode function is 1 * - * @section: 15.5.3.2; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A1.js; - * @description: Checking String.fromCharCode.length; + * @section 15.5.3.2 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A1.js + * @description Checking String.fromCharCode.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A2.js index 0436dd0057..2a99d4a433 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A2.js @@ -4,9 +4,9 @@ /** * String.fromCharCode () returns empty string * - * @section: 15.5.3.2; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A2.js; - * @description: Call String.fromCharCode(); + * @section 15.5.3.2 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A2.js + * @description Call String.fromCharCode() */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T1.js index 9c86c72ec7..7368e948c0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T1.js @@ -4,9 +4,9 @@ /** * String.fromCharCode ( [ char0 [ , char1 [ , ... ] ] ] ) * - * @section: 15.5.3.2; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T1.js; - * @description: Call String.fromCharCode(65,66,66,65); + * @section 15.5.3.2 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T1.js + * @description Call String.fromCharCode(65,66,66,65) */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T2.js index 8caf48b0ca..5cf42e1595 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T2.js @@ -4,9 +4,9 @@ /** * String.fromCharCode ( [ char0 [ , char1 [ , ... ] ] ] ) * - * @section: 15.5.3.2; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T2.js; - * @description: Create function variable, that equal String.fromCharCode, delete original String.fromCharCode and use created variable; + * @section 15.5.3.2 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A3_T2.js + * @description Create function variable, that equal String.fromCharCode, delete original String.fromCharCode and use created variable */ var __fcc__func = String.fromCharCode; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A4.js index 6103c4fcad..539a2418a4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A4.js @@ -4,9 +4,9 @@ /** * String.fromCharCode has not [[construct]] method * - * @section: 15.5.3.2; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A4.js; - * @description: Checking if creating "new String.fromCharCode" fails; + * @section 15.5.3.2 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3.2_A4.js + * @description Checking if creating "new String.fromCharCode" fails */ var __fcc__func = String.fromCharCode; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A1.js index d277ad3a6a..b208827b2a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A1.js @@ -4,9 +4,9 @@ /** * String has length property whose value is 1 * - * @section: 15.5.3, 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A1.js; - * @description: Checking String.length; + * @section 15.5.3, 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A1.js + * @description Checking String.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T1.js index 19f8cb78a6..8242d7bdd8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T1.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the String constructor is the Function prototype object * - * @section: 15.5.3, 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T1.js; - * @description: Checking Function.prototype.isPrototypeOf(String); + * @section 15.5.3, 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T1.js + * @description Checking Function.prototype.isPrototypeOf(String) */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T2.js index 30d1e8a86c..881c6a0bc0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T2.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the String constructor is the Function prototype object * - * @section: 15.5.3, 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T2.js; - * @description: Add custom property to Function.prototype and check it at String; + * @section 15.5.3, 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.3_Properties_of_the_String_Constructor/S15.5.3_A2_T2.js + * @description Add custom property to Function.prototype and check it at String */ Function.prototype.indicator = 1; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A10.js index fa7d84dd01..be22568801 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.match.length property has the attribute ReadOnly * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A10.js; - * @description: Checking if varying the String.prototype.match.length property fails; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A10.js + * @description Checking if varying the String.prototype.match.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A11.js index fbaa9076a9..dac7f609b8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A11.js @@ -4,9 +4,9 @@ /** * The length property of the match method is 1 * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A11.js; - * @description: Checking String.prototype.match.length; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A11.js + * @description Checking String.prototype.match.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T1.js index a9c7fcd9f2..d321a8a0cd 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T1.js; - * @description: Arguments is true, and instance is object; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T1.js + * @description Arguments is true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T10.js index d9ff7c2ade..7135ac6df5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T10.js; - * @description: Call match (regexp) function with object argument; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T10.js + * @description Call match (regexp) function with object argument */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T11.js index 72e2e3a390..425f2c6209 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T11.js; - * @description: Override toString function, toString throw exception, then call match (regexp) function with this object as argument; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T11.js + * @description Override toString function, toString throw exception, then call match (regexp) function with this object as argument */ var __obj = {toString:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T12.js index cab4298255..d308ffd04d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T12.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T12.js; - * @description: Override toString and valueOf functions, valueOf throw exception, then call match (regexp) function with this object as argument; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T12.js + * @description Override toString and valueOf functions, valueOf throw exception, then call match (regexp) function with this object as argument */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T13.js index 7310ee239b..7ffae8f322 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T13.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T13.js; - * @description: Override toString and valueOf functions, then call match (regexp) function with this object as argument; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T13.js + * @description Override toString and valueOf functions, then call match (regexp) function with this object as argument */ var __obj = {toString:function(){return {};},valueOf:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T14.js index 42cc0ca52b..2740adecc7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T14.js; - * @description: Call match (regexp) function with RegExp object as argument from string; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T14.js + * @description Call match (regexp) function with RegExp object as argument from string */ var __reg = new RegExp("77"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T2.js index 7350e317da..7576961df8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T2.js; - * @description: Argument is function that return boolean, and instance is Boolean object; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T2.js + * @description Argument is function that return boolean, and instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T3.js index e5c366a906..1161cb85d6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T3.js + * @description Checking by using eval */ var match = String.prototype.match; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4.js index bb2068ec46..69fc969c83 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4.js; - * @description: Call match (regexp) function without arguments of string; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T4.js + * @description Call match (regexp) function without arguments of string */ var __matched = "".match(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T5.js index c926a29b65..91fb7b0495 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T5.js; - * @description: Call match (regexp) function with null argument of function object; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T5.js + * @description Call match (regexp) function with null argument of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T6.js index ae74cf65f7..d0dd48621d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T6.js; - * @description: Call match (regexp) function with x argument of new String object, where x is undefined variable; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T6.js + * @description Call match (regexp) function with x argument of new String object, where x is undefined variable */ var __matched = new String("undefined").match(x); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T7.js index edab1dcd78..f227d44edd 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T7.js; - * @description: Call match (regexp) function with undefined argument of string object; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T7.js + * @description Call match (regexp) function with undefined argument of string object */ var __matched = String("undefined").match(undefined); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T8.js index 2bfa775249..d36a797242 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T8.js; - * @description: Call match (regexp) function with void 0 argument of string object;; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T8.js + * @description Call match (regexp) function with void 0 argument of string object; */ var __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T9.js index bbcbff492e..282699c8a3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.match (regexp) * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T9.js; - * @description: Call match (regexp) function with function(){}() argument of string object; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A1_T9.js + * @description Call match (regexp) function with function(){}() argument of string object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T1.js index 853ad1b840..b61b24fc77 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T1.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T1.js; - * @description: Regular expression is 3; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T1.js + * @description Regular expression is 3 */ var __string = "1234567890"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T10.js index 3b35a0db41..c970a7cc25 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T10.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T10.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. - * And regular expression object have property lastIndex = tested_string.lastIndexOf("0"); + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T10.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. + * And regular expression object have property lastIndex = tested_string.lastIndexOf("0") */ var __string = "Boston, MA 02134"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T11.js index 96725f7c16..9647189966 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T11.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T11.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. - * And regular expression object have property lastIndex = tested_string.lastIndexOf("0")+1; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T11.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. + * And regular expression object have property lastIndex = tested_string.lastIndexOf("0")+1 */ var __string = "Boston, MA 02134"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T12.js index 0f320e4ec7..9b051de6a8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T12.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T12.js; - * @description: Regular expression is variable that have value /([\d]{5})([-\ ]?[\d]{4})?$/g; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T12.js + * @description Regular expression is variable that have value /([\d]{5})([-\ ]?[\d]{4})?$/g */ var __matches=["02134"]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T13.js index 22cce244fb..0addd31f9a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T13.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T13.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/g. - * And regular expression object have property lastIndex = 0; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T13.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/g. + * And regular expression object have property lastIndex = 0 */ var __matches=["02134"]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T14.js index f2be196eb9..01ee497be3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T14.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T14.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/g. - * And regular expression object have property lastIndex = tested_string.length; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T14.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/g. + * And regular expression object have property lastIndex = tested_string.length */ var __string = "Boston, MA 02134"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T15.js index 1cfdd8cb4a..4832974972 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T15.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T15.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. - * And regular expression object have property lastIndex = tested_string.lastIndexOf("0"); + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T15.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. + * And regular expression object have property lastIndex = tested_string.lastIndexOf("0") */ var __string = "Boston, MA 02134"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T16.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T16.js index 09014e0993..53e0102da2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T16.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T16.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T16.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. - * And regular expression object have property lastIndex = tested_string.lastIndexOf("0")+1; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T16.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. + * And regular expression object have property lastIndex = tested_string.lastIndexOf("0")+1 */ var __string = "Boston, MA 02134"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T17.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T17.js index 2c28cba132..ca15e1f8e8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T17.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T17.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T17.js; - * @description: Regular expression is /0./; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T17.js + * @description Regular expression is /0./ */ var __re = /0./; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T18.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T18.js index bfe4fd060a..0bc7515ea0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T18.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T18.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T18.js; - * @description: Regular expression is /0./. - * And regular expression object have property lastIndex = 0; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T18.js + * @description Regular expression is /0./. + * And regular expression object have property lastIndex = 0 */ var __re = /0./; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T2.js index 4ea5c048db..59d8d95d90 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T2.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T2.js; - * @description: Regular expression is /34/g; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T2.js + * @description Regular expression is /34/g */ var __matches=["34","34","34"]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T3.js index 5d53f1e020..36dd9e4eca 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T3.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T3.js; - * @description: Regular expression is /\d{1}/g; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T3.js + * @description Regular expression is /\d{1}/g */ var __matches=["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T4.js index 7dfc0d668e..a8fc91c308 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T4.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T4.js; - * @description: Regular expression is /\d{2}/g; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T4.js + * @description Regular expression is /\d{2}/g */ var __matches=["12", "34", "56", "78", "90"]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T5.js index caf796d116..83ac431384 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T5.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T5.js; - * @description: Regular expression is /\D{2}/g; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T5.js + * @description Regular expression is /\D{2}/g */ var __matches=["ab", "cd"]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T6.js index 1f77474e19..dd985519e2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T6.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T6.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is void 0; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T6.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is void 0 */ var __string = "Boston, Mass. 02134"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T7.js index 8092ce85c7..1ac2f1ceb2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T7.js @@ -4,9 +4,9 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T7.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/g; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T7.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/g */ var __matches=["02134"]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T8.js index 1ec557f255..a93c3ad633 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T8.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T8.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. - * And regular expression object have property lastIndex = 0; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T8.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. + * And regular expression object have property lastIndex = 0 */ var __matches=["02134", "02134", undefined]; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T9.js index 743789cc4f..5b950f43f3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T9.js @@ -4,10 +4,10 @@ /** * match returns array as specified in 15.10.6.2 * - * @section: 15.5.4.10, 15.10.6.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T9.js; - * @description: Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. - * And regular expression object have property lastIndex = tested_string.length; + * @section 15.5.4.10, 15.10.6.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A2_T9.js + * @description Regular expression is /([\d]{5})([-\ ]?[\d]{4})?$/. Last match is undefined. + * And regular expression object have property lastIndex = tested_string.length */ var __string = "Boston, MA 02134"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A6.js index e28fde2e6b..02fde5413c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.match has not prototype property * - * @section: 15.5.4.10, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A6.js; - * @description: Checking String.prototype.match.prototype; + * @section 15.5.4.10, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A6.js + * @description Checking String.prototype.match.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A7.js index 90efdf2b00..e0c259fb83 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.match can't be used as constructor * - * @section: 15.5.4.10, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A7.js; - * @description: Checking if creating "String.prototype.match object" fails; + * @section 15.5.4.10, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A7.js + * @description Checking if creating "String.prototype.match object" fails */ var __FACTORY = String.prototype.match; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A8.js index a29d9d3e3c..30b7f9fce6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.match.length property has the attribute DontEnum * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A8.js; - * @description: Checking if enumerating the String.prototype.match.length property fails; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A8.js + * @description Checking if enumerating the String.prototype.match.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A9.js index 1e783613c5..41b1919736 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.match.length property has the attribute DontDelete * - * @section: 15.5.4.10; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A9.js; - * @description: Checking if deleting the String.prototype.match.length property fails; + * @section 15.5.4.10 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.10_String.prototype.match/S15.5.4.10_A9.js + * @description Checking if deleting the String.prototype.match.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A10.js index 69f2128e85..d6c6329edb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.replace.length property has the attribute ReadOnly * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A10.js; - * @description: Checking if varying the String.prototype.replace.length property fails; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A10.js + * @description Checking if varying the String.prototype.replace.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A11.js index 330a36dc8b..3e7e08e865 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A11.js @@ -4,9 +4,9 @@ /** * The length property of the replace method is 2 * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A11.js; - * @description: Checking String.prototype.replace.length; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A11.js + * @description Checking String.prototype.replace.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A12.js index 28ae153610..8645e0eeca 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A12.js @@ -4,9 +4,9 @@ /** * Call replaceValue passing undefined as the this value * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A12.js; - * @description: replaceValue tests that its this value is undefined; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A12.js + * @description replaceValue tests that its this value is undefined */ var global = this; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T1.js index d0e3d496eb..c64fe7e80b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T1.js; - * @description: Arguments are true and 1, and instance is object; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T1.js + * @description Arguments are true and 1, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T10.js index b375601cbe..ec8fb29dec 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T10.js; - * @description: Call replace (searchValue, replaceValue) function with object and function arguments of string. Object have overrided toString function; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T10.js + * @description Call replace (searchValue, replaceValue) function with object and function arguments of string. Object have overrided toString function */ var __obj = {toString:function(){return "\u0041B";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11.js index 582edf31c1..827e23cd02 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11.js; - * @description: Call replace (searchValue, replaceValue) function with objects arguments of string object. Objects have overrided toString function, that throw exception; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T11.js + * @description Call replace (searchValue, replaceValue) function with objects arguments of string object. Objects have overrided toString function, that throw exception */ var __obj = {toString:function(){throw "insearchValue";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12.js index 982fe525e5..e238c83254 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12.js @@ -4,11 +4,11 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12.js; - * @description: Call replace (searchValue, replaceValue) function with objects arguments of String object. + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T12.js + * @description Call replace (searchValue, replaceValue) function with objects arguments of String object. * First objects have overrided toString and valueOf functions, valueOf throw exception. - * Second objects have overrided toString function, that throw exception; + * Second objects have overrided toString function, that throw exception */ var __obj = {toString:function(){return {};}, valueOf:function(){throw "insearchValue";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T13.js index 4a4ec68ef2..7511464fab 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T13.js @@ -4,11 +4,11 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T13.js; - * @description: Call replace (searchValue, replaceValue) function with objects arguments of string. + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T13.js + * @description Call replace (searchValue, replaceValue) function with objects arguments of string. * First objects have overrided toString and valueOf functions. - * Second objects have overrided toString function, that throw exception; + * Second objects have overrided toString function, that throw exception */ var __obj = {toString:function(){return {};}, valueOf:function(){return 1;}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T14.js index dc6aeb55f4..078c55be68 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T14.js; - * @description: Instance is string, searchValue is regular expression; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T14.js + * @description Instance is string, searchValue is regular expression */ var __reg = new RegExp("77"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T15.js index f781e9a117..c1554a2bd3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T15.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T15.js; - * @description: Instance is Object, searchValue is regular expression; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T15.js + * @description Instance is Object, searchValue is regular expression */ var __obj = {toString:function(){return /77/}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T16.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T16.js index f6952be465..bfda355b91 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T16.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T16.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T16.js; - * @description: Instance is Number, searchValue is regular expression; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T16.js + * @description Instance is Number, searchValue is regular expression */ var __re = /77/; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T17.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T17.js index 125916324d..f35ac42451 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T17.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T17.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T17.js; - * @description: Instance is String object, searchValue is regular expression; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T17.js + * @description Instance is String object, searchValue is regular expression */ var __re = new RegExp(x,"g"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T2.js index 38445244da..086ba900f9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T2.js; - * @description: Argument is function that return boolean, and instance is Boolean object; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T2.js + * @description Argument is function that return boolean, and instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T3.js index 07d70f64f3..eff9cae5b1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T3.js + * @description Checking by using eval */ replace = String.prototype.replace; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T4.js index 9f6147aa61..ecaae585b2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T4.js; - * @description: Call replace (searchValue, replaceValue) function with null and function(a1,a2,a3){return a2+"";} arguments of function object; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T4.js + * @description Call replace (searchValue, replaceValue) function with null and function(a1,a2,a3){return a2+"";} arguments of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T5.js index 5797a5dfb4..191204ff53 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T5.js; - * @description: Call replace (searchValue, replaceValue) function with null and Function() arguments of function object; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T5.js + * @description Call replace (searchValue, replaceValue) function with null and Function() arguments of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T6.js index 585f4cf408..d3491c5e83 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T6.js; - * @description: Call replace (searchValue, replaceValue) function with x and Function("return arguments[1]+42;") arguments of new String object. x is undefined variable; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T6.js + * @description Call replace (searchValue, replaceValue) function with x and Function("return arguments[1]+42;") arguments of new String object. x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T7.js index 4dcd569359..e6fb46b7f8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T7.js; - * @description: Call replace (searchValue, replaceValue) function with string and undefined arguments of String object; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T7.js + * @description Call replace (searchValue, replaceValue) function with string and undefined arguments of String object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T8.js index d16dc3586c..e7c485f387 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T8.js; - * @description: Call replace (searchValue, replaceValue) function with regular expression and void 0 arguments of String object; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T8.js + * @description Call replace (searchValue, replaceValue) function with regular expression and void 0 arguments of String object */ var __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T9.js index 570d8c67ec..3fc2a5c391 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.replace (searchValue, replaceValue) * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T9.js; - * @description: Call replace (searchValue, replaceValue) function with functions arguments of new String object; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A1_T9.js + * @description Call replace (searchValue, replaceValue) function with functions arguments of new String object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T1.js index 3eebc8acf2..10cd5f1f41 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T1.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T1.js; - * @description: Don`t use $ in replaceValue, searchValue is regular expression /sh/g; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T1.js + * @description Don`t use $ in replaceValue, searchValue is regular expression /sh/g */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T10.js index b1cf3eb2d0..92222ba60b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T10.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T10.js; - * @description: Use $' in replaceValue, searchValue is regular expression /sh/; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T10.js + * @description Use $' in replaceValue, searchValue is regular expression /sh/ */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T2.js index e2a0914b67..a8d5e869af 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T2.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T2.js; - * @description: Use $$ in replaceValue, searchValue is regular expression /sh/g; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T2.js + * @description Use $$ in replaceValue, searchValue is regular expression /sh/g */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T3.js index 2479d32936..c66ce70b3b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T3.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T3.js; - * @description: Use $& in replaceValue, searchValue is regular expression /sh/g; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T3.js + * @description Use $& in replaceValue, searchValue is regular expression /sh/g */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T4.js index 5e174dafbf..9e05da87e7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T4.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T4.js; - * @description: Use $` in replaceValue, searchValue is regular expression /sh/g; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T4.js + * @description Use $` in replaceValue, searchValue is regular expression /sh/g */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T5.js index fb61493a7a..7879f0abe1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T5.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T5.js; - * @description: Use $' in replaceValue, searchValue is regular expression /sh/g; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T5.js + * @description Use $' in replaceValue, searchValue is regular expression /sh/g */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T6.js index 215e460389..a8806fae16 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T6.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T6.js; - * @description: Don`t use $ in replaceValue, searchValue is regular expression /sh/; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T6.js + * @description Don`t use $ in replaceValue, searchValue is regular expression /sh/ */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T7.js index 87e2e8e6b2..81e78da955 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T7.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T7.js; - * @description: Use $$ in replaceValue, searchValue is regular expression /sh/; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T7.js + * @description Use $$ in replaceValue, searchValue is regular expression /sh/ */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T8.js index 5984dedbf0..640b1afff1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T8.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T8.js; - * @description: Use $& in replaceValue, searchValue is regular expression /sh/; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T8.js + * @description Use $& in replaceValue, searchValue is regular expression /sh/ */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T9.js index 9e1ba014a4..f7e4c86dfc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T9.js @@ -5,9 +5,9 @@ * The $ replacements are done left-to-right, and, once such are placement is performed, the new * replacement text is not subject to further replacements * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T9.js; - * @description: Use $` in replaceValue, searchValue is regular expression /sh/; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A2_T9.js + * @description Use $` in replaceValue, searchValue is regular expression /sh/ */ var __str = 'She sells seashells by the seashore.'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T1.js index e91f4a3206..e04f7cfee5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T1.js @@ -4,9 +4,9 @@ /** * replace with regexp /(uid=)(\d+)/ returns * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T1.js; - * @description: replaceValue is "$11" + 15; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T1.js + * @description replaceValue is "$11" + 15 */ var __str = 'uid=31'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T2.js index 27814616c1..38f2cf88ab 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T2.js @@ -4,9 +4,9 @@ /** * replace with regexp /(uid=)(\d+)/ returns * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T2.js; - * @description: replaceValue is "$11" + '15'; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T2.js + * @description replaceValue is "$11" + '15' */ var __str = 'uid=31'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T3.js index b734fb3b1d..d7f9edead0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T3.js @@ -4,9 +4,9 @@ /** * replace with regexp /(uid=)(\d+)/ returns * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T3.js; - * @description: replaceValue is "$11" + 'A15'; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A3_T3.js + * @description replaceValue is "$11" + 'A15' */ var __str = 'uid=31'; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T1.js index b99e59e186..2194a6da23 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T1.js @@ -4,9 +4,9 @@ /** * replace with regexp /([a-z]+)([0-9]+)/ and replace function returns * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T1.js; - * @description: searchValue is /([a-z]+)([0-9]+)/; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T1.js + * @description searchValue is /([a-z]+)([0-9]+)/ */ var __str = "abc12 def34"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T2.js index d1ae4f617e..bfd2105a14 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T2.js @@ -4,9 +4,9 @@ /** * replace with regexp /([a-z]+)([0-9]+)/ and replace function returns * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T2.js; - * @description: searchValue is /([a-z]+)([0-9]+)/g; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T2.js + * @description searchValue is /([a-z]+)([0-9]+)/g */ var __str = "abc12 def34"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T3.js index 51d588f9b5..6859a1cc5c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T3.js @@ -4,9 +4,9 @@ /** * replace with regexp /([a-z]+)([0-9]+)/ and replace function returns * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T3.js; - * @description: searchValue is /([a-z]+)([0-9]+)/i; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T3.js + * @description searchValue is /([a-z]+)([0-9]+)/i */ var __str = "aBc12 def34"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T4.js index df1482a69b..27924820bd 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T4.js @@ -4,9 +4,9 @@ /** * replace with regexp /([a-z]+)([0-9]+)/ and replace function returns * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T4.js; - * @description: searchValue is /([a-z]+)([0-9]+)/ig; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A4_T4.js + * @description searchValue is /([a-z]+)([0-9]+)/ig */ var __str = "aBc12 dEf34"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A5_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A5_T1.js index 6aa4d55fb9..b3c71621d5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A5_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A5_T1.js @@ -4,9 +4,9 @@ /** * Use replace with regexp as searchValue and use $ in replaceValue * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A5_T1.js; - * @description: searchValue is regexp /^(a+)\1*,\1+$/ and replaceValue is "$1"; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A5_T1.js + * @description searchValue is regexp /^(a+)\1*,\1+$/ and replaceValue is "$1" */ var __str = "aaaaaaaaaa,aaaaaaaaaaaaaaa"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A6.js index fbeeee299a..caf9614aaf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.replace has not prototype property * - * @section: 15.5.4.11, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A6.js; - * @description: Checking String.prototype.replace.prototype;; + * @section 15.5.4.11, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A6.js + * @description Checking String.prototype.replace.prototype; */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A7.js index fecd809a74..39a9abe128 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.replace can't be used as constructor * - * @section: 15.5.4.11, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A7.js; - * @description: Checking if creating the String.prototype.replace object fails; + * @section 15.5.4.11, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A7.js + * @description Checking if creating the String.prototype.replace object fails */ var __FACTORY = String.prototype.replace; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A8.js index f4a44d978d..9eac8b78de 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.replace.length property has the attribute DontEnum * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A8.js; - * @description: Checking if enumerating the String.prototype.replace.length property fails; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A8.js + * @description Checking if enumerating the String.prototype.replace.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A9.js index 32802bdc5f..9399fb3c9a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.replace.length property has the attribute DontDelete * - * @section: 15.5.4.11; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A9.js; - * @description: Checking if deleting the String.prototype.replace.length property fails; + * @section 15.5.4.11 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.11_String.prototype.replace/S15.5.4.11_A9.js + * @description Checking if deleting the String.prototype.replace.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1.1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1.1_T1.js index 47651a7303..20d8d4d252 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1.1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1.1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) without arguments behaves like with argument "undefined" * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1.1_T1.js; - * @description: Call search() is the same search(undefined); + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1.1_T1.js + * @description Call search() is the same search(undefined) */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A10.js index c73fc44c18..ab403fc6df 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.search.length property has the attribute ReadOnly * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A10.js; - * @description: Checking if varying the String.prototype.search.length property fails; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A10.js + * @description Checking if varying the String.prototype.search.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A11.js index 8bf97b97bd..42ed8b944e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A11.js @@ -4,9 +4,9 @@ /** * The length property of the search method is 1 * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A11.js; - * @description: Checking String.prototype.search.length; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A11.js + * @description Checking String.prototype.search.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T1.js index e26c795960..a0ef0bf4ae 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T1.js; - * @description: Argument is true, and instance is object; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T1.js + * @description Argument is true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T10.js index fe3cd56f1f..e25801b721 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T10.js @@ -4,10 +4,10 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T10.js; - * @description: Argument is object, and instance is string. - * Object with overrided toString function; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T10.js + * @description Argument is object, and instance is string. + * Object with overrided toString function */ var __obj = {toString:function(){return "\u0041B";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T11.js index 195a3d7bc5..f39fc81978 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T11.js @@ -4,10 +4,10 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T11.js; - * @description: Argument is object, and instance is string. - * Object with overrided toString function, that throw exception; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T11.js + * @description Argument is object, and instance is string. + * Object with overrided toString function, that throw exception */ var __obj = {toString:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T12.js index 06a137b5a9..4ca3ae323a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T12.js @@ -4,10 +4,10 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T12.js; - * @description: Argument is object, and instance is string. - * Object with overrided toString and valueOf functions, valueOf throw exception; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T12.js + * @description Argument is object, and instance is string. + * Object with overrided toString and valueOf functions, valueOf throw exception */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T13.js index 7cd7de158f..a9be45e640 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T13.js @@ -4,10 +4,10 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T13.js; - * @description: Argument is object, and instance is string. - * Object with overrided toString and valueOf functions; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T13.js + * @description Argument is object, and instance is string. + * Object with overrided toString and valueOf functions */ var __obj = {toString:function(){return {};},valueOf:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T14.js index 2907d24416..12243848f9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T14.js; - * @description: Instance is string, argument is regular expression; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T14.js + * @description Instance is string, argument is regular expression */ var __reg = new RegExp("77"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T2.js index d05162a70c..66470ee23c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T2.js; - * @description: Argument is function call, and instance is Boolean; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T2.js + * @description Argument is function call, and instance is Boolean */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3.js index d1e3def22b..993d5c407d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3.js + * @description Checking by using eval */ var search = String.prototype.search; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T4.js index 7a90abbd05..b793d828b8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T4.js; - * @description: Call search (regexp) without arguments; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T4.js + * @description Call search (regexp) without arguments */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T5.js index a9c537ad26..e26c8a9599 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T5.js; - * @description: Argument is null, and instance is function call, that return string; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T5.js + * @description Argument is null, and instance is function call, that return string */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T6.js index ea53ce28de..72107f1fd3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T6.js; - * @description: Argument is x, and instance is new String, x is undefined variable; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T6.js + * @description Argument is x, and instance is new String, x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T7.js index fce659665c..edf713e5d6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T7.js; - * @description: Argument is undefined, and instance is new String; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T7.js + * @description Argument is undefined, and instance is new String */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T8.js index 928bfad7dc..fe245348e9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T8.js; - * @description: Argument is void 0, and instance is String object with overrided toString function; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T8.js + * @description Argument is void 0, and instance is String object with overrided toString function */ var __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T9.js index aa669cb1a5..70d267aa6a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T9.js; - * @description: Argument is function call, and instance is String object with overrided toString and valueOf functions; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T9.js + * @description Argument is function call, and instance is String object with overrided toString and valueOf functions */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T1.js index 12859f5004..d0fcbfd4e9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) returns ... * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T1.js; - * @description: Simple search substring inside string; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T1.js + * @description Simple search substring inside string */ var aString = new String("test string"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T2.js index ba0d1c3019..a8f7c40501 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) returns ... * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T2.js; - * @description: Checking case sensitive of search, argument is string; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T2.js + * @description Checking case sensitive of search, argument is string */ var aString = new String("test string"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T3.js index 7adeaa07b8..6bac09e96c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) returns ... * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T3.js; - * @description: Checking disabling of case sensitive of search, argument is RegExp; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T3.js + * @description Checking disabling of case sensitive of search, argument is RegExp */ var aString = new String("test string"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T4.js index 2f5a684504..12dd213966 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) returns ... * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T4.js; - * @description: Checking case sensitive of search, argument is RegExp with uppercase symbols; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T4.js + * @description Checking case sensitive of search, argument is RegExp with uppercase symbols */ var bString = new String("one two three four five"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T5.js index 822616eee7..4b41a6b5f7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) returns ... * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T5.js; - * @description: Checking case sensitive of search, argument is RegExp without uppercase symbols; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T5.js + * @description Checking case sensitive of search, argument is RegExp without uppercase symbols */ var bString = new String("one two three four five"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T6.js index 04d1c9443b..27e7ba3815 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) returns ... * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T6.js; - * @description: Searching the non-existent "notexist" substring; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T6.js + * @description Searching the non-existent "notexist" substring */ var aString = new String("test string"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T7.js index f88651b88f..5a8e6fe435 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) returns ... * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T7.js; - * @description: Simple search sentence inside string; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A2_T7.js + * @description Simple search sentence inside string */ var aString = new String("test string probe"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T1.js index 2b66f955b0..a9a69eeac5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) ignores global properties of regexp * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T1.js; - * @description: Checking results of search regexp with and without global properties; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T1.js + * @description Checking results of search regexp with and without global properties */ var aString = new String("power of the power of the power of the power of the power of the power of the great sword"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T2.js index 96b5f9587b..71a5d024c9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.search (regexp) ignores global properties of regexp * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T2.js; - * @description: Checking results of search regexp with and without global properties. Unicode symbols used; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A3_T2.js + * @description Checking results of search regexp with and without global properties. Unicode symbols used */ var aString = new String("power \u006F\u0066 the power of the power \u006F\u0066 the power of the power \u006F\u0066 the power of the great sword"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A6.js index 1ec0a80196..6a98386ca5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.search has not prototype property * - * @section: 15.5.4.12, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A6.js; - * @description: Checking String.prototype.search.prototype; + * @section 15.5.4.12, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A6.js + * @description Checking String.prototype.search.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A7.js index 479bd6480c..aad5f84d2d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.search can't be used as constructor * - * @section: 15.5.4.12, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A7.js; - * @description: Checking if creating the String.prototype.search object fails; + * @section 15.5.4.12, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A7.js + * @description Checking if creating the String.prototype.search object fails */ var __FACTORY = String.prototype.search; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A8.js index c0768f0751..73abfb6931 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.search.length property has the attribute DontEnum * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A8.js; - * @description: Checking if enumerating the String.prototype.search.length property fails; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A8.js + * @description Checking if enumerating the String.prototype.search.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A9.js index e9a19b5d51..57b52c3b42 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.search.length property has the attribute DontDelete * - * @section: 15.5.4.12; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A9.js; - * @description: Checking if deleting the String.prototype.search.length property fails; + * @section 15.5.4.12 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.12_String.prototype.search/S15.5.4.12_A9.js + * @description Checking if deleting the String.prototype.search.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A10.js index 508484d021..db6fc22797 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.slice.length property has the attribute ReadOnly * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A10.js; - * @description: Checking if varying the String.prototype.slice.length property fails; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A10.js + * @description Checking if varying the String.prototype.slice.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A11.js index 1864151749..15dfcb21f2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A11.js @@ -4,9 +4,9 @@ /** * The length property of the slice method is 2 * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A11.js; - * @description: Checking String.prototype.slice.length; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A11.js + * @description Checking String.prototype.slice.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T1.js index 47df8f1d04..f1b5149b93 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T1.js; - * @description: Arguments are false and true, and instance is object; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T1.js + * @description Arguments are false and true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T10.js index 4fea943651..06a8d1cbbb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T10.js; - * @description: Arguments are object and function call, and instance is String, object have overrided valueOf function; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T10.js + * @description Arguments are object and function call, and instance is String, object have overrided valueOf function */ var __obj = {valueOf:function(){return 2;}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T11.js index f771e99b03..26a7efe609 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T11.js; - * @description: Arguments are objects, and instance is string, objects have overrided valueOf function, that return exception; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T11.js + * @description Arguments are objects, and instance is string, objects have overrided valueOf function, that return exception */ var __obj = {valueOf:function(){throw "instart";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T12.js index 7b9f0237b1..02316c2abb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T12.js @@ -4,11 +4,11 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T12.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T12.js + * @description Arguments are objects, and instance is string. * First object have overrided valueOf function and toString function, that return exception. - * Second object have overrided valueOf function, that return exception; + * Second object have overrided valueOf function, that return exception */ var __obj = {valueOf:function(){return {};}, toString:function(){throw "instart";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T13.js index de5b28850a..b456f32f1f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T13.js @@ -4,11 +4,11 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T13.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T13.js + * @description Arguments are objects, and instance is string. * First object have overrided valueOf and toString functions. - * Second object have overrided toString function, that return exception; + * Second object have overrided toString function, that return exception */ var __obj = {valueOf:function(){return {};}, toString:function(){return 1;}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T14.js index 5eb1b56e74..69db082483 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T14.js; - * @description: Used one argument, that is function(){}(). Instance is string; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T14.js + * @description Used one argument, that is function(){}(). Instance is string */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T15.js index 54618c38aa..cedcfcffd6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T15.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T15.js; - * @description: Call slice without arguments. Instance is Number with prototype.slice = String.prototype.slice; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T15.js + * @description Call slice without arguments. Instance is Number with prototype.slice = String.prototype.slice */ var __num = 11.001002; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T2.js index 1a336b84a5..ea135932ea 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T2.js; - * @description: Arguments are function call and x, and instance is Boolean. x is undefined variable; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T2.js + * @description Arguments are function call and x, and instance is Boolean. x is undefined variable */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T3.js index 7777f2586d..9aceb30e8c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T3.js + * @description Checking by using eval */ var slice = String.prototype.slice; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T4.js index 742a538b5f..316ce46bce 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T4.js; - * @description: Arguments are null and number, and instance is function call, that returned string; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T4.js + * @description Arguments are null and number, and instance is function call, that returned string */ //since ToInteger(null) yelds 0 diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T5.js index dac258ce96..ad6e620072 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T5.js; - * @description: Arguments are null and call other slice(start, end), and instance is function object, that have overrided valueOf and toString functions; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T5.js + * @description Arguments are null and call other slice(start, end), and instance is function object, that have overrided valueOf and toString functions */ __func.valueOf=function(){return "gnulluna"}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T6.js index e73f560336..8be4d40f90 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T6.js; - * @description: Arguments are x and number, and instance is new String, x is undefined variable; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T6.js + * @description Arguments are x and number, and instance is new String, x is undefined variable */ //since ToInteger(undefined yelds 0) diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T7.js index d069b4bea3..b185ed6524 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T7.js; - * @description: Arguments are symbol and undefined, and instance is String; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T7.js + * @description Arguments are symbol and undefined, and instance is String */ //since ToInteger("e") yelds 0 diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T8.js index 3238827871..496e186b3b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T8.js; - * @description: Arguments are negative number and void 0, and instance is String(object), object have overrided toString function; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T8.js + * @description Arguments are negative number and void 0, and instance is String(object), object have overrided toString function */ __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T9.js index c29b86eb11..788f333164 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T9.js; - * @description: Arguments are undefined and object, and instance is String(object), object have overrided valueOf and toString functions; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A1_T9.js + * @description Arguments are undefined and object, and instance is String(object), object have overrided valueOf and toString functions */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T1.js index cca28d9d88..027a437745 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T1.js; - * @description: Checking type of slice(); + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T1.js + * @description Checking type of slice() */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T2.js index 0c5e31ffd4..44b4e4d05b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T2.js; - * @description: start is NaN, end is Infinity; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T2.js + * @description start is NaN, end is Infinity */ var __string = new String('this is a string object'); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T3.js index 824c3e1fef..e027079dac 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T3.js; - * @description: Call slice from empty String object; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T3.js + * @description Call slice from empty String object */ var __string = new String(""); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T4.js index 382ec02d3b..24d179a838 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T4.js; - * @description: start is Infinity, end is NaN; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T4.js + * @description start is Infinity, end is NaN */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T5.js index 065fc6c687..b9a129ba1c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T5.js; - * @description: start is Infinity, end is Infinity; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T5.js + * @description start is Infinity, end is Infinity */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T6.js index dd4db3de24..767422fd31 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T6.js; - * @description: start is negative float number, end is 0; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T6.js + * @description start is negative float number, end is 0 */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T7.js index 4d54755ea1..837d434442 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T7.js; - * @description: start is tested_string.length, end is tested_string.length; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T7.js + * @description start is tested_string.length, end is tested_string.length */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T8.js index 0f0801d924..8c249646ef 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T8.js; - * @description: start is tested_string.length+1, end is 0; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T8.js + * @description start is tested_string.length+1, end is 0 */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T9.js index 7980832f06..c240cfe484 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) returns a string value(not object) * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T9.js; - * @description: start is -Infinity, end is -Infinity; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A2_T9.js + * @description start is -Infinity, end is -Infinity */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T1.js index 096d110b53..b4a0b70bdf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) can be applied to object instances * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T1.js; - * @description: Apply String.prototype.slice to Object instance; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T1.js + * @description Apply String.prototype.slice to Object instance */ var __instance = new Object(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T2.js index 20f46f521a..683effb59e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) can be applied to object instances * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T2.js; - * @description: Apply String.prototype.slice to Object instance, use other value for start and end values; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T2.js + * @description Apply String.prototype.slice to Object instance, use other value for start and end values */ var __instance = new Object(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T3.js index f86a62a505..8481ad2ce7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) can be applied to object instances * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T3.js; - * @description: Apply String.prototype.slice to Object instance, and call instance.slice(...).slice(...); + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T3.js + * @description Apply String.prototype.slice to Object instance, and call instance.slice(...).slice(...) */ var __instance = function(){}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T4.js index a29093582f..6f85c03a8d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.slice (start, end) can be applied to object instances * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T4.js; - * @description: Checknig if applying String.prototype.slice to Function object instance passes; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A3_T4.js + * @description Checknig if applying String.prototype.slice to Function object instance passes */ __FACTORY.prototype.toString = function() { return this.value+''; }; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A6.js index c3ffe7da67..209ae91cd9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.slice has not prototype property * - * @section: 15.5.4.13, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A6.js; - * @description: Checking String.prototype.slice.prototype; + * @section 15.5.4.13, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A6.js + * @description Checking String.prototype.slice.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A7.js index 800bacf93a..c6d604540b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.slice can't be used as constructor * - * @section: 15.5.4.13, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A7.js; - * @description: Checking if creating the String.prototype.slice object fails; + * @section 15.5.4.13, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A7.js + * @description Checking if creating the String.prototype.slice object fails */ var __FACTORY = String.prototype.slice; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A8.js index 78bb57dabc..842f50abb1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.slice.length property has the attribute DontEnum * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A8.js; - * @description: Checking if enumerating the String.prototype.slice.length property fails; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A8.js + * @description Checking if enumerating the String.prototype.slice.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A9.js index 1043c3c6ed..b1368682ac 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.slice.length property has the attribute DontDelete * - * @section: 15.5.4.13; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A9.js; - * @description: Checking if deleting the String.prototype.slice.length property fails; + * @section 15.5.4.13 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.13_String.prototype.slice/S15.5.4.13_A9.js + * @description Checking if deleting the String.prototype.slice.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A10.js index 1bca329604..bf28cadded 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.split.length property has the attribute ReadOnly * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A10.js; - * @description: Checking if varying the String.prototype.split.length property fails; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A10.js + * @description Checking if varying the String.prototype.split.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A11.js index 6372c15f06..bd0204e169 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A11.js @@ -4,9 +4,9 @@ /** * The length property of the split method is 2 * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A11.js; - * @description: Checking String.prototype.split.length; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A11.js + * @description Checking String.prototype.split.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T1.js index ce2d036a56..d52e6c8b71 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T1.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T1.js; - * @description: Arguments are false and true, and instance is object; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T1.js + * @description Arguments are false and true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T10.js index 4b9e0652bb..844a309b0a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T10.js @@ -8,11 +8,11 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T10.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T10.js + * @description Arguments are objects, and instance is string. * First object have overrided toString function. - * Second object have overrided valueOf function; + * Second object have overrided valueOf function */ var __obj = {toString:function(){return "\u0042B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T11.js index 4a8c7f24b6..1af212777a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T11.js @@ -8,11 +8,11 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T11.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T11.js + * @description Arguments are objects, and instance is string. * First object have overrided toString function. - * Second object have overrided valueOf function, that throw exception; + * Second object have overrided valueOf function, that throw exception */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T12.js index ccfa154e96..bb430d0678 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T12.js @@ -8,11 +8,11 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T12.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T12.js + * @description Arguments are objects, and instance is string. * First object have overrided toString function. - * Second object have overrided valueOf function and toString function, that throw exception; + * Second object have overrided valueOf function and toString function, that throw exception */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T13.js index e43fb2a799..18773c2e49 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T13.js @@ -8,11 +8,11 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T13.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T13.js + * @description Arguments are objects, and instance is string. * First object have overrided toString function. - * Second object have overrided valueOf and toString functions; + * Second object have overrided valueOf and toString functions */ var __obj = {toString:function(){return "\u0042\u0042";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T14.js index 7612c7f52b..5302633331 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T14.js @@ -8,11 +8,11 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T14.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T14.js + * @description Arguments are objects, and instance is string. * First object have overrided toString function, that throw exception. - * Second object have overrided valueOf function, that throw exception; + * Second object have overrided valueOf function, that throw exception */ var __obj = {toString:function(){throw "intostr";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T15.js index 27d6934a4a..4862154151 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T15.js @@ -8,11 +8,11 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T15.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T15.js + * @description Arguments are objects, and instance is string. * First object have overrided toString function and valueOf function, that throw exception. - * Second object have overrided valueOf function, that throw exception; + * Second object have overrided valueOf function, that throw exception */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T16.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T16.js index 4dbd2a1946..417c9cd834 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T16.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T16.js @@ -8,10 +8,10 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T16.js; - * @description: Argument is object, and instance is Number. - * Object have overrided toString function, that return regexp; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T16.js + * @description Argument is object, and instance is Number. + * Object have overrided toString function, that return regexp */ var __obj = {toString:function(){return /\u0037\u0037/g;}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T17.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T17.js index 7a49b4159f..095787fb06 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T17.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T17.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T17.js; - * @description: Argument is regexp, and instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T17.js + * @description Argument is regexp, and instance is Number */ var __re = /\u0037\u0037/g; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T18.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T18.js index 212728d9b7..860b0c0efe 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T18.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T18.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T18.js; - * @description: Checking by using eval; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T18.js + * @description Checking by using eval */ var __re = new RegExp("00"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T2.js index b49fa026e9..71998afa20 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T2.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T2.js; - * @description: Arguments are boolean expression, function call and null, and instance is Boolean; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T2.js + * @description Arguments are boolean expression, function call and null, and instance is Boolean */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T3.js index 9e98f01489..524325accb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T3.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T3.js + * @description Checking by using eval */ var split = String.prototype.split; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T4.js index 51a63c1059..60b32e96a7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T4.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T4.js; - * @description: Call split without arguments, and instance is empty string; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T4.js + * @description Call split without arguments, and instance is empty string */ //since ToString() evaluates to "" split() evaluates to split("",0) diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T5.js index 1e14fded96..a8268b99a4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T5.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T5.js; - * @description: Argument is null, and instance is function call that returned string; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T5.js + * @description Argument is null, and instance is function call that returned string */ //since ToString(null) evaluates to "null" split(null) evaluates to split("null",0) diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6.js index 46613e569f..a6ec643f09 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6.js; - * @description: Argument is x, and instance is new String. x is undefined variable; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6.js + * @description Argument is x, and instance is new String. x is undefined variable */ //since ToString(undefined) evaluates to "" split(undefined) evaluates to split("",0) diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7.js index 2eb02c0475..324cf39ff0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7.js; - * @description: Argument is undefined, and instance is String; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7.js + * @description Argument is undefined, and instance is String */ //since ToString(undefined) evaluates to "undefined" split(undefined) evaluates to split("undefined",0) diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8.js index 2299c727ce..286cad0b52 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8.js; - * @description: Argument is void 0, and instance is String(object), object have overrided toString function; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8.js + * @description Argument is void 0, and instance is String(object), object have overrided toString function */ var __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9.js index 2487f15d01..5f2ebd0cba 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9.js @@ -8,9 +8,9 @@ * ii) if separator is not RegExp ToString(separator) performs and * iii) ToInteger(limit) performs * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9.js; - * @description: Argument is function(){}(), and instance is String(object), object have overrided toString and valueOf functions; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9.js + * @description Argument is function(){}(), and instance is String(object), object have overrided toString and valueOf functions */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T1.js index 788ad4f235..12dc2d57bf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T1.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T1.js; - * @description: Call split(","), instance is String("one,two,three,four,five"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T1.js + * @description Call split(","), instance is String("one,two,three,four,five") */ var __string = new String("one,two,three,four,five"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T10.js index 1f4d8e21ec..add6ec7dbf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T10.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T10.js; - * @description: Call split(123), instance is "this123is123a123string123object"; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T10.js + * @description Call split(123), instance is "this123is123a123string123object" */ var __string = "this123is123a123string123object"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T11.js index bdccf5b0a2..1fbede43e2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T11.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T11.js; - * @description: Call split(":"), instance is String("one-1,two-2,four-4"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T11.js + * @description Call split(":"), instance is String("one-1,two-2,four-4") */ var __string = new String("one-1,two-2,four-4"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T12.js index db268b020a..9c3cd6d5f0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T12.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T12.js; - * @description: Call split("r-42"), instance is String("one-1 two-2 four-4"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T12.js + * @description Call split("r-42"), instance is String("one-1 two-2 four-4") */ var __string = new String("one-1 two-2 four-4"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T13.js index 6dddcb749a..5e783c1b21 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T13.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T13.js; - * @description: Call split("-4"), instance is String("one-1 two-2 four-4"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T13.js + * @description Call split("-4"), instance is String("one-1 two-2 four-4") */ var __string = new String("one-1 two-2 four-4"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T14.js index 6adb20481c..b46df638bc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T14.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T14.js; - * @description: Call split("on"), instance is String("one-1 two-2 four-4"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T14.js + * @description Call split("on"), instance is String("one-1 two-2 four-4") */ var __string = new String("one-1 two-2 four-4"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T15.js index 680114a074..1379e28adc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T15.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T15.js; - * @description: Call split(""), instance is empty String object; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T15.js + * @description Call split(""), instance is empty String object */ var __string = new String(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T16.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T16.js index 4751792d5d..9e2045d950 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T16.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T16.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T16.js; - * @description: Call split(" "), instance is empty String object; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T16.js + * @description Call split(" "), instance is empty String object */ var __string = new String(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T17.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T17.js index d93f6fe2f3..1d3540aacf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T17.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T17.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T17.js; - * @description: Call split(""), instance is String(" "); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T17.js + * @description Call split(""), instance is String(" ") */ var __string = new String(" "); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T18.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T18.js index d9a4cbf161..ac49f626d9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T18.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T18.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T18.js; - * @description: Call split(" "), instance is String(" "); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T18.js + * @description Call split(" "), instance is String(" ") */ var __string = new String(" "); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T19.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T19.js index a887a03f48..b0cb11e019 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T19.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T19.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T19.js; - * @description: Call split("x"), instance is empty string; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T19.js + * @description Call split("x"), instance is empty string */ var __string = ""; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T2.js index 9922008fb6..c7a70de17b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T2.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T2.js; - * @description: Call split(" "), instance is String("one two three four five"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T2.js + * @description Call split(" "), instance is String("one two three four five") */ var __string = new String("one two three four five"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T20.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T20.js index 0ae155d39e..a732e76b43 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T20.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T20.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T20.js; - * @description: Call split(new RegExp); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T20.js + * @description Call split(new RegExp) */ var __string = new String("one-1 two-2 three-3"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T21.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T21.js index 63e85c81c6..511b1124a5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T21.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T21.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T21.js; - * @description: Call split("ll"), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T21.js + * @description Call split("ll"), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T22.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T22.js index 98abb65d84..ddca04d76e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T22.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T22.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T22.js; - * @description: Call split("l"), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T22.js + * @description Call split("l"), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T23.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T23.js index b8df7ffa04..75e4f87573 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T23.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T23.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T23.js; - * @description: Call split("x"), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T23.js + * @description Call split("x"), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T24.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T24.js index 35acec9053..ce28e828e5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T24.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T24.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T24.js; - * @description: Call split("h"), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T24.js + * @description Call split("h"), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T25.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T25.js index 0349cf2820..3998513043 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T25.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T25.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T25.js; - * @description: Call split("o"), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T25.js + * @description Call split("o"), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T26.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T26.js index f8e534e1af..a35143fcdc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T26.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T26.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T26.js; - * @description: Call split("hello"), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T26.js + * @description Call split("hello"), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T27.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T27.js index 124254147c..b8e8ac0089 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T27.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T27.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T27.js; - * @description: Call split(undefined), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T27.js + * @description Call split(undefined), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T28.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T28.js index a6c8d336c9..185333e9bb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T28.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T28.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T28.js; - * @description: Call split("hellothere"), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T28.js + * @description Call split("hellothere"), instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T29.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T29.js index bc75bb5fe0..fdb5eee43f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T29.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T29.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T29.js; - * @description: Call split(1), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T29.js + * @description Call split(1), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T3.js index 6ffe901fc4..c34c636242 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T3.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T3.js; - * @description: Call split(/ /,2), instance is String("one two three four five"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T3.js + * @description Call split(/ /,2), instance is String("one two three four five") */ var __string = new String("one two three four five"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T30.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T30.js index 6ec2c1a7aa..6acf699adc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T30.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T30.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T30.js; - * @description: Call split(1,1), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T30.js + * @description Call split(1,1), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T31.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T31.js index 4c34e2d1a5..8ff021e55d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T31.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T31.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T31.js; - * @description: Call split(1,2), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T31.js + * @description Call split(1,2), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T32.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T32.js index 916585230e..cd4926d5c2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T32.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T32.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T32.js; - * @description: Call split(1,0), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T32.js + * @description Call split(1,0), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T33.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T33.js index 76244647b1..f9affb65eb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T33.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T33.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T33.js; - * @description: Call split(1,100), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T33.js + * @description Call split(1,100), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T34.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T34.js index 436d5594f6..c0da48ab99 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T34.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T34.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T34.js; - * @description: Call split(1,void 0), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T34.js + * @description Call split(1,void 0), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T35.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T35.js index a1fa34b9af..abeae47866 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T35.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T35.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T35.js; - * @description: Call split(1, Math.pow(2,32)-1), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T35.js + * @description Call split(1, Math.pow(2,32)-1), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T36.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T36.js index 42a98e4e92..77a4cd0521 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T36.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T36.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T36.js; - * @description: Call split(1,"boo"), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T36.js + * @description Call split(1,"boo"), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T37.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T37.js index 07757de0a9..9fad377d17 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T37.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T37.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T37.js; - * @description: Call split(1,-Math.pow(2,32)+1), instance is Number; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T37.js + * @description Call split(1,-Math.pow(2,32)+1), instance is Number */ var __instance = new Number(100111122133144155); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T38.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T38.js index a925ea5c03..d09d4d09c8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T38.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T38.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T38.js; - * @description: Call split("l",NaN), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T38.js + * @description Call split("l",NaN), instance is String("hello") */ var __instance = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T39.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T39.js index 0b9bef7cb4..2f685d921a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T39.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T39.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T39.js; - * @description: Call split("l",0), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T39.js + * @description Call split("l",0), instance is String("hello") */ var __instance = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T4.js index bcd01a17b5..e74563afed 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T4.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T4.js; - * @description: Call split(""), instance is String("one two three"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T4.js + * @description Call split(""), instance is String("one two three") */ var __string = new String("one two three"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T40.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T40.js index 40f1b9620b..b3b6b2f9d9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T40.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T40.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T40.js; - * @description: Call split("l",1), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T40.js + * @description Call split("l",1), instance is String("hello") */ var __instance = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T41.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T41.js index 73a4b1fae7..5061faffcd 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T41.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T41.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T41.js; - * @description: Call split("l",2), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T41.js + * @description Call split("l",2), instance is String("hello") */ var __instance = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T42.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T42.js index be0c692b8c..bd816cd0d3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T42.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T42.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T42.js; - * @description: Call split("l",3), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T42.js + * @description Call split("l",3), instance is String("hello") */ var __instance = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T43.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T43.js index 970be72ef9..828b1848aa 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T43.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T43.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T43.js; - * @description: Call split("l",4), instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T43.js + * @description Call split("l",4), instance is String("hello") */ var __instance = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T5.js index 58dbc42057..fab791f588 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T5.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T5.js; - * @description: Call split(/,/), instance is String("one-1,two-2,four-4"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T5.js + * @description Call split(/,/), instance is String("one-1,two-2,four-4") */ var __string = new String("one-1,two-2,four-4"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T6.js index 6941cb3b09..c754ea8a36 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T6.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T6.js; - * @description: Call split(''), instance is String("one-1 two-2 four-4"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T6.js + * @description Call split(''), instance is String("one-1 two-2 four-4") */ var __string = new String("one-1 two-2 three-3"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7.js index 61a8fc9892..8f021754fe 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7.js; - * @description: Call split(void 0), instance is "thisundefinedisundefinedaundefinedstringundefinedobject"; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7.js + * @description Call split(void 0), instance is "thisundefinedisundefinedaundefinedstringundefinedobject" */ var __string = "thisundefinedisundefinedaundefinedstringundefinedobject"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T8.js index 27901fcca4..51d3f1756f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T8.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T8.js; - * @description: Call split(null), instance is "thisnullisnullanullstringnullobject"; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T8.js + * @description Call split(null), instance is "thisnullisnullanullstringnullobject" */ var __string = "thisnullisnullanullstringnullobject"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T9.js index 0aceaaffd8..9935bfdea5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T9.js @@ -7,9 +7,9 @@ * separator; these occurrences are not part of any substring in the returned array, but serve to divide up * the string value. The value of separator may be a string of any length or it may be a RegExp object * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T9.js; - * @description: Call split(true), instance is "thistrueistrueatruestringtrueobject"; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T9.js + * @description Call split(true), instance is "thistrueistrueatruestringtrueobject" */ var __string = "thistrueistrueatruestringtrueobject"; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T1.js index 29035fc420..bd4ef7c178 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T1.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T1.js; - * @description: Instance is String("one,two,three,four,five"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T1.js + * @description Instance is String("one,two,three,four,five") */ var __string = new String("one,two,three,four,five"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T10.js index 99284922a5..2ab9c8cb38 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T10.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T10.js; - * @description: Instance is new String; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T10.js + * @description Instance is new String */ var __string = new String; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T11.js index 843044b2b8..17ad75aba4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T11.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T11.js; - * @description: Instance is String(" "); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T11.js + * @description Instance is String(" ") */ var __string = new String(" "); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T2.js index daa5b81603..eea0147640 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T2.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T2.js; - * @description: Instance is Object(); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T2.js + * @description Instance is Object() */ var __instance = new Object(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T3.js index c05c4ac72a..4acde996c7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T3.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T3.js; - * @description: Instance is function(){}; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T3.js + * @description Instance is function(){} */ var __instance = function(){}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T4.js index 97ef7c3f26..f97d82c33a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T4.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T4.js; - * @description: Instance is Number(NaN); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T4.js + * @description Instance is Number(NaN) */ var __instance = new Number(NaN); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T5.js index f412407597..cb118ce1d3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T5.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T5.js; - * @description: Instance is Number(-1234567890); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T5.js + * @description Instance is Number(-1234567890) */ var __instance = new Number(-1234567890); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T6.js index 21d0b2a610..fb1cc60e75 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T6.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T6.js; - * @description: Instance is Number(-1e21); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T6.js + * @description Instance is Number(-1e21) */ var __instance = new Number(-1e21); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T7.js index 872aac9809..bf36343947 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T7.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T7.js; - * @description: Instance is Math; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T7.js + * @description Instance is Math */ var __instance = Math; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T8.js index 085d181619..00d43faae9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T8.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T8.js; - * @description: Instance is Array(1,2,3,4,5); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T8.js + * @description Instance is Array(1,2,3,4,5) */ var __instance = new Array(1,2,3,4,5); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T9.js index ee842be462..7758e7dee3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T9.js @@ -6,9 +6,9 @@ * i) length equaled to 1, * ii) [[Get]](0) equaled to the result of converting this object to a string * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T9.js; - * @description: Instance is Boolean; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A3_T9.js + * @description Instance is Boolean */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T1.js index ae95180b95..1f0b1e8e66 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T1.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T1.js; - * @description: Argument is regexp /l/, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T1.js + * @description Argument is regexp /l/, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T10.js index f4be8a937e..bfede5138a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T10.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T10.js; - * @description: Argument is new RegExp, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T10.js + * @description Argument is new RegExp, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T11.js index 2526b8aeff..2d4dfa355a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T11.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T11.js; - * @description: Arguments are new RegExp and 0, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T11.js + * @description Arguments are new RegExp and 0, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T12.js index 8921f52e53..1007943c15 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T12.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T12.js; - * @description: Arguments are new RegExp and 1, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T12.js + * @description Arguments are new RegExp and 1, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T13.js index a6817ce923..536e8e71dd 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T13.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T13.js; - * @description: Arguments are new RegExp and 2, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T13.js + * @description Arguments are new RegExp and 2, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T14.js index 95b304aa0c..9d3cb7052d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T14.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T14.js; - * @description: Arguments are new RegExp and 3, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T14.js + * @description Arguments are new RegExp and 3, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T15.js index 6588e25741..8470cc2bda 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T15.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T15.js; - * @description: Arguments are new RegExp and 4, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T15.js + * @description Arguments are new RegExp and 4, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T16.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T16.js index 08f5125a87..cfa98da911 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T16.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T16.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T16.js; - * @description: Arguments are new RegExp and void 0, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T16.js + * @description Arguments are new RegExp and void 0, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T17.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T17.js index 1168494772..f6dedd91d7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T17.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T17.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T17.js; - * @description: Arguments are new RegExp and undefined, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T17.js + * @description Arguments are new RegExp and undefined, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T18.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T18.js index 045c34002f..6d2a4037e1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T18.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T18.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T18.js; - * @description: Arguments are new RegExp and "hi", and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T18.js + * @description Arguments are new RegExp and "hi", and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T19.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T19.js index a0ad9046bb..ecbea585d3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T19.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T19.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T19.js; - * @description: Argument is regexp /\s/, and instance is String("a b c de f"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T19.js + * @description Argument is regexp /\s/, and instance is String("a b c de f") */ var __string = new String("a b c de f"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T2.js index 88fbe168ea..8c6118ddb3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T2.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T2.js; - * @description: Arguments are regexp /l/ and 0, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T2.js + * @description Arguments are regexp /l/ and 0, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T20.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T20.js index a7a82d7c84..cb410984d2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T20.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T20.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T20.js; - * @description: Arguments are regexp /\s/ and 3, and instance is String("a b c de f"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T20.js + * @description Arguments are regexp /\s/ and 3, and instance is String("a b c de f") */ var __string = new String("a b c de f"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T21.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T21.js index 8eb7d03c36..55750a23c3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T21.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T21.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T21.js; - * @description: Argument is regexp /\X/, and instance is String("a b c de f"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T21.js + * @description Argument is regexp /\X/, and instance is String("a b c de f") */ var __string = new String("a b c de f"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T22.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T22.js index 578e75d3c6..de3e27e87a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T22.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T22.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T22.js; - * @description: Argument is regexp /\d+/, and instance is String("dfe23iu 34 =+65--"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T22.js + * @description Argument is regexp /\d+/, and instance is String("dfe23iu 34 =+65--") */ var __string = new String("dfe23iu 34 =+65--"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T23.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T23.js index 1e325a1f4f..c1a5b55ff0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T23.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T23.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T23.js; - * @description: Argument is regexp RegExp('\\d+'), and instance is String("dfe23iu 34 =+65--"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T23.js + * @description Argument is regexp RegExp('\\d+'), and instance is String("dfe23iu 34 =+65--") */ var __string = new String("dfe23iu 34 =+65--"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T24.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T24.js index 9025b6d416..d0b4b3bad2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T24.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T24.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T24.js; - * @description: Argument is regexp /[a-z]/, and instance is String("abc"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T24.js + * @description Argument is regexp /[a-z]/, and instance is String("abc") */ var __string = new String("abc"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T25.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T25.js index 5b08c8a7ae..a132dd32c5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T25.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T25.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T25.js; - * @description: Argument is RegExp('[a-z]'), and instance is String("abc"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T25.js + * @description Argument is RegExp('[a-z]'), and instance is String("abc") */ var __string = new String("abc"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T3.js index 077834b1ca..3f37dd3af9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T3.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T3.js; - * @description: Arguments are regexp /l/ and 1, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T3.js + * @description Arguments are regexp /l/ and 1, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T4.js index 35fb2d30a3..684da1aeaf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T4.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T4.js; - * @description: Arguments are regexp /l/ and 2, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T4.js + * @description Arguments are regexp /l/ and 2, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T5.js index ee8f6dc63f..0d28912b60 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T5.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T5.js; - * @description: Arguments are regexp /l/ and 3, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T5.js + * @description Arguments are regexp /l/ and 3, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T6.js index 6e20c4337e..d256d8d7ef 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T6.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T6.js; - * @description: Arguments are regexp /l/ and 4, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T6.js + * @description Arguments are regexp /l/ and 4, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T7.js index 9fc52ded30..030d9ab19a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T7.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T7.js; - * @description: Arguments are regexp /l/ and void 0, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T7.js + * @description Arguments are regexp /l/ and void 0, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T8.js index c724a79cc6..c67b4e70ab 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T8.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T8.js; - * @description: Arguments are regexp /l/ and "hi", and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T8.js + * @description Arguments are regexp /l/ and "hi", and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T9.js index 31905953db..f874f8b361 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T9.js @@ -6,9 +6,9 @@ * been stored. If separator is a regular expression then * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T9.js; - * @description: Arguments are regexp /l/ and undefined, and instance is String("hello"); + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A4_T9.js + * @description Arguments are regexp /l/ and undefined, and instance is String("hello") */ var __string = new String("hello"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A6.js index b1c858f508..7e628d6991 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.split has not prototype property * - * @section: 15.5.4.14, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A6.js; - * @description: Checking String.prototype.split.prototype; + * @section 15.5.4.14, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A6.js + * @description Checking String.prototype.split.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A7.js index 89e992c6ec..8c551b196b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.split can't be used as constructor * - * @section: 15.5.4.14, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A7.js; - * @description: Checking if creating the String.prototype.split object fails; + * @section 15.5.4.14, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A7.js + * @description Checking if creating the String.prototype.split object fails */ var __FACTORY = String.prototype.split; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A8.js index 6ffb5089c4..44677f21b7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.split.length property has the attribute DontEnum * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A8.js; - * @description: Checking if enumerating the String.prototype.split.length property fails; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A8.js + * @description Checking if enumerating the String.prototype.split.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A9.js index bed647039e..fdc7a9e83e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.split.length property has the attribute DontDelete * - * @section: 15.5.4.14; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A9.js; - * @description: Checking if deleting the String.prototype.split.length property fails; + * @section 15.5.4.14 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.14_String.prototype.split/S15.5.4.14_A9.js + * @description Checking if deleting the String.prototype.split.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A10.js index 5a90093d04..dd8b4fa251 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.substring.length property has the attribute ReadOnly * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A10.js; - * @description: Checking if varying the String.prototype.substring.length property fails; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A10.js + * @description Checking if varying the String.prototype.substring.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A11.js index ebc9e4665e..4b58ea9e70 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A11.js @@ -4,9 +4,9 @@ /** * The length property of the substring method is 2 * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A11.js; - * @description: Checking String.prototype.substring.length; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A11.js + * @description Checking String.prototype.substring.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T1.js index 3857916c96..0417ad6104 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T1.js; - * @description: Arguments are false and true, and instance is object; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T1.js + * @description Arguments are false and true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T10.js index 159d03146c..61692e326f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T10.js; - * @description: Arguments are object and function call, and instance is String, object have overrided valueOf function; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T10.js + * @description Arguments are object and function call, and instance is String, object have overrided valueOf function */ var __obj = {valueOf:function(){return 2;}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T11.js index d5743014a9..d07548a938 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T11.js; - * @description: Arguments are objects, and instance is string, objects have overrided valueOf function, that return exception; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T11.js + * @description Arguments are objects, and instance is string, objects have overrided valueOf function, that return exception */ var __obj = {valueOf:function(){throw "instart";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T12.js index 9fadf472a0..55ce80a438 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T12.js @@ -4,11 +4,11 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T12.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T12.js + * @description Arguments are objects, and instance is string. * First object have overrided valueOf function and toString function, that return exception. - * Second object have overrided valueOf function, that return exception; + * Second object have overrided valueOf function, that return exception */ var __obj = {valueOf:function(){return {};}, toString:function(){throw "instart";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T13.js index 0d006882ba..5be047a9f2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T13.js @@ -4,11 +4,11 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T13.js; - * @description: Arguments are objects, and instance is string. + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T13.js + * @description Arguments are objects, and instance is string. * First object have overrided valueOf and toString functions. - * Second object have overrided toString function, that return exception; + * Second object have overrided toString function, that return exception */ var __obj = {valueOf:function(){return {};}, toString:function(){return 1;}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T14.js index 33037eb5f9..6f147aebe9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T14.js; - * @description: Used one argument, that is function(){}(). Instance is string; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T14.js + * @description Used one argument, that is function(){}(). Instance is string */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T15.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T15.js index e02697fdd6..b7ea492e06 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T15.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T15.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T15.js; - * @description: Call substring without arguments. Instance is Number with prototype.substring = String.prototype.substring; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T15.js + * @description Call substring without arguments. Instance is Number with prototype.substring = String.prototype.substring */ var __num = 11.001002; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T2.js index f2d9a62cea..4f7b581bc5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T2.js; - * @description: Arguments are function call and x, and instance is Boolean. x is undefined variable; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T2.js + * @description Arguments are function call and x, and instance is Boolean. x is undefined variable */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T3.js index 206dbc86d5..fbd31c5084 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T3.js + * @description Checking by using eval */ var substring = String.prototype.substring; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T4.js index dcac9859c5..d4a702cf24 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T4.js; - * @description: Arguments are null and number, and instance is function call, that returned string; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T4.js + * @description Arguments are null and number, and instance is function call, that returned string */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T5.js index d28e8e040c..2a3aa6436e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T5.js; - * @description: Arguments are null and Function(), and instance is function object, that have overrided valueOf function; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T5.js + * @description Arguments are null and Function(), and instance is function object, that have overrided valueOf function */ __func.valueOf=function(){return "gnulluna"}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T6.js index 61dc2df2bc..0b103e84b7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T6.js; - * @description: Arguments are x and number, and instance is new String, x is undefined variable; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T6.js + * @description Arguments are x and number, and instance is new String, x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T7.js index ad4754a732..9e548c51a1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T7.js; - * @description: Arguments are symbol and undefined, and instance is String; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T7.js + * @description Arguments are symbol and undefined, and instance is String */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T8.js index dc0a5e2c09..41b69cbc1c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T8.js; - * @description: Arguments are negative number and void 0, and instance is String(object), object have overrided toString function; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T8.js + * @description Arguments are negative number and void 0, and instance is String(object), object have overrided toString function */ var __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T9.js index 3f9f5ce934..18792410e2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T9.js; - * @description: Arguments are undefined and object, and instance is new String(object), object have overrided valueOf and toString functions; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A1_T9.js + * @description Arguments are undefined and object, and instance is new String(object), object have overrided valueOf and toString functions */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T1.js index a284591f6a..74ef26700f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T1.js; - * @description: Checking type of substring(); + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T1.js + * @description Checking type of substring() */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T10.js index 5ba11c9818..038a119bca 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T10.js; - * @description: start is 0, end is 8; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T10.js + * @description start is 0, end is 8 */ var __string = new String("this_is_a_string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T2.js index 32aa97d392..c0c6d8792c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T2.js; - * @description: start is NaN, end is Infinity; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T2.js + * @description start is NaN, end is Infinity */ var __string = new String('this is a string object'); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T3.js index 10c6f13037..0d1573e169 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T3.js; - * @description: Call substring from empty String object; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T3.js + * @description Call substring from empty String object */ var __string = new String(""); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T4.js index fff4cd22b6..73be7314d5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T4.js; - * @description: start is Infinity, end is NaN; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T4.js + * @description start is Infinity, end is NaN */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T5.js index d6f13a3b92..970ada1bea 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T5.js; - * @description: start is Infinity, end is Infinity; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T5.js + * @description start is Infinity, end is Infinity */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T6.js index 5fae383f03..175ee1496e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T6.js; - * @description: start is negative float number, end is 0; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T6.js + * @description start is negative float number, end is 0 */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T7.js index 50c95d01f0..fea13378cb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T7.js; - * @description: start is tested_string.length, end is tested_string.length; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T7.js + * @description start is tested_string.length, end is tested_string.length */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T8.js index 9f50a6d43c..50598a75f9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T8.js; - * @description: start is tested_string.length+1, end is 0; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T8.js + * @description start is tested_string.length+1, end is 0 */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T9.js index 015b88a16a..57dbd9c13e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.substring (start, end) returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T9.js; - * @description: start is -Infinity, end is -Infinity; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A2_T9.js + * @description start is -Infinity, end is -Infinity */ var __string = new String("this is a string object"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T1.js index 7d8ccba81f..258da33b3d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T1.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T1.js; - * @description: Apply String.prototype.substring to Array instance. Start is Infinity, end is -Infinity; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T1.js + * @description Apply String.prototype.substring to Array instance. Start is Infinity, end is -Infinity */ var __instance = new Array(1,2,3,4,5); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T10.js index 7e5f97bf06..71acc599e9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T10.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T10.js; - * @description: Checknig if applying String.prototype.substring to Function object instance passes; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T10.js + * @description Checknig if applying String.prototype.substring to Function object instance passes */ __FACTORY.prototype.substring = String.prototype.substring; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T11.js index b54b730467..d7f7be3c8c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T11.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T11.js; - * @description: Apply String.prototype.substring to Boolean instance. Start is new Array(), end is new Boolean(1); + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T11.js + * @description Apply String.prototype.substring to Boolean instance. Start is new Array(), end is new Boolean(1) */ var __instance = new Boolean(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T2.js index 0c2a9b8a73..6abbc0dab8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T2.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T2.js; - * @description: Apply String.prototype.substring to Array instance. Start is 9, end is -Infinity; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T2.js + * @description Apply String.prototype.substring to Array instance. Start is 9, end is -Infinity */ var __instance = new Array(1,2,3,4,5); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T3.js index d3c5f5d88f..cc0b59a67c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T3.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T3.js; - * @description: Apply String.prototype.substring to Array instance. Start is true, end is false; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T3.js + * @description Apply String.prototype.substring to Array instance. Start is true, end is false */ var __instance = new Array(1,2,3,4,5); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T4.js index fac0189fc5..b0f7ce86c4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T4.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T4.js; - * @description: Apply String.prototype.substring to Array instance. Start is '4', end is '5'; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T4.js + * @description Apply String.prototype.substring to Array instance. Start is '4', end is '5' */ var __instance = new Array(1,2,3,4,5); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T5.js index 636b55b7df..5a1862e936 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T5.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T5.js; - * @description: Apply String.prototype.substring to Object instance. Start is 8, end is 0; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T5.js + * @description Apply String.prototype.substring to Object instance. Start is 8, end is 0 */ var __instance = new Object(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T6.js index fe9603fbd9..7d47d535ca 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T6.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T6.js; - * @description: Apply String.prototype.substring to Object instance. Start is 8, end is length of object.toString; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T6.js + * @description Apply String.prototype.substring to Object instance. Start is 8, end is length of object.toString */ var __instance = new Object(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T7.js index f9293c1b76..c28a78c423 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T7.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T7.js; - * @description: Apply String.prototype.substring to Object instance. Call instance.substring(...).substring(...); + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T7.js + * @description Apply String.prototype.substring to Object instance. Call instance.substring(...).substring(...) */ var __instance = function(){}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T8.js index 98023490e3..4dcaba6c34 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T8.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T8.js; - * @description: Apply String.prototype.substring to Number instance. Start is Infinity, end is NaN; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T8.js + * @description Apply String.prototype.substring to Number instance. Start is Infinity, end is NaN */ var __instance = new Number(NaN); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T9.js index c586e6b969..f52a91df3b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T9.js @@ -5,9 +5,9 @@ * String.prototype.substring (start, end) can be applied to non String object instance and * returns a string value(not object) * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T9.js; - * @description: Apply String.prototype.substring to Math instance. Start is Math.PI, end is -10; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A3_T9.js + * @description Apply String.prototype.substring to Math instance. Start is Math.PI, end is -10 */ var __instance = Math; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A6.js index 25cdd39b2a..3cdfbfe7c8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.substring has not prototype property * - * @section: 15.5.4.15, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A6.js; - * @description: Checking String.prototype.substring.prototype; + * @section 15.5.4.15, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A6.js + * @description Checking String.prototype.substring.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A7.js index 91bad96fe1..9c02ac7bf9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.substring can't be used as constructor * - * @section: 15.5.4.15, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A7.js; - * @description: Checking if creating the String.prototype.substring object fails; + * @section 15.5.4.15, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A7.js + * @description Checking if creating the String.prototype.substring object fails */ var __FACTORY = String.prototype.substring; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A8.js index c169414093..8a9feb1162 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.substring.length property has the attribute DontEnum * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A8.js; - * @description: Checking if enumerating the String.prototype.substring.length property fails; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A8.js + * @description Checking if enumerating the String.prototype.substring.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A9.js index 56afec8ed2..eae4a4233b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.substring.length property has the attribute DontDelete * - * @section: 15.5.4.15; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A9.js; - * @description: Checking if deleting the String.prototype.substring.length property fails; + * @section 15.5.4.15 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.15_String.prototype.substring/S15.5.4.15_A9.js + * @description Checking if deleting the String.prototype.substring.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A10.js index 9245beaa2a..d4fa453490 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLowerCase.length property has the attribute ReadOnly * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A10.js; - * @description: Checking if varying the String.prototype.toLowerCase.length property fails; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A10.js + * @description Checking if varying the String.prototype.toLowerCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A11.js index 302a5a1297..f1270b809c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toLowerCase method is 0 * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A11.js; - * @description: Checking String.prototype.toLowerCase.length; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A11.js + * @description Checking String.prototype.toLowerCase.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T1.js index 5e27756934..b4e7082bd6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T1.js; - * @description: Arguments is true, and instance is object; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T1.js + * @description Arguments is true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T10.js index ac4b8fef4d..93a7c9bf3a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T10.js; - * @description: Call toLowerCase() function of object with overrode toString function; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T10.js + * @description Call toLowerCase() function of object with overrode toString function */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T11.js index 983cb607e9..eb49d84676 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T11.js; - * @description: Override toString function, toString throw exception, then call toLowerCase() function for this object; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T11.js + * @description Override toString function, toString throw exception, then call toLowerCase() function for this object */ var __obj = {toString:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T12.js index c53bf315d0..6ae29a1923 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T12.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T12.js; - * @description: Override toString and valueOf functions, valueOf throw exception, then call toLowerCase() function for this object; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T12.js + * @description Override toString and valueOf functions, valueOf throw exception, then call toLowerCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T13.js index 37ff2fe64d..bb87daeeaf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T13.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T13.js; - * @description: Override toString and valueOf functions, then call toLowerCase() function for this object; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T13.js + * @description Override toString and valueOf functions, then call toLowerCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T14.js index 70cac49072..85ac2f85a8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T14.js; - * @description: Call toLowerCase() function for RegExp object; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T14.js + * @description Call toLowerCase() function for RegExp object */ var __reg = new RegExp("ABC"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T2.js index c3240ed67c..cb1b801950 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T2.js; - * @description: Instance is Boolean object; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T2.js + * @description Instance is Boolean object */ __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T3.js index 2a56618c57..59440a8eaa 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T3.js + * @description Checking by using eval */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T4.js index bdacacc683..65b5beaa08 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T4.js; - * @description: Call toLowerCase() function without arguments of string and from empty string; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T4.js + * @description Call toLowerCase() function without arguments of string and from empty string */ var __lowerCase = "".toLowerCase(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T5.js index 6e021672e7..2d2afa9137 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T5.js; - * @description: Call toLowerCase() function for function call; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T5.js + * @description Call toLowerCase() function for function call */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T6.js index 53995e700c..f0a3a0cae8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T6.js; - * @description: Call toLowerCase() function of Number.NEGATIVE_INFINITY; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T6.js + * @description Call toLowerCase() function of Number.NEGATIVE_INFINITY */ Number.prototype.toLowerCase = String.prototype.toLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T7.js index 38a49f846b..14f2c8ef17 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T7.js; - * @description: Call toLowerCase() function of NaN; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T7.js + * @description Call toLowerCase() function of NaN */ Number.prototype.toLowerCase = String.prototype.toLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T8.js index 3d59d2cfdb..10789800c7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T8.js; - * @description: Call toLowerCase() function of Infinity; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T8.js + * @description Call toLowerCase() function of Infinity */ Number.prototype.toLowerCase = String.prototype.toLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T9.js index aeb5e7f31d..34faaf9054 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T9.js; - * @description: Call toLowerCase() function of string object; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A1_T9.js + * @description Call toLowerCase() function of string object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A2_T1.js index 71f0c5a140..6be77b92a0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A2_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase() return a string, but not a String object * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A2_T1.js; - * @description: Checking returned result; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A2_T1.js + * @description Checking returned result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A6.js index f25a6ea5bc..fef2d5f44a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase has not prototype property * - * @section: 15.5.4.16, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A6.js; - * @description: Checking String.prototype.toLowerCase.prototype; + * @section 15.5.4.16, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A6.js + * @description Checking String.prototype.toLowerCase.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A7.js index 1534c4cf1c..1d38dca5a4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.toLowerCase can't be used as constructor * - * @section: 15.5.4.16, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A7.js; - * @description: Checking if creating the String.prototype.toLowerCase object fails; + * @section 15.5.4.16, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A7.js + * @description Checking if creating the String.prototype.toLowerCase object fails */ var __FACTORY = String.prototype.toLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A8.js index d5f324c1e5..f5b2306856 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLowerCase.length property has the attribute DontEnum * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A8.js; - * @description: Checking if enumerating the String.prototype.toLowerCase.length property fails; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A8.js + * @description Checking if enumerating the String.prototype.toLowerCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A9.js index bc996426cd..316861bb76 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLowerCase.length property has the attribute DontDelete * - * @section: 15.5.4.16; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A9.js; - * @description: Checking if deleting the String.prototype.toLowerCase.length property fails; + * @section 15.5.4.16 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.16_String.prototype.toLowerCase/S15.5.4.16_A9.js + * @description Checking if deleting the String.prototype.toLowerCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A10.js index a1b611c343..f04ee5b50e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLocaleLowerCase.length property has the attribute ReadOnly * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A10.js; - * @description: Checking if varying the String.prototype.toLocaleLowerCase.length property fails; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A10.js + * @description Checking if varying the String.prototype.toLocaleLowerCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A11.js index ff4071389b..719c78bf6b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toLocaleLowerCase method is 0 * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A11.js; - * @description: Checking String.prototype.toLocaleLowerCase.length; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A11.js + * @description Checking String.prototype.toLocaleLowerCase.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T1.js index 8a62856681..f1f2297101 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T1.js; - * @description: Arguments is true, and instance is object; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T1.js + * @description Arguments is true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T10.js index 9ef0e87e26..0c7ca0522f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T10.js; - * @description: Call toLocaleLowerCase() function of object with overrode toString function; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T10.js + * @description Call toLocaleLowerCase() function of object with overrode toString function */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T11.js index 9d576de872..3050bd3041 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T11.js; - * @description: Override toString function, toString throw exception, then call toLocaleLowerCase() function for this object; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T11.js + * @description Override toString function, toString throw exception, then call toLocaleLowerCase() function for this object */ var __obj = {toString:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T12.js index d880171574..92c0a0b3bf 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T12.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T12.js; - * @description: Override toString and valueOf functions, valueOf throw exception, then call toLocaleLowerCase() function for this object; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T12.js + * @description Override toString and valueOf functions, valueOf throw exception, then call toLocaleLowerCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T13.js index 4edfa24d98..adb5d40714 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T13.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T13.js; - * @description: Override toString and valueOf functions, then call toLocaleLowerCase() function for this object; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T13.js + * @description Override toString and valueOf functions, then call toLocaleLowerCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T14.js index 6f68c1aa2c..20b617f092 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T14.js; - * @description: Call toLocaleLowerCase() function for RegExp object; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T14.js + * @description Call toLocaleLowerCase() function for RegExp object */ var __reg = new RegExp("ABC"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T2.js index 72cb38be38..f329d12217 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T2.js; - * @description: Instance is Boolean object; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T2.js + * @description Instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T3.js index bfa00ea88d..103f8e07ec 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T3.js + * @description Checking by using eval */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T4.js index 5202947a51..c4432c3048 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T4.js; - * @description: Call toLocaleLowerCase() function without arguments of string and from empty string; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T4.js + * @description Call toLocaleLowerCase() function without arguments of string and from empty string */ var __lowerCase = "".toLocaleLowerCase(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T5.js index 40da1bb8f7..9a222f6185 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T5.js; - * @description: Call toLocaleLowerCase() function for function call; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T5.js + * @description Call toLocaleLowerCase() function for function call */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T6.js index 73e518ce9f..59e4ed3490 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T6.js; - * @description: Call toLocaleLowerCase() function of Number.NEGATIVE_INFINITY; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T6.js + * @description Call toLocaleLowerCase() function of Number.NEGATIVE_INFINITY */ Number.prototype.toLocaleLowerCase = String.prototype.toLocaleLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T7.js index a884dd5c07..143036ef62 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T7.js; - * @description: Call toLocaleLowerCase() function of NaN; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T7.js + * @description Call toLocaleLowerCase() function of NaN */ Number.prototype.toLocaleLowerCase = String.prototype.toLocaleLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T8.js index 093ea2d90b..b2bb96bf3d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T8.js; - * @description: Call toLocaleLowerCase() function of Infinity; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T8.js + * @description Call toLocaleLowerCase() function of Infinity */ Number.prototype.toLocaleLowerCase = String.prototype.toLocaleLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T9.js index dd7ea08d3f..3d48de7254 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T9.js; - * @description: Call toLocaleLowerCase() function of string object; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A1_T9.js + * @description Call toLocaleLowerCase() function of string object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A2_T1.js index b7627f10ea..0039ef961d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A2_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase() return a string, but not a String object * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A2_T1.js; - * @description: Checking returned result; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A2_T1.js + * @description Checking returned result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A6.js index 12e4e4cca2..59d4b6e805 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase has not prototype property * - * @section: 15.5.4.17, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A6.js; - * @description: Checking String.prototype.toLocaleLowerCase.prototype; + * @section 15.5.4.17, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A6.js + * @description Checking String.prototype.toLocaleLowerCase.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7.js index 0195ebeb93..16bec16ef9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleLowerCase can't be used as constructor * - * @section: 15.5.4.17, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7.js; - * @description: Checking if creating the String.prototype.toLocaleLowerCase object fails; + * @section 15.5.4.17, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A7.js + * @description Checking if creating the String.prototype.toLocaleLowerCase object fails */ var __FACTORY = String.prototype.toLocaleLowerCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A8.js index d5e48ece06..2f05ff723a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLocaleLowerCase.length property has the attribute DontEnum * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A8.js; - * @description: Checking if enumerating the String.prototype.toLocaleLowerCase.length property fails; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A8.js + * @description Checking if enumerating the String.prototype.toLocaleLowerCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A9.js index c7c39a518d..a875b14a5c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLocaleLowerCase.length property has the attribute DontDelete * - * @section: 15.5.4.17; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A9.js; - * @description: Checking if deleting the String.prototype.toLocaleLowerCase.length property fails; + * @section 15.5.4.17 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.17_String.prototype.toLocaleLowerCase/S15.5.4.17_A9.js + * @description Checking if deleting the String.prototype.toLocaleLowerCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A10.js index be44ac810c..2c5e39e02d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.toUpperCase.length property has the attribute ReadOnly * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A10.js; - * @description: Checking if varying the String.prototype.toUpperCase.length property fails; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A10.js + * @description Checking if varying the String.prototype.toUpperCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A11.js index 98a7b27d7b..d5cd9eba98 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toUpperCase method is 0 * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A11.js; - * @description: Checking String.prototype.toUpperCase.length; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A11.js + * @description Checking String.prototype.toUpperCase.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T1.js index 96443f7dab..5185a524d1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T1.js; - * @description: Arguments is true, and instance is object; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T1.js + * @description Arguments is true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T10.js index d278c2906b..d6db084b60 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T10.js; - * @description: Call toUpperCase() function of object with overrode toString function; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T10.js + * @description Call toUpperCase() function of object with overrode toString function */ var __obj = {toString:function(){return "\u0041b";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T11.js index 3e76470acc..43cb91d1b3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T11.js; - * @description: Override toString function, toString throw exception, then call toUpperCase() function for this object; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T11.js + * @description Override toString function, toString throw exception, then call toUpperCase() function for this object */ var __obj = {toString:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T12.js index 6db4657793..10af582745 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T12.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T12.js; - * @description: Override toString and valueOf functions, valueOf throw exception, then call toUpperCase() function for this object; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T12.js + * @description Override toString and valueOf functions, valueOf throw exception, then call toUpperCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T13.js index e21c2a1cb6..68889c09b3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T13.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T13.js; - * @description: Override toString and valueOf functions, then call toUpperCase() function for this object; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T13.js + * @description Override toString and valueOf functions, then call toUpperCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T14.js index 30c12bad04..dd50f79b8a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T14.js; - * @description: Call toUpperCase() function of RegExp object; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T14.js + * @description Call toUpperCase() function of RegExp object */ var __reg = new RegExp("abc"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T2.js index 3fa1014bb1..a21b594fc9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T2.js; - * @description: Instance is Boolean object; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T2.js + * @description Instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T3.js index 71d7970417..87fbc34eb8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T3.js + * @description Checking by using eval */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T4.js index f8b9e0866f..f61850276d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T4.js; - * @description: Call toUpperCase() function without arguments of string and from empty string; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T4.js + * @description Call toUpperCase() function without arguments of string and from empty string */ var __lowerCase = "".toUpperCase(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T5.js index 863dae3989..42665a1cd8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T5.js; - * @description: Call toUpperCase() function of function call; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T5.js + * @description Call toUpperCase() function of function call */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T6.js index d3cb8b6415..a6d0db644e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T6.js; - * @description: Call toUpperCase() function of Number.NEGATIVE_INFINITY; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T6.js + * @description Call toUpperCase() function of Number.NEGATIVE_INFINITY */ Number.prototype.toUpperCase = String.prototype.toUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T7.js index 786b471c67..acac48e6a5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T7.js; - * @description: Call toUpperCase() function of NaN; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T7.js + * @description Call toUpperCase() function of NaN */ Number.prototype.toUpperCase = String.prototype.toUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T8.js index a200f8a71d..eb0164bca8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T8.js; - * @description: Call toUpperCase() function of Infinity;; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T8.js + * @description Call toUpperCase() function of Infinity; */ Number.prototype.toUpperCase = String.prototype.toUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T9.js index 2314d8575a..06fb77c8ca 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T9.js; - * @description: Call toUpperCase() function of string object; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A1_T9.js + * @description Call toUpperCase() function of string object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A2_T1.js index d4aaf38514..d3ed00d767 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A2_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase() return a string, but not a String object * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A2_T1.js; - * @description: Checking returned result; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A2_T1.js + * @description Checking returned result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A6.js index 19a02fb7fa..cc5a30c452 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase has not prototype property * - * @section: 15.5.4.18, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A6.js; - * @description: Checking String.prototype.toUpperCase.prototype; + * @section 15.5.4.18, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A6.js + * @description Checking String.prototype.toUpperCase.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A7.js index 82362f25ab..1cee4c6536 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.toUpperCase can't be used as constructor * - * @section: 15.5.4.18, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A7.js; - * @description: Checking if creating the String.prototype.toUpperCase object fails; + * @section 15.5.4.18, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A7.js + * @description Checking if creating the String.prototype.toUpperCase object fails */ var __FACTORY = String.prototype.toUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A8.js index 83cba03790..c161e4cd94 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.toUpperCase.length property has the attribute DontEnum * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A8.js; - * @description: Checking if enumerating the String.prototype.toUpperCase.length property fails; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A8.js + * @description Checking if enumerating the String.prototype.toUpperCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A9.js index 8a8afe6810..34805a93e2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.toUpperCase.length property has the attribute DontDelete * - * @section: 15.5.4.18; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A9.js; - * @description: Checking if deleting the String.prototype.toUpperCase.length property fails; + * @section 15.5.4.18 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.18_String.prototype.toUpperCase/S15.5.4.18_A9.js + * @description Checking if deleting the String.prototype.toUpperCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A10.js index 64d76e8ff4..da619e8b52 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLocaleUpperCase.length property has the attribute ReadOnly * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A10.js; - * @description: Checking if varying the String.prototype.toLocaleUpperCase.length property fails; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A10.js + * @description Checking if varying the String.prototype.toLocaleUpperCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A11.js index c8a40b50d7..a7ed6e33d8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A11.js @@ -4,9 +4,9 @@ /** * The length property of the toLocaleUpperCase method is 0 * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A11.js; - * @description: Checking String.prototype.toLocaleUpperCase.length; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A11.js + * @description Checking String.prototype.toLocaleUpperCase.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T1.js index b28c721f53..c7d4ac5b6e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T1.js; - * @description: Arguments is true, and instance is object; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T1.js + * @description Arguments is true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T10.js index 6e4871214d..b3ba1a7e39 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T10.js; - * @description: Call toLocaleUpperCase() function of object with overrode toString function; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T10.js + * @description Call toLocaleUpperCase() function of object with overrode toString function */ var __obj = {toString:function(){return "\u0041b";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T11.js index 01a8f934d3..89d1a7a22b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T11.js; - * @description: Override toString function, toString throw exception, then call toLocaleUpperCase() function for this object; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T11.js + * @description Override toString function, toString throw exception, then call toLocaleUpperCase() function for this object */ var __obj = {toString:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T12.js index 8ae8eec24e..4b851d02f5 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T12.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T12.js; - * @description: Override toString and valueOf functions, valueOf throw exception, then call toLocaleUpperCase() function for this object; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T12.js + * @description Override toString and valueOf functions, valueOf throw exception, then call toLocaleUpperCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T13.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T13.js index 02cda9381c..a99f37571d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T13.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T13.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T13.js; - * @description: Override toString and valueOf functions, then call toLocaleUpperCase() function for this object; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T13.js + * @description Override toString and valueOf functions, then call toLocaleUpperCase() function for this object */ var __obj = {toString:function(){return {};},valueOf:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T14.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T14.js index 75bedb3cf4..f8fc699e04 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T14.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T14.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T14.js; - * @description: Call toLocaleUpperCase() function for RegExp object; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T14.js + * @description Call toLocaleUpperCase() function for RegExp object */ var __reg = new RegExp("abc"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T2.js index 54a4e99a75..46db9be811 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T2.js; - * @description: Instance is Boolean object; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T2.js + * @description Instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T3.js index 97d3c98a87..c847f9cf29 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T3.js + * @description Checking by using eval */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T4.js index c1fb805e27..4856c57c44 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T4.js; - * @description: Call toLocaleUpperCase() function without arguments of string and from empty string; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T4.js + * @description Call toLocaleUpperCase() function without arguments of string and from empty string */ var __lowerCase = "".toLocaleUpperCase(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T5.js index eef98630c1..1d5b3f91b6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T5.js; - * @description: Call toLocaleUpperCase() function of function call; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T5.js + * @description Call toLocaleUpperCase() function of function call */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T6.js index af979229c0..40b98b9e7e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T6.js; - * @description: Call toLocaleUpperCase() function of Number.NEGATIVE_INFINITY; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T6.js + * @description Call toLocaleUpperCase() function of Number.NEGATIVE_INFINITY */ Number.prototype.toLocaleUpperCase = String.prototype.toLocaleUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T7.js index 28578b1041..c5c8626291 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T7.js; - * @description: Call toLocaleUpperCase() function of NaN; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T7.js + * @description Call toLocaleUpperCase() function of NaN */ Number.prototype.toLocaleUpperCase = String.prototype.toLocaleUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T8.js index 8a6f9f5c3c..ce6cfe61e7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T8.js; - * @description: Call toLocaleUpperCase() function of Infinity; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T8.js + * @description Call toLocaleUpperCase() function of Infinity */ Number.prototype.toLocaleUpperCase = String.prototype.toLocaleUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T9.js index da64c432b0..8c50752845 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T9.js; - * @description: Call toLocaleUpperCase() function of string object; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A1_T9.js + * @description Call toLocaleUpperCase() function of string object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A2_T1.js index 2dc6b3bdfb..b45d2acd80 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A2_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase() return a string, but not a String object * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A2_T1.js; - * @description: Checking returned result; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A2_T1.js + * @description Checking returned result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A6.js index 896f7d9273..add754f1ab 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase has not prototype property * - * @section: 15.5.4.19, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A6.js; - * @description: Checking String.prototype.toLocaleUpperCase.prototype; + * @section 15.5.4.19, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A6.js + * @description Checking String.prototype.toLocaleUpperCase.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A7.js index 80914d80d6..f280f70189 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.toLocaleUpperCase can't be used as constructor * - * @section: 15.5.4.19, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A7.js; - * @description: Checking if creating the String.prototype.toLocaleUpperCase object fails; + * @section 15.5.4.19, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A7.js + * @description Checking if creating the String.prototype.toLocaleUpperCase object fails */ var __FACTORY = String.prototype.toLocaleUpperCase; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A8.js index fda37a489a..48a94b03ab 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLocaleUpperCase.length property has the attribute DontEnum * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A8.js; - * @description: Checking if enumerating the String.prototype.toLocaleUpperCase.length property fails; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A8.js + * @description Checking if enumerating the String.prototype.toLocaleUpperCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A9.js index ecaa79e3e6..eef4a8db3a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.toLocaleUpperCase.length property has the attribute DontDelete * - * @section: 15.5.4.19; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A9.js; - * @description: Checking if deleting the String.prototype.toLocaleUpperCase.length property fails; + * @section 15.5.4.19 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.19_String.prototype.toLocaleUpperCase/S15.5.4.19_A9.js + * @description Checking if deleting the String.prototype.toLocaleUpperCase.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1.1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1.1.js index b237d620c2..13ad9f4829 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1.1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1.1.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt() can accept many arguments * - * @section: 15.5.4.4, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1.1.js; - * @description: Checking by using eval; + * @section 15.5.4.4, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1.1.js + * @description Checking by using eval */ function __FACTORY(){this.toString = function(){ return "wizard";};}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A10.js index 1c93de4982..87fe104feb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.charAt.length property has the attribute ReadOnly * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A10.js; - * @description: Checking if varying the String.prototype.charAt.length property fails; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A10.js + * @description Checking if varying the String.prototype.charAt.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A11.js index d0d08fd344..2f4f332e23 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A11.js @@ -4,9 +4,9 @@ /** * The length property of the charAt method is 1 * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A11.js; - * @description: Checking String.prototype.charAt.length; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A11.js + * @description Checking String.prototype.charAt.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T1.js index 3416494f70..fc055411d4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T1.js; - * @description: pos is false and true, and instance is object; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T1.js + * @description pos is false and true, and instance is object */ var __instance = new Object(42); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T10.js index fca1b21c08..ec7ab21bf0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T10.js; - * @description: Call charAt() function with object argument; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T10.js + * @description Call charAt() function with object argument */ var __obj = {toString:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T2.js index a0c7616335..6385e8c85b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T2.js; - * @description: pos is equation with false and true, and instance is Boolean object; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T2.js + * @description pos is equation with false and true, and instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T3.js index 2785be9e30..5990a576e9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T3.js; - * @description: Use numbers and strings as pos; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T3.js + * @description Use numbers and strings as pos */ var charAt = String.prototype.charAt; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T4.js index a52d165f03..385d02d8a1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T4.js; - * @description: Call charAt() function without argument of string object; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T4.js + * @description Call charAt() function without argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T5.js index ac2aeee3ce..b2ec5f60d3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T5.js; - * @description: Call charAt() function with null argument of function object; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T5.js + * @description Call charAt() function with null argument of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T6.js index eb40e0dd82..54f7b5439c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T6.js; - * @description: Call charAt() function with x argument of new String object, where x is undefined variable; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T6.js + * @description Call charAt() function with x argument of new String object, where x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T7.js index 62f9659651..e22aa5b2df 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T7.js; - * @description: Call charAt() function with undefined argument of string object; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T7.js + * @description Call charAt() function with undefined argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T8.js index 8bc3397b18..6bd5068ac0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T8.js; - * @description: Call charAt() function with void 0 argument of string object; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T8.js + * @description Call charAt() function with void 0 argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T9.js index c3c4c354ce..29a738bc88 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt(pos) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T9.js; - * @description: Call charAt() function with function(){}() argument of string object; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A1_T9.js + * @description Call charAt() function with function(){}() argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A2.js index fc71ebeb9a..500d613505 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A2.js @@ -4,9 +4,9 @@ /** * When String.prototype.charAt(pos) calls if ToInteger(pos) less than 0 the empty string returns * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A2.js; - * @description: Call charAt(pos) with negative pos; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A2.js + * @description Call charAt(pos) with negative pos */ function __FACTORY(){}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A3.js index bdb36ddced..bb3e0a572e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A3.js @@ -4,9 +4,9 @@ /** * When String.prototype.charAt(pos) calls if ToInteger(pos) not less than ToString(this value) the empty string returns * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A3.js; - * @description: pos is bigger of string length; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A3.js + * @description pos is bigger of string length */ var __instance = new String("ABC"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T1.js index b4bd18e8a7..e3367763c7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T1.js @@ -4,9 +4,9 @@ /** * If pos is a value of Number type that is an integer, then the result of x.charAt(pos) is equal to the result of x.substring(pos, pos+1) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T1.js; - * @description: Compare results of x.charAt(pos) and x.substring(pos, pos+1); + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T1.js + * @description Compare results of x.charAt(pos) and x.substring(pos, pos+1) */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T2.js index 56d7e24010..672c835550 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T2.js @@ -4,9 +4,9 @@ /** * If pos is a value of Number type that is an integer, then the result of x.charAt(pos) is equal to the result of x.substring(pos, pos+1) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T2.js; - * @description: Compare results of x.charAt(pos) and x.substring(pos, pos+1), wheb pos is smaller of zero; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T2.js + * @description Compare results of x.charAt(pos) and x.substring(pos, pos+1), wheb pos is smaller of zero */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T3.js index 3c0fd130ee..b2100a2bed 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T3.js @@ -4,9 +4,9 @@ /** * If pos is a value of Number type that is an integer, then the result of x.charAt(pos) is equal to the result of x.substring(pos, pos+1) * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T3.js; - * @description: Compare results of x.charAt(pos) and x.substring(pos, pos+1), wheb pos is bigger string length; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A4_T3.js + * @description Compare results of x.charAt(pos) and x.substring(pos, pos+1), wheb pos is bigger string length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A5.js index 0f83e90afd..4f5f6e4168 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A5.js @@ -4,9 +4,9 @@ /** * When String.prototype.charAt(pos) calls first calls ToString, giving it the this value as its argument * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A5.js; - * @description: Change toString function, it trow exception, and call charAt(); + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A5.js + * @description Change toString function, it trow exception, and call charAt() */ var __obj={ diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A6.js index 86844804bc..d59c3f3659 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt has not prototype property * - * @section: 15.5.4.4, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A6.js; - * @description: Checking String.prototype.charAt.prototype; + * @section 15.5.4.4, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A6.js + * @description Checking String.prototype.charAt.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A7.js index 1020ce5390..e657c8946f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.charAt can't be used as constructor * - * @section: 15.5.4.4, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A7.js; - * @description: Checking if creating the String.prototype.charAt object fails; + * @section 15.5.4.4, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A7.js + * @description Checking if creating the String.prototype.charAt object fails */ var __FACTORY = String.prototype.charAt; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A8.js index 0f68e8e3d2..e0288afb3f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.charAt.length property has the attribute DontEnum * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A8.js; - * @description: Checking if enumerating the String.prototype.charAt.length property fails; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A8.js + * @description Checking if enumerating the String.prototype.charAt.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A9.js index 79cb5ce5e3..c5f20e4d38 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.charAt.length property has the attribute DontDelete * - * @section: 15.5.4.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A9.js; - * @description: Checking if deleting the String.prototype.charAt.length property fails; + * @section 15.5.4.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.4_String.prototype.charAt/S15.5.4.4_A9.js + * @description Checking if deleting the String.prototype.charAt.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1.1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1.1.js index f911a92cf8..8756c04bff 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1.1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1.1.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt() can accept many arguments * - * @section: 15.5.4.5, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1.1.js; - * @description: Checking by using eval; + * @section 15.5.4.5, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1.1.js + * @description Checking by using eval */ function __FACTORY(){this.toString = function(){ return "wizard";};}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A10.js index c98dffb837..44645a0129 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.charCodeAt.length property has the attribute ReadOnly * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A10.js; - * @description: Checking if varying the String.prototype.charCodeAt.length property fails; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A10.js + * @description Checking if varying the String.prototype.charCodeAt.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A11.js index a58836c3ec..7d01eecb88 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A11.js @@ -4,9 +4,9 @@ /** * The length property of the charCodeAt method is 1 * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A11.js; - * @description: Checking String.prototype.charCodeAt.length; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A11.js + * @description Checking String.prototype.charCodeAt.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T1.js index 4662657db1..97854162ae 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T1.js; - * @description: pos is false and true, and instance is object; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T1.js + * @description pos is false and true, and instance is object */ var __instance = new Object(42); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T10.js index 9147b53b06..04590be21a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T10.js; - * @description: Call charCodeAt() function with object argument; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T10.js + * @description Call charCodeAt() function with object argument */ var __obj = {toString:function(){return 1;}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T2.js index 829f3e64a4..7973a5e1df 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T2.js; - * @description: pos is equation with false and true, and instance is Boolean object; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T2.js + * @description pos is equation with false and true, and instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T3.js index 5d34e0c8eb..e02e0697a3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T3.js; - * @description: Use numbers and strings as pos; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T3.js + * @description Use numbers and strings as pos */ var charCodeAt = String.prototype.charCodeAt; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T4.js index c57d27cd5e..3db273b13a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T4.js; - * @description: Call charCodeAt() function without argument of string object; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T4.js + * @description Call charCodeAt() function without argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T5.js index 6db05ec4c4..14b9b5bf0b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T5.js; - * @description: Call charCodeAt() function with null argument of function object; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T5.js + * @description Call charCodeAt() function with null argument of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T6.js index 126df7df27..8c91e3aaaa 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T6.js; - * @description: Call charCodeAt() function with x argument of new String object, where x is undefined variable; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T6.js + * @description Call charCodeAt() function with x argument of new String object, where x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T7.js index 9ab1ffe26c..45b37db01e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T7.js; - * @description: Call charCodeAt() function with undefined argument of string object; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T7.js + * @description Call charCodeAt() function with undefined argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T8.js index 4862a35fde..dffcf7a2bb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T8.js; - * @description: Call charCodeAt() function with void 0 argument of string object; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T8.js + * @description Call charCodeAt() function with void 0 argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T9.js index 7d8c785169..1ec106a539 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt(pos) * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T9.js; - * @description: Call charCodeAt() function with function(){}() argument of string object; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A1_T9.js + * @description Call charCodeAt() function with function(){}() argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A2.js index a27070fbaf..fecf2e4508 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A2.js @@ -4,9 +4,9 @@ /** * When String.prototype.charCodeAt(pos) calls if ToInteger(pos) less than 0 the NaN returns * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A2.js; - * @description: Call charCodeAt(pos) with negative pos; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A2.js + * @description Call charCodeAt(pos) with negative pos */ function __FACTORY(){}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A3.js index d546509a57..4de70c433a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A3.js @@ -4,9 +4,9 @@ /** * When String.prototype.charCodeAt(pos) calls if ToInteger(pos) not less than ToString(this value) the NaN returns * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A3.js; - * @description: pos is bigger of string length; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A3.js + * @description pos is bigger of string length */ var __instance = new String("ABC"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A4.js index 2db25abad9..9bbaada75f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A4.js @@ -4,9 +4,9 @@ /** * When String.prototype.charCodeAt(pos) calls first calls ToString, giving it the this value as its argument * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A4.js; - * @description: Change toString function, it trow exception, and call charCodeAt(); + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A4.js + * @description Change toString function, it trow exception, and call charCodeAt() */ var __obj={ diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A6.js index 514292778b..ae612d6e23 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt has not prototype property * - * @section: 15.5.4.5, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A6.js; - * @description: Checking String.prototype.charCodeAt.prototype; + * @section 15.5.4.5, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A6.js + * @description Checking String.prototype.charCodeAt.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A7.js index 1963902814..3326dc0116 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.charCodeAt can't be used as constructor * - * @section: 15.5.4.5, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A7.js; - * @description: Checking if creating the String.prototype.charCodeAt object fails; + * @section 15.5.4.5, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A7.js + * @description Checking if creating the String.prototype.charCodeAt object fails */ var __FACTORY = String.prototype.charCodeAt; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A8.js index 5615884a6a..c33689c021 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.charCodeAt.length property has the attribute DontEnum * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A8.js; - * @description: Checking if enumerating the String.prototype.charCodeAt.length property fails; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A8.js + * @description Checking if enumerating the String.prototype.charCodeAt.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A9.js index 2bdc54061d..72b0d2292f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.charCodeAt.length property has the attribute DontDelete * - * @section: 15.5.4.5; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A9.js; - * @description: Checking if deleting the String.prototype.charCodeAt.length property fails; + * @section 15.5.4.5 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.5_String.prototype.charCodeAt/S15.5.4.5_A9.js + * @description Checking if deleting the String.prototype.charCodeAt.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A10.js index b282a4e666..fb85dc29c8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.concat.length property has the attribute ReadOnly * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A10.js; - * @description: Checking if varying the String.prototype.concat.length property fails; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A10.js + * @description Checking if varying the String.prototype.concat.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A11.js index 16e2f73576..776db82412 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A11.js @@ -4,9 +4,9 @@ /** * The length property of the concat method is 1 * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A11.js; - * @description: Checking String.prototype.concat.length; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A11.js + * @description Checking String.prototype.concat.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T1.js index b3d07d97af..339a1cb38b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T1.js; - * @description: Arguments are false and true, and instance is object; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T1.js + * @description Arguments are false and true, and instance is object */ var __instance = new Object(42); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T10.js index 77c7b302a2..80d2078fd2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T10.js; - * @description: Call concat([,[...]]) function with object arguments; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T10.js + * @description Call concat([,[...]]) function with object arguments */ var __obj = {toString:function(){return "\u0041";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T2.js index 142ac20dae..4265ba843f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T2.js; - * @description: Arguments are equation with false and true, and instance is Boolean object; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T2.js + * @description Arguments are equation with false and true, and instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T3.js index ad4607e07c..4ff669084b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T3.js; - * @description: Use numbers and function object as arguments; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T3.js + * @description Use numbers and function object as arguments */ var concat = String.prototype.concat; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T4.js index cddf93d26e..83ea0b66b8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T4.js; - * @description: Call concat([,[...]]) function without argument of string object; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T4.js + * @description Call concat([,[...]]) function without argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T5.js index f300837870..abcccf9b6c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T5.js; - * @description: Call concat([,[...]]) function with null argument of function object; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T5.js + * @description Call concat([,[...]]) function with null argument of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T6.js index ed904f3d5c..681d3cd1b6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T6.js; - * @description: Call concat([,[...]]) function with x argument of new String object, where x is undefined variable; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T6.js + * @description Call concat([,[...]]) function with x argument of new String object, where x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T7.js index f803571a96..b19a665290 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T7.js; - * @description: Call concat([,[...]]) function with undefined argument of string object; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T7.js + * @description Call concat([,[...]]) function with undefined argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T8.js index 1c1cb8ce36..cc3d9b1b7e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T8.js; - * @description: Call concat([,[...]]) function with void 0 argument of string object; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T8.js + * @description Call concat([,[...]]) function with void 0 argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T9.js index dde6e6489a..88bf9dfc70 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T9.js; - * @description: Call concat([,[...]]) function with function(){}() argument of string object; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A1_T9.js + * @description Call concat([,[...]]) function with function(){}() argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A2.js index 214ffbbd1b..efe9b9e071 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A2.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) can accept at least 128 * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A2.js; - * @description: Call concat([,[...]]) function with 128 arguments; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A2.js + * @description Call concat([,[...]]) function with 128 arguments */ var __instance = new Number(); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A3.js index a21b5dbe7d..3045218b6d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A3.js @@ -4,9 +4,9 @@ /** * String.prototype.concat([,[...]]) can't change the instance to be applied * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A3.js; - * @description: Checking if varying the instance that is applied fails; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A3.js + * @description Checking if varying the instance that is applied fails */ var __instance = new String("one"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T1.js index 9bc5a0eb6a..539680b616 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T1.js @@ -4,9 +4,9 @@ /** * when String.prototype.concat([,[...]]) is called first Call ToString, giving it the this value as its argument * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T1.js; - * @description: Override toString function; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T1.js + * @description Override toString function */ var __instance = {toString:function(){return "one"}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T2.js index 5ed8f4408a..cdafc5bea6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T2.js @@ -4,9 +4,9 @@ /** * when String.prototype.concat([,[...]]) is called first Call ToString, giving it the this value as its argument * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T2.js; - * @description: Override toString function onto function, that throw exception; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A4_T2.js + * @description Override toString function onto function, that throw exception */ var __instance = {toString:function(){throw "intostring";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A6.js index 1da1b82a9f..dc95837aa6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.concat has not prototype property * - * @section: 15.5.4.6, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A6.js; - * @description: Checking String.prototype.concat.prototype; + * @section 15.5.4.6, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A6.js + * @description Checking String.prototype.concat.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A7.js index 7d2fa77baa..ae1408a4a2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.concat can't be used as constructor * - * @section: 15.5.4.6, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A7.js; - * @description: Checking if creating the String.prototype.concat object fails; + * @section 15.5.4.6, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A7.js + * @description Checking if creating the String.prototype.concat object fails */ var __FACTORY = String.prototype.concat; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A8.js index 5fb793707e..6395492087 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.concat.length property has the attribute DontEnum * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A8.js; - * @description: Checking if enumerating the String.prototype.concat.length property fails; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A8.js + * @description Checking if enumerating the String.prototype.concat.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A9.js index a628af9ed3..16d4000197 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.concat.length property has the attribute DontDelete * - * @section: 15.5.4.6; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A9.js; - * @description: Checking if deleting the String.prototype.concat.length property fails; + * @section 15.5.4.6 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.6_String.prototype.concat/S15.5.4.6_A9.js + * @description Checking if deleting the String.prototype.concat.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A10.js index f4668919c2..580b935572 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.indexOf.length property has the attribute ReadOnly * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A10.js; - * @description: Checking if varying the String.prototype.indexOf.length property fails; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A10.js + * @description Checking if varying the String.prototype.indexOf.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A11.js index 42586fbbf5..55926fa791 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A11.js @@ -4,9 +4,9 @@ /** * The length property of the indexOf method is 1 * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A11.js; - * @description: Checking String.prototype.indexOf.length; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A11.js + * @description Checking String.prototype.indexOf.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T1.js index dd9b0a2c22..84710bb73c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T1.js; - * @description: Arguments are false and true, and instance is object; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T1.js + * @description Arguments are false and true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T10.js index 0b832a8cd0..9f04cd27bd 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T10.js; - * @description: Call indexOf(searchString, position) function with object arguments; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T10.js + * @description Call indexOf(searchString, position) function with object arguments */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T11.js index 49e7df62c1..ad2e9f5650 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T11.js; - * @description: Instance is Date(0) object; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T11.js + * @description Instance is Date(0) object */ var __instance = new Date(0); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T12.js index a24f225b9c..64f88b98e0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T12.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T12.js; - * @description: Argument is string, and instance is array of strings; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T12.js + * @description Argument is string, and instance is array of strings */ var __instance = new Array('new','zoo','revue'); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T2.js index 4c14461eab..2cb18f9555 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T2.js; - * @description: Arguments are boolean equation, function and null, and instance is Boolean object; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T2.js + * @description Arguments are boolean equation, function and null, and instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T3.js index 24c660082a..22c8624339 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T3.js + * @description Checking by using eval */ var indexOf = String.prototype.indexOf; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T4.js index f369ef647e..7bf8dda8eb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T4.js; - * @description: Call indexOf(searchString, position) function without arguments of string; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T4.js + * @description Call indexOf(searchString, position) function without arguments of string */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T5.js index bc105561ac..79621cf7a3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T5.js; - * @description: Call indexOf(searchString, position) function with null argument of function object; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T5.js + * @description Call indexOf(searchString, position) function with null argument of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T6.js index 0207030b1b..5a7f657ecd 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T6.js; - * @description: Call indexOf(searchString, position) function with x argument of new String object, where x is undefined variable; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T6.js + * @description Call indexOf(searchString, position) function with x argument of new String object, where x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T7.js index b6c2b1dd52..6501c0fa30 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T7.js; - * @description: Call indexOf(searchString, position) function with undefined argument of string object; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T7.js + * @description Call indexOf(searchString, position) function with undefined argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T8.js index 9de88c15cb..a6fcd8dbb9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T8.js; - * @description: Call indexOf(searchString, position) function with void 0 argument of string object; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T8.js + * @description Call indexOf(searchString, position) function with void 0 argument of string object */ var __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T9.js index ab4c5d9797..1b966e2f23 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf(searchString, position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T9.js; - * @description: Call indexOf(searchString, position) function with function(){}() argument of string object; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A1_T9.js + * @description Call indexOf(searchString, position) function with function(){}() argument of string object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T1.js index 2ff3ec58d6..9b4f3bd734 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T1.js @@ -4,9 +4,9 @@ /** * When length of searchString less than length of ToString(this) -1 returns * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T1.js; - * @description: Call "abcd".indexOf("abcdab") and check result; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T1.js + * @description Call "abcd".indexOf("abcdab") and check result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T2.js index 9999a160b4..384d5749e6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T2.js @@ -4,9 +4,9 @@ /** * When length of searchString less than length of ToString(this) -1 returns * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T2.js; - * @description: Call "abcd".indexOf("abcdab",0) and check result; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T2.js + * @description Call "abcd".indexOf("abcdab",0) and check result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T3.js index b091304117..a1d9a9f7af 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T3.js @@ -4,9 +4,9 @@ /** * When length of searchString less than length of ToString(this) -1 returns * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T3.js; - * @description: Call "abcd".indexOf("abcdab",99) and check result; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T3.js + * @description Call "abcd".indexOf("abcdab",99) and check result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T4.js index 0bd0809222..13fb960d2c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T4.js @@ -4,9 +4,9 @@ /** * When length of searchString less than length of ToString(this) -1 returns * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T4.js; - * @description: Call "abcd".indexOf("abcdab",NaN) and check result; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A2_T4.js + * @description Call "abcd".indexOf("abcdab",NaN) and check result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T1.js index e74129bbff..9d17dca430 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T1.js @@ -4,9 +4,9 @@ /** * Since we deal with max(ToInteger(pos), 0) if ToInteger(pos) less than 0 indexOf(searchString,0) returns * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T1.js; - * @description: Call "$$abcdabcd".indexOf("ab",NaN) and check result; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T1.js + * @description Call "$$abcdabcd".indexOf("ab",NaN) and check result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T2.js index d85ef34d0d..e765499942 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T2.js @@ -4,9 +4,9 @@ /** * Since we deal with max(ToInteger(pos), 0) if ToInteger(pos) less than 0 indexOf(searchString,0) returns * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T2.js; - * @description: Call "$$abcdabcd".indexOf("ab",eval("\"-99\"")) and check result; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T2.js + * @description Call "$$abcdabcd".indexOf("ab",eval("\"-99\"")) and check result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T3.js index e1707ae9a2..cd9750537b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T3.js @@ -4,9 +4,9 @@ /** * Since we deal with max(ToInteger(pos), 0) if ToInteger(pos) less than 0 indexOf(searchString,0) returns * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T3.js; - * @description: Call "$$abcdabcd".indexOf("ab",function(){return -Infinity;}()) and check result; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A3_T3.js + * @description Call "$$abcdabcd".indexOf("ab",function(){return -Infinity;}()) and check result */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T1.js index 0ac58618f1..5d40da5930 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T1.js @@ -5,9 +5,9 @@ * when String.prototype.indexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T1.js; - * @description: Override toString and valueOf functions, valueOf throw exception; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T1.js + * @description Override toString and valueOf functions, valueOf throw exception */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T2.js index ddffe2f4be..b3460f6c0a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T2.js @@ -5,9 +5,9 @@ * when String.prototype.indexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T2.js; - * @description: Override toString and valueOf functions, second toString throw exception; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T2.js + * @description Override toString and valueOf functions, second toString throw exception */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T3.js index d21d82c6ad..a789cd1623 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T3.js @@ -5,9 +5,9 @@ * when String.prototype.indexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T3.js; - * @description: Override toString and valueOf functions; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T3.js + * @description Override toString and valueOf functions */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T4.js index 3be83ca655..dec11f1f6e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T4.js @@ -5,9 +5,9 @@ * when String.prototype.indexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T4.js; - * @description: Override toString and valueOf functions, and they throw exceptions; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T4.js + * @description Override toString and valueOf functions, and they throw exceptions */ var __obj = {toString:function(){throw "intostr";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T5.js index a6990a208d..4a503e1c46 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T5.js @@ -5,9 +5,9 @@ * when String.prototype.indexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T5.js; - * @description: Override toString and valueOf functions, first and second valueOf throw exception; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A4_T5.js + * @description Override toString and valueOf functions, first and second valueOf throw exception */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T1.js index eb81cc4a15..5bcba00a9b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf works properly * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T1.js; - * @description: Search one symbol from begin of string; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T1.js + * @description Search one symbol from begin of string */ var TEST_STRING = new String( " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" ); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T2.js index eb8a32f594..cbe419d42e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf works properly * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T2.js; - * @description: Search one symbol from it`s position in the string; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T2.js + * @description Search one symbol from it`s position in the string */ var TEST_STRING = new String( " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" ); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T3.js index e180e7667c..b17d468eb0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf works properly * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T3.js; - * @description: Search one symbol from it`s position+1 in the string; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T3.js + * @description Search one symbol from it`s position+1 in the string */ var TEST_STRING = new String( " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" ); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T4.js index fb26d4b15b..b1ded58826 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf works properly * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T4.js; - * @description: Search substring from begin of string; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T4.js + * @description Search substring from begin of string */ var TEST_STRING = new String( " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" ); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T5.js index a765390fcc..2ad412f429 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf works properly * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T5.js; - * @description: Search substring from it`s position in the string; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T5.js + * @description Search substring from it`s position in the string */ var TEST_STRING = new String( " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" ); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T6.js index 88a58889e3..cddee602f9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf works properly * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T6.js; - * @description: Search substring from it`s position+1 in the string; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A5_T6.js + * @description Search substring from it`s position+1 in the string */ var TEST_STRING = new String( " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" ); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A6.js index 46115c2555..831b004220 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf has not prototype property * - * @section: 15.5.4.7, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A6.js; - * @description: Checking String.prototype.indexOf.prototype; + * @section 15.5.4.7, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A6.js + * @description Checking String.prototype.indexOf.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7.js index bd67fb44fc..5bb1248eeb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.indexOf can't be used as constructor * - * @section: 15.5.4.7, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7.js; - * @description: Checking if creating the String.prototype.indexOf object fails; + * @section 15.5.4.7, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A7.js + * @description Checking if creating the String.prototype.indexOf object fails */ var __FACTORY = String.prototype.indexOf; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A8.js index c18193f3a7..c7fc3f48c9 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.indexOf.length property has the attribute DontEnum * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A8.js; - * @description: Checking if enumerating the String.prototype.indexOf.length property fails; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A8.js + * @description Checking if enumerating the String.prototype.indexOf.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A9.js index 90c0cf77c9..bf3e5fd413 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.indexOf.length property has the attribute DontDelete * - * @section: 15.5.4.7; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A9.js; - * @description: Checking if deleting the String.prototype.indexOf.length property fails; + * @section 15.5.4.7 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.7_String.prototype.indexOf/S15.5.4.7_A9.js + * @description Checking if deleting the String.prototype.indexOf.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A10.js index 9715d4c1d4..144e05edb3 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.lastIndexOf.length property has the attribute ReadOnly * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A10.js; - * @description: Checking if varying the String.prototype.lastIndexOf.length property fails; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A10.js + * @description Checking if varying the String.prototype.lastIndexOf.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A11.js index b876c47068..5ffff666ab 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A11.js @@ -4,9 +4,9 @@ /** * The length property of the lastIndexOf method is 1 * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A11.js; - * @description: Checking String.prototype.lastIndexOf.length; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A11.js + * @description Checking String.prototype.lastIndexOf.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T1.js index 378c9e4791..f30eb39569 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T1.js; - * @description: Arguments are false and true, and instance is object; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T1.js + * @description Arguments are false and true, and instance is object */ var __instance = new Object(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T10.js index 9518aa619d..e00b071c1f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T10.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T10.js; - * @description: Call lastIndexOf(searchString, position) function with object arguments; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T10.js + * @description Call lastIndexOf(searchString, position) function with object arguments */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T11.js index f6c3ab78b2..ad41945716 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T11.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T11.js; - * @description: Instance is Date(0) object; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T11.js + * @description Instance is Date(0) object */ var __instance = new Date(100000000); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T12.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T12.js index f1f59d9501..52c3064496 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T12.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T12.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T12.js; - * @description: Argument is string, and instance is array of strings; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T12.js + * @description Argument is string, and instance is array of strings */ var __instance = new Array('new','zoo','revue'); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T2.js index 8f7c8f98ba..2c2b00049e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T2.js; - * @description: Arguments are boolean equation, function and null, and instance is Boolean object; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T2.js + * @description Arguments are boolean equation, function and null, and instance is Boolean object */ var __instance = new Boolean; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T3.js index b9ee0b580f..2576097a5d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T3.js; - * @description: Checking by using eval; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T3.js + * @description Checking by using eval */ var lastIndexOf = String.prototype.lastIndexOf; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T4.js index 110eca1664..ed41c7a88b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T4.js; - * @description: Call lastIndexOf(searchString, position) function without arguments of string; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T4.js + * @description Call lastIndexOf(searchString, position) function without arguments of string */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T5.js index 217766ae5f..b1d203bd12 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T5.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T5.js; - * @description: Call lastIndexOf(searchString, position) function with null argument of function object; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T5.js + * @description Call lastIndexOf(searchString, position) function with null argument of function object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T6.js index 082c5e6d32..9dc778d2aa 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T6.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T6.js; - * @description: Call lastIndexOf(searchString, position) function with x argument of new String object, where x is undefined variable; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T6.js + * @description Call lastIndexOf(searchString, position) function with x argument of new String object, where x is undefined variable */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T7.js index 2e69f361f3..fa3563f650 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T7.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T7.js; - * @description: Call lastIndexOf(searchString, position) function with undefined argument of string object; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T7.js + * @description Call lastIndexOf(searchString, position) function with undefined argument of string object */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T8.js index da8b77cec0..e96b6a1308 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T8.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T8.js; - * @description: Call lastIndexOf(searchString, position) function with void 0 argument of string object; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T8.js + * @description Call lastIndexOf(searchString, position) function with void 0 argument of string object */ var __obj = {toString:function(){}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T9.js index 72e28350e6..2890fadb70 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T9.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf(searchString, position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T9.js; - * @description: Call lastIndexOf(searchString, position) function with function(){}() argument of string object; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A1_T9.js + * @description Call lastIndexOf(searchString, position) function with function(){}() argument of string object */ var __obj = { diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T1.js index ce805c865e..010a0578cc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T1.js @@ -5,9 +5,9 @@ * when String.prototype.lastIndexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T1.js; - * @description: Override toString and valueOf functions, valueOf throw exception; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T1.js + * @description Override toString and valueOf functions, valueOf throw exception */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T2.js index ea3a962efc..52c599892d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T2.js @@ -5,9 +5,9 @@ * when String.prototype.lastIndexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T2.js; - * @description: Override toString and valueOf functions, second toString throw exception; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T2.js + * @description Override toString and valueOf functions, second toString throw exception */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T3.js index 7e0144d9b3..448c944d86 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T3.js @@ -5,9 +5,9 @@ * when String.prototype.lastIndexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T3.js; - * @description: Override toString and valueOf functions; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T3.js + * @description Override toString and valueOf functions */ var __obj = {toString:function(){return "\u0041B";}} diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T4.js index 79ba345c3b..ebbf5d6d58 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T4.js @@ -5,9 +5,9 @@ * when String.prototype.lastIndexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T4.js; - * @description: Override toString and valueOf functions, and they throw exceptions; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T4.js + * @description Override toString and valueOf functions, and they throw exceptions */ var __obj = {toString:function(){throw "intostr";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T5.js index 9670c14d56..ddd19a08cc 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T5.js @@ -5,9 +5,9 @@ * when String.prototype.lastIndexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. * Then Call ToString(searchString) and Call ToNumber(position) * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T5.js; - * @description: Override toString and valueOf functions, first and second valueOf throw exception; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A4_T5.js + * @description Override toString and valueOf functions, first and second valueOf throw exception */ var __obj = {toString:function(){return {};},valueOf:function(){throw "intostr";}}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A6.js index 4d1f0433c7..e953c3c4a8 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf has not prototype property * - * @section: 15.5.4.8, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A6.js; - * @description: Checking String.prototype.lastIndexOf.prototype; + * @section 15.5.4.8, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A6.js + * @description Checking String.prototype.lastIndexOf.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7.js index 66928cefc7..d65edffa83 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.lastIndexOf can't be used as constructor * - * @section: 15.5.4.8, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7.js; - * @description: Checking if creating the String.prototype.lastIndexOf object fails; + * @section 15.5.4.8, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A7.js + * @description Checking if creating the String.prototype.lastIndexOf object fails */ var __FACTORY = String.prototype.lastIndexOf; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A8.js index 4d5e7edad8..dbfa32f662 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.lastIndexOf.length property has the attribute DontEnum * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A8.js; - * @description: Checking if enumerating the String.prototype.lastIndexOf.length property fails; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A8.js + * @description Checking if enumerating the String.prototype.lastIndexOf.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A9.js index 282c158170..27f4d60678 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.lastIndexOf.length property has the attribute DontDelete * - * @section: 15.5.4.8; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A9.js; - * @description: Checking if deleting the String.prototype.lastIndexOf.length property fails; + * @section 15.5.4.8 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.8_String.prototype.lastIndexOf/S15.5.4.8_A9.js + * @description Checking if deleting the String.prototype.lastIndexOf.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A10.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A10.js index 8218167671..736103bbb2 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A10.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A10.js @@ -4,9 +4,9 @@ /** * The String.prototype.localeCompare.length property has the attribute ReadOnly * - * @section: 15.5.4.9; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A10.js; - * @description: Checking if varying the String.prototype.localeCompare.length property fails; + * @section 15.5.4.9 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A10.js + * @description Checking if varying the String.prototype.localeCompare.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A11.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A11.js index 2a296c77fc..b7439e08bb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A11.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A11.js @@ -4,9 +4,9 @@ /** * The length property of the localeCompare method is 1 * - * @section: 15.5.4.9; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A11.js; - * @description: Checking String.prototype.localeCompare.length; + * @section 15.5.4.9 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A11.js + * @description Checking String.prototype.localeCompare.length */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T1.js index 133d2c426b..2c762fe68e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.localeCompare(that) * - * @section: 15.5.4.9; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T1.js; - * @description: This string is symbol and arguments are symbols; + * @section 15.5.4.9 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T1.js + * @description This string is symbol and arguments are symbols */ var str1 = new String("h"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T2.js index 52d3deb61b..bc061abcd6 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.localeCompare(that) * - * @section: 15.5.4.9; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T2.js; - * @description: Call string_1.localeCompare(string_2) is equal -string_2.localeCompare(string_1); + * @section 15.5.4.9 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A1_T2.js + * @description Call string_1.localeCompare(string_2) is equal -string_2.localeCompare(string_1) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A6.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A6.js index 82dd0a8a99..e92de58788 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A6.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A6.js @@ -4,9 +4,9 @@ /** * String.prototype.localeCompare has not prototype property * - * @section: 15.5.4.9, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A6.js; - * @description: Checking String.prototype.localeCompare.prototype; + * @section 15.5.4.9, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A6.js + * @description Checking String.prototype.localeCompare.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A7.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A7.js index 7dbecd8394..761ff839ea 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A7.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A7.js @@ -4,9 +4,9 @@ /** * String.prototype.localeCompare can't be used as constructor * - * @section: 15.5.4.9, 13.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A7.js; - * @description: Checking if creating the String.prototype.localeCompare object fails; + * @section 15.5.4.9, 13.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A7.js + * @description Checking if creating the String.prototype.localeCompare object fails */ var __FACTORY = String.prototype.localeCompare; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A8.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A8.js index 6ae4e22253..d056cb087a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A8.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A8.js @@ -4,9 +4,9 @@ /** * The String.prototype.localeCompare.length property has the attribute DontEnum * - * @section: 15.5.4.9; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A8.js; - * @description: Checking if enumerating the String.prototype.localeCompare.length property fails; + * @section 15.5.4.9 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A8.js + * @description Checking if enumerating the String.prototype.localeCompare.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A9.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A9.js index fce72ee151..88c98a7b1d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A9.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A9.js @@ -4,9 +4,9 @@ /** * The String.prototype.localeCompare.length property has the attribute DontDelete * - * @section: 15.5.4.9; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A9.js; - * @description: Checking if deleting the String.prototype.localeCompare.length property fails; + * @section 15.5.4.9 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_A9.js + * @description Checking if deleting the String.prototype.localeCompare.length property fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T1.js index d586fd5d3c..391f8a5f35 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The initial value of String.prototype.constructor is the built-in String constructor * - * @section: 15.5.4.1; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T1.js; - * @description: Checking String.prototype.constructor; + * @section 15.5.4.1 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T1.js + * @description Checking String.prototype.constructor */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T2.js index 830d52cb3b..a9e0b4295f 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The initial value of String.prototype.constructor is the built-in String constructor * - * @section: 15.5.4.1; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T2.js; - * @description: Create new String.prototype.constructor object and check it; + * @section 15.5.4.1 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.1_A1_T2.js + * @description Create new String.prototype.constructor object and check it */ var __constr = String.prototype.constructor; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T1.js index ce17e82817..e08a0eaed4 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toString() returns this string value * - * @section: 15.5.4.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T1.js; - * @description: Create new String(number) and check it`s method toString(); + * @section 15.5.4.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T1.js + * @description Create new String(number) and check it`s method toString() */ var __string__obj = new String(1); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T2.js index 404107930c..dccc7e94ed 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.toString() returns this string value * - * @section: 15.5.4.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T2.js; - * @description: Create new String(boolean) and check it`s method toString(); + * @section 15.5.4.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T2.js + * @description Create new String(boolean) and check it`s method toString() */ var __string__obj = new String(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T3.js index 436add588b..5e779d96be 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.toString() returns this string value * - * @section: 15.5.4.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T3.js; - * @description: Create new String(string) and check it`s method toString(); + * @section 15.5.4.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T3.js + * @description Create new String(string) and check it`s method toString() */ var __string__obj = new String("metal"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T4.js index f14425c232..c477f18e2d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.toString() returns this string value * - * @section: 15.5.4.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T4.js; - * @description: Create new String(function(){}()) and check it`s method toString(); + * @section 15.5.4.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A1_T4.js + * @description Create new String(function(){}()) and check it`s method toString() */ var __string__obj = new String(function(){}()); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T1.js index 07b37156af..0f8aa5236d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T1.js @@ -4,9 +4,9 @@ /** * The toString function is not generic; it throws a TypeError exception if its this value is not a String object. Therefore, it cannot be transferred to other kinds of objects for use as a method * - * @section: 15.5.4.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T1.js; - * @description: Checking if creating variable String.prototype.toString fails; + * @section 15.5.4.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T1.js + * @description Checking if creating variable String.prototype.toString fails */ var __toString = String.prototype.toString; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T2.js index e459b6755b..f90ada80cb 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T2.js @@ -4,9 +4,9 @@ /** * The toString function is not generic; it throws a TypeError exception if its this value is not a String object. Therefore, it cannot be transferred to other kinds of objects for use as a method * - * @section: 15.5.4.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T2.js; - * @description: Checking if creating the object String.prototype.toString fails; + * @section 15.5.4.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A2_T2.js + * @description Checking if creating the object String.prototype.toString fails */ var __obj={toString : String.prototype.toString}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A3_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A3_T1.js index 5b51ed6b52..cfe9abcc98 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A3_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toString() is equal String.prototype.valueOf() * - * @section: 15.5.4.2, 15.5.4.3; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A3_T1.js; - * @description: Create new String() with various arguments and compare returned results of toString() and valueOf(); + * @section 15.5.4.2, 15.5.4.3 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A3_T1.js + * @description Create new String() with various arguments and compare returned results of toString() and valueOf() */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A4_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A4_T1.js index 1ac2e521aa..06676551e1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A4_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A4_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.toString have length property and it is equal 0 * - * @section: 15.5.4.2; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A4_T1.js; - * @description: Checking String.prototype.toString.length property; + * @section 15.5.4.2 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.2_A4_T1.js + * @description Checking String.prototype.toString.length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T1.js index 5eb4abdaf4..3a3545be7d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T1.js @@ -4,9 +4,9 @@ /** * String.prototype.valueOf() returns this string value * - * @section: 15.5.4.3; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T1.js; - * @description: Create String object as new String(1) and check it`s valueOf(); + * @section 15.5.4.3 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T1.js + * @description Create String object as new String(1) and check it`s valueOf() */ var __string__obj = new String(1); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T2.js index da2a3cbef5..28703cab86 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T2.js @@ -4,9 +4,9 @@ /** * String.prototype.valueOf() returns this string value * - * @section: 15.5.4.3; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T2.js; - * @description: Create String object as new String(true) and check it`s valueOf(); + * @section 15.5.4.3 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T2.js + * @description Create String object as new String(true) and check it`s valueOf() */ var __string__obj = new String(true); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T3.js index e964b7cd91..19c5e0c0c1 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T3.js @@ -4,9 +4,9 @@ /** * String.prototype.valueOf() returns this string value * - * @section: 15.5.4.3; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T3.js; - * @description: Create String object as new String(string) and check it`s valueOf(); + * @section 15.5.4.3 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T3.js + * @description Create String object as new String(string) and check it`s valueOf() */ var __string__obj = new String("metal"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T4.js index ca20d5b1bc..25005b007a 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T4.js @@ -4,9 +4,9 @@ /** * String.prototype.valueOf() returns this string value * - * @section: 15.5.4.3; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T4.js; - * @description: Create String object as new String(function(){}()) and check it`s valueOf(); + * @section 15.5.4.3 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A1_T4.js + * @description Create String object as new String(function(){}()) and check it`s valueOf() */ var __string__obj = new String(function(){}()); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T1.js index d2a25e89c8..262e40b44d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T1.js @@ -5,9 +5,9 @@ * The valueOf function is not generic; it throws a TypeError exception if its this value is not a String object. * Therefore, it cannot be transferred to other kinds of objects for use as a method * - * @section: 15.5.4.3; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T1.js; - * @description: Checking if creating variable String.prototype.valueOf fails; + * @section 15.5.4.3 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T1.js + * @description Checking if creating variable String.prototype.valueOf fails */ var __valueOf = String.prototype.valueOf; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T2.js index 1b8e154b6e..84c32a5824 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T2.js @@ -5,9 +5,9 @@ * The valueOf function is not generic; it throws a TypeError exception if its this value is not a String object. * Therefore, it cannot be transferred to other kinds of objects for use as a method * - * @section: 15.5.4.3; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T2.js; - * @description: Checking if creating the object String.prototype.valueOf fails; + * @section 15.5.4.3 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4.3_A2_T2.js + * @description Checking if creating the object String.prototype.valueOf fails */ var __obj={valueOf : String.prototype.valueOf}; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A1.js index 0a4e95f264..7c72e8370b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A1.js @@ -4,10 +4,10 @@ /** * The String prototype object is itself a String object (its [[Class]] is "String") * - * @section: 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A1.js; - * @description: first we delete String.prototype.toString cause it overrides Object prototype toString. - * Object.prototype.toString returns [object+[[class]]+]; + * @section 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A1.js + * @description first we delete String.prototype.toString cause it overrides Object prototype toString. + * Object.prototype.toString returns [object+[[class]]+] */ delete String.prototype.toString; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A2.js index a1d71c8015..23e20246e0 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A2.js @@ -4,9 +4,9 @@ /** * The String prototype object is itself a String object whose value is an empty string * - * @section: 15.5.4; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A2.js; - * @description: Checking String.prototype; + * @section 15.5.4 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A2.js + * @description Checking String.prototype */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A3.js index a229d1d742..1d91720220 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A3.js @@ -4,9 +4,9 @@ /** * The value of the internal [[Prototype]] property of the String prototype object is the Object prototype object (15.2.3.1) * - * @section: 15.5.4, 15.2.3.1; - * @path: 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A3.js; - * @description: Checking Object.prototype.isPrototypeOf(String.prototype); + * @section 15.5.4, 15.2.3.1 + * @path 15_Native/15.5_String_Objects/15.5.4_Properties_of_the_String_Prototype_Object/S15.5.4_A3.js + * @description Checking Object.prototype.isPrototypeOf(String.prototype) */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A1.js index f528d8205b..7bc345cb7c 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A1.js @@ -4,9 +4,9 @@ /** * length property contains the number of characters in the String value represented by this String object * - * @section: 15.5.5.1; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A1.js; - * @description: Create strings and check its length; + * @section 15.5.5.1 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A1.js + * @description Create strings and check its length */ var __str__instance = new String("ABC\u0041\u0042\u0043"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A2.js index aea85f2998..7353b79eb7 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A2.js @@ -4,9 +4,9 @@ /** * length property has the attributes {DontEnum} * - * @section: 15.5.5.1; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A2.js; - * @description: Checking if enumerating the length property of String fails; + * @section 15.5.5.1 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A2.js + * @description Checking if enumerating the length property of String fails */ var __str__instance = new String("globglob"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A3.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A3.js index 69a5518203..a82c8525ba 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A3.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A3.js @@ -4,9 +4,9 @@ /** * length property has the attributes {DontDelete} * - * @section: 15.5.5.1; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A3.js; - * @description: Checking if deleting the length property of String fails; + * @section 15.5.5.1 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A3.js + * @description Checking if deleting the length property of String fails */ var __str__instance = new String("globglob"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A4.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A4.js index 8ed8e388a7..e605d8c158 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A4.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A4.js @@ -4,9 +4,9 @@ /** * length property has the attributes {ReadOnly} * - * @section: 15.5.5.1; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A4.js; - * @description: Checking if varying the length property of String fails; + * @section 15.5.5.1 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A4.js + * @description Checking if varying the length property of String fails */ var __str__instance = new String("globglob"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A5.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A5.js index 6ab482c6ce..d085184d38 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A5.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A5.js @@ -4,9 +4,9 @@ /** * Once a String object is created, the length property is unchanging * - * @section: 15.5.5.1; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A5.js; - * @description: Change valueOf and toString of String object and check length property; + * @section 15.5.5.1 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5.1_A5.js + * @description Change valueOf and toString of String object and check length property */ var __str__instance = new String("ABC\u0041\u0042\u0043"); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T1.js index 0f515007c6..50542d5e6e 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T1.js @@ -4,9 +4,9 @@ /** * String instance has not [[call]] property * - * @section: 15.5.5; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T1.js; - * @description: Create new String and try call it; + * @section 15.5.5 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T1.js + * @description Create new String and try call it */ var __str = new String; diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T2.js index 6412e040e8..e559fd224d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T2.js @@ -4,9 +4,9 @@ /** * String instance has not [[call]] property * - * @section: 15.5.5; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T2.js; - * @description: Checking if creating new "String("a|b")()" fails; + * @section 15.5.5 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A1_T2.js + * @description Checking if creating new "String("a|b")()" fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T1.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T1.js index cd5eb1d20c..c38003487d 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T1.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T1.js @@ -4,9 +4,9 @@ /** * String instance has not [[construct]] property * - * @section: 15.5.5; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T1.js; - * @description: Create new string object and try new created_string; + * @section 15.5.5 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T1.js + * @description Create new string object and try new created_string */ var __str = new Object(""); diff --git a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T2.js b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T2.js index 0294af4a90..92beac403b 100644 --- a/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T2.js +++ b/test/suite/converted/15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T2.js @@ -4,9 +4,9 @@ /** * String instance has not [[construct]] property * - * @section: 15.5.5; - * @path: 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T2.js; - * @description: Checking if creating "new String" fails; + * @section 15.5.5 + * @path 15_Native/15.5_String_Objects/15.5.5_Properties_of_String_Instances/S15.5.5_A2_T2.js + * @description Checking if creating "new String" fails */ ////////////////////////////////////////////////////////////////////////////// diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T1.js index 57078ad350..940be0482f 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T1.js @@ -5,9 +5,9 @@ * Returns a boolean value (not a Boolean object) computed by * ToBoolean(value) * - * @section: 15.6.1.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T1.js; - * @description: Used values 1, new String("1"), new Object(1) and called without argument; + * @section 15.6.1.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T1.js + * @description Used values 1, new String("1"), new Object(1) and called without argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T2.js index 8b3e51a8be..29c0b56070 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T2.js @@ -5,9 +5,9 @@ * Returns a boolean value (not a Boolean object) computed by * ToBoolean(value) * - * @section: 15.6.1.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T2.js; - * @description: Used various number values as argument; + * @section 15.6.1.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T2.js + * @description Used various number values as argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T3.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T3.js index 2009186729..0bf7c2c185 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T3.js @@ -5,9 +5,9 @@ * Returns a boolean value (not a Boolean object) computed by * ToBoolean(value) * - * @section: 15.6.1.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T3.js; - * @description: Used various string values as argument; + * @section 15.6.1.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T3.js + * @description Used various string values as argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T4.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T4.js index a84624a759..66617a630b 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T4.js @@ -5,9 +5,9 @@ * Returns a boolean value (not a Boolean object) computed by * ToBoolean(value) * - * @section: 15.6.1.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T4.js; - * @description: Used various undefined values and null as argument; + * @section 15.6.1.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T4.js + * @description Used various undefined values and null as argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T5.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T5.js index 322d1b8eb3..9260f637d3 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T5.js @@ -5,9 +5,9 @@ * Returns a boolean value (not a Boolean object) computed by * ToBoolean(value) * - * @section: 15.6.1.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T5.js; - * @description: Used various assigning values to any variable as argument; + * @section 15.6.1.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A1_T5.js + * @description Used various assigning values to any variable as argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A2.js index 4de3df243e..3c8e3aa427 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A2.js @@ -4,9 +4,9 @@ /** * Boolean() returns false * - * @section: 15.6.1.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A2.js; - * @description: Call Boolean() and check result; + * @section 15.6.1.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.1_The_Boolean_Constructor_Called_as_a_Function/S15.6.1.1_A2.js + * @description Call Boolean() and check result */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A1.js index b66540eaf3..33155308ef 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A1.js @@ -5,9 +5,9 @@ * When Boolean is called as part of a new expression it is * a constructor: it initialises the newly created object * - * @section: 15.6.2.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A1.js; - * @description: Checking type of the newly created object and it value; + * @section 15.6.2.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A1.js + * @description Checking type of the newly created object and it value */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A2.js index 85cd104063..de9fb44763 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A2.js @@ -6,9 +6,9 @@ * is set to the original Boolean prototype object, the one that is the * initial value of Boolean.prototype * - * @section: 15.6.2.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A2.js; - * @description: Checking prototype property of the newly created object; + * @section 15.6.2.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A2.js + * @description Checking prototype property of the newly created object */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A3.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A3.js index c0e54ed391..1979af33ba 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A3.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A3.js @@ -5,9 +5,9 @@ * The [[Value]] property of the newly constructed object * is set to ToBoolean(value) * - * @section: 15.6.2.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A3.js; - * @description: Checking value of the newly created object; + * @section 15.6.2.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A3.js + * @description Checking value of the newly created object */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A4.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A4.js index 24b8b66532..31d17c4fde 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A4.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A4.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Boolean" * - * @section: 15.6.2.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A4.js; - * @description: For testing toString function is used; + * @section 15.6.2.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.2_The_Boolean_Constructor/S15.6.2.1_A4.js + * @description For testing toString function is used */ delete Boolean.prototype.toString; diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A1.js index fb7f11cd83..b4451624ef 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A1.js @@ -5,9 +5,9 @@ * The initial value of Boolean.prototype is the Boolean * prototype object * - * @section: 15.6.3.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A1.js; - * @description: Checking Boolean.prototype property; + * @section 15.6.3.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A1.js + * @description Checking Boolean.prototype property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A2.js index 0753ae596b..39847877a3 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A2.js @@ -4,9 +4,9 @@ /** * Boolean.prototype has the attribute ReadOnly * - * @section: 15.6.3.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A2.js; - * @description: Checking if varying the Boolean.prototype property fails; + * @section 15.6.3.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A2.js + * @description Checking if varying the Boolean.prototype property fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A3.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A3.js index d4dd53c8d0..80b064ac7c 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A3.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A3.js @@ -4,9 +4,9 @@ /** * Boolean.prototype has the attribute DontDelete * - * @section: 15.6.3.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A3.js; - * @description: Checking if deleting the Boolean.prototype property fails; + * @section 15.6.3.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A3.js + * @description Checking if deleting the Boolean.prototype property fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A4.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A4.js index f46d06afc7..8d7f3b71c4 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A4.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A4.js @@ -4,9 +4,9 @@ /** * Boolean.prototype has the attribute DontEnum * - * @section: 15.6.3.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A4.js; - * @description: Checking if enumerating the Boolean.prototype property fails; + * @section 15.6.3.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/15.6.3.1_Boolean.prototype/S15.6.3.1_A4.js + * @description Checking if enumerating the Boolean.prototype property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A1.js index a7050a8c80..a97833dfa5 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A1.js @@ -4,9 +4,9 @@ /** * The Boolean constructor has the property "prototype" * - * @section: 15.6.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A1.js; - * @description: Checking existence of the property "prototype"; + * @section 15.6.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A1.js + * @description Checking existence of the property "prototype" */ if(!Boolean.hasOwnProperty("prototype")){ diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A2.js index e26bcbd97b..aa992628a6 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A2.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Boolean * constructor is the Function prototype object * - * @section: 15.6.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A2.js; - * @description: Checking prototype of the Boolean constructor; + * @section 15.6.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A2.js + * @description Checking prototype of the Boolean constructor */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A3.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A3.js index 480f7a63c0..977c6ac4e0 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A3.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A3.js @@ -4,9 +4,9 @@ /** * Boolean constructor has length property whose value is 1 * - * @section: 15.6.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A3.js; - * @description: Checking Boolean.length property; + * @section 15.6.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.3_Properties_of_the_Boolean_Constructor/S15.6.3_A3.js + * @description Checking Boolean.length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.1_A1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.1_A1.js index 25d6a3e994..7b1b39de92 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.1_A1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.1_A1.js @@ -5,9 +5,9 @@ * The initial value of Boolean.prototype.constructor is the * built-in Boolean constructor * - * @section: 15.6.4.1; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.1_A1.js; - * @description: Compare Boolean.prototype.constructor with Boolean; + * @section 15.6.4.1 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.1_A1.js + * @description Compare Boolean.prototype.constructor with Boolean */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T1.js index fcd04c2d6f..d58f0f8e2a 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T1.js @@ -6,9 +6,9 @@ * is returned, otherwise, this boolean value must be false, and the string * "false" is returned * - * @section: 15.6.4.2; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T1.js; - * @description: no arguments; + * @section 15.6.4.2 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T1.js + * @description no arguments */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T2.js index 8abe33244a..5bd303db49 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T2.js @@ -6,9 +6,9 @@ * is returned, otherwise, this boolean value must be false, and the string * "false" is returned * - * @section: 15.6.4.2; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T2.js; - * @description: with some argument; + * @section 15.6.4.2 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A1_T2.js + * @description with some argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T1.js index df46215665..ef5877a22e 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T1.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.2; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T1.js; - * @description: transferring to the String objects; + * @section 15.6.4.2 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T1.js + * @description transferring to the String objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T2.js index b2bd736f5f..0d6e7e3524 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T2.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.2; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T2.js; - * @description: transferring to the Number objects; + * @section 15.6.4.2 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T2.js + * @description transferring to the Number objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T3.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T3.js index d9544099b1..9ffe1ab4a8 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T3.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T3.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.2; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T3.js; - * @description: transferring to the Date objects; + * @section 15.6.4.2 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T3.js + * @description transferring to the Date objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T4.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T4.js index abbd0b4ee9..3408c45d91 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T4.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T4.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.2; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T4.js; - * @description: transferring to the Object objects; + * @section 15.6.4.2 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T4.js + * @description transferring to the Object objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T5.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T5.js index f3ae111b50..92201f46c2 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T5.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T5.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.2; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T5.js; - * @description: transferring to the other objects; + * @section 15.6.4.2 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.2_A2_T5.js + * @description transferring to the other objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T1.js index 8c6ed21c0e..42c9454440 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T1.js @@ -4,9 +4,9 @@ /** * Boolean.prototype.valueOf() returns this boolean value * - * @section: 15.6.4.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T1.js; - * @description: no arguments; + * @section 15.6.4.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T1.js + * @description no arguments */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T2.js index 72fbdb1641..b103487586 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T2.js @@ -4,9 +4,9 @@ /** * Boolean.prototype.valueOf() returns this boolean value * - * @section: 15.6.4.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T2.js; - * @description: calling with argument; + * @section 15.6.4.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A1_T2.js + * @description calling with argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T1.js index f0955c0411..0499ab8831 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T1.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T1.js; - * @description: transferring to the String objects; + * @section 15.6.4.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T1.js + * @description transferring to the String objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T2.js index d69a721c01..48c97e0d9e 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T2.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T2.js; - * @description: transferring to the Number objects; + * @section 15.6.4.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T2.js + * @description transferring to the Number objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T3.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T3.js index 33f2a4c663..f7a9a286bd 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T3.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T3.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T3.js; - * @description: transferring to the Date objects; + * @section 15.6.4.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T3.js + * @description transferring to the Date objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T4.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T4.js index fd375ff7d8..96ae32db15 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T4.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T4.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T4.js; - * @description: transferring to the Object objects; + * @section 15.6.4.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T4.js + * @description transferring to the Object objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T5.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T5.js index 943909638d..1444129158 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T5.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T5.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Boolean object * - * @section: 15.6.4.3; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T5.js; - * @description: transferring to the other objects; + * @section 15.6.4.3 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4.3_A2_T5.js + * @description transferring to the other objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A1.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A1.js index ae338e44c6..18d3ff66ab 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A1.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A1.js @@ -5,9 +5,9 @@ * The Boolean prototype object is itself a Boolean object * (its [[Class]] is "Boolean") whose value is false * - * @section: 15.6.4; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A1.js; - * @description: Checking type and value of Boolean.prototype; + * @section 15.6.4 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A1.js + * @description Checking type and value of Boolean.prototype */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A2.js b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A2.js index 211a2cfb75..76c958997d 100644 --- a/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A2.js +++ b/test/suite/converted/15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A2.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Boolean * prototype object is the Object prototype object * - * @section: 15.6.4; - * @path: 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A2.js; - * @description: Checking Object.prototype.isPrototypeOf(Boolean.prototype); + * @section 15.6.4 + * @path 15_Native/15.6_Boolean_Objects/15.6.4_Properties_of_the_Boolean_Prototype_Object/S15.6.4_A2.js + * @description Checking Object.prototype.isPrototypeOf(Boolean.prototype) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A1.js index 34d8fcd94e..3afe2693d8 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A1.js @@ -4,9 +4,9 @@ /** * Number([value]) returns a number value (not a Number object) computed by ToNumber(value) if value was supplied * - * @section: 15.7.1.1; - * @path: 15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A1.js; - * @description: Used values "10", 10, new String("10"), new Object(10) and "abc"; + * @section 15.7.1.1 + * @path 15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A1.js + * @description Used values "10", 10, new String("10"), new Object(10) and "abc" */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A2.js index 8f2d0bad16..487734507d 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A2.js @@ -4,9 +4,9 @@ /** * Number() returns +0 * - * @section: 15.7.1.1; - * @path: 15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A2.js; - * @description: Call Number() and check result; + * @section 15.7.1.1 + * @path 15_Native/15.7_Number_Objects/15.7.1_The_Number_Constructor_Called_as_a_Function/S15.7.1.1_A2.js + * @description Call Number() and check result */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A1.js index 91feb2a72f..5b80c7db01 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A1.js @@ -5,9 +5,9 @@ * When Number is called as part of a new expression it is * a constructor: it initialises the newly created object * - * @section: 15.7.2.1; - * @path: 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A1.js; - * @description: Checking type of the newly created object and it value; + * @section 15.7.2.1 + * @path 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A1.js + * @description Checking type of the newly created object and it value */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A2.js index bef26fca89..04b98c01c7 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A2.js @@ -6,9 +6,9 @@ * is set to the original Number prototype object, the one that is the * initial value of Number.prototype * - * @section: 15.7.2.1; - * @path: 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A2.js; - * @description: Checking prototype property of the newly created objects; + * @section 15.7.2.1 + * @path 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A2.js + * @description Checking prototype property of the newly created objects */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A3.js index 8250f06a3e..9e09307a6d 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A3.js @@ -5,9 +5,9 @@ * The [[Value]] property of the newly constructed object * is set to ToNumber(value) if value was supplied, else to +0 * - * @section: 15.7.2.1; - * @path: 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A3.js; - * @description: Checking value of the newly created object; + * @section 15.7.2.1 + * @path 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A3.js + * @description Checking value of the newly created object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A4.js index 1a5132ee92..ce9b3bce3f 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A4.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Number" * - * @section: 15.7.2.1; - * @path: 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A4.js; - * @description: For testing toString function is used; + * @section 15.7.2.1 + * @path 15_Native/15.7_Number_Objects/15.7.2_The_Number_Constructor/S15.7.2.1_A4.js + * @description For testing toString function is used */ delete Number.prototype.toString; diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T1.js index 0c6407e4ad..6f549bd542 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The Number property "prototype" has { DontEnum, DontDelete, ReadOnly } attributes * - * @section: 15.7.3.1; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T1.js; - * @description: Checking if varying the Number.prototype property fails; + * @section 15.7.3.1 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T1.js + * @description Checking if varying the Number.prototype property fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js index 8746d4f12b..b6816ae9d6 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js @@ -4,11 +4,11 @@ /** * The Number property "prototype" has { DontEnum, DontDelete, ReadOnly } attributes * - * @section: 15.7.3.1; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js; - * @description: Checking if deleting the Number.prototype property fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.7.3.1 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T2.js + * @description Checking if deleting the Number.prototype property fails + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T3.js index 29d446707a..1336a094a5 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T3.js @@ -4,9 +4,9 @@ /** * The Number property "prototype" has { DontEnum, DontDelete, ReadOnly } attributes * - * @section: 15.7.3.1; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T3.js; - * @description: Checking if enumerating the Number.prototype property fails; + * @section 15.7.3.1 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A1_T3.js + * @description Checking if enumerating the Number.prototype property fails */ if (Number.propertyIsEnumerable('prototype')) { diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T1.js index c37e3a624f..d9b1aee2e4 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T1.js @@ -4,10 +4,10 @@ /** * Number.prototype is itself Number object * - * @section: 15.7.3.1; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T1.js; - * @description: Checking type of Number.prototype property - test based on - * deleting Number.prototype.toString; + * @section 15.7.3.1 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T1.js + * @description Checking type of Number.prototype property - test based on + * deleting Number.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T2.js index 96862db960..3752666e3d 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T2.js @@ -4,10 +4,10 @@ /** * Number.prototype is itself Number object * - * @section: 15.7.3.1; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T2.js; - * @description: Checking type of Number.prototype property - test based on - * overwriting of Number.prototype.toString; + * @section 15.7.3.1 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A2_T2.js + * @description Checking type of Number.prototype property - test based on + * overwriting of Number.prototype.toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A3.js index 3169ac6ebc..1c80f3f30f 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A3.js @@ -4,9 +4,9 @@ /** * Number.prototype value is +0 * - * @section: 15.7.3.1; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A3.js; - * @description: Checking value of Number.prototype property; + * @section 15.7.3.1 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.1_Number.prototype/S15.7.3.1_A3.js + * @description Checking value of Number.prototype property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A1.js index 42ff6ae8c5..4a87801c79 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A1.js @@ -4,9 +4,9 @@ /** * Number.MAX_VALUE is approximately 1.7976931348623157e308 * - * @section: 15.7.3.2; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A1.js; - * @description: Checking Number.MAX_VALUE value; + * @section 15.7.3.2 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A1.js + * @description Checking Number.MAX_VALUE value */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A2.js index dd50ad1410..76ed39445c 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A2.js @@ -4,9 +4,9 @@ /** * Number.MAX_VALUE is ReadOnly * - * @section: 15.7.3.2; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A2.js; - * @description: Checking if varying Number.MAX_VALUE fails; + * @section 15.7.3.2 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A2.js + * @description Checking if varying Number.MAX_VALUE fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js index f0b0bc4946..7520bfa6d8 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js @@ -4,11 +4,11 @@ /** * Number.MAX_VALUE is DontDelete * - * @section: 15.7.3.2; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js; - * @description: Checking if deleting Number.MAX_VALUE fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.7.3.2 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A3.js + * @description Checking if deleting Number.MAX_VALUE fails + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A4.js index 0de17e73e9..533d068904 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A4.js @@ -4,9 +4,9 @@ /** * Number.MAX_VALUE has the attribute DontEnum * - * @section: 15.7.3.2; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A4.js; - * @description: Checking if enumerating Number.MAX_VALUE fails; + * @section 15.7.3.2 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.2_Number.MAX_VALUE/S15.7.3.2_A4.js + * @description Checking if enumerating Number.MAX_VALUE fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A1.js index b12987b2fb..311808ccb9 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A1.js @@ -4,9 +4,9 @@ /** * Number.MIN_VALUE is approximately 5e-324 * - * @section: 15.7.3.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A1.js; - * @description: Checking Number.MIN_VALUE value; + * @section 15.7.3.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A1.js + * @description Checking Number.MIN_VALUE value */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A2.js index e6702c0719..fb0896cb26 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A2.js @@ -4,9 +4,9 @@ /** * Number.MIN_VALUE is ReadOnly * - * @section: 15.7.3.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A2.js; - * @description: Checking if varying Number.MIN_VALUE fails; + * @section 15.7.3.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A2.js + * @description Checking if varying Number.MIN_VALUE fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js index 510ebf41c4..81c87996fe 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js @@ -4,11 +4,11 @@ /** * Number.MIN_VALUE is DontDelete * - * @section: 15.7.3.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js; - * @description: Checking if deleting Number.MIN_VALUE fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.7.3.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A3.js + * @description Checking if deleting Number.MIN_VALUE fails + * @strict_only + * @strict_mode_negative */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A4.js index 026ecbbb26..a5c89f88b1 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A4.js @@ -4,9 +4,9 @@ /** * Number.MIN_VALUE has the attribute DontEnum * - * @section: 15.7.3.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A4.js; - * @description: Checking if enumerating Number.MIN_VALUE fails; + * @section 15.7.3.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.3_Number.MIN_VALUE/S15.7.3.3_A4.js + * @description Checking if enumerating Number.MIN_VALUE fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A1.js index 19840b0333..456d305dd6 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A1.js @@ -4,9 +4,9 @@ /** * Number.NaN is Not-a-Number * - * @section: 15.7.3.4; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A1.js; - * @description: Checking isNaN(Number.NaN); + * @section 15.7.3.4 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A1.js + * @description Checking isNaN(Number.NaN) */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A2.js index f7c96418bb..5947d71329 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A2.js @@ -4,9 +4,9 @@ /** * Number.NaN is ReadOnly * - * @section: 15.7.3.4; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A2.js; - * @description: Checking if varying Number.NaN fails; + * @section 15.7.3.4 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A2.js + * @description Checking if varying Number.NaN fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js index d1e439a143..64ba338395 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js @@ -4,11 +4,11 @@ /** * Number.NaN is DontDelete * - * @section: 15.7.3.4; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js; - * @description: Checking if deleting Number.NaN fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.7.3.4 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A3.js + * @description Checking if deleting Number.NaN fails + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A4.js index 99f457e3a9..50d607f7aa 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A4.js @@ -4,9 +4,9 @@ /** * Number.NaN has the attribute DontEnum * - * @section: 15.7.3.4; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A4.js; - * @description: Checking if enumerating Number.NaN fails; + * @section 15.7.3.4 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.4_Number.NaN/S15.7.3.4_A4.js + * @description Checking if enumerating Number.NaN fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A1.js index c7bab5c3bf..589c162eae 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A1.js @@ -4,9 +4,9 @@ /** * Number.NEGATIVE_INFINITY is -Infinity * - * @section: 15.7.3.5; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A1.js; - * @description: Checking sign and finiteness of Number.NEGATIVE_INFINITY; + * @section 15.7.3.5 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A1.js + * @description Checking sign and finiteness of Number.NEGATIVE_INFINITY */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A2.js index 697c3c3dfb..f49a59bef5 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A2.js @@ -4,9 +4,9 @@ /** * Number.NEGATIVE_INFINITY is ReadOnly * - * @section: 15.7.3.5; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A2.js; - * @description: Checking if varying Number.NEGATIVE_INFINITY fails; + * @section 15.7.3.5 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A2.js + * @description Checking if varying Number.NEGATIVE_INFINITY fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js index a5e6afe67f..4343739c52 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js @@ -4,11 +4,11 @@ /** * Number.NEGATIVE_INFINITY is DontDelete * - * @section: 15.7.3.5; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js; - * @description: Checking if deleting Number.NEGATIVE_INFINITY fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.7.3.5 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A3.js + * @description Checking if deleting Number.NEGATIVE_INFINITY fails + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A4.js index 3e4741b48b..113286b902 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A4.js @@ -4,9 +4,9 @@ /** * Number.NEGATIVE_INFINITY has the attribute DontEnum * - * @section: 15.7.3.5; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A4.js; - * @description: Checking if enumerating Number.NEGATIVE_INFINITY fails; + * @section 15.7.3.5 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.5_Number.NEGATIVE_INFINITY/S15.7.3.5_A4.js + * @description Checking if enumerating Number.NEGATIVE_INFINITY fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A1.js index f950a245d6..39594be017 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A1.js @@ -4,9 +4,9 @@ /** * Number.POSITIVE_INFINITY is +Infinity * - * @section: 15.7.3.6; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A1.js; - * @description: Checking sign and finiteness of Number.POSITIVE_INFINITY; + * @section 15.7.3.6 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A1.js + * @description Checking sign and finiteness of Number.POSITIVE_INFINITY */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A2.js index c7dd0d0377..85f89555d3 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A2.js @@ -4,9 +4,9 @@ /** * Number.POSITIVE_INFINITY is ReadOnly * - * @section: 15.7.3.6; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A2.js; - * @description: Checking if varying Number.POSITIVE_INFINITY fails; + * @section 15.7.3.6 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A2.js + * @description Checking if varying Number.POSITIVE_INFINITY fails */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js index cb5295b83e..1c5bb08e25 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js @@ -4,11 +4,11 @@ /** * Number.POSITIVE_INFINITY is DontDelete * - * @section: 15.7.3.6; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js; - * @description: Checking if deleting Number.POSITIVE_INFINITY fails; - * @strict_only; - * @strict_mode_negative; + * @section 15.7.3.6 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A3.js + * @description Checking if deleting Number.POSITIVE_INFINITY fails + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A4.js index a700e6fb5f..af79ff4c9f 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A4.js @@ -4,9 +4,9 @@ /** * Number.POSITIVE_INFINITY has the attribute DontEnum * - * @section: 15.7.3.6; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A4.js; - * @description: Checking if enumerating Number.POSITIVE_INFINITY fails; + * @section 15.7.3.6 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/15.7.3.6_Number.POSITIVE_INFINITY/S15.7.3.6_A4.js + * @description Checking if enumerating Number.POSITIVE_INFINITY fails */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A1.js index 9dbb3cc831..1632f2fe10 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A1.js @@ -4,9 +4,9 @@ /** * The Number constructor has the property "prototype" * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A1.js; - * @description: Checking existence of the property "prototype"; + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A1.js + * @description Checking existence of the property "prototype" */ if(!Number.hasOwnProperty("prototype")){ diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A2.js index e3269f3fe6..faddc7e525 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A2.js @@ -4,9 +4,9 @@ /** * The Number constructor has the property "MAX_VALUE" * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A2.js; - * @description: Checking existence of the property "MAX_VALUE"; + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A2.js + * @description Checking existence of the property "MAX_VALUE" */ if(!Number.hasOwnProperty("MAX_VALUE")){ diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A3.js index 26560b59c8..d0cca28f53 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A3.js @@ -4,9 +4,9 @@ /** * The Number constructor has the property "MIN_VALUE" * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A3.js; - * @description: Checking existence of the property "MIN_VALUE"; + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A3.js + * @description Checking existence of the property "MIN_VALUE" */ if(!Number.hasOwnProperty("MIN_VALUE")){ diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A4.js index 45738ae18b..a61778c0a2 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A4.js @@ -4,9 +4,9 @@ /** * The Number constructor has the property "NaN" * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A4.js; - * @description: Checking existence of the property "NaN"; + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A4.js + * @description Checking existence of the property "NaN" */ if(!Number.hasOwnProperty("NaN")){ diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A5.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A5.js index 7a0cc2b788..247ca9f6ae 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A5.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A5.js @@ -4,9 +4,9 @@ /** * The Number constructor has the property "NEGATIVE_INFINITY" * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A5.js; - * @description: Checking existence of the property "NEGATIVE_INFINITY"; + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A5.js + * @description Checking existence of the property "NEGATIVE_INFINITY" */ if(!Number.hasOwnProperty("NEGATIVE_INFINITY")){ diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A6.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A6.js index f8590f0d3d..5966e613d1 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A6.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A6.js @@ -4,9 +4,9 @@ /** * The Number constructor has the property "POSITIVE_INFINITY" * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A6.js; - * @description: Checking existence of the property "POSITIVE_INFINITY"; + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A6.js + * @description Checking existence of the property "POSITIVE_INFINITY" */ if(!Number.hasOwnProperty("POSITIVE_INFINITY")){ diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A7.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A7.js index 8f4166a1f0..c81d50e5a8 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A7.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A7.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Number * constructor is the Function prototype object * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A7.js; - * @description: Checking Function.prototype.isPrototypeOf(Number); + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A7.js + * @description Checking Function.prototype.isPrototypeOf(Number) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A8.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A8.js index 43b420d1d0..4403865fe4 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A8.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A8.js @@ -4,9 +4,9 @@ /** * Number constructor has length property whose value is 1 * - * @section: 15.7.3; - * @path: 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A8.js; - * @description: Checking Number.length property; + * @section 15.7.3 + * @path 15_Native/15.7_Number_Objects/15.7.3_Properties_of_Number_Constructor/S15.7.3_A8.js + * @description Checking Number.length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.1_Number.prototype.constructor/S15.7.4.1_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.1_Number.prototype.constructor/S15.7.4.1_A1.js index 7ed0d62a2a..b4fcb11a53 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.1_Number.prototype.constructor/S15.7.4.1_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.1_Number.prototype.constructor/S15.7.4.1_A1.js @@ -5,9 +5,9 @@ * The initial value of Number.prototype.constructor is the * built-in Number constructor * - * @section: 15.7.4.1; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.1_Number.prototype.constructor/S15.7.4.1_A1.js; - * @description: Compare Number.prototype.constructor with Number; + * @section 15.7.4.1 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.1_Number.prototype.constructor/S15.7.4.1_A1.js + * @description Compare Number.prototype.constructor with Number */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T01.js index 0465ac11eb..388e4276b0 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T01.js @@ -6,9 +6,9 @@ * number value is given as an argument to the ToString operator. * the resulting string value is returned * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T01.js; - * @description: undefined radix; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T01.js + * @description undefined radix */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T02.js index b117ba46d8..c62273dbc6 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T02.js @@ -6,9 +6,9 @@ * number value is given as an argument to the ToString operator. * the resulting string value is returned * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T02.js; - * @description: radix is 10; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T02.js + * @description radix is 10 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T03.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T03.js index f3e2dd6d63..01d9ce059d 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T03.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T03.js @@ -6,9 +6,9 @@ * number value is given as an argument to the ToString operator. * the resulting string value is returned * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T03.js; - * @description: radix is undefined value; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A1_T03.js + * @description radix is undefined value */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T01.js index b954e7e8fc..d5fe44a2b9 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T01.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T01.js; - * @description: radix is 2; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T01.js + * @description radix is 2 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T02.js index df0d70fdbf..960b9237d0 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T02.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T02.js; - * @description: radix is 3; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T02.js + * @description radix is 3 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T03.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T03.js index 673f34be4c..e4f0e99733 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T03.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T03.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T03.js; - * @description: radix is 4; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T03.js + * @description radix is 4 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T04.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T04.js index f3bda0cfd4..2a59f20a53 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T04.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T04.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T04.js; - * @description: radix is 5; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T04.js + * @description radix is 5 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T05.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T05.js index fb5ce74892..009b9cce08 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T05.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T05.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T05.js; - * @description: radix is 6; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T05.js + * @description radix is 6 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T06.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T06.js index 5324a22412..c4c6319000 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T06.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T06.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T06.js; - * @description: radix is 7; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T06.js + * @description radix is 7 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T07.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T07.js index f06ac5bfa1..fae7097bcf 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T07.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T07.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T07.js; - * @description: radix is 8; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T07.js + * @description radix is 8 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T08.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T08.js index 0923974447..00c2cf995b 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T08.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T08.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T08.js; - * @description: radix is 9; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T08.js + * @description radix is 9 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T09.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T09.js index 35220a1192..151fa64cd8 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T09.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T09.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T09.js; - * @description: radix is 11; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T09.js + * @description radix is 11 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T10.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T10.js index fd55bdea85..d52c571b82 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T10.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T10.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T10.js; - * @description: radix is 12; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T10.js + * @description radix is 12 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T11.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T11.js index 6fe2f00ccb..d93e1d30fa 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T11.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T11.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T11.js; - * @description: radix is 13; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T11.js + * @description radix is 13 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T12.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T12.js index f0fd44a80c..57705623a0 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T12.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T12.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T12.js; - * @description: radix is 14; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T12.js + * @description radix is 14 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T13.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T13.js index 228f2758d7..f11f05d262 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T13.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T13.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T13.js; - * @description: radix is 15; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T13.js + * @description radix is 15 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T14.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T14.js index 7532576913..7b5089395e 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T14.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T14.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T14.js; - * @description: radix is 16; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T14.js + * @description radix is 16 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T15.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T15.js index 8ed0f7c214..239594f228 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T15.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T15.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T15.js; - * @description: radix is 17; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T15.js + * @description radix is 17 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T16.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T16.js index 3a71b0be21..ff38a6dea0 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T16.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T16.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T16.js; - * @description: radix is 18; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T16.js + * @description radix is 18 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T17.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T17.js index 03697ac5d5..ab5f213e27 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T17.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T17.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T17.js; - * @description: radix is 19; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T17.js + * @description radix is 19 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T18.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T18.js index a4c8ad2ddf..8cc1970e18 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T18.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T18.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T18.js; - * @description: radix is 20; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T18.js + * @description radix is 20 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T19.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T19.js index 1901d51ffa..afe1655cb9 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T19.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T19.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T19.js; - * @description: radix is 21; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T19.js + * @description radix is 21 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T20.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T20.js index ba896e2427..78d292dee9 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T20.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T20.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T20.js; - * @description: radix is 22; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T20.js + * @description radix is 22 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T21.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T21.js index f67a8e0dd5..aa5773d01d 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T21.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T21.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T21.js; - * @description: radix is 23; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T21.js + * @description radix is 23 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T22.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T22.js index 5540c70121..2763d2fb52 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T22.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T22.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T22.js; - * @description: radix is 24; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T22.js + * @description radix is 24 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T23.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T23.js index b8eac12003..2fb2d67e41 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T23.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T23.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T23.js; - * @description: radix is 25; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T23.js + * @description radix is 25 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T24.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T24.js index 7550c02ac5..5918a80546 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T24.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T24.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T24.js; - * @description: radix is 26; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T24.js + * @description radix is 26 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T25.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T25.js index 1f6016649f..029b843b2b 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T25.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T25.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T25.js; - * @description: radix is 27; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T25.js + * @description radix is 27 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T26.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T26.js index e4db09b234..0d77b4c61e 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T26.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T26.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T26.js; - * @description: radix is 28; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T26.js + * @description radix is 28 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T27.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T27.js index 4b9a11b624..c045135d2d 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T27.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T27.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T27.js; - * @description: radix is 29; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T27.js + * @description radix is 29 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T28.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T28.js index 740728087e..a02d418e21 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T28.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T28.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T28.js; - * @description: radix is 30; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T28.js + * @description radix is 30 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T29.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T29.js index a921c1cf19..df2dd5f9b2 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T29.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T29.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T29.js; - * @description: radix is 31; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T29.js + * @description radix is 31 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T30.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T30.js index d6fcedb590..516508e8ee 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T30.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T30.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T30.js; - * @description: radix is 32; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T30.js + * @description radix is 32 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T31.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T31.js index 185dcda308..dccfc3d3f5 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T31.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T31.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T31.js; - * @description: radix is 33; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T31.js + * @description radix is 33 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T32.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T32.js index e42a9a7545..e854c20c8d 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T32.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T32.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T32.js; - * @description: radix is 34; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T32.js + * @description radix is 34 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T33.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T33.js index efbb4cb3cd..bd079327ab 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T33.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T33.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T33.js; - * @description: radix is 35; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T33.js + * @description radix is 35 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T34.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T34.js index c9d022a2f4..5155f18fb8 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T34.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T34.js @@ -5,9 +5,9 @@ * toString: If radix is an integer from 2 to 36, but not 10, * the result is a string, the choice of which is implementation-dependent * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T34.js; - * @description: radix is 36; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A2_T34.js + * @description radix is 36 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T01.js index 5e5e3bce11..4c7ae88908 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T01.js @@ -4,9 +4,9 @@ /** * toString: radix should be an integer between 2 and 36 * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T01.js; - * @description: radix is 1; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T01.js + * @description radix is 1 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T02.js index 99b3c06e67..e2b153e65c 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T02.js @@ -4,9 +4,9 @@ /** * toString: radix should be an integer between 2 and 36 * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T02.js; - * @description: radix is 37; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T02.js + * @description radix is 37 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T03.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T03.js index 07ba114283..c938a4e6d6 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T03.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T03.js @@ -4,9 +4,9 @@ /** * toString: radix should be an integer between 2 and 36 * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T03.js; - * @description: radix is null value; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T03.js + * @description radix is null value */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T04.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T04.js index d3223a17ec..5e40589427 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T04.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T04.js @@ -4,9 +4,9 @@ /** * toString: radix should be an integer between 2 and 36 * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T04.js; - * @description: radix is 0; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A3_T04.js + * @description radix is 0 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T01.js index 5894902acb..52ddbb2f26 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T01.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T01.js; - * @description: transferring to the String objects; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T01.js + * @description transferring to the String objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T02.js index 41980b8708..568c992005 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T02.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T02.js; - * @description: transferring to the Boolean objects; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T02.js + * @description transferring to the Boolean objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T03.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T03.js index 058460416f..c3c91d71c6 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T03.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T03.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T03.js; - * @description: transferring to the Date objects; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T03.js + * @description transferring to the Date objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T04.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T04.js index a7d8b8c27f..fca2cf85cc 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T04.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T04.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T04.js; - * @description: transferring to the Object objects; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T04.js + * @description transferring to the Object objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T05.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T05.js index e9cfa4540d..b0c2ab8706 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T05.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T05.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.2; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T05.js; - * @description: transferring to the other objects; + * @section 15.7.4.2 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.2_Number.prototype.toString/S15.7.4.2_A4_T05.js + * @description transferring to the other objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T01.js index bb5dd439a0..3c84ffa5d2 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T01.js @@ -4,9 +4,9 @@ /** * Number.prototype.valueOf() returns this number value * - * @section: 15.7.4.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T01.js; - * @description: Call without argument; + * @section 15.7.4.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T01.js + * @description Call without argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T02.js index 2d9049246b..7365777cab 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T02.js @@ -4,9 +4,9 @@ /** * Number.prototype.valueOf() returns this number value * - * @section: 15.7.4.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T02.js; - * @description: calling with argument; + * @section 15.7.4.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A1_T02.js + * @description calling with argument */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T01.js index 40b5169ebb..6793bde40c 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T01.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T01.js; - * @description: transferring to the String objects; + * @section 15.7.4.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T01.js + * @description transferring to the String objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T02.js index 8b08bc198e..0907ed6d08 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T02.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T02.js; - * @description: transferring to the Boolean objects; + * @section 15.7.4.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T02.js + * @description transferring to the Boolean objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T03.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T03.js index 20b16f4f93..d0dfd2eb0b 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T03.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T03.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T03.js; - * @description: transferring to the Date objects; + * @section 15.7.4.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T03.js + * @description transferring to the Date objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T04.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T04.js index 8e08599b52..f97757a42f 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T04.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T04.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T04.js; - * @description: transferring to the Object objects; + * @section 15.7.4.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T04.js + * @description transferring to the Object objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T05.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T05.js index 06dd5e8cb7..737743d6d4 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T05.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T05.js @@ -6,9 +6,9 @@ * to other kinds of objects for use as a method and there is should be * a TypeError exception if its this value is not a Number object * - * @section: 15.7.4.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T05.js; - * @description: transferring to the other objects; + * @section 15.7.4.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.4_Number.prototype.valueOf/S15.7.4.4_A2_T05.js + * @description transferring to the other objects */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T01.js index 367d4162fc..3a2670bd40 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T01.js @@ -5,9 +5,9 @@ * Step 1: Let f be ToInteger(fractionDigits). (If fractionDigits * is undefined, this step produces the value 0) * - * @section: 15.7.4.5; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T01.js; - * @description: calling on Number prototype object; + * @section 15.7.4.5 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T01.js + * @description calling on Number prototype object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T02.js index 67191e11ab..c1b2e3756a 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T02.js @@ -5,9 +5,9 @@ * Step 1: Let f be ToInteger(fractionDigits). (If fractionDigits * is undefined, this step produces the value 0) * - * @section: 15.7.4.5; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T02.js; - * @description: calling on Number object; + * @section 15.7.4.5 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.1_T02.js + * @description calling on Number object */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T01.js index 07f0388799..a05b08b744 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T01.js @@ -4,9 +4,9 @@ /** * Step 4: If this number value is NaN, return the string "NaN" * - * @section: 15.7.4.5; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T01.js; - * @description: NaN is computed by new Number("string"); + * @section 15.7.4.5 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T01.js + * @description NaN is computed by new Number("string") */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T02.js index c2f93f7268..f42eae0747 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T02.js @@ -4,9 +4,9 @@ /** * Step 4: If this number value is NaN, return the string "NaN" * - * @section: 15.7.4.5; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T02.js; - * @description: direct usage of NaN; + * @section 15.7.4.5 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.3_T02.js + * @description direct usage of NaN */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.4_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.4_T01.js index 120549e6b5..7a4951b023 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.4_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.4_T01.js @@ -4,9 +4,9 @@ /** * Step 9: If x >= 10^21, let m = ToString(x) * - * @section: 15.7.4.5; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.4_T01.js; - * @description: x is 10^21; + * @section 15.7.4.5 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A1.4_T01.js + * @description x is 10^21 */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A2_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A2_T01.js index db159a83bb..7ec4f4e6d0 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A2_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A2_T01.js @@ -4,9 +4,9 @@ /** * The length property of the toFixed method is 1 * - * @section: 15.7.4.5; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A2_T01.js; - * @description: Checking Number prototype itself; + * @section 15.7.4.5 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/15.7.4.5_Number.prototype.toFixed/S15.7.4.5_A2_T01.js + * @description Checking Number prototype itself */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A1.js index 322e98b9b8..5686e4218b 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A1.js @@ -5,9 +5,9 @@ * The Number prototype object is itself a Number object * (its [[Class]] is "Number") whose value is +0 * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A1.js; - * @description: Checking type and value of Number.prototype property; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A1.js + * @description Checking type and value of Number.prototype property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A2.js index 2dac62f5e2..cc836a3dc8 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A2.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Number * prototype object is the Object prototype object * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A2.js; - * @description: Checking Object.prototype.isPrototypeOf(Number.prototype); + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A2.js + * @description Checking Object.prototype.isPrototypeOf(Number.prototype) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.1.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.1.js index f9bb757e3e..8481112018 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.1.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.1.js @@ -4,9 +4,9 @@ /** * The Number prototype object has the property constructor * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.1.js; - * @description: The test uses hasOwnProperty() method; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.1.js + * @description The test uses hasOwnProperty() method */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.2.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.2.js index 6eba8fe6db..7411c319ad 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.2.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.2.js @@ -4,9 +4,9 @@ /** * The Number prototype object has the property toString * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.2.js; - * @description: The test uses hasOwnProperty() method; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.2.js + * @description The test uses hasOwnProperty() method */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.3.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.3.js index 6362c75862..d8d56e10d1 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.3.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.3.js @@ -4,9 +4,9 @@ /** * The Number prototype object has the property toLocaleString * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.3.js; - * @description: The test uses hasOwnProperty() method; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.3.js + * @description The test uses hasOwnProperty() method */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.4.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.4.js index f1e8eefe49..c9ce904072 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.4.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.4.js @@ -4,9 +4,9 @@ /** * The Number prototype object has the property valueOf * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.4.js; - * @description: The test uses hasOwnProperty() method; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.4.js + * @description The test uses hasOwnProperty() method */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.5.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.5.js index 19473df574..530c868196 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.5.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.5.js @@ -4,9 +4,9 @@ /** * The Number prototype object has the property toFixed * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.5.js; - * @description: The test uses hasOwnProperty() method; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.5.js + * @description The test uses hasOwnProperty() method */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.6.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.6.js index 1bc52215a0..d7c5444883 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.6.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.6.js @@ -4,9 +4,9 @@ /** * The Number prototype object has the property toExponential * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.6.js; - * @description: The test uses hasOwnProperty() method; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.6.js + * @description The test uses hasOwnProperty() method */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.7.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.7.js index cc7c86f9a9..cc352c69ad 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.7.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.7.js @@ -4,9 +4,9 @@ /** * The Number prototype object has the property toPrecision * - * @section: 15.7.4; - * @path: 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.7.js; - * @description: The test uses hasOwnProperty() method; + * @section 15.7.4 + * @path 15_Native/15.7_Number_Objects/15.7.4_Properties_of_the_Number_Prototype_Object/S15.7.4_A3.7.js + * @description The test uses hasOwnProperty() method */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T01.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T01.js index 72b9ac219b..5e70abb349 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T01.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T01.js @@ -5,9 +5,9 @@ * Number instances have no special properties beyond those * inherited from the Number prototype object * - * @section: 15.7.5; - * @path: 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T01.js; - * @description: Checking property constructor; + * @section 15.7.5 + * @path 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T01.js + * @description Checking property constructor */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T02.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T02.js index 2e47a0e8e8..6a47e81bdd 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T02.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T02.js @@ -5,9 +5,9 @@ * Number instances have no special properties beyond those * inherited from the Number prototype object * - * @section: 15.7.5; - * @path: 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T02.js; - * @description: Checking property toString; + * @section 15.7.5 + * @path 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T02.js + * @description Checking property toString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T03.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T03.js index 1ab1341470..ca5a8b4592 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T03.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T03.js @@ -5,9 +5,9 @@ * Number instances have no special properties beyond those * inherited from the Number prototype object * - * @section: 15.7.5; - * @path: 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T03.js; - * @description: Checking property toLocaleString; + * @section 15.7.5 + * @path 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T03.js + * @description Checking property toLocaleString */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T04.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T04.js index cca12e0f45..a52ff96cc6 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T04.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T04.js @@ -5,9 +5,9 @@ * Number instances have no special properties beyond those * inherited from the Number prototype object * - * @section: 15.7.5; - * @path: 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T04.js; - * @description: Checking property valueOf; + * @section 15.7.5 + * @path 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T04.js + * @description Checking property valueOf */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T05.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T05.js index 9284f0d0b4..a9a2f6bff6 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T05.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T05.js @@ -5,9 +5,9 @@ * Number instances have no special properties beyond those * inherited from the Number prototype object * - * @section: 15.7.5; - * @path: 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T05.js; - * @description: Checking property toFixed; + * @section 15.7.5 + * @path 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T05.js + * @description Checking property toFixed */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T06.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T06.js index 8037441924..6a2abb23af 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T06.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T06.js @@ -5,9 +5,9 @@ * Number instances have no special properties beyond those * inherited from the Number prototype object * - * @section: 15.7.5; - * @path: 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T06.js; - * @description: Checking property toExponential; + * @section 15.7.5 + * @path 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T06.js + * @description Checking property toExponential */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T07.js b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T07.js index 50622de186..f61777a0bc 100644 --- a/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T07.js +++ b/test/suite/converted/15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T07.js @@ -5,9 +5,9 @@ * Number instances have no special properties beyond those * inherited from the Number prototype object * - * @section: 15.7.5; - * @path: 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T07.js; - * @description: Checking property toPrecision; + * @section 15.7.5 + * @path 15_Native/15.7_Number_Objects/15.7.5_Properties_of_Number_Instances/S15.7.5_A1_T07.js + * @description Checking property toPrecision */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A1.js index 3a042f1cb0..eca7937e4f 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A1.js @@ -4,9 +4,9 @@ /** * Math.E is approximately 2.7182818284590452354 * - * @section: 15.8.1.1; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A1.js; - * @description: Comparing Math.E with 2.7182818284590452354; + * @section 15.8.1.1 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A1.js + * @description Comparing Math.E with 2.7182818284590452354 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A2.js index 81344b950f..45c0ce60e1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A2.js @@ -4,9 +4,9 @@ /** * Value Property E of the Math Object has the attribute DontEnum * - * @section: 15.8.1.1; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A2.js; - * @description: Checking if Math.E property has the attribute DontEnum; + * @section 15.8.1.1 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A2.js + * @description Checking if Math.E property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js index d756cd4bf5..1129576150 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js @@ -4,11 +4,11 @@ /** * Value Property E of the Math Object has the attribute DontDelete * - * @section: 15.8.1.1; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js; - * @description: Checking if Math.E property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.1 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A3.js + * @description Checking if Math.E property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js index ecc9f415ec..5145283429 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js @@ -4,11 +4,11 @@ /** * Value Property E of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.1; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js; - * @description: Checking if Math.E property has the attribute ReadOnly; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.1 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.1_E/S15.8.1.1_A4.js + * @description Checking if Math.E property has the attribute ReadOnly + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A1.js index 5f18c44530..cf748c951a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A1.js @@ -4,9 +4,9 @@ /** * Math.LN10 is approximately 2.302585092994046 * - * @section: 15.8.1.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A1.js; - * @description: Comparing Math.LN10 with 2.302585092994046; + * @section 15.8.1.2 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A1.js + * @description Comparing Math.LN10 with 2.302585092994046 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A2.js index 5cf2f2fb4b..d47187003e 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A2.js @@ -4,9 +4,9 @@ /** * Value Property LN10 of the Math Object has the attribute DontEnum * - * @section: 15.8.1.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A2.js; - * @description: Checking if Math.LN10 property has the attribute DontEnum; + * @section 15.8.1.2 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A2.js + * @description Checking if Math.LN10 property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js index 4e828498c1..44cff8ca83 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js @@ -4,11 +4,11 @@ /** * Value Property LN10 of the Math Object has the attribute DontDelete * - * @section: 15.8.1.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js; - * @description: Checking if Math.LN10 property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.2 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A3.js + * @description Checking if Math.LN10 property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js index 890c922e9e..6061901a18 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js @@ -4,11 +4,11 @@ /** * Value Property LN10 of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js; - * @description: Checking if Math.LN10 property has the attribute ReadOnly; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.2 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.2_LN10/S15.8.1.2_A4.js + * @description Checking if Math.LN10 property has the attribute ReadOnly + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A1.js index 18f082c13b..d491cd0b86 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A1.js @@ -4,9 +4,9 @@ /** * Math.LN2 is approximately 0.6931471805599453 * - * @section: 15.8.1.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A1.js; - * @description: Comparing Math.LN2 with 0.6931471805599453; + * @section 15.8.1.3 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A1.js + * @description Comparing Math.LN2 with 0.6931471805599453 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A2.js index 90d64af148..58bb14ee3b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A2.js @@ -4,9 +4,9 @@ /** * Value Property LN2 of the Math Object has the attribute DontEnum * - * @section: 15.8.1.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A2.js; - * @description: Checking if Math.LN2 property has the attribute DontEnum; + * @section 15.8.1.3 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A2.js + * @description Checking if Math.LN2 property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js index 96d014cf0b..db5bcff1d1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js @@ -4,11 +4,11 @@ /** * Value Property LN2 of the Math Object has the attribute DontDelete * - * @section: 15.8.1.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js; - * @description: Checking if Math.LN2 property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.3 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A3.js + * @description Checking if Math.LN2 property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js index 250f4fa380..54213f9de8 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js @@ -4,11 +4,11 @@ /** * Value Property LN2 of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js; - * @description: Checking if Math.LN2 property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.3 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.3_LN2/S15.8.1.3_A4.js + * @description Checking if Math.LN2 property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A1.js index c07229c8d3..856549aa3e 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A1.js @@ -4,9 +4,9 @@ /** * Math.LOG2E is approximately 1.4426950408889634 * - * @section: 15.8.1.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A1.js; - * @description: Comparing Math.LOG2E with 1.4426950408889634; + * @section 15.8.1.4 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A1.js + * @description Comparing Math.LOG2E with 1.4426950408889634 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A2.js index 9af4ea8531..a786276a8c 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A2.js @@ -4,9 +4,9 @@ /** * Value Property LOG2E of the Math Object has the attribute DontEnum * - * @section: 15.8.1.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A2.js; - * @description: Checking if Math.LOG2E property has the attribute DontEnum; + * @section 15.8.1.4 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A2.js + * @description Checking if Math.LOG2E property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js index c8e68e77f4..92c221ecd5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js @@ -4,11 +4,11 @@ /** * Value Property LOG2E of the Math Object has the attribute DontDelete * - * @section: 15.8.1.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js; - * @description: Checking if Math.LOG2E property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.4 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A3.js + * @description Checking if Math.LOG2E property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js index 1055fb59d2..4d826ac43b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js @@ -4,11 +4,11 @@ /** * Value Property LOG2E of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js; - * @description: Checking if Math.LOG2E property has the attribute ReadOnly; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.4 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.4_LOG2E/S15.8.1.4_A4.js + * @description Checking if Math.LOG2E property has the attribute ReadOnly + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A1.js index 9ada20cdd5..1d4626f8cf 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A1.js @@ -4,9 +4,9 @@ /** * Math.LOG10E is approximately 0.4342944819032518 * - * @section: 15.8.1.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A1.js; - * @description: Comparing Math.LOG10E with 0.4342944819032518; + * @section 15.8.1.5 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A1.js + * @description Comparing Math.LOG10E with 0.4342944819032518 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A2.js index 8814ab829c..53947abda7 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A2.js @@ -4,9 +4,9 @@ /** * Value Property LOG10E of the Math Object has the attribute DontEnum * - * @section: 15.8.1.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A2.js; - * @description: Checking if Math.LOG10E property has the attribute DontEnum; + * @section 15.8.1.5 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A2.js + * @description Checking if Math.LOG10E property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js index c79331f904..82ea7307d4 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js @@ -4,11 +4,11 @@ /** * Value Property LOG10E of the Math Object has the attribute DontDelete * - * @section: 15.8.1.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js; - * @description: Checking if Math.LOG10E property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.5 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A3.js + * @description Checking if Math.LOG10E property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js index 842f39590f..0282893432 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js @@ -4,11 +4,11 @@ /** * Value Property LOG10E of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js; - * @description: Checking if Math.LOG10E property has the attribute ReadOnly; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.5 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.5_LOG10E/S15.8.1.5_A4.js + * @description Checking if Math.LOG10E property has the attribute ReadOnly + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A1.js index 3582fe485f..c5e8a1c197 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A1.js @@ -4,9 +4,9 @@ /** * Math.PI is approximately 3.1415926535897932 * - * @section: 15.8.1.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A1.js; - * @description: Comparing Math.PI with 3.1415926535897932; + * @section 15.8.1.6 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A1.js + * @description Comparing Math.PI with 3.1415926535897932 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A2.js index 48b2709922..410aa973fd 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A2.js @@ -4,9 +4,9 @@ /** * Value Property PI of the Math Object has the attribute DontEnum * - * @section: 15.8.1.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A2.js; - * @description: Checking if Math.PI property has the attribute DontEnum; + * @section 15.8.1.6 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A2.js + * @description Checking if Math.PI property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js index 1e74824995..abaa96fb95 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js @@ -4,11 +4,11 @@ /** * Value Property PI of the Math Object has the attribute DontDelete * - * @section: 15.8.1.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js; - * @description: Checking if Math.PI property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.6 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A3.js + * @description Checking if Math.PI property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js index c891c30b4b..511e31b538 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js @@ -4,11 +4,11 @@ /** * Value Property PI of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js; - * @description: Checking if Math.PI property has the attribute ReadOnly; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.6 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.6_PI/S15.8.1.6_A4.js + * @description Checking if Math.PI property has the attribute ReadOnly + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A1.js index 02ba3db7cc..a492f308a7 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A1.js @@ -4,9 +4,9 @@ /** * Math.SQRT1_2 is approximately 0.7071067811865476 * - * @section: 15.8.1.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A1.js; - * @description: Comparing Math.SQRT1_2 with 0.7071067811865476; + * @section 15.8.1.7 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A1.js + * @description Comparing Math.SQRT1_2 with 0.7071067811865476 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A2.js index 8e40817c2f..721828dfe6 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A2.js @@ -4,9 +4,9 @@ /** * Value Property SQRT1_2 of the Math Object has the attribute DontEnum * - * @section: 15.8.1.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A2.js; - * @description: Checking if Math.SQRT1_2 property has the attribute DontEnum; + * @section 15.8.1.7 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A2.js + * @description Checking if Math.SQRT1_2 property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js index 0c9f18f75b..bb3dfdf55a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js @@ -4,11 +4,11 @@ /** * Value Property SQRT1_2 of the Math Object has the attribute DontDelete * - * @section: 15.8.1.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js; - * @description: Checking if Math.SQRT1_2 property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.7 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A3.js + * @description Checking if Math.SQRT1_2 property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js index 79d2b88bd4..85b57bd358 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js @@ -4,11 +4,11 @@ /** * Value Property SQRT1_2 of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js; - * @description: Checking if Math.SQRT1_2 property has the attribute ReadOnly; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.7 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.7_SQRT1_2/S15.8.1.7_A4.js + * @description Checking if Math.SQRT1_2 property has the attribute ReadOnly + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A1.js index bfcc172e41..932d38670f 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A1.js @@ -4,9 +4,9 @@ /** * Math.SQRT2 is approximately 1.4142135623730951 * - * @section: 15.8.1.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A1.js; - * @description: Comparing Math.SQRT2 with 1.4142135623730951; + * @section 15.8.1.8 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A1.js + * @description Comparing Math.SQRT2 with 1.4142135623730951 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A2.js index bdabda3323..934312a0ab 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A2.js @@ -4,9 +4,9 @@ /** * Value Property SQRT2 of the Math Object has the attribute DontEnum * - * @section: 15.8.1.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A2.js; - * @description: Checking if Math.SQRT2 property has the attribute DontEnum; + * @section 15.8.1.8 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A2.js + * @description Checking if Math.SQRT2 property has the attribute DontEnum */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js index 63887555a6..254f3e53b0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js @@ -4,11 +4,11 @@ /** * Value Property SQRT2 of the Math Object has the attribute DontDelete * - * @section: 15.8.1.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js; - * @description: Checking if Math.SQRT2 property has the attribute DontDelete; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.8 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A3.js + * @description Checking if Math.SQRT2 property has the attribute DontDelete + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js index ca44aac153..87aedbba50 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js @@ -4,11 +4,11 @@ /** * Value Property SQRT2 of the Math Object has the attribute ReadOnly * - * @section: 15.8.1.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js; - * @description: Checking if Math.SQRT2 property has the attribute ReadOnly; - * @strict_only; - * @strict_mode_negative; + * @section 15.8.1.8 + * @path 15_Native/15.8_The_Math_Object/15.8.1_Value_Properties_of_the_Math_Object/15.8.1.8_SQRT2/S15.8.1.8_A4.js + * @description Checking if Math.SQRT2 property has the attribute ReadOnly + * @strict_only + * @strict_mode_negative */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A1.js index 4eecdf1ab3..1fcca52b1c 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.log(x) is NaN * - * @section: 15.8.2.10; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A1.js; - * @description: Checking if Math.log(NaN) is NaN; + * @section 15.8.2.10 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A1.js + * @description Checking if Math.log(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A2.js index 8bcad15e40..16613259bc 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A2.js @@ -4,9 +4,9 @@ /** * If x is less than 0, Math.log(x) is NaN * - * @section: 15.8.2.10; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A2.js; - * @description: Checking if Math.log(x) is NaN, where x is less than 0; + * @section 15.8.2.10 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A2.js + * @description Checking if Math.log(x) is NaN, where x is less than 0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A3.js index 5dbb361b31..1509b04cd5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A3.js @@ -4,9 +4,9 @@ /** * If x is +0 or -0, Math.log(x) is -Infinity * - * @section: 15.8.2.10; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A3.js; - * @description: Checking if Math.log(+0) and Math.log(-0) equals to -Infinity; + * @section 15.8.2.10 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A3.js + * @description Checking if Math.log(+0) and Math.log(-0) equals to -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A4.js index 0a98f65ab7..1dc45e9fd1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A4.js @@ -4,9 +4,9 @@ /** * If x is 1, Math.log(x) is +0 * - * @section: 15.8.2.10; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A4.js; - * @description: Checking if Math.log(1) equals to +0; + * @section 15.8.2.10 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A4.js + * @description Checking if Math.log(1) equals to +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A5.js index 39ec4ba687..9299688c53 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A5.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.log(x) is +Infinity * - * @section: 15.8.2.10; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A5.js; - * @description: Checking if Math.log(+Infinity) equals to +Infinity; + * @section 15.8.2.10 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A5.js + * @description Checking if Math.log(+Infinity) equals to +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A6.js index 63efe31da2..3904026c7e 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A6.js @@ -4,9 +4,9 @@ /** * Math.log, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.10; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A6.js; - * @description: Checking if Math.log is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.10 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.10_log/S15.8.2.10_A6.js + * @description Checking if Math.log is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A1.js index 29115b300e..5a93f59058 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A1.js @@ -4,9 +4,9 @@ /** * If no arguments are given, Math.max() is -Infinity * - * @section: 15.8.2.11; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A1.js; - * @description: Checking if Math.max() equals to -Infinity; + * @section 15.8.2.11 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A1.js + * @description Checking if Math.max() equals to -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A2.js index 0c2ec1959c..dd8b2555b6 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A2.js @@ -4,9 +4,9 @@ /** * If any value is NaN, the result of Math.max is NaN * - * @section: 15.8.2.11; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A2.js; - * @description: The script tests Math.max giving 1, 2 and 3 arguments to the function where at least one of the arguments is NaN; + * @section 15.8.2.11 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A2.js + * @description The script tests Math.max giving 1, 2 and 3 arguments to the function where at least one of the arguments is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A3.js index 7f98a57878..923e157f0a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A3.js @@ -4,9 +4,9 @@ /** * +0 is considered to be larger than -0 * - * @section: 15.8.2.11; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A3.js; - * @description: Checking if Math.max(-0,+0) and Math.max(+0,-0) equals to +0; + * @section 15.8.2.11 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A3.js + * @description Checking if Math.max(-0,+0) and Math.max(+0,-0) equals to +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A4.js index 10ce4eac59..4e8a0b98a0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A4.js @@ -4,9 +4,9 @@ /** * The length property of the Math.max method is 2 * - * @section: 15.8.2.11; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A4.js; - * @description: Checking if Math.max.length property is defined and equals to 2; + * @section 15.8.2.11 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.11_max/S15.8.2.11_A4.js + * @description Checking if Math.max.length property is defined and equals to 2 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A1.js index dd1ca15f04..005ff715c5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A1.js @@ -4,9 +4,9 @@ /** * If no arguments are given, Math.min() is +Infinity * - * @section: 15.8.2.12; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A1.js; - * @description: Checking if Math.min() equals to +Infinity; + * @section 15.8.2.12 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A1.js + * @description Checking if Math.min() equals to +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A2.js index b677cf23ab..08cd3b98a4 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A2.js @@ -4,9 +4,9 @@ /** * If any value is NaN, the result of Math.min is NaN * - * @section: 15.8.2.12; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A2.js; - * @description: The script tests Math.min giving 1, 2 and 3 arguments to the function where at least one of the arguments is NaN; + * @section 15.8.2.12 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A2.js + * @description The script tests Math.min giving 1, 2 and 3 arguments to the function where at least one of the arguments is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A3.js index 8910c574e7..c47616f2cf 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A3.js @@ -4,9 +4,9 @@ /** * +0 is considered to be larger than -0 * - * @section: 15.8.2.12; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A3.js; - * @description: Checking if Math.max(-0,+0) and Math.max(+0,-0) equals to -0; + * @section 15.8.2.12 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A3.js + * @description Checking if Math.max(-0,+0) and Math.max(+0,-0) equals to -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A4.js index db87d17ec0..a346c5aad5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A4.js @@ -4,9 +4,9 @@ /** * The length property of the Math.min method is 2 * - * @section: 15.8.2.12; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A4.js; - * @description: Checking if Math.min.length property is defined and equals to 2; + * @section 15.8.2.12 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.12_min/S15.8.2.12_A4.js + * @description Checking if Math.min.length property is defined and equals to 2 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A1.js index fc9f38b5fe..2cfe97821f 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A1.js @@ -4,9 +4,9 @@ /** * If y is NaN, Math.pow(x,y) is NaN * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A1.js; - * @description: Checking if Math.pow(x,y) is NaN, where y is NaN; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A1.js + * @description Checking if Math.pow(x,y) is NaN, where y is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A10.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A10.js index b9be9cebd0..553bfe9b36 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A10.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A10.js @@ -4,9 +4,9 @@ /** * If abs(x)<1 and y is -Infinity, Math.pow(x,y) is +Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A10.js; - * @description: Checking if Math.pow(x,y) equals to +Infinity, where abs(x)<1 and y is -Infinity; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A10.js + * @description Checking if Math.pow(x,y) equals to +Infinity, where abs(x)<1 and y is -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A11.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A11.js index 32b852edef..8412d8d6df 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A11.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A11.js @@ -4,9 +4,9 @@ /** * If x is +Infinity and y>0, Math.pow(x,y) is +Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A11.js; - * @description: Checking if Math.pow(x,y) equals to +Infinity, where x is +Infinity and y>0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A11.js + * @description Checking if Math.pow(x,y) equals to +Infinity, where x is +Infinity and y>0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A12.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A12.js index 6ff57adb72..2771d05ab0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A12.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A12.js @@ -4,9 +4,9 @@ /** * If x is +Infinity and y<0, Math.pow(x,y) is +0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A12.js; - * @description: Checking if Math.pow(x,y) equals to +0, where x is +Infinity and y<0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A12.js + * @description Checking if Math.pow(x,y) equals to +0, where x is +Infinity and y<0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A13.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A13.js index cc791e2885..38d2aa7fcd 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A13.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A13.js @@ -4,9 +4,9 @@ /** * If x is -Infinity and y>0 and y is an odd integer, Math.pow(x,y) is -Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A13.js; - * @description: Checking if Math.pow(x,y) equals to -Infinity, where x is -Infinity and y>0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A13.js + * @description Checking if Math.pow(x,y) equals to -Infinity, where x is -Infinity and y>0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A14.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A14.js index 0c91768361..03245b2def 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A14.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A14.js @@ -4,9 +4,9 @@ /** * If x is -Infinity and y>0 and y is NOT an odd integer, Math.pow(x,y) is +Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A14.js; - * @description: Checking if Math.pow(x,y) equals to +Infinity, where x is -Infinity and y>0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A14.js + * @description Checking if Math.pow(x,y) equals to +Infinity, where x is -Infinity and y>0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A15.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A15.js index 5c230ab1bb..cee163cfa5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A15.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A15.js @@ -4,9 +4,9 @@ /** * If x is -Infinity and y<0 and y is an odd integer, Math.pow(x,y) is -0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A15.js; - * @description: Checking if Math.pow(x,y) equals to -0, where x is -Infinity and y<0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A15.js + * @description Checking if Math.pow(x,y) equals to -0, where x is -Infinity and y<0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A16.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A16.js index cdb1e40b35..2a9b894de4 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A16.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A16.js @@ -4,9 +4,9 @@ /** * If x is -Infinity and y<0 and y is NOT an odd integer, Math.pow(x,y) is +0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A16.js; - * @description: Checking if Math.pow(x,y) equals to +0, where x is -Infinity and y<0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A16.js + * @description Checking if Math.pow(x,y) equals to +0, where x is -Infinity and y<0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A17.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A17.js index 81fa0397ea..d71afba8e8 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A17.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A17.js @@ -4,9 +4,9 @@ /** * If x is +0 and y>0, Math.pow(x,y) is +0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A17.js; - * @description: Checking if Math.pow(x,y) equals to +0, where x is +0 and y>0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A17.js + * @description Checking if Math.pow(x,y) equals to +0, where x is +0 and y>0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A18.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A18.js index c581dbf6cb..4a97288dec 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A18.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A18.js @@ -4,9 +4,9 @@ /** * If x is +0 and y<0, Math.pow(x,y) is +Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A18.js; - * @description: Checking if Math.pow(x,y) equals to +Infinity, where x is +0 and y<0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A18.js + * @description Checking if Math.pow(x,y) equals to +Infinity, where x is +0 and y<0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A19.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A19.js index 8ca8152254..17de53caed 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A19.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A19.js @@ -4,9 +4,9 @@ /** * If x is -0 and y>0 and y is an odd integer, Math.pow(x,y) is -0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A19.js; - * @description: Checking if Math.pow(x,y) equals to -0, where x is -0 and y>0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A19.js + * @description Checking if Math.pow(x,y) equals to -0, where x is -0 and y>0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A2.js index 166597ae35..985ce8fa43 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A2.js @@ -4,9 +4,9 @@ /** * If y is +0, Math.pow(x,y) is 1, even if x is NaN * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A2.js; - * @description: Checking if Math.pow(x,y) equals to 1, where y is +0 and x is number or NaN; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A2.js + * @description Checking if Math.pow(x,y) equals to 1, where y is +0 and x is number or NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A20.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A20.js index 7f7e4c33e7..7bf8769d1a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A20.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A20.js @@ -4,9 +4,9 @@ /** * If x is -0 and y>0 and y is NOT an odd integer, Math.pow(x,y) is +0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A20.js; - * @description: Checking if Math.pow(x,y) equals to +0, where x is -0 and y>0 and y is NOT an odd integer; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A20.js + * @description Checking if Math.pow(x,y) equals to +0, where x is -0 and y>0 and y is NOT an odd integer */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A21.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A21.js index 1da408f210..a055acb5ab 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A21.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A21.js @@ -4,9 +4,9 @@ /** * If x is -0 and y<0 and y is an odd integer, Math.pow(x,y) is -Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A21.js; - * @description: Checking if Math.pow(x,y) equals to -Infinity, where x is -0 and y is an odd integer; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A21.js + * @description Checking if Math.pow(x,y) equals to -Infinity, where x is -0 and y is an odd integer */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A22.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A22.js index b7b7401c60..80efd8b9f8 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A22.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A22.js @@ -4,9 +4,9 @@ /** * If x is -0 and y<0 and y is NOT an odd integer, Math.pow(x,y) is +Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A22.js; - * @description: Checking if Math.pow(x,y) equals to +Infinity, where x is -0 and y<0 and y is NOT an odd integer; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A22.js + * @description Checking if Math.pow(x,y) equals to +Infinity, where x is -0 and y<0 and y is NOT an odd integer */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A23.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A23.js index 3bb0eec324..185fb9a4f2 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A23.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A23.js @@ -4,9 +4,9 @@ /** * If x<0 and x is finite and y is finite and y is not an integer, Math.pow(x,y) is NaN * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A23.js; - * @description: Checking if Math.pow(x,y) is NaN, where x<0 and x is finite and y is finite and y is not an integer; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A23.js + * @description Checking if Math.pow(x,y) is NaN, where x<0 and x is finite and y is finite and y is not an integer */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A24.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A24.js index 0c8a8a42f2..c43d6d08a7 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A24.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A24.js @@ -4,9 +4,9 @@ /** * Math.pow, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A24.js; - * @description: Checking if Math.pow(argument1, argument2) is approximately equals to its mathematical value on the set of 64 argument1 values and 64 argument2 values; all the sample values is calculated with LibC; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A24.js + * @description Checking if Math.pow(argument1, argument2) is approximately equals to its mathematical value on the set of 64 argument1 values and 64 argument2 values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A3.js index bc5367e88b..888627616a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A3.js @@ -4,9 +4,9 @@ /** * If y is -0, Math.pow(x,y) is 1, even if x is NaN * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A3.js; - * @description: Checking if Math.pow(x,y) equals to 1, where x is number or NaN and y is -0; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A3.js + * @description Checking if Math.pow(x,y) equals to 1, where x is number or NaN and y is -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A4.js index 0705ff73a4..fef315cc20 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A4.js @@ -4,9 +4,9 @@ /** * If x is NaN and y is nonzero, Math.pow(x,y) is NaN * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A4.js; - * @description: Checking if Math.pow(x,y) is NaN, where x is NaN and y is nonzero; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A4.js + * @description Checking if Math.pow(x,y) is NaN, where x is NaN and y is nonzero */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A5.js index 1579689cbd..33b86d73db 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A5.js @@ -4,9 +4,9 @@ /** * If abs(x)>1 and y is +Infinity, Math.pow(x,y) is +Infinity * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A5.js; - * @description: Checking if Math.pow(x,y) equals to +Infinity, where abs(x)>1 and y is +Infinity; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A5.js + * @description Checking if Math.pow(x,y) equals to +Infinity, where abs(x)>1 and y is +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A6.js index 975585c987..b4f2967ab3 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A6.js @@ -4,9 +4,9 @@ /** * If abs(x)>1 and y is -Infinity, Math.pow(x,y) is +0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A6.js; - * @description: Checking if Math.pow(x,y) equals to +0, where abs(x)>1 and y is -Infinity; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A6.js + * @description Checking if Math.pow(x,y) equals to +0, where abs(x)>1 and y is -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A7.js index 5cfdd4b06c..a03124f7ec 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A7.js @@ -4,9 +4,9 @@ /** * If abs(x)==1 and y is +Infinity, Math.pow(x,y) is NaN * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A7.js; - * @description: Checking if Math.pow(x,y) is NaN, where abs(x)==1 and y is +Infinity; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A7.js + * @description Checking if Math.pow(x,y) is NaN, where abs(x)==1 and y is +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A8.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A8.js index cc42a4c23c..db2b860c8c 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A8.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A8.js @@ -4,9 +4,9 @@ /** * If abs(x)==1 and y is -Infinity, Math.pow(x,y) is NaN * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A8.js; - * @description: Checking if Math.pow(x,y) is NaN, where abs(x)==1 and y is -Infinity; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A8.js + * @description Checking if Math.pow(x,y) is NaN, where abs(x)==1 and y is -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A9.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A9.js index 621f8a5437..2ec9af72ac 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A9.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A9.js @@ -4,9 +4,9 @@ /** * If abs(x)<1 and y is +Infinity, Math.pow(x,y) is +0 * - * @section: 15.8.2.13; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A9.js; - * @description: Checking if Math.pow(x,y) equals to +0, where abs(x)<1 and y is +Infinity; + * @section 15.8.2.13 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A9.js + * @description Checking if Math.pow(x,y) equals to +0, where abs(x)<1 and y is +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.14_random/S15.8.2.14_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.14_random/S15.8.2.14_A1.js index d1731b5473..817c5e4b75 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.14_random/S15.8.2.14_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.14_random/S15.8.2.14_A1.js @@ -4,9 +4,9 @@ /** * Math.random() returns a number value with positive sign, greater than or equal to 0 but less than 1 * - * @section: 15.8.2.14; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.14_random/S15.8.2.14_A1.js; - * @description: Checking if Math.random() is a number between 0 and 1, calling Math.random() 100 times; + * @section 15.8.2.14 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.14_random/S15.8.2.14_A1.js + * @description Checking if Math.random() is a number between 0 and 1, calling Math.random() 100 times */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A1.js index 813f2bd436..825ce3856f 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.round(x) is NaN * - * @section: 15.8.2.15; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A1.js; - * @description: Checking if Math.round(x) is NaN, where x is NaN; + * @section 15.8.2.15 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A1.js + * @description Checking if Math.round(x) is NaN, where x is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A2.js index 1d8d210099..b9e189bcce 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A2.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.round(x) is +0 * - * @section: 15.8.2.15; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A2.js; - * @description: Checking if Math.round(x) equals to +0, where x is +0; + * @section 15.8.2.15 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A2.js + * @description Checking if Math.round(x) equals to +0, where x is +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A3.js index b7ffb50c60..deb5f19a42 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.round(x) is -0 * - * @section: 15.8.2.15; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A3.js; - * @description: Checking if Math.round(x) equals to -0, where x is -0; + * @section 15.8.2.15 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A3.js + * @description Checking if Math.round(x) equals to -0, where x is -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A4.js index 11ccb3dc28..bef42e5458 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.round(x) is +Infinity * - * @section: 15.8.2.15; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A4.js; - * @description: Checking if Math.round(x) is +Infinity, where x is +Infinity; + * @section 15.8.2.15 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A4.js + * @description Checking if Math.round(x) is +Infinity, where x is +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A5.js index 6ca73c4ff4..923c3986bc 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.round(x) is -Infinity * - * @section: 15.8.2.15; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A5.js; - * @description: Checking if Math.round(x) is -Infinity, where x is -Infinity; + * @section 15.8.2.15 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A5.js + * @description Checking if Math.round(x) is -Infinity, where x is -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A6.js index 71c1f26c03..4d7e9bf34a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A6.js @@ -4,9 +4,9 @@ /** * If x is equal to 0 or greater than 0, or if x is less than -0.5, Math.round(x) is equal to Math.floor(x+0.5) * - * @section: 15.8.2.15; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A6.js; - * @description: Checking if Math.round(x) is equal to Math.floor(x+0.5), where x equals to 0, greater than 0, or is less than -0.5; this check is performed on 2000 argument x values; + * @section 15.8.2.15 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A6.js + * @description Checking if Math.round(x) is equal to Math.floor(x+0.5), where x equals to 0, greater than 0, or is less than -0.5; this check is performed on 2000 argument x values */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A7.js index 896b09e926..c0f30a6bf3 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A7.js @@ -4,9 +4,9 @@ /** * If x is less than or equal to -0 and x is greater than or equal to -0.5, Math.round(x) is equal to -0 * - * @section: 15.8.2.15; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A7.js; - * @description: Checking if Math.round(x) is equal -0, where x is equal to 0, equal to -0.5, or less than -0 while greater than -0.5; + * @section 15.8.2.15 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.15_round/S15.8.2.15_A7.js + * @description Checking if Math.round(x) is equal -0, where x is equal to 0, equal to -0.5, or less than -0 while greater than -0.5 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A1.js index 1194926880..79eedd583b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.sin(x) is NaN * - * @section: 15.8.2.16; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A1.js; - * @description: Checking if Math.sin(NaN) is NaN; + * @section 15.8.2.16 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A1.js + * @description Checking if Math.sin(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A3.js index 00b0d0c2b1..abea0c8ab1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.sin(x) is -0 * - * @section: 15.8.2.16; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A3.js; - * @description: Checking if Math.sin(-0) equals to -0; + * @section 15.8.2.16 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A3.js + * @description Checking if Math.sin(-0) equals to -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A4.js index 84ca944648..58e5a09ea8 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.sin(x) is NaN * - * @section: 15.8.2.16; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A4.js; - * @description: Checking if Math.sin(+Infinity) is NaN; + * @section 15.8.2.16 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A4.js + * @description Checking if Math.sin(+Infinity) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A5.js index 86710abfbd..f5e7909c87 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.sin(x) is NaN * - * @section: 15.8.2.16; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A5.js; - * @description: Checking if Math.sin(-Infinity) is NaN; + * @section 15.8.2.16 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A5.js + * @description Checking if Math.sin(-Infinity) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A6.js index d3bdb6f38b..418c908e59 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A6.js @@ -4,9 +4,9 @@ /** * Sine is a periodic function with period 2*PI * - * @section: 15.8.2.16; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A6.js; - * @description: Checking if Math.sin(x) equals to Math.sin(x+n*2*Math.PI) with precision 0.000000000003, where n is an integer from 1 to 100 and x is one of 10 float point values from 0 to 2*Math.PI; + * @section 15.8.2.16 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A6.js + * @description Checking if Math.sin(x) equals to Math.sin(x+n*2*Math.PI) with precision 0.000000000003, where n is an integer from 1 to 100 and x is one of 10 float point values from 0 to 2*Math.PI */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A7.js index 173eba6390..d54955d763 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A7.js @@ -4,9 +4,9 @@ /** * Math.sin it is recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.16; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A7.js; - * @description: Checking if Math.sin is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.16 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.16_sin/S15.8.2.16_A7.js + * @description Checking if Math.sin is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A1.js index 85e6647fd1..84d1551b0a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.sqrt(x) is NaN * - * @section: 15.8.2.17; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A1.js; - * @description: Checking if Math.sqrt(NaN) is NaN; + * @section 15.8.2.17 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A1.js + * @description Checking if Math.sqrt(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A2.js index 63b1026286..f20300c008 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A2.js @@ -4,9 +4,9 @@ /** * If x less than 0, Math.sqrt(x) is NaN * - * @section: 15.8.2.17; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A2.js; - * @description: Checking if Math.sqrt(x) is NaN, where x is less than 0; + * @section 15.8.2.17 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A2.js + * @description Checking if Math.sqrt(x) is NaN, where x is less than 0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A3.js index 0f593d96ec..d00bf71092 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A3.js @@ -4,9 +4,9 @@ /** * If x is equal to +0, Math.sqrt(x) is +0 * - * @section: 15.8.2.17; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A3.js; - * @description: Checking if Math.sqrt(+0) equals to +0; + * @section 15.8.2.17 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A3.js + * @description Checking if Math.sqrt(+0) equals to +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A4.js index aa5c74354c..fdde7bf09e 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A4.js @@ -4,9 +4,9 @@ /** * If x is equal to -0, Math.sqrt(x) is -0 * - * @section: 15.8.2.17; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A4.js; - * @description: Checking if Math.sqrt(-0) equals to -0; + * @section 15.8.2.17 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A4.js + * @description Checking if Math.sqrt(-0) equals to -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A5.js index 909a46d55f..8754bef306 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A5.js @@ -4,9 +4,9 @@ /** * If x is equal to +Infinity, Math.sqrt(x) is +Infinity * - * @section: 15.8.2.17; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A5.js; - * @description: Checking if Math.sqrt(+Infinity) is +Infinity; + * @section 15.8.2.17 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A5.js + * @description Checking if Math.sqrt(+Infinity) is +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A6.js index df88ec0d7d..89b733a3b5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A6.js @@ -4,9 +4,9 @@ /** * Math.sqrt, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.17; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A6.js; - * @description: Checking if Math.sqrt is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.17 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.17_sqrt/S15.8.2.17_A6.js + * @description Checking if Math.sqrt is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A1.js index 5b84dcd659..29f5db6277 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.tan(x) is NaN * - * @section: 15.8.2.18; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A1.js; - * @description: Checking if Math.tan(NaN) is NaN; + * @section 15.8.2.18 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A1.js + * @description Checking if Math.tan(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A2.js index c7e6322079..5ce2be36a4 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A2.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.tan(x) is +0 * - * @section: 15.8.2.18; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A2.js; - * @description: Checking if Math.tan(+0) equals to +0; + * @section 15.8.2.18 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A2.js + * @description Checking if Math.tan(+0) equals to +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A3.js index cdac2635d5..c046237858 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.tan(x) is -0 * - * @section: 15.8.2.18; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A3.js; - * @description: Checking if Math.tan(-0) equals to -0; + * @section 15.8.2.18 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A3.js + * @description Checking if Math.tan(-0) equals to -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A4.js index 9c2460ba30..18ab0473b5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.tan(x) is NaN * - * @section: 15.8.2.18; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A4.js; - * @description: Checking if Math.tan(+Infinity) is NaN; + * @section 15.8.2.18 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A4.js + * @description Checking if Math.tan(+Infinity) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A5.js index c6ba12105e..ce9a04aad4 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.tan(x) is NaN * - * @section: 15.8.2.18; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A5.js; - * @description: Checking if Math.tan(-Infinity) is NaN; + * @section 15.8.2.18 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A5.js + * @description Checking if Math.tan(-Infinity) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A6.js index 7176a8047d..705d00af37 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A6.js @@ -4,9 +4,9 @@ /** * Tangent is a periodic function with period PI * - * @section: 15.8.2.18; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A6.js; - * @description: Checking if Math.tan(x) equals to Math.tan(x+n*Math.PI) with precision 0.000000000003, where n is an integer from 1 to 100 and x is one of 10 float point values from 0 to Math.PI; + * @section 15.8.2.18 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A6.js + * @description Checking if Math.tan(x) equals to Math.tan(x+n*Math.PI) with precision 0.000000000003, where n is an integer from 1 to 100 and x is one of 10 float point values from 0 to Math.PI */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A7.js index 72b0a81b99..b746364bf9 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A7.js @@ -4,9 +4,9 @@ /** * Math.tan, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.18; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A7.js; - * @description: Checking if Math.tan is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.18 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.18_tan/S15.8.2.18_A7.js + * @description Checking if Math.tan is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A1.js index 8a0e324879..75f22a9e7b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.abs(x) is NaN * - * @section: 15.8.2.1; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A1.js; - * @description: Checking if Math.abs(NaN) is NaN; + * @section 15.8.2.1 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A1.js + * @description Checking if Math.abs(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A2.js index 68b5abdc75..21ef0402d2 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A2.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.abs(x) is +0 * - * @section: 15.8.2.1; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A2.js; - * @description: Checking if Math.abs(-0) equals to +0; + * @section 15.8.2.1 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A2.js + * @description Checking if Math.abs(-0) equals to +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A3.js index 1047d98950..eb0ca54777 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A3.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.abs(x) is +Infinity * - * @section: 15.8.2.1; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A3.js; - * @description: Checking if Math.abs(-Infinity) equals to +Infinity; + * @section 15.8.2.1 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.1_abs/S15.8.2.1_A3.js + * @description Checking if Math.abs(-Infinity) equals to +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A1.js index 2762d0e45c..8e31d306c1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.acos(x) is NaN * - * @section: 15.8.2.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A1.js; - * @description: Checking if Math.acos(NaN) is NaN; + * @section 15.8.2.2 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A1.js + * @description Checking if Math.acos(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A2.js index b81fc3ab93..68e9932e65 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A2.js @@ -4,9 +4,9 @@ /** * If x is greater than 1, Math.acos(x) is NaN * - * @section: 15.8.2.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A2.js; - * @description: Checking if Math.acos(x) is NaN, where x is greater than 1; + * @section 15.8.2.2 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A2.js + * @description Checking if Math.acos(x) is NaN, where x is greater than 1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A3.js index 9ea3084531..d7f37e95f1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A3.js @@ -4,9 +4,9 @@ /** * If x is less than -1, Math.acos(x) is NaN * - * @section: 15.8.2.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A3.js; - * @description: Checking if Math.acos(x) is NaN, where x is less than -1; + * @section 15.8.2.2 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A3.js + * @description Checking if Math.acos(x) is NaN, where x is less than -1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A4.js index 4f68244242..3beed4efae 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A4.js @@ -4,9 +4,9 @@ /** * If x is exactly 1, Math.acos(x) is +0 * - * @section: 15.8.2.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A4.js; - * @description: Checking if Math.acos(1) equals to +0; + * @section 15.8.2.2 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A4.js + * @description Checking if Math.acos(1) equals to +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A5.js index 5b661fca1e..2ab6ff2bd1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A5.js @@ -4,9 +4,9 @@ /** * Math.acos, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.2; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A5.js; - * @description: Checking if Math.acos is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.2 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.2_acos/S15.8.2.2_A5.js + * @description Checking if Math.acos is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A1.js index 6f758d8efd..c77218d499 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.asin(x) is NaN * - * @section: 15.8.2.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A1.js; - * @description: Checking if Math.asin(NaN) is NaN; + * @section 15.8.2.3 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A1.js + * @description Checking if Math.asin(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A2.js index 3913dc93a3..83ce4b91a0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A2.js @@ -4,9 +4,9 @@ /** * If x is greater than 1, Math.asin(x) is NaN * - * @section: 15.8.2.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A2.js; - * @description: Checking if Math.asin(x) is NaN, where x is greater than 1; + * @section 15.8.2.3 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A2.js + * @description Checking if Math.asin(x) is NaN, where x is greater than 1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A3.js index dd96e2a365..7d49bdc651 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A3.js @@ -4,9 +4,9 @@ /** * If x is less than -1, Math.asin(x) is NaN * - * @section: 15.8.2.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A3.js; - * @description: Checking if Math.asin(x) is NaN, where x is less than -1; + * @section 15.8.2.3 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A3.js + * @description Checking if Math.asin(x) is NaN, where x is less than -1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A4.js index 5da6d6a5f5..7dd2f722cc 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A4.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.asin(x) is +0 * - * @section: 15.8.2.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A4.js; - * @description: Checking if Math.asin(+0) equals +0; + * @section 15.8.2.3 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A4.js + * @description Checking if Math.asin(+0) equals +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A5.js index 3c06bcca8e..c92bf77996 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A5.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.asin(x) is -0 * - * @section: 15.8.2.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A5.js; - * @description: Checking if Math.asin(-0) equals to -0; + * @section 15.8.2.3 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A5.js + * @description Checking if Math.asin(-0) equals to -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A6.js index 6e48958387..6f6ba5371f 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A6.js @@ -4,9 +4,9 @@ /** * Math.asin, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.3; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A6.js; - * @description: Checking if Math.asin is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.3 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.3_asin/S15.8.2.3_A6.js + * @description Checking if Math.asin is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A1.js index 62965c9b19..755cb22717 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.atan(x) is NaN * - * @section: 15.8.2.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A1.js; - * @description: Checking if Math.atan(NaN) is NaN; + * @section 15.8.2.4 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A1.js + * @description Checking if Math.atan(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A2.js index 545dc08fbd..913eeb5dd2 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A2.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.atan(x) is +0 * - * @section: 15.8.2.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A2.js; - * @description: Checking if Math.atan(+0) equals to +0; + * @section 15.8.2.4 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A2.js + * @description Checking if Math.atan(+0) equals to +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A3.js index 8227f00d57..4197976f9b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.atan(x) is -0 * - * @section: 15.8.2.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A3.js; - * @description: Checking if Math.atan(-0) equals to -0; + * @section 15.8.2.4 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A3.js + * @description Checking if Math.atan(-0) equals to -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A4.js index 6c7b3f7a43..a433ec3200 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.atan(x) is an implementation-dependent approximation to +PI/2 * - * @section: 15.8.2.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A4.js; - * @description: Checking if Math.atan(+Infinity) is an approximation to +PI/2; + * @section 15.8.2.4 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A4.js + * @description Checking if Math.atan(+Infinity) is an approximation to +PI/2 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A5.js index 910a473f80..f87d9ed366 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.atan(x) is an implementation-dependent approximation to -PI/2 * - * @section: 15.8.2.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A5.js; - * @description: Checking if Math.atan(-Infinity) is an approximation to -PI/2; + * @section 15.8.2.4 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A5.js + * @description Checking if Math.atan(-Infinity) is an approximation to -PI/2 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A6.js index 9b77eb0cad..11ad58d92b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A6.js @@ -4,9 +4,9 @@ /** * Math.atan, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.4; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A6.js; - * @description: Checking if Math.atan is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.4 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.4_atan/S15.8.2.4_A6.js + * @description Checking if Math.atan is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A1.js index b8a909b95f..e956032405 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A1.js @@ -4,9 +4,9 @@ /** * If either x or y is NaN, Math(x,y) is NaN * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A1.js; - * @description: Checking if Math.atan2(NaN,y) and Math.atan2(x,NaN) is NaN for different x and y values; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A1.js + * @description Checking if Math.atan2(NaN,y) and Math.atan2(x,NaN) is NaN for different x and y values */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A10.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A10.js index b907385b6b..7d2a8b519e 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A10.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A10.js @@ -4,9 +4,9 @@ /** * If y is -0 and x is -0, Math.atan2(y,x) is an implementation-dependent approximation to -PI * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A10.js; - * @description: Checking if Math.atan2(-0,-0) is an approximation to -PI; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A10.js + * @description Checking if Math.atan2(-0,-0) is an approximation to -PI */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A11.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A11.js index 22e2c73a8d..72113319d4 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A11.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A11.js @@ -4,9 +4,9 @@ /** * If y is equal to -0 and x<0, Math.atan2(y,x) is an implementation-dependent approximation to -PI * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A11.js; - * @description: Checking if Math.atan2(-0,x) is an approximation to -PI, where x<0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A11.js + * @description Checking if Math.atan2(-0,x) is an approximation to -PI, where x<0 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A12.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A12.js index ff9c1b13c6..dbdf3c07ad 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A12.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A12.js @@ -4,9 +4,9 @@ /** * If y<0 and x is +0, Math.atan2(y,x) is an implementation-dependent approximation to -PI/2 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A12.js; - * @description: Checking if Math.atan2(y,+0) is an approximation to -PI/2, where y<0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A12.js + * @description Checking if Math.atan2(y,+0) is an approximation to -PI/2, where y<0 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A13.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A13.js index a3f8ac29e4..e1b4e98ee0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A13.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A13.js @@ -4,9 +4,9 @@ /** * If y<0 and x is -0, Math.atan2(y,x) is an implementation-dependent approximation to -PI/2 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A13.js; - * @description: Checking if Math.atan2(y,-0) is an approximation to -PI/2, where y<0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A13.js + * @description Checking if Math.atan2(y,-0) is an approximation to -PI/2, where y<0 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A14.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A14.js index 3cb1cfa559..bbb42c5bc0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A14.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A14.js @@ -4,9 +4,9 @@ /** * If y>0 and y is finite and x is equal to +Infinity, Math.atan2(y,x) is +0 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A14.js; - * @description: Checking if Math.atan2(y,x) equals to +0, where y>0 and y is finite and x is equal to +Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A14.js + * @description Checking if Math.atan2(y,x) equals to +0, where y>0 and y is finite and x is equal to +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A15.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A15.js index b0a950c1f1..0f56910038 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A15.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A15.js @@ -4,9 +4,9 @@ /** * If y>0 and y is finite and x is equal to -Infinity, Math.atan2(y,x) is an implementation-dependent approximation to +PI * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A15.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +PI, where y>0 and y is finite and x is equal to -Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A15.js + * @description Checking if Math.atan2(y,x) is an approximation to +PI, where y>0 and y is finite and x is equal to -Infinity */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A16.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A16.js index 5fa7cc7aab..9e898cbff6 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A16.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A16.js @@ -4,9 +4,9 @@ /** * If y<0 and y is finite and x is equal to +Infinity, Math.atan2(y,x) is -0 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A16.js; - * @description: Checking if Math.atan2(y,x) is -0, where y<0 and y is finite and x is equal to +Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A16.js + * @description Checking if Math.atan2(y,x) is -0, where y<0 and y is finite and x is equal to +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A17.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A17.js index be20de4729..8aad38f50a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A17.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A17.js @@ -4,9 +4,9 @@ /** * If y<0 and y is finite and x is equal to -Infinity, Math.atan2(y,x) is an implementation-dependent approximation to -PI * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A17.js; - * @description: Checking if Math.atan2(y,x) is an approximation to -PI, where y<0 and y is finite and x is equal to -Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A17.js + * @description Checking if Math.atan2(y,x) is an approximation to -PI, where y<0 and y is finite and x is equal to -Infinity */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A18.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A18.js index 08390e5805..92e71bed27 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A18.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A18.js @@ -4,9 +4,9 @@ /** * If y is +Infinity and x is finite, Math.atan2(y,x) is an implementation-dependent approximation to +PI/2 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A18.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +PI/2, where y is +Infinity and x is finite; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A18.js + * @description Checking if Math.atan2(y,x) is an approximation to +PI/2, where y is +Infinity and x is finite */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A19.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A19.js index 59be939239..fd33656cf3 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A19.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A19.js @@ -4,9 +4,9 @@ /** * If y is -Infinity and x is finite, Math.atan2(y,x) is an implementation-dependent approximation to -PI/2 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A19.js; - * @description: Checking if Math.atan2(y,x) is an approximation to -PI/2, where y is -Infinity and x is finite; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A19.js + * @description Checking if Math.atan2(y,x) is an approximation to -PI/2, where y is -Infinity and x is finite */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A2.js index 562383f60a..7cde03d3d3 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A2.js @@ -4,9 +4,9 @@ /** * If y>0 and x is +0, Math.atan2(y,x) is an implementation-dependent approximation to +PI/2 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A2.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +PI/2, where y>0 and x is +0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A2.js + * @description Checking if Math.atan2(y,x) is an approximation to +PI/2, where y>0 and x is +0 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A20.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A20.js index dee58ae2d2..dd5cf72665 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A20.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A20.js @@ -4,9 +4,9 @@ /** * If y is equal to +Infinity and x is equal to +Infinity, Math.atan2(y,x) is an implementation-dependent approximation to +PI/4 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A20.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +PI/4, where y is equal to +Infinity and x is equal to +Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A20.js + * @description Checking if Math.atan2(y,x) is an approximation to +PI/4, where y is equal to +Infinity and x is equal to +Infinity */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A21.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A21.js index 31a68f2806..5f27ff4475 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A21.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A21.js @@ -4,9 +4,9 @@ /** * If y is equal to +Infinity and x is equal to -Infinity, Math.atan2(y,x) is an implementation-dependent approximation to +3*PI/4 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A21.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +3*PI/4, where y is equal to +Infinity and x is equal to -Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A21.js + * @description Checking if Math.atan2(y,x) is an approximation to +3*PI/4, where y is equal to +Infinity and x is equal to -Infinity */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A22.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A22.js index 8ac302cab0..97bc56af20 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A22.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A22.js @@ -4,9 +4,9 @@ /** * If y is equal to -Infinity and x is equal to +Infinity, Math.atan2(y,x) is an implementation-dependent approximation to -PI/4 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A22.js; - * @description: Checking if Math.atan2(y,x) is an approximation to -PI/4, where y is equal to -Infinity and x is equal to +Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A22.js + * @description Checking if Math.atan2(y,x) is an approximation to -PI/4, where y is equal to -Infinity and x is equal to +Infinity */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A23.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A23.js index 6f62b520bc..46b36714a7 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A23.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A23.js @@ -4,9 +4,9 @@ /** * If y is equal to -Infinity and x is equal to -Infinity, Math.atan2(y,x) is an implementation-dependent approximation to -3*PI/4 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A23.js; - * @description: Checking if Math.atan2(y,x) is an approximation to -3*PI/4, where y is equal to -Infinity and x is equal to -Infinity; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A23.js + * @description Checking if Math.atan2(y,x) is an approximation to -3*PI/4, where y is equal to -Infinity and x is equal to -Infinity */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A24.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A24.js index efd04c07cb..248693f6b1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A24.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A24.js @@ -4,9 +4,9 @@ /** * Math.atan2, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A24.js; - * @description: Checking if Math.atan2(argument1, argument2) is approximately equals to its mathematical values on the set of 64 argument1 values and 64 argument2 values; all the sample values is calculated with LibC; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A24.js + * @description Checking if Math.atan2(argument1, argument2) is approximately equals to its mathematical values on the set of 64 argument1 values and 64 argument2 values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A3.js index 6c710dd544..a5bb3f6ef9 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A3.js @@ -4,9 +4,9 @@ /** * If y>0 and x is -0, Math.atan2(y,x) is an implementation-dependent approximation to +PI/2 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A3.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +PI/2, where y>0 and x is -0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A3.js + * @description Checking if Math.atan2(y,x) is an approximation to +PI/2, where y>0 and x is -0 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A4.js index 1aea21926c..53374f2584 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A4.js @@ -4,9 +4,9 @@ /** * If y is +0 and x>0, Math.atan2(y,x) is +0 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A4.js; - * @description: Checking if Math.atan2(y,x) equals to +0, where y is +0 and x>0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A4.js + * @description Checking if Math.atan2(y,x) equals to +0, where y is +0 and x>0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A5.js index 518f76eace..9ea4f48503 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A5.js @@ -4,9 +4,9 @@ /** * If y is +0 and x is +0, Math.atan2(y,x) is +0 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A5.js; - * @description: Checking if Math.atan2(y,x) is +0, where y is +0 and x is +0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A5.js + * @description Checking if Math.atan2(y,x) is +0, where y is +0 and x is +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A6.js index 84105b5801..43b11a6a53 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A6.js @@ -4,9 +4,9 @@ /** * If y is +0 and x is -0, Math.atan2(y,x) is an implementation-dependent approximation to +PI * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A6.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +PI, where y is +0 and x is -0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A6.js + * @description Checking if Math.atan2(y,x) is an approximation to +PI, where y is +0 and x is -0 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A7.js index 2b1d8a8419..99c39a5652 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A7.js @@ -4,9 +4,9 @@ /** * If y is equal to +0 and x<0, Math.atan2(y,x) is an implementation-dependent approximation to +PI * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A7.js; - * @description: Checking if Math.atan2(y,x) is an approximation to +PI, where y is equal to +0 and x<0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A7.js + * @description Checking if Math.atan2(y,x) is an approximation to +PI, where y is equal to +0 and x<0 */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A8.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A8.js index ecb4376864..0a672964f5 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A8.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A8.js @@ -4,9 +4,9 @@ /** * If y is equal to -0 and x>0, Math.atan2(y,x) is -0 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A8.js; - * @description: Checking if Math.atan2(y,x) is -0, where y is equal to -0 and x>0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A8.js + * @description Checking if Math.atan2(y,x) is -0, where y is equal to -0 and x>0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A9.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A9.js index 51edf27c2e..a79f1b382d 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A9.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A9.js @@ -4,9 +4,9 @@ /** * If y is -0 and x is +0, Math.atan2(y,x) is -0 * - * @section: 15.8.2.5; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A9.js; - * @description: Checking if Math.atan2(y,x) is -0, where y is -0 and x is +0; + * @section 15.8.2.5 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.5_atan2/S15.8.2.5_A9.js + * @description Checking if Math.atan2(y,x) is -0, where y is -0 and x is +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A1.js index 8bf27fd4f0..ed5a5545a7 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.ceil(x) is NaN * - * @section: 15.8.2.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A1.js; - * @description: Checking if Math.ceil(NaN) is NaN; + * @section 15.8.2.6 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A1.js + * @description Checking if Math.ceil(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A2.js index fe6e67db2d..a152af07b0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A2.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.ceil(x) is +0 * - * @section: 15.8.2.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A2.js; - * @description: Checking if Math.ceil(x) is +0, where x is +0; + * @section 15.8.2.6 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A2.js + * @description Checking if Math.ceil(x) is +0, where x is +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A3.js index f4df5bf44f..70191ea6d1 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.ceil(x) is -0 * - * @section: 15.8.2.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A3.js; - * @description: Checking if Math.ceil(x) is -0, where x is -0; + * @section 15.8.2.6 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A3.js + * @description Checking if Math.ceil(x) is -0, where x is -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A4.js index 64a98ece3a..668536010f 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.ceil(x) is +Infinity * - * @section: 15.8.2.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A4.js; - * @description: Checking if Math.ceil(x) is +Infinity, where x is +Infinity; + * @section 15.8.2.6 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A4.js + * @description Checking if Math.ceil(x) is +Infinity, where x is +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A5.js index 73c69995e0..e678735dae 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.ceil(x) is -Infinity * - * @section: 15.8.2.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A5.js; - * @description: Checking if Math.ceil(x) is -Infinity, where x is -Infinity; + * @section 15.8.2.6 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A5.js + * @description Checking if Math.ceil(x) is -Infinity, where x is -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A6.js index f1cde11a9d..5f3cf3601b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A6.js @@ -4,9 +4,9 @@ /** * If x is less than 0 but greater than -1, Math.ceil(x) is -0 * - * @section: 15.8.2.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A6.js; - * @description: Checking if Math.ceil(x) is -0, where x is less than 0 but greater than -1; + * @section 15.8.2.6 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A6.js + * @description Checking if Math.ceil(x) is -0, where x is less than 0 but greater than -1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A7.js index 179252ca61..5aa05f0181 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A7.js @@ -4,9 +4,9 @@ /** * The value of Math.ceil(x) is the same as the value of -Math.floor(-x) * - * @section: 15.8.2.6; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A7.js; - * @description: Checking if Math.ceil(x) equals to -Math.floor(-x) on 2000 floating point argument values; + * @section 15.8.2.6 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.6_ceil/S15.8.2.6_A7.js + * @description Checking if Math.ceil(x) equals to -Math.floor(-x) on 2000 floating point argument values */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A1.js index 8247d1da0e..88dab660cf 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.cos(x) is NaN * - * @section: 15.8.2.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A1.js; - * @description: Checking if Math.cos(NaN) is NaN; + * @section 15.8.2.7 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A1.js + * @description Checking if Math.cos(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A2.js index 723075ef49..b7d53b0388 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A2.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.cos(x) is 1 * - * @section: 15.8.2.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A2.js; - * @description: Checking if Math.cos(+0) is 1; + * @section 15.8.2.7 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A2.js + * @description Checking if Math.cos(+0) is 1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A3.js index e7c05d3b56..5fbb8827c2 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.cos(x) is 1 * - * @section: 15.8.2.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A3.js; - * @description: Checking if Math.cos(-0) is 1; + * @section 15.8.2.7 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A3.js + * @description Checking if Math.cos(-0) is 1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A4.js index 72a40ad055..4f7fdad60c 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.cos(x) is NaN * - * @section: 15.8.2.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A4.js; - * @description: Checking if Math.cos(+Infinity) is NaN; + * @section 15.8.2.7 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A4.js + * @description Checking if Math.cos(+Infinity) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A5.js index 3b9dd31a5f..9520bb33df 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.cos(x) is NaN * - * @section: 15.8.2.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A5.js; - * @description: Checking if Math.cos(-Infinity) is NaN; + * @section 15.8.2.7 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A5.js + * @description Checking if Math.cos(-Infinity) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A6.js index 5f2cf80382..d7f2f3da3d 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A6.js @@ -4,9 +4,9 @@ /** * Cosine is a periodic function with period 2*PI * - * @section: 15.8.2.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A6.js; - * @description: Checking if Math.cos(x) equals to Math.cos(x+n*2*Math.PI) with precision 0.000000000003, where n is an integer from 1 to 100 and x is one of 10 float point values from -Math.PI to +Math.PI; + * @section 15.8.2.7 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A6.js + * @description Checking if Math.cos(x) equals to Math.cos(x+n*2*Math.PI) with precision 0.000000000003, where n is an integer from 1 to 100 and x is one of 10 float point values from -Math.PI to +Math.PI */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A7.js index 8e4eaead6e..62d517f689 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A7.js @@ -4,9 +4,9 @@ /** * Math.cos it is recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.7; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A7.js; - * @description: Checking if Math.cos is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.7 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.7_cos/S15.8.2.7_A7.js + * @description Checking if Math.cos is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A1.js index fd2097e76e..f3b6a900a0 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.exp(x) is NaN * - * @section: 15.8.2.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A1.js; - * @description: Checking if Math.exp(NaN) is NaN; + * @section 15.8.2.8 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A1.js + * @description Checking if Math.exp(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A2.js index 5c694a01be..2532589eb2 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A2.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.exp(x) is 1 * - * @section: 15.8.2.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A2.js; - * @description: Checking if Math.exp(+0) is 1; + * @section 15.8.2.8 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A2.js + * @description Checking if Math.exp(+0) is 1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A3.js index 3c318eb5f9..63a6d662bf 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.exp(x) is 1 * - * @section: 15.8.2.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A3.js; - * @description: Checking if Math.exp(-0) is 1; + * @section 15.8.2.8 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A3.js + * @description Checking if Math.exp(-0) is 1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A4.js index c11f95eb47..d8f6956084 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.exp(x) is +Ifinity * - * @section: 15.8.2.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A4.js; - * @description: Checking if Math.exp(+Infinity) is +Ifinity; + * @section 15.8.2.8 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A4.js + * @description Checking if Math.exp(+Infinity) is +Ifinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A5.js index 3f9b6ac923..f611c64283 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.exp(x) is +0 * - * @section: 15.8.2.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A5.js; - * @description: Checking if Math.exp(-Infinity) is +0; + * @section 15.8.2.8 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A5.js + * @description Checking if Math.exp(-Infinity) is +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A6.js index a541d03d61..2323939f9b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A6.js @@ -4,9 +4,9 @@ /** * Math.exp, recommended that implementations use the approximation algorithms for IEEE 754 arithmetic contained in fdlibm * - * @section: 15.8.2.8; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A6.js; - * @description: Checking if Math.exp is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC; + * @section 15.8.2.8 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.8_exp/S15.8.2.8_A6.js + * @description Checking if Math.exp is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC */ $INCLUDE("math_precision.js"); diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A1.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A1.js index 3df664aa55..6fd3619c01 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A1.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A1.js @@ -4,9 +4,9 @@ /** * If x is NaN, Math.floor(x) is NaN * - * @section: 15.8.2.9; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A1.js; - * @description: Checking if Math.floor(NaN) is NaN; + * @section 15.8.2.9 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A1.js + * @description Checking if Math.floor(NaN) is NaN */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A2.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A2.js index bb92b104f3..6bd0762567 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A2.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A2.js @@ -4,9 +4,9 @@ /** * If x is +0, Math.floor(x) is +0 * - * @section: 15.8.2.9; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A2.js; - * @description: Checking if Math.floor(x) is +0, where x is +0; + * @section 15.8.2.9 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A2.js + * @description Checking if Math.floor(x) is +0, where x is +0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A3.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A3.js index eba84cb7cd..9e3a0b920d 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A3.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A3.js @@ -4,9 +4,9 @@ /** * If x is -0, Math.floor(x) is -0 * - * @section: 15.8.2.9; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A3.js; - * @description: Checking if Math.floor(x) is -0, where x is -0; + * @section 15.8.2.9 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A3.js + * @description Checking if Math.floor(x) is -0, where x is -0 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A4.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A4.js index d6cbf6dff3..d09712ca9a 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A4.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A4.js @@ -4,9 +4,9 @@ /** * If x is +Infinity, Math.floor(x) is +Infinity * - * @section: 15.8.2.9; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A4.js; - * @description: Checking if Math.floor(x) is +Infinity, where x is +Infinity; + * @section 15.8.2.9 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A4.js + * @description Checking if Math.floor(x) is +Infinity, where x is +Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A5.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A5.js index 756324cb31..2863a5de8b 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A5.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A5.js @@ -4,9 +4,9 @@ /** * If x is -Infinity, Math.floor(x) is -Infinity * - * @section: 15.8.2.9; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A5.js; - * @description: Checking if Math.floor(x) is -Infinity, where x is -Infinity; + * @section 15.8.2.9 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A5.js + * @description Checking if Math.floor(x) is -Infinity, where x is -Infinity */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A6.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A6.js index 3a08c3aa5f..4fcd76458d 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A6.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A6.js @@ -4,9 +4,9 @@ /** * If x is greater than 0 but less than 1, Math.floor(x) is +0 * - * @section: 15.8.2.9; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A6.js; - * @description: Checking if Math.floor(x) is +0, where x is greater than 0 but less than 1; + * @section 15.8.2.9 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A6.js + * @description Checking if Math.floor(x) is +0, where x is greater than 0 but less than 1 */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A7.js b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A7.js index 0e03fa83ae..dc808d9397 100644 --- a/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A7.js +++ b/test/suite/converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A7.js @@ -4,9 +4,9 @@ /** * The value of Math.floor(x) is the same as the value of -Math.ceil(-x) * - * @section: 15.8.2.9; - * @path: 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A7.js; - * @description: Checking if Math.floor(x) is equal to -Math.ceil(-x) on 2000 floating-point argument values; + * @section 15.8.2.9 + * @path 15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.9_floor/S15.8.2.9_A7.js + * @description Checking if Math.floor(x) is equal to -Math.ceil(-x) on 2000 floating-point argument values */ // CHECK#1 diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A1.js index 098a180143..f8694b364e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A1.js @@ -5,9 +5,9 @@ * When Date is called as a function rather than as a constructor, * it should be "string" representing the current time (UTC) * - * @section: 15.9.2.1; - * @path: 15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A1.js; - * @description: Checking type of returned value; + * @section 15.9.2.1 + * @path 15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A1.js + * @description Checking type of returned value */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A2.js index 83a9f988a6..6437df8709 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A2.js @@ -6,9 +6,9 @@ * accepted but are completely ignored. A string is created and returned as * if by the expression (new Date()).toString() * - * @section: 15.9.2.1; - * @path: 15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A2.js; - * @description: Use various number arguments and various types of ones; + * @section 15.9.2.1 + * @path 15_Native/15.9_Date_Objects/15.9.2_The_Date_Constructor_Called_as_a_Function/S15.9.2.1_A2.js + * @description Use various number arguments and various types of ones */ function isEqual(d1, d2) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T1.js index 317f68cda5..43c15cf078 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T1.js @@ -5,9 +5,9 @@ * When Date is called as part of a new expression it is * a constructor: it initializes the newly created object * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T1.js; - * @description: 2 arguments, (year, month); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T1.js + * @description 2 arguments, (year, month) */ if (typeof new Date(1899, 11) !== "object") { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T2.js index 07c9a1e541..b6a4576e12 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T2.js @@ -5,9 +5,9 @@ * When Date is called as part of a new expression it is * a constructor: it initializes the newly created object * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T2.js; - * @description: 3 arguments, (year, month, date); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T2.js + * @description 3 arguments, (year, month, date) */ if (typeof new Date(1899, 11, 31) !== "object") { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T3.js index ca1f508367..ed714be3e2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T3.js @@ -5,9 +5,9 @@ * When Date is called as part of a new expression it is * a constructor: it initializes the newly created object * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T3.js; - * @description: 4 arguments, (year, month, date, hours); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T3.js + * @description 4 arguments, (year, month, date, hours) */ if (typeof new Date(1899, 11, 31, 23) !== "object") { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T4.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T4.js index ee975880a4..5479391cb6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T4.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T4.js @@ -5,9 +5,9 @@ * When Date is called as part of a new expression it is * a constructor: it initializes the newly created object * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T4.js; - * @description: 5 arguments, (year, month, date, hours, minutes); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T4.js + * @description 5 arguments, (year, month, date, hours, minutes) */ if (typeof new Date(1899, 11, 31, 23, 59) !== "object") { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T5.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T5.js index 1e6c7af1a7..62b9cd4733 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T5.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T5.js @@ -5,9 +5,9 @@ * When Date is called as part of a new expression it is * a constructor: it initializes the newly created object * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T5.js; - * @description: 6 arguments, (year, month, date, hours, minutes, seconds); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T5.js + * @description 6 arguments, (year, month, date, hours, minutes, seconds) */ if (typeof new Date(1899, 11, 31, 23, 59, 59) !== "object") { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T6.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T6.js index e9e1ab06d6..785b13ec2d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T6.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T6.js @@ -5,9 +5,9 @@ * When Date is called as part of a new expression it is * a constructor: it initializes the newly created object * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T6.js; - * @description: 7 arguments, (year, month, date, hours, minutes, seconds, ms); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A1_T6.js + * @description 7 arguments, (year, month, date, hours, minutes, seconds, ms) */ if (typeof new Date(1899, 11, 31, 23, 59, 59, 999) !== "object") { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T1.js index 2457aa99a3..7fac662d78 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T1.js @@ -6,9 +6,9 @@ * is set to the original Date prototype object, the one that is the * initial value of Date.prototype * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T1.js; - * @description: 2 arguments, (year, month); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T1.js + * @description 2 arguments, (year, month) */ var x11 = new Date(1899, 11); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T2.js index 7d2386bfc9..baeeaf8391 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T2.js @@ -6,9 +6,9 @@ * is set to the original Date prototype object, the one that is the * initial value of Date.prototype * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T2.js; - * @description: 3 arguments, (year, month, date); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T2.js + * @description 3 arguments, (year, month, date) */ var x11 = new Date(1899, 11, 31); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T3.js index bb732cd2d0..5815f27f65 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T3.js @@ -6,9 +6,9 @@ * is set to the original Date prototype object, the one that is the * initial value of Date.prototype * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T3.js; - * @description: 4 arguments, (year, month, date, hours); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T3.js + * @description 4 arguments, (year, month, date, hours) */ var x11 = new Date(1899, 11, 31, 23); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T4.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T4.js index 2fc5a18e3b..c38be42936 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T4.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T4.js @@ -6,9 +6,9 @@ * is set to the original Date prototype object, the one that is the * initial value of Date.prototype * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T4.js; - * @description: 5 arguments, (year, month, date, hours, minutes); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T4.js + * @description 5 arguments, (year, month, date, hours, minutes) */ var x11 = new Date(1899, 11, 31, 23, 59); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T5.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T5.js index 5c87130ce9..d1700489d3 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T5.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T5.js @@ -6,9 +6,9 @@ * is set to the original Date prototype object, the one that is the * initial value of Date.prototype * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T5.js; - * @description: 6 arguments, (year, month, date, hours, minutes, seconds); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T5.js + * @description 6 arguments, (year, month, date, hours, minutes, seconds) */ var x11 = new Date(1899, 11, 31, 23, 59, 59); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T6.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T6.js index 20cd8c65ba..b15d161667 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T6.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T6.js @@ -6,9 +6,9 @@ * is set to the original Date prototype object, the one that is the * initial value of Date.prototype * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T6.js; - * @description: 7 arguments, (year, month, date, hours, minutes, seconds, ms); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A2_T6.js + * @description 7 arguments, (year, month, date, hours, minutes, seconds, ms) */ var x11 = new Date(1899, 11, 31, 23, 59, 59, 999); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.1.js index 1f0d0cc813..10073a0ea7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.1.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.1.js; - * @description: Test based on delete prototype.toString - 2 arguments, (year, month); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.1.js + * @description Test based on delete prototype.toString - 2 arguments, (year, month) */ var x1 = new Date(1899, 11); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.2.js index 0e39c23e94..db216722cb 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.2.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.2.js; - * @description: Test based on overwriting prototype.toString - 2 arguments, (year, month); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T1.2.js + * @description Test based on overwriting prototype.toString - 2 arguments, (year, month) */ Date.prototype.toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.1.js index cdb84ff0da..a82c7f59e6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.1.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.1.js; - * @description: Test based on delete prototype.toString - 3 arguments, (year, month, date); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.1.js + * @description Test based on delete prototype.toString - 3 arguments, (year, month, date) */ var x1 = new Date(1899, 11, 31); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.2.js index 0dd880ed38..3669fa391a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.2.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.2.js; - * @description: Test based on overwriting prototype.toString - 3 arguments, (year, month, date); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T2.2.js + * @description Test based on overwriting prototype.toString - 3 arguments, (year, month, date) */ Date.prototype.toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.1.js index 3c2780d308..ffb8c4ca16 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.1.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.1.js; - * @description: Test based on delete prototype.toString - 4 arguments, (year, month, date, hours); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.1.js + * @description Test based on delete prototype.toString - 4 arguments, (year, month, date, hours) */ var x1 = new Date(1899, 11, 31, 23); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.2.js index 6d220428e9..e9ad3122b2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.2.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.2.js; - * @description: Test based on overwriting prototype.toString - 4 arguments, (year, month, date, hours); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T3.2.js + * @description Test based on overwriting prototype.toString - 4 arguments, (year, month, date, hours) */ Date.prototype.toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.1.js index e489823bba..73979822f7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.1.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.1.js; - * @description: Test based on delete prototype.toString - 5 arguments, (year, month, date, hours, minutes); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.1.js + * @description Test based on delete prototype.toString - 5 arguments, (year, month, date, hours, minutes) */ var x1 = new Date(1899, 11, 31, 23, 59); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.2.js index c6da46a9e3..913b53a010 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.2.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.2.js; - * @description: Test based on overwriting prototype.toString - 5 arguments, (year, month, date, hours, minutes); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T4.2.js + * @description Test based on overwriting prototype.toString - 5 arguments, (year, month, date, hours, minutes) */ Date.prototype.toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.1.js index 8bd4b1f5c3..e3185af0b6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.1.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.1.js; - * @description: 6 arguments, (year, month, date, hours, minutes, seconds); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.1.js + * @description 6 arguments, (year, month, date, hours, minutes, seconds) */ var x1 = new Date(1899, 11, 31, 23, 59, 59); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.2.js index 6da9e3b5d5..93c277d5bb 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.2.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.2.js; - * @description: Test based on overwriting prototype.toString - 6 arguments, (year, month, date, hours, minutes, seconds); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T5.2.js + * @description Test based on overwriting prototype.toString - 6 arguments, (year, month, date, hours, minutes, seconds) */ Date.prototype.toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.1.js index 4ec6f82b94..ae86e92c80 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.1.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.1.js; - * @description: 7 arguments, (year, month, date, hours, minutes, seconds, ms); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.1.js + * @description 7 arguments, (year, month, date, hours, minutes, seconds, ms) */ var x1 = new Date(1899, 11, 31, 23, 59, 59, 999); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.2.js index 132cc92f81..050cfaa401 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.2.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.2.js; - * @description: Test based on overwriting prototype.toString - 7 arguments, (year, month, date, hours, minutes, seconds, ms); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A3_T6.2.js + * @description Test based on overwriting prototype.toString - 7 arguments, (year, month, date, hours, minutes, seconds, ms) */ Date.prototype.toString = Object.prototype.toString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T1.js index 4ec3e6db7b..13defc5968 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T1.js @@ -12,9 +12,9 @@ * 6. If seconds is supplied use ToNumber(seconds) * 7. If ms is supplied use ToNumber(ms) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T1.js; - * @description: 2 arguments, (year, month); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T1.js + * @description 2 arguments, (year, month) */ var myObj = function(val){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T2.js index f4b4492d33..bfa787fc54 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T2.js @@ -12,9 +12,9 @@ * 6. If seconds is supplied use ToNumber(seconds) * 7. If ms is supplied use ToNumber(ms) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T2.js; - * @description: 3 arguments, (year, month, date); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T2.js + * @description 3 arguments, (year, month, date) */ var myObj = function(val){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T3.js index 4f470bd636..c348f10419 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T3.js @@ -12,9 +12,9 @@ * 6. If seconds is supplied use ToNumber(seconds) * 7. If ms is supplied use ToNumber(ms) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T3.js; - * @description: 4 arguments, (year, month, date, hours); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T3.js + * @description 4 arguments, (year, month, date, hours) */ var myObj = function(val){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T4.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T4.js index 5986c6fe3f..8e0c0aef49 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T4.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T4.js @@ -12,9 +12,9 @@ * 6. If seconds is supplied use ToNumber(seconds) * 7. If ms is supplied use ToNumber(ms) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T4.js; - * @description: 5 arguments, (year, month, date, hours, minutes); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T4.js + * @description 5 arguments, (year, month, date, hours, minutes) */ var myObj = function(val){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T5.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T5.js index 971dbc0ae2..38dd1df9bf 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T5.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T5.js @@ -12,9 +12,9 @@ * 6. If seconds is supplied use ToNumber(seconds) * 7. If ms is supplied use ToNumber(ms) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T5.js; - * @description: 6 arguments, (year, month, date, hours, minutes, seconds); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T5.js + * @description 6 arguments, (year, month, date, hours, minutes, seconds) */ var myObj = function(val){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T6.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T6.js index 0797e4e5cc..aa6e469655 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T6.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T6.js @@ -12,9 +12,9 @@ * 6. If seconds is supplied use ToNumber(seconds) * 7. If ms is supplied use ToNumber(ms) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T6.js; - * @description: 7 arguments, (year, month, date, hours, minutes, seconds, ms); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A4_T6.js + * @description 7 arguments, (year, month, date, hours, minutes, seconds, ms) */ var myObj = function(val){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T1.js index f1c23b6ee8..58f4a9770c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T1.js @@ -12,9 +12,9 @@ * 12. Set the [[Value]] property of the newly constructed object to * TimeClip(UTC(Result(11))) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T1.js; - * @description: 2 arguments, (year, month); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T1.js + * @description 2 arguments, (year, month) */ $INCLUDE("environment.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T2.js index 40ccfb9fe7..2ac7092a6d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T2.js @@ -12,9 +12,9 @@ * 12. Set the [[Value]] property of the newly constructed object to * TimeClip(UTC(Result(11))) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T2.js; - * @description: 3 arguments, (year, month, date); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T2.js + * @description 3 arguments, (year, month, date) */ $INCLUDE("environment.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T3.js index 35f9f4d2f0..2ea5170cac 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T3.js @@ -12,9 +12,9 @@ * 12. Set the [[Value]] property of the newly constructed object to * TimeClip(UTC(Result(11))) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T3.js; - * @description: 4 arguments, (year, month, date, hours); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T3.js + * @description 4 arguments, (year, month, date, hours) */ $INCLUDE("environment.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T4.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T4.js index 74c82e0006..03104e3730 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T4.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T4.js @@ -12,9 +12,9 @@ * 12. Set the [[Value]] property of the newly constructed object to * TimeClip(UTC(Result(11))) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T4.js; - * @description: 5 arguments, (year, month, date, hours, minutes); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T4.js + * @description 5 arguments, (year, month, date, hours, minutes) */ $INCLUDE("environment.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T5.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T5.js index f8616b66c3..bbdeb11a9e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T5.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T5.js @@ -12,9 +12,9 @@ * 12. Set the [[Value]] property of the newly constructed object to * TimeClip(UTC(Result(11))) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T5.js; - * @description: 6 arguments, (year, month, date, hours, minutes, seconds); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T5.js + * @description 6 arguments, (year, month, date, hours, minutes, seconds) */ $INCLUDE("environment.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T6.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T6.js index a849c2d72a..dc0977a40e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T6.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T6.js @@ -12,9 +12,9 @@ * 12. Set the [[Value]] property of the newly constructed object to * TimeClip(UTC(Result(11))) * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T6.js; - * @description: 7 arguments, (year, month, date, hours, minutes, seconds, ms); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A5_T6.js + * @description 7 arguments, (year, month, date, hours, minutes, seconds, ms) */ $INCLUDE("environment.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T1.js index 131fa90f67..b199638e21 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T1.js @@ -5,9 +5,9 @@ * The [[Value]] property of the newly constructed object * with supplied "undefined" argument should be NaN * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T1.js; - * @description: 2 arguments, (year, month); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T1.js + * @description 2 arguments, (year, month) */ function DateValue(year, month, date, hours, minutes, seconds, ms){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T2.js index 318e704769..a68ec73c75 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T2.js @@ -5,9 +5,9 @@ * The [[Value]] property of the newly constructed object * with supplied "undefined" argument should be NaN * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T2.js; - * @description: 3 arguments, (year, month, date); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T2.js + * @description 3 arguments, (year, month, date) */ function DateValue(year, month, date, hours, minutes, seconds, ms){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T3.js index c65ae15468..be6689207a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T3.js @@ -5,9 +5,9 @@ * The [[Value]] property of the newly constructed object * with supplied "undefined" argument should be NaN * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T3.js; - * @description: 4 arguments, (year, month, date, hours); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T3.js + * @description 4 arguments, (year, month, date, hours) */ function DateValue(year, month, date, hours, minutes, seconds, ms){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T4.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T4.js index 659465dd9a..7e89d3cfc1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T4.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T4.js @@ -5,9 +5,9 @@ * The [[Value]] property of the newly constructed object * with supplied "undefined" argument should be NaN * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T4.js; - * @description: 5 arguments, (year, month, date, hours, minutes); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T4.js + * @description 5 arguments, (year, month, date, hours, minutes) */ function DateValue(year, month, date, hours, minutes, seconds, ms){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T5.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T5.js index fd989fbdee..32b4f2b950 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T5.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T5.js @@ -5,9 +5,9 @@ * The [[Value]] property of the newly constructed object * with supplied "undefined" argument should be NaN * - * @section: 15.9.3.1; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T5.js; - * @description: 6 arguments, (year, month, date, hours, minutes, seconds); + * @section 15.9.3.1 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.1_A6_T5.js + * @description 6 arguments, (year, month, date, hours, minutes, seconds) */ function DateValue(year, month, date, hours, minutes, seconds, ms){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A1_T1.js index 0c53817928..085fd7b4db 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A1_T1.js @@ -5,9 +5,9 @@ * When Date is called as part of a new expression it is * a constructor: it initialises the newly created object * - * @section: 15.9.3.2; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A1_T1.js; - * @description: Checking types of newly created objects and it values; + * @section 15.9.3.2 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A1_T1.js + * @description Checking types of newly created objects and it values */ $INCLUDE("Date_constants.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A2_T1.js index 141848c178..397c518cac 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A2_T1.js @@ -6,9 +6,9 @@ * is set to the original Date prototype object, the one that is the * initial value of Date.prototype * - * @section: 15.9.3.2; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A2_T1.js; - * @description: Checking Date.prototype property of newly constructed objects; + * @section 15.9.3.2 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A2_T1.js + * @description Checking Date.prototype property of newly constructed objects */ $INCLUDE("Date_constants.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.1.js index b84a87460a..1f545a7ed9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.1.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.2; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.1.js; - * @description: Test based on delete prototype.toString; + * @section 15.9.3.2 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.1.js + * @description Test based on delete prototype.toString */ $INCLUDE("Date_constants.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.2.js index 5244a2a540..095958e8d8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.2.js @@ -5,9 +5,9 @@ * The [[Class]] property of the newly constructed object * is set to "Date" * - * @section: 15.9.3.2; - * @path: 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.2.js; - * @description: Test based on overwriting prototype.toString; + * @section 15.9.3.2 + * @path 15_Native/15.9_Date_Objects/15.9.3_The_Date_Constructor/S15.9.3.2_A3_T1.2.js + * @description Test based on overwriting prototype.toString */ $INCLUDE("Date_constants.js"); diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T1.js index 9ddcee2cdf..54c0631313 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date property "prototype" has { DontEnum, DontDelete, ReadOnly } attributes * - * @section: 15.9.4.1; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.4.1 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T2.js index 68a6375382..863989067a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date property "prototype" has { DontEnum, DontDelete, ReadOnly } attributes * - * @section: 15.9.4.1; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.4.1 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T3.js index 92e52463f5..45158e9f8d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date property "prototype" has { DontEnum, DontDelete, ReadOnly } attributes * - * @section: 15.9.4.1; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.4.1 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.1_Date.prototype/S15.9.4.1_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.propertyIsEnumerable('prototype')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T1.js index 9963169629..df00765b70 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date property "parse" has { DontEnum } attributes * - * @section: 15.9.4.2; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.4.2 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.parse; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T2.js index a47c8a394a..29833d2f99 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date property "parse" has { DontEnum } attributes * - * @section: 15.9.4.2; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.4.2 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.parse === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T3.js index dae95be493..cd562b4e9c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date property "parse" has { DontEnum } attributes * - * @section: 15.9.4.2; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.4.2 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.propertyIsEnumerable('parse')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A2_T1.js index b08b454ff2..32ad2bb7d6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "parse" is 1 * - * @section: 15.9.4.2; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A2_T1.js; - * @description: The "length" property of the "parse" is 1; + * @section 15.9.4.2 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A2_T1.js + * @description The "length" property of the "parse" is 1 */ if(Date.parse.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T1.js index 561bf492c8..c901f2bcc2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.parse property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.4.2; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.4.2 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.parse.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T2.js index fc18351535..c03b808e64 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.parse property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.4.2; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.4.2 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.parse.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T3.js index 49b6394de3..b8dc63d7eb 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.parse property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.4.2; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.4.2 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.2_Date.parse/S15.9.4.2_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.parse.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T1.js index 68840a13d5..860f327523 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date property "UTC" has { DontEnum } attributes * - * @section: 15.9.4.3; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.4.3 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.UTC; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T2.js index 6b5bb8db1f..f250b05b11 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date property "UTC" has { DontEnum } attributes * - * @section: 15.9.4.3; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.4.3 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.UTC === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T3.js index b53d743429..27b94912a8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date property "UTC" has { DontEnum } attributes * - * @section: 15.9.4.3; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.4.3 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.propertyIsEnumerable('UTC')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A2_T1.js index 689dae4236..26c2f8f960 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "UTC" is 7 * - * @section: 15.9.4.3; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A2_T1.js; - * @description: The "length" property of the "UTC" is 7; + * @section 15.9.4.3 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A2_T1.js + * @description The "length" property of the "UTC" is 7 */ if(Date.UTC.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T1.js index b6ceac8f7d..5eec0d49f2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.UTC property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.4.3; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.4.3 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.UTC.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T2.js index d1eb0abd07..ec6508354b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.UTC property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.4.3; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.4.3 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.UTC.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T3.js index 828ba3bc54..87497b4267 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.UTC property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.4.3; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.4.3 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/15.9.4.3_Date.UTC/S15.9.4.3_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.UTC.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A1.js index 8ca5d70f1d..4d6225dd51 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A1.js @@ -4,9 +4,9 @@ /** * The Date constructor has the property "prototype" * - * @section: 15.9.4; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A1.js; - * @description: Checking existence of the property "prototype"; + * @section 15.9.4 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A1.js + * @description Checking existence of the property "prototype" */ if(!Date.hasOwnProperty("prototype")){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A2.js index ddd1411402..43e2fd60ad 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A2.js @@ -4,9 +4,9 @@ /** * The Date constructor has the property "parse" * - * @section: 15.9.4; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A2.js; - * @description: Checking existence of the property "parse"; + * @section 15.9.4 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A2.js + * @description Checking existence of the property "parse" */ if(!Date.hasOwnProperty("parse")){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A3.js index bb18c04458..4ea231aae2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A3.js @@ -4,9 +4,9 @@ /** * The Date constructor has the property "UTC" * - * @section: 15.9.4; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A3.js; - * @description: Checking existence of the property "UTC"; + * @section 15.9.4 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A3.js + * @description Checking existence of the property "UTC" */ if(!Date.hasOwnProperty("UTC")){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A4.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A4.js index ce277af829..49e5fc0389 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A4.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A4.js @@ -5,9 +5,9 @@ * The value of the internal [[Prototype]] property of the Date * constructor is the Function prototype object * - * @section: 15.9.4; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A4.js; - * @description: Checking Function.prototype.isPrototypeOf(Date); + * @section 15.9.4 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A4.js + * @description Checking Function.prototype.isPrototypeOf(Date) */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A5.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A5.js index c17ed67f23..588e1a2917 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A5.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A5.js @@ -4,9 +4,9 @@ /** * Date constructor has length property whose value is 7 * - * @section: 15.9.4; - * @path: 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A5.js; - * @description: Checking Date.length property; + * @section 15.9.4 + * @path 15_Native/15.9_Date_Objects/15.9.4_Properties_of_the_Date_Constructor/S15.9.4_A5.js + * @description Checking Date.length property */ //CHECK#1 diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T1.js index 28b095422c..6e75cff557 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getFullYear" has { DontEnum } attributes * - * @section: 15.9.5.10; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.10 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getFullYear; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T2.js index 3864c31474..c324107afc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getFullYear" has { DontEnum } attributes * - * @section: 15.9.5.10; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.10 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getFullYear === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T3.js index 18e8ebbdc5..41dae2f9af 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getFullYear" has { DontEnum } attributes * - * @section: 15.9.5.10; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.10 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getFullYear')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A2_T1.js index 08b830d428..e3afbd4008 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getFullYear" is 0 * - * @section: 15.9.5.10; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A2_T1.js; - * @description: The "length" property of the "getFullYear" is 0; + * @section 15.9.5.10 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A2_T1.js + * @description The "length" property of the "getFullYear" is 0 */ if(Date.prototype.getFullYear.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T1.js index 19e49e2d2a..1a6c9917e0 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.10; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.10 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getFullYear.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T2.js index 647a88b6e8..d497738736 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.10; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.10 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getFullYear.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T3.js index df425b5bad..ef92e550f6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.10; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.10 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.10_Date.prototype.getFullYear/S15.9.5.10_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getFullYear.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T1.js index 450e90eb79..250a652454 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCFullYear" has { DontEnum } attributes * - * @section: 15.9.5.11; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.11 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCFullYear; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T2.js index 17176dd49f..554ac94e77 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCFullYear" has { DontEnum } attributes * - * @section: 15.9.5.11; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.11 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCFullYear === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T3.js index ba6380c422..5eb8f3aa4e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCFullYear" has { DontEnum } attributes * - * @section: 15.9.5.11; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.11 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCFullYear')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A2_T1.js index 6ccc901c3b..4a16f0a10f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCFullYear" is 0 * - * @section: 15.9.5.11; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A2_T1.js; - * @description: The "length" property of the "getUTCFullYear" is 0; + * @section 15.9.5.11 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A2_T1.js + * @description The "length" property of the "getUTCFullYear" is 0 */ if(Date.prototype.getUTCFullYear.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T1.js index 0bfc682e6c..e588e24998 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.11; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.11 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCFullYear.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T2.js index b751ff6a97..17061cc4d5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.11; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.11 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCFullYear.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T3.js index ef9dfe9baa..18398df244 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.11; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.11 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.11_Date.prototype.getUTCFullYear/S15.9.5.11_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCFullYear.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T1.js index ff9b06b8bf..000cae2690 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMonth" has { DontEnum } attributes * - * @section: 15.9.5.12; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.12 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getMonth; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T2.js index ca8bae3dc5..4348ebd720 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMonth" has { DontEnum } attributes * - * @section: 15.9.5.12; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.12 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getMonth === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T3.js index 4baa543652..330427faf4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMonth" has { DontEnum } attributes * - * @section: 15.9.5.12; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.12 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getMonth')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A2_T1.js index 2e09bc722b..9a67f3f4f9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getMonth" is 0 * - * @section: 15.9.5.12; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A2_T1.js; - * @description: The "length" property of the "getMonth" is 0; + * @section 15.9.5.12 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A2_T1.js + * @description The "length" property of the "getMonth" is 0 */ if(Date.prototype.getMonth.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T1.js index c58c6a22a5..1d1ac0242d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.12; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.12 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getMonth.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T2.js index 948ba36566..b49cc1a385 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.12; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.12 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getMonth.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T3.js index 68f5d4f7bd..7981e01ae8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.12; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.12 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.12_Date.prototype.getMonth/S15.9.5.12_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getMonth.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T1.js index 83a9304bc3..65b8f29546 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMonth" has { DontEnum } attributes * - * @section: 15.9.5.13; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.13 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCMonth; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T2.js index a97eadf21d..5978235ae6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMonth" has { DontEnum } attributes * - * @section: 15.9.5.13; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.13 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCMonth === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T3.js index da9a86479d..865fde6fd4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMonth" has { DontEnum } attributes * - * @section: 15.9.5.13; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.13 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCMonth')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A2_T1.js index e2fbc11e8f..eb7729303c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCMonth" is 0 * - * @section: 15.9.5.13; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A2_T1.js; - * @description: The "length" property of the "getUTCMonth" is 0; + * @section 15.9.5.13 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A2_T1.js + * @description The "length" property of the "getUTCMonth" is 0 */ if(Date.prototype.getUTCMonth.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T1.js index d4392bed72..8ee116c002 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.13; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.13 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCMonth.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T2.js index b967423c13..ae7cfa1b9d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.13; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.13 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCMonth.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T3.js index ddd87094f0..90ba672336 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.13; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.13 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.13_Date.prototype.getUTCMonth/S15.9.5.13_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCMonth.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T1.js index 5e3a890bec..856c41ffed 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getDate" has { DontEnum } attributes * - * @section: 15.9.5.14; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.14 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getDate; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T2.js index 2a66630fd9..122dff9d8a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getDate" has { DontEnum } attributes * - * @section: 15.9.5.14; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.14 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getDate === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T3.js index 77aaca77bd..704224273d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getDate" has { DontEnum } attributes * - * @section: 15.9.5.14; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.14 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getDate')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A2_T1.js index 619813731a..b6d7665c53 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getDate" is 0 * - * @section: 15.9.5.14; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A2_T1.js; - * @description: The "length" property of the "getDate" is 0; + * @section 15.9.5.14 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A2_T1.js + * @description The "length" property of the "getDate" is 0 */ if(Date.prototype.getDate.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T1.js index f2c74348d0..179ba0d528 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.14; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.14 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getDate.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T2.js index 039ec92b18..3b76b0e1c7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.14; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.14 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getDate.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T3.js index 3912bc24d1..21196b147e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.14; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.14 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.14_Date.prototype.getDate/S15.9.5.14_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getDate.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T1.js index d817308cb1..9e7239b96b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCDate" has { DontEnum } attributes * - * @section: 15.9.5.15; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.15 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCDate; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T2.js index 462b020929..2fb85e0b60 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCDate" has { DontEnum } attributes * - * @section: 15.9.5.15; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.15 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCDate === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T3.js index 139f01ec6f..23bac1f5b3 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCDate" has { DontEnum } attributes * - * @section: 15.9.5.15; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.15 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCDate')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A2_T1.js index a725797ccd..244091c8ed 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCDate" is 0 * - * @section: 15.9.5.15; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A2_T1.js; - * @description: The "length" property of the "getUTCDate" is 0; + * @section 15.9.5.15 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A2_T1.js + * @description The "length" property of the "getUTCDate" is 0 */ if(Date.prototype.getUTCDate.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T1.js index 11f7d7a197..266d44faf9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.15; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.15 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCDate.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T2.js index b36813d82d..4ced0fcee1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.15; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.15 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCDate.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T3.js index ab35ae63d2..f7db44becc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.15; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.15 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.15_Date.prototype.getUTCDate/S15.9.5.15_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCDate.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T1.js index 91b93c57c8..71f7310d66 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getDay" has { DontEnum } attributes * - * @section: 15.9.5.16; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.16 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getDay; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T2.js index 773d0aa1b6..6346d4470b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getDay" has { DontEnum } attributes * - * @section: 15.9.5.16; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.16 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getDay === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T3.js index 6ca4858368..c2e64d8d14 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getDay" has { DontEnum } attributes * - * @section: 15.9.5.16; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.16 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getDay')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A2_T1.js index fa70bed0e5..e23768a082 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getDay" is 0 * - * @section: 15.9.5.16; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A2_T1.js; - * @description: The "length" property of the "getDay" is 0; + * @section 15.9.5.16 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A2_T1.js + * @description The "length" property of the "getDay" is 0 */ if(Date.prototype.getDay.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T1.js index 18d2b1ecb1..e2989d9fa5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getDay property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.16; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.16 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getDay.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T2.js index 7b0737e66a..15288f563c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getDay property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.16; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.16 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getDay.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T3.js index 4a4b506132..00c1d52bbb 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getDay property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.16; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.16 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.16_Date.prototype.getDay/S15.9.5.16_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getDay.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T1.js index 3e868e6eea..b7ccb702b9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCDay" has { DontEnum } attributes * - * @section: 15.9.5.17; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.17 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCDay; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T2.js index 062df3d419..3af2d30cda 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCDay" has { DontEnum } attributes * - * @section: 15.9.5.17; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.17 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCDay === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T3.js index cdc4cd3886..eb21612f03 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCDay" has { DontEnum } attributes * - * @section: 15.9.5.17; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.17 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCDay')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A2_T1.js index 5a53098ef0..214e71578b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCDay" is 0 * - * @section: 15.9.5.17; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A2_T1.js; - * @description: The "length" property of the "getUTCDay" is 0; + * @section 15.9.5.17 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A2_T1.js + * @description The "length" property of the "getUTCDay" is 0 */ if(Date.prototype.getUTCDay.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T1.js index 0eaa61497c..e062f33851 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCDay property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.17; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.17 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCDay.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T2.js index dfdca2a6ca..83f7c7aa2a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCDay property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.17; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.17 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCDay.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T3.js index cd5ac76c90..565f607569 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCDay property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.17; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.17 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.17_Date.prototype.getUTCDay/S15.9.5.17_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCDay.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T1.js index e4e25170bc..3332b13cde 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getHours" has { DontEnum } attributes * - * @section: 15.9.5.18; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.18 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getHours; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T2.js index 4060ad806c..1f017157a7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getHours" has { DontEnum } attributes * - * @section: 15.9.5.18; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.18 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getHours === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T3.js index 0499a26a34..243055c317 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getHours" has { DontEnum } attributes * - * @section: 15.9.5.18; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.18 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getHours')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A2_T1.js index 92fdcb29ae..f176c4bb0b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getHours" is 0 * - * @section: 15.9.5.18; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A2_T1.js; - * @description: The "length" property of the "getHours" is 0; + * @section 15.9.5.18 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A2_T1.js + * @description The "length" property of the "getHours" is 0 */ if(Date.prototype.getHours.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T1.js index 494821f165..a1edfd6c5e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.18; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.18 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getHours.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T2.js index 52c6bf46ae..52f6ec926e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.18; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.18 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getHours.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T3.js index 6d1689692b..a8d712c901 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.18; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.18 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.18_Date.prototype.getHours/S15.9.5.18_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getHours.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T1.js index a936562d9d..8ef1984fcf 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCHours" has { DontEnum } attributes * - * @section: 15.9.5.19; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.19 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCHours; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T2.js index 09faae9389..bbf9188af7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCHours" has { DontEnum } attributes * - * @section: 15.9.5.19; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.19 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCHours === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T3.js index c4ba2be5e3..603c9b7d44 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCHours" has { DontEnum } attributes * - * @section: 15.9.5.19; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.19 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCHours')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A2_T1.js index 44361a24d9..6394ec625e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCHours" is 0 * - * @section: 15.9.5.19; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A2_T1.js; - * @description: The "length" property of the "getUTCHours" is 0; + * @section 15.9.5.19 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A2_T1.js + * @description The "length" property of the "getUTCHours" is 0 */ if(Date.prototype.getUTCHours.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T1.js index 7ed69882db..bfbb0d9675 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.19; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.19 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCHours.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T2.js index 5dfbbbbeef..08868509ae 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.19; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.19 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCHours.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T3.js index 9178ff3488..633b9330e6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.19; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.19 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.19_Date.prototype.getUTCHours/S15.9.5.19_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCHours.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T1.js index 740aeb9217..40f8336678 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "constructor" has { DontEnum } attributes * - * @section: 15.9.5.1; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.1 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.constructor; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T2.js index 8caac34543..27bccd7af5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "constructor" has { DontEnum } attributes * - * @section: 15.9.5.1; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.1 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.constructor === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T3.js index 8e0192d9ae..1b16e1dab6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "constructor" has { DontEnum } attributes * - * @section: 15.9.5.1; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.1 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('constructor')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A2_T1.js index 0477cf84fa..7500b6f729 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "constructor" is 7 * - * @section: 15.9.5.1; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A2_T1.js; - * @description: The "length" property of the "constructor" is 7; + * @section 15.9.5.1 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A2_T1.js + * @description The "length" property of the "constructor" is 7 */ if(Date.prototype.constructor.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T1.js index 12eb433659..0689280bc9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.constructor property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.1; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.1 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.constructor.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T2.js index 72e247be7b..7534754b7d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.constructor property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.1; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.1 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.constructor.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T3.js index 42022839e0..a986cd0046 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.constructor property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.1; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.1 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.1_Date.prototype.constructor/S15.9.5.1_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.constructor.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T1.js index c6fb5d710f..3158a38880 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMinutes" has { DontEnum } attributes * - * @section: 15.9.5.20; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.20 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getMinutes; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T2.js index fd6c5e8e63..1f0382ef54 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMinutes" has { DontEnum } attributes * - * @section: 15.9.5.20; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.20 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getMinutes === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T3.js index 7a74add3e1..d92425e507 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMinutes" has { DontEnum } attributes * - * @section: 15.9.5.20; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.20 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getMinutes')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A2_T1.js index 18a368e2cb..07530efde5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getMinutes" is 0 * - * @section: 15.9.5.20; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A2_T1.js; - * @description: The "length" property of the "getMinutes" is 0; + * @section 15.9.5.20 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A2_T1.js + * @description The "length" property of the "getMinutes" is 0 */ if(Date.prototype.getMinutes.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T1.js index 0267c89b4e..3a16a75794 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.20; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.20 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getMinutes.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T2.js index d42471ab4b..f7862b6434 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.20; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.20 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getMinutes.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T3.js index 1492e82216..d1340de2a8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.20; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.20 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.20_Date.prototype.getMinutes/S15.9.5.20_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getMinutes.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T1.js index 28ce68b828..bd4232adb1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMinutes" has { DontEnum } attributes * - * @section: 15.9.5.21; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.21 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCMinutes; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T2.js index ed0f0c3d30..a571419f95 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMinutes" has { DontEnum } attributes * - * @section: 15.9.5.21; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.21 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCMinutes === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T3.js index e0d9e2c9c1..86fd104e51 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMinutes" has { DontEnum } attributes * - * @section: 15.9.5.21; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.21 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCMinutes')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A2_T1.js index 5256d33fa5..13f367890c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCMinutes" is 0 * - * @section: 15.9.5.21; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A2_T1.js; - * @description: The "length" property of the "getUTCMinutes" is 0; + * @section 15.9.5.21 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A2_T1.js + * @description The "length" property of the "getUTCMinutes" is 0 */ if(Date.prototype.getUTCMinutes.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T1.js index 567a8a4b17..5b174d4a09 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.21; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.21 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCMinutes.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T2.js index 139a8700bc..484e0c83c4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.21; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.21 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCMinutes.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T3.js index c3ab64e994..318e1a1498 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.21; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.21 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.21_Date.prototype.getUTCMinutes/S15.9.5.21_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCMinutes.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T1.js index 30d6873f41..4467482b99 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getSeconds" has { DontEnum } attributes * - * @section: 15.9.5.22; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.22 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getSeconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T2.js index 4615bd4ee3..9d6d45639a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getSeconds" has { DontEnum } attributes * - * @section: 15.9.5.22; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.22 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getSeconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T3.js index a56e7943cb..ccfd159997 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getSeconds" has { DontEnum } attributes * - * @section: 15.9.5.22; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.22 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getSeconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A2_T1.js index 824a22bcd2..60d0b906a1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getSeconds" is 0 * - * @section: 15.9.5.22; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A2_T1.js; - * @description: The "length" property of the "getSeconds" is 0; + * @section 15.9.5.22 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A2_T1.js + * @description The "length" property of the "getSeconds" is 0 */ if(Date.prototype.getSeconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T1.js index 85a04c6541..2d5d7038dc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.22; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.22 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getSeconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T2.js index a9fb10bc87..339bc93121 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.22; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.22 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getSeconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T3.js index 7ba5911e6e..d906f9e082 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.22; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.22 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.22_Date.prototype.getSeconds/S15.9.5.22_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getSeconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T1.js index 594af8bf30..382422f3a1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCSeconds" has { DontEnum } attributes * - * @section: 15.9.5.23; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.23 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCSeconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T2.js index a40bbe0b66..4f8036c164 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCSeconds" has { DontEnum } attributes * - * @section: 15.9.5.23; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.23 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCSeconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T3.js index 4bb5731132..93363903dd 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCSeconds" has { DontEnum } attributes * - * @section: 15.9.5.23; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.23 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCSeconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A2_T1.js index a399d3c8fb..c140ba7573 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCSeconds" is 0 * - * @section: 15.9.5.23; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A2_T1.js; - * @description: The "length" property of the "getUTCSeconds" is 0; + * @section 15.9.5.23 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A2_T1.js + * @description The "length" property of the "getUTCSeconds" is 0 */ if(Date.prototype.getUTCSeconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T1.js index 432a55a2d3..3c7fdd88b2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.23; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.23 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCSeconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T2.js index 4bdd8a1256..a0c4139fb5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.23; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.23 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCSeconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T3.js index 8ec23e7c1e..9b38df7e00 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.23; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.23 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.23_Date.prototype.getUTCSeconds/S15.9.5.23_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCSeconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T1.js index d530a566d1..d53a16a61f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.24; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.24 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getMilliseconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T2.js index bc79fb95ba..5c50884fdb 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.24; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.24 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getMilliseconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T3.js index d141766a31..c8f5153d23 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.24; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.24 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getMilliseconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A2_T1.js index 5ff110df4d..9cf69ebe95 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getMilliseconds" is 0 * - * @section: 15.9.5.24; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A2_T1.js; - * @description: The "length" property of the "getMilliseconds" is 0; + * @section 15.9.5.24 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A2_T1.js + * @description The "length" property of the "getMilliseconds" is 0 */ if(Date.prototype.getMilliseconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T1.js index a40f98fdb4..bcb2029880 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.24; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.24 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getMilliseconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T2.js index c346ca78e3..c47796e459 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.24; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.24 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getMilliseconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T3.js index 448913c86c..a5eaf07b48 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.24; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.24 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.24_Date.prototype.getMilliseconds/S15.9.5.24_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getMilliseconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T1.js index 85398371c3..be894731a1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.25; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.25 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getUTCMilliseconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T2.js index c464d96dfe..9ad1d03235 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.25; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.25 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getUTCMilliseconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T3.js index 1c8e03930e..e4843fafb6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getUTCMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.25; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.25 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getUTCMilliseconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A2_T1.js index bcf29095b9..9e5f3371b3 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getUTCMilliseconds" is 0 * - * @section: 15.9.5.25; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A2_T1.js; - * @description: The "length" property of the "getUTCMilliseconds" is 0; + * @section 15.9.5.25 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A2_T1.js + * @description The "length" property of the "getUTCMilliseconds" is 0 */ if(Date.prototype.getUTCMilliseconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T1.js index a82d06f23a..6ec9f0093b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.25; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.25 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getUTCMilliseconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T2.js index 6bf58c038d..a76900238e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.25; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.25 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getUTCMilliseconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T3.js index 9a703642c6..16e320aab8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getUTCMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.25; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.25 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.25_Date.prototype.getUTCMilliseconds/S15.9.5.25_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getUTCMilliseconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T1.js index b4eceb5c13..64042bae8a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getTimezoneOffset" has { DontEnum } attributes * - * @section: 15.9.5.26; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.26 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getTimezoneOffset; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T2.js index 9fac1ee8a7..660b418c8c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getTimezoneOffset" has { DontEnum } attributes * - * @section: 15.9.5.26; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.26 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getTimezoneOffset === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T3.js index 7b93261040..c2f4e0755c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getTimezoneOffset" has { DontEnum } attributes * - * @section: 15.9.5.26; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.26 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getTimezoneOffset')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A2_T1.js index 0e3f163eb7..4ae00bb628 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getTimezoneOffset" is 0 * - * @section: 15.9.5.26; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A2_T1.js; - * @description: The "length" property of the "getTimezoneOffset" is 0; + * @section 15.9.5.26 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A2_T1.js + * @description The "length" property of the "getTimezoneOffset" is 0 */ if(Date.prototype.getTimezoneOffset.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T1.js index d5d4ea6465..510d0ef473 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getTimezoneOffset property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.26; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.26 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getTimezoneOffset.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T2.js index 260b89991d..511704d150 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getTimezoneOffset property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.26; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.26 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getTimezoneOffset.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T3.js index cea0f5de83..677c3accff 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getTimezoneOffset property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.26; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.26 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.26_Date.prototype.getTimezoneOffset/S15.9.5.26_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getTimezoneOffset.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T1.js index a8a7771d11..395ad76670 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setTime" has { DontEnum } attributes * - * @section: 15.9.5.27; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.27 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setTime; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T2.js index 710e7546bf..437152a16d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setTime" has { DontEnum } attributes * - * @section: 15.9.5.27; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.27 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setTime === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T3.js index 41ae969695..8018270181 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setTime" has { DontEnum } attributes * - * @section: 15.9.5.27; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.27 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setTime')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A2_T1.js index 1749a063b0..c8d7e5f1c1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setTime" is 1 * - * @section: 15.9.5.27; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A2_T1.js; - * @description: The "length" property of the "setTime" is 1; + * @section 15.9.5.27 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A2_T1.js + * @description The "length" property of the "setTime" is 1 */ if(Date.prototype.setTime.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T1.js index 9d93184874..487022ec52 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setTime property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.27; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.27 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setTime.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T2.js index 1f1269397f..f9a59a8e2f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setTime property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.27; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.27 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setTime.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T3.js index d486ad6236..cb357b2ad1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setTime property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.27; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.27 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.27_Date.prototype.setTime/S15.9.5.27_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setTime.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T1.js index affce74a87..f4cd56f0a4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.28; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.28 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setMilliseconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T2.js index 4113c5c260..9cc715a532 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.28; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.28 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setMilliseconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T3.js index 3ca4af04d1..02c5947e8e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.28; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.28 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setMilliseconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A2_T1.js index 78aecf86a2..ca4b393af1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setMilliseconds" is 1 * - * @section: 15.9.5.28; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A2_T1.js; - * @description: The "length" property of the "setMilliseconds" is 1; + * @section 15.9.5.28 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A2_T1.js + * @description The "length" property of the "setMilliseconds" is 1 */ if(Date.prototype.setMilliseconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T1.js index a0c0f4ca8b..b9f947b87c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.28; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.28 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setMilliseconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T2.js index 2d5b4b05ec..4b8472f2b0 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.28; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.28 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setMilliseconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T3.js index 502c76e963..b31d7081a8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.28; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.28 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.28_Date.prototype.setMilliseconds/S15.9.5.28_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setMilliseconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T1.js index ba6454428a..3615439799 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.29; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.29 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setUTCMilliseconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T2.js index 5c673eb572..3ab40928dc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.29; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.29 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setUTCMilliseconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T3.js index 2f6c5b64e4..fb8f71915b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMilliseconds" has { DontEnum } attributes * - * @section: 15.9.5.29; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.29 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setUTCMilliseconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A2_T1.js index 0b6a490a6e..c711bc411a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setUTCMilliseconds" is 1 * - * @section: 15.9.5.29; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A2_T1.js; - * @description: The "length" property of the "setUTCMilliseconds" is 1; + * @section 15.9.5.29 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A2_T1.js + * @description The "length" property of the "setUTCMilliseconds" is 1 */ if(Date.prototype.setUTCMilliseconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T1.js index 03b8449681..25dee823cd 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.29; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.29 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setUTCMilliseconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T2.js index 8ac0c586dc..e07adde765 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.29; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.29 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setUTCMilliseconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T3.js index 2ef66b3332..1161a98121 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMilliseconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.29; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.29 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.29_Date.prototype.setUTCMilliseconds/S15.9.5.29_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setUTCMilliseconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T1.js index 3b0c31ef0a..f392ae1482 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toString" has { DontEnum } attributes * - * @section: 15.9.5.2; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.2 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.toString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T2.js index f2e9bcc357..45ef2b769d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toString" has { DontEnum } attributes * - * @section: 15.9.5.2; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.2 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.toString === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T3.js index c11dd63f27..cc022ed08b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toString" has { DontEnum } attributes * - * @section: 15.9.5.2; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.2 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('toString')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A2_T1.js index 6a52fd9822..8911368a41 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "toString" is 0 * - * @section: 15.9.5.2; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A2_T1.js; - * @description: The "length" property of the "toString" is 0; + * @section 15.9.5.2 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A2_T1.js + * @description The "length" property of the "toString" is 0 */ if(Date.prototype.toString.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T1.js index 301c08dc07..c57d85ba18 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.2; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.2 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.toString.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T2.js index 81ef381570..d224d771a1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.2; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.2 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.toString.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T3.js index e23d3e694d..4171f9210c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.2; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.2 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.2_Date.prototype.toString/S15.9.5.2_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.toString.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T1.js index 4ae8e2e1e7..cf38348fb6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setSeconds" has { DontEnum } attributes * - * @section: 15.9.5.30; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.30 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setSeconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T2.js index b5a0d8e06d..13bae75347 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setSeconds" has { DontEnum } attributes * - * @section: 15.9.5.30; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.30 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setSeconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T3.js index 04d0b1458b..1d97b16e18 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setSeconds" has { DontEnum } attributes * - * @section: 15.9.5.30; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.30 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setSeconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A2_T1.js index adf5e99e92..c23d451fbe 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setSeconds" is 2 * - * @section: 15.9.5.30; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A2_T1.js; - * @description: The "length" property of the "setSeconds" is 2; + * @section 15.9.5.30 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A2_T1.js + * @description The "length" property of the "setSeconds" is 2 */ if(Date.prototype.setSeconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T1.js index 72a6e7bfbb..c356e31b10 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.30; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.30 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setSeconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T2.js index 94802c1036..75ff1935da 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.30; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.30 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setSeconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T3.js index ff132c383b..aac1cda0b0 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.30; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.30 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.30_Date.prototype.setSeconds/S15.9.5.30_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setSeconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T1.js index 0a6b1ea1e6..2a80be3b00 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCSeconds" has { DontEnum } attributes * - * @section: 15.9.5.31; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.31 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setUTCSeconds; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T2.js index d3e0715d88..8b7163bc50 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCSeconds" has { DontEnum } attributes * - * @section: 15.9.5.31; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.31 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setUTCSeconds === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T3.js index 34c3e43596..541334c072 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCSeconds" has { DontEnum } attributes * - * @section: 15.9.5.31; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.31 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setUTCSeconds')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A2_T1.js index 98a554eea5..177ba6c686 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setUTCSeconds" is 2 * - * @section: 15.9.5.31; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A2_T1.js; - * @description: The "length" property of the "setUTCSeconds" is 2; + * @section 15.9.5.31 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A2_T1.js + * @description The "length" property of the "setUTCSeconds" is 2 */ if(Date.prototype.setUTCSeconds.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T1.js index 2211e0c9f8..364c211c67 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.31; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.31 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setUTCSeconds.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T2.js index 6143f86ae0..f62bfac8d9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.31; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.31 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setUTCSeconds.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T3.js index 53fcf0c311..a9406d8118 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCSeconds property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.31; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.31 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.31_Date.prototype.setUTCSeconds/S15.9.5.31_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setUTCSeconds.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T1.js index 50c26807cd..f87e06b8d9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMinutes" has { DontEnum } attributes * - * @section: 15.9.5.32; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.32 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setMinutes; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T2.js index 3118fa5b4d..dfb5ebd89f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMinutes" has { DontEnum } attributes * - * @section: 15.9.5.32; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.32 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setMinutes === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T3.js index 28dc801942..fa487cf5ec 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMinutes" has { DontEnum } attributes * - * @section: 15.9.5.32; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.32 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setMinutes')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A2_T1.js index 9d262d4d7b..2fd6d8c0ba 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setMinutes" is 3 * - * @section: 15.9.5.32; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A2_T1.js; - * @description: The "length" property of the "setMinutes" is 3; + * @section 15.9.5.32 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A2_T1.js + * @description The "length" property of the "setMinutes" is 3 */ if(Date.prototype.setMinutes.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T1.js index da1c301bf1..b98d35752d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.32; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.32 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setMinutes.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T2.js index 1f8244f6d1..545fb90b9b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.32; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.32 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setMinutes.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T3.js index 7ae73585c9..5c5f0a0eb2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.32; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.32 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.32_Date.prototype.setMinutes/S15.9.5.32_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setMinutes.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T1.js index 2033da0a92..29d8c5fe0b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMinutes" has { DontEnum } attributes * - * @section: 15.9.5.33; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.33 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setUTCMinutes; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T2.js index 5f7fc3a421..3585ada447 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMinutes" has { DontEnum } attributes * - * @section: 15.9.5.33; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.33 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setUTCMinutes === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T3.js index 7c5e71bb4c..96fb2a1b68 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMinutes" has { DontEnum } attributes * - * @section: 15.9.5.33; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.33 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setUTCMinutes')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A2_T1.js index 951203d0cb..5402305789 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setUTCMinutes" is 3 * - * @section: 15.9.5.33; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A2_T1.js; - * @description: The "length" property of the "setUTCMinutes" is 3; + * @section 15.9.5.33 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A2_T1.js + * @description The "length" property of the "setUTCMinutes" is 3 */ if(Date.prototype.setUTCMinutes.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T1.js index 7262d1bccf..12e1dc65bc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.33; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.33 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setUTCMinutes.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T2.js index da325889a9..cc4bf10fa1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.33; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.33 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setUTCMinutes.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T3.js index 1e7d22c48c..95418f56fe 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMinutes property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.33; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.33 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.33_Date.prototype.setUTCMinutes/S15.9.5.33_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setUTCMinutes.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T1.js index ff0021ec99..510cbbb9a2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setHours" has { DontEnum } attributes * - * @section: 15.9.5.34; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.34 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setHours; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T2.js index 1ba654d4ed..8ee6082588 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setHours" has { DontEnum } attributes * - * @section: 15.9.5.34; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.34 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setHours === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T3.js index 1cdc95d555..a45a58819b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setHours" has { DontEnum } attributes * - * @section: 15.9.5.34; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.34 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setHours')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A2_T1.js index 8a2209ba93..f42de62ee9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setHours" is 4 * - * @section: 15.9.5.34; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A2_T1.js; - * @description: The "length" property of the "setHours" is 4; + * @section 15.9.5.34 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A2_T1.js + * @description The "length" property of the "setHours" is 4 */ if(Date.prototype.setHours.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T1.js index e4290ad034..f470660849 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.34; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.34 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setHours.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T2.js index 6ca61c44be..e7e058954c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.34; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.34 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setHours.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T3.js index 509b7e8e64..2b21f43218 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.34; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.34 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.34_Date.prototype.setHours/S15.9.5.34_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setHours.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T1.js index 0717860512..d164bc55d1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCHours" has { DontEnum } attributes * - * @section: 15.9.5.35; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.35 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setUTCHours; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T2.js index 255760ba14..4f4b9a1cd6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCHours" has { DontEnum } attributes * - * @section: 15.9.5.35; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.35 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setUTCHours === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T3.js index 53d4ddeb21..0fa5e308be 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCHours" has { DontEnum } attributes * - * @section: 15.9.5.35; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.35 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setUTCHours')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A2_T1.js index 60422a7230..d92140b759 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setUTCHours" is 4 * - * @section: 15.9.5.35; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A2_T1.js; - * @description: The "length" property of the "setUTCHours" is 4; + * @section 15.9.5.35 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A2_T1.js + * @description The "length" property of the "setUTCHours" is 4 */ if(Date.prototype.setUTCHours.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T1.js index 5c371d107a..ac5140de7d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.35; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.35 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setUTCHours.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T2.js index 5ee383821c..5e78b5567c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.35; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.35 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setUTCHours.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T3.js index 0a7c496e2d..6f13120aaa 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.35; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.35 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.35_Date.prototype.setUTCHours/S15.9.5.35_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setUTCHours.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T1.js index 888f011de1..60ec48549e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setDate" has { DontEnum } attributes * - * @section: 15.9.5.36; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.36 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setDate; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T2.js index 5cd3929ac6..ce55369440 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setDate" has { DontEnum } attributes * - * @section: 15.9.5.36; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.36 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setDate === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T3.js index 6282813db0..ef3893650e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setDate" has { DontEnum } attributes * - * @section: 15.9.5.36; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.36 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setDate')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A2_T1.js index 4cd4717532..fe9d3c99e3 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setDate" is 1 * - * @section: 15.9.5.36; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A2_T1.js; - * @description: The "length" property of the "setDate" is 1; + * @section 15.9.5.36 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A2_T1.js + * @description The "length" property of the "setDate" is 1 */ if(Date.prototype.setDate.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T1.js index 0fe95431a9..7957d2f769 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.36; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.36 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setDate.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T2.js index 1ebad69f97..b4e5f3f46a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.36; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.36 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setDate.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T3.js index 832685c941..522e5a8a71 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.36; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.36 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.36_Date.prototype.setDate/S15.9.5.36_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setDate.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T1.js index fe45943bbc..607a44454c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCDate" has { DontEnum } attributes * - * @section: 15.9.5.37; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.37 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setUTCDate; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T2.js index 945906b3c7..431b687d8b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCDate" has { DontEnum } attributes * - * @section: 15.9.5.37; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.37 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setUTCDate === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T3.js index b6b3a06f58..5af99a6a5c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCDate" has { DontEnum } attributes * - * @section: 15.9.5.37; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.37 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setUTCDate')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A2_T1.js index 25af95a357..ad3e4e7f4c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setUTCDate" is 1 * - * @section: 15.9.5.37; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A2_T1.js; - * @description: The "length" property of the "setUTCDate" is 1; + * @section 15.9.5.37 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A2_T1.js + * @description The "length" property of the "setUTCDate" is 1 */ if(Date.prototype.setUTCDate.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T1.js index 549073ae55..2ee8aa0b88 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.37; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.37 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setUTCDate.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T2.js index 414532685a..ac078b3f10 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.37; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.37 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setUTCDate.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T3.js index 592df0f8e8..a4074bf6dc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCDate property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.37; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.37 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.37_Date.prototype.setUTCDate/S15.9.5.37_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setUTCDate.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T1.js index 79bda63099..290459b693 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMonth" has { DontEnum } attributes * - * @section: 15.9.5.38; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.38 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setMonth; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T2.js index 107451198f..f0d0ec8be5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMonth" has { DontEnum } attributes * - * @section: 15.9.5.38; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.38 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setMonth === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T3.js index a0a72737cb..1990c17985 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setMonth" has { DontEnum } attributes * - * @section: 15.9.5.38; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.38 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setMonth')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A2_T1.js index ac7664b54a..899ff6bf9f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setMonth" is 2 * - * @section: 15.9.5.38; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A2_T1.js; - * @description: The "length" property of the "setMonth" is 2; + * @section 15.9.5.38 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A2_T1.js + * @description The "length" property of the "setMonth" is 2 */ if(Date.prototype.setMonth.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T1.js index 439d47375d..b14d738be4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.38; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.38 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setMonth.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T2.js index 47fe613a50..72a34a1743 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.38; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.38 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setMonth.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T3.js index e96fecd108..55193a15c6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.38; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.38 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.38_Date.prototype.setMonth/S15.9.5.38_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setMonth.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T1.js index 3f9c7dd47f..97aa3ad6f4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMonth" has { DontEnum } attributes * - * @section: 15.9.5.39; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.39 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setUTCMonth; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T2.js index 0c5205f8f1..abac45a5c8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMonth" has { DontEnum } attributes * - * @section: 15.9.5.39; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.39 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setUTCMonth === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T3.js index 4254f075b2..dbfc9f1642 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCMonth" has { DontEnum } attributes * - * @section: 15.9.5.39; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.39 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setUTCMonth')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A2_T1.js index 07c8a9ec02..bfa6d49b12 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setUTCMonth" is 2 * - * @section: 15.9.5.39; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A2_T1.js; - * @description: The "length" property of the "setUTCMonth" is 2; + * @section 15.9.5.39 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A2_T1.js + * @description The "length" property of the "setUTCMonth" is 2 */ if(Date.prototype.setUTCMonth.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T1.js index bbaf6f6c42..c83e0bd6f5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.39; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.39 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setUTCMonth.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T2.js index a3eea28708..af81c27dd4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.39; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.39 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setUTCMonth.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T3.js index cfd6dbaaf9..3fb5753aa9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCMonth property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.39; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.39 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.39_Date.prototype.setUTCMonth/S15.9.5.39_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setUTCMonth.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T1.js index bf77aa5a55..9d3d7baaf0 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toDateString" has { DontEnum } attributes * - * @section: 15.9.5.3; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.3 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.toDateString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T2.js index 018fcec699..dd88af5200 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toDateString" has { DontEnum } attributes * - * @section: 15.9.5.3; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.3 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.toDateString === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T3.js index 0557e9caeb..4b8294a134 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toDateString" has { DontEnum } attributes * - * @section: 15.9.5.3; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.3 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('toDateString')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A2_T1.js index 4d92396d12..47f87205a8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "toDateString" is 0 * - * @section: 15.9.5.3; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A2_T1.js; - * @description: The "length" property of the "toDateString" is 0; + * @section 15.9.5.3 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A2_T1.js + * @description The "length" property of the "toDateString" is 0 */ if(Date.prototype.toDateString.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T1.js index d0c68b93c2..30cf04c692 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toDateString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.3; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.3 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.toDateString.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T2.js index 4f8fd2356e..d0f0355cbc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toDateString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.3; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.3 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.toDateString.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T3.js index a3ba2c2e84..59a189bd0f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toDateString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.3; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.3 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.3_Date.prototype.toDateString/S15.9.5.3_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.toDateString.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T1.js index b926cffa47..0155cea482 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setFullYear" has { DontEnum } attributes * - * @section: 15.9.5.40; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.40 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setFullYear; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T2.js index 347765f170..9b67d8e734 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setFullYear" has { DontEnum } attributes * - * @section: 15.9.5.40; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.40 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setFullYear === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T3.js index aa31ef7d7a..97f3cedce7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setFullYear" has { DontEnum } attributes * - * @section: 15.9.5.40; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.40 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setFullYear')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A2_T1.js index dc53c996f8..a06227dc81 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setFullYear" is 3 * - * @section: 15.9.5.40; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A2_T1.js; - * @description: The "length" property of the "setFullYear" is 3; + * @section 15.9.5.40 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A2_T1.js + * @description The "length" property of the "setFullYear" is 3 */ if(Date.prototype.setFullYear.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T1.js index 673cf38e54..a70ff72f27 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.40; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.40 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setFullYear.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T2.js index e5d51ed458..007f54e998 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.40; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.40 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setFullYear.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T3.js index d96a34097a..ad6798b1e1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.40; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.40 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.40_Date.prototype.setFullYear/S15.9.5.40_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setFullYear.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T1.js index e5b135fa77..450dcbf3ca 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCFullYear" has { DontEnum } attributes * - * @section: 15.9.5.41; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.41 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.setUTCFullYear; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T2.js index 93fea4ae71..ac09351906 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCFullYear" has { DontEnum } attributes * - * @section: 15.9.5.41; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.41 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.setUTCFullYear === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T3.js index c4278c64b7..52c01d2cfd 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "setUTCFullYear" has { DontEnum } attributes * - * @section: 15.9.5.41; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.41 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('setUTCFullYear')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A2_T1.js index 7ee3f988a2..25c0314ae1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "setUTCFullYear" is 3 * - * @section: 15.9.5.41; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A2_T1.js; - * @description: The "length" property of the "setUTCFullYear" is 3; + * @section 15.9.5.41 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A2_T1.js + * @description The "length" property of the "setUTCFullYear" is 3 */ if(Date.prototype.setUTCFullYear.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T1.js index 5d9869c134..126b70fae6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.41; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.41 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.setUTCFullYear.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T2.js index ca6fd254e5..d6ab49b2ce 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.41; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.41 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.setUTCFullYear.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T3.js index d56f3168aa..106a45a43b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.setUTCFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.41; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.41 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.41_Date.prototype.setUTCFullYear/S15.9.5.41_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.setUTCFullYear.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T1.js index bc33417a90..6fcfeda4c1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toUTCString" has { DontEnum } attributes * - * @section: 15.9.5.42; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.42 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.toUTCString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T2.js index ea849d9548..bfab12daf3 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toUTCString" has { DontEnum } attributes * - * @section: 15.9.5.42; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.42 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.toUTCString === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T3.js index 43533a209c..8b58f1cb9c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toUTCString" has { DontEnum } attributes * - * @section: 15.9.5.42; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.42 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('toUTCString')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A2_T1.js index 2c5d13fce5..a1b9dd7672 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "toUTCString" is 0 * - * @section: 15.9.5.42; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A2_T1.js; - * @description: The "length" property of the "toUTCString" is 0; + * @section 15.9.5.42 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A2_T1.js + * @description The "length" property of the "toUTCString" is 0 */ if(Date.prototype.toUTCString.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T1.js index cc9bb52ce2..5c071c1eaa 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toUTCString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.42; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.42 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.toUTCString.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T2.js index 09d38204be..3bdefa6b2d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toUTCString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.42; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.42 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.toUTCString.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T3.js index 9db4b49214..9b213e1e66 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toUTCString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.42; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.42 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.42_Date.prototype.toUTCString/S15.9.5.42_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.toUTCString.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T1.js index 359d9aa294..4a4139e47f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toTimeString" has { DontEnum } attributes * - * @section: 15.9.5.4; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.4 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.toTimeString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T2.js index 8105a4c6b1..228c2c7ef8 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toTimeString" has { DontEnum } attributes * - * @section: 15.9.5.4; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.4 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.toTimeString === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T3.js index f16a392708..0f1b2ddcbf 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toTimeString" has { DontEnum } attributes * - * @section: 15.9.5.4; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.4 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('toTimeString')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A2_T1.js index b9e3895053..fb7d432b2d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "toTimeString" is 0 * - * @section: 15.9.5.4; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A2_T1.js; - * @description: The "length" property of the "toTimeString" is 0; + * @section 15.9.5.4 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A2_T1.js + * @description The "length" property of the "toTimeString" is 0 */ if(Date.prototype.toTimeString.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T1.js index e3d797a0b9..5fd8ecaef1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toTimeString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.4; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.4 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.toTimeString.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T2.js index 3643fbae45..f69e316774 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toTimeString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.4; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.4 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.toTimeString.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T3.js index 93aa8e6284..24c89c30b6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toTimeString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.4; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.4 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.4_Date.prototype.toTimeString/S15.9.5.4_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.toTimeString.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T1.js index 1744894a07..19f5218c76 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleString" has { DontEnum } attributes * - * @section: 15.9.5.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.toLocaleString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T2.js index 0b4f6fb737..3d99b7c63d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleString" has { DontEnum } attributes * - * @section: 15.9.5.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.toLocaleString === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T3.js index 14bc1727b3..b3caf48615 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleString" has { DontEnum } attributes * - * @section: 15.9.5.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('toLocaleString')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A2_T1.js index aff24a1362..490158df35 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "toLocaleString" is 0 * - * @section: 15.9.5.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A2_T1.js; - * @description: The "length" property of the "toLocaleString" is 0; + * @section 15.9.5.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A2_T1.js + * @description The "length" property of the "toLocaleString" is 0 */ if(Date.prototype.toLocaleString.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T1.js index 447b6dc2c2..25c5feba1b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.toLocaleString.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T2.js index 22c53921ed..e6b8093d16 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.toLocaleString.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T3.js index 1ab99a1a28..210e44391c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.5_Date.prototype.toLocaleString/S15.9.5.5_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.toLocaleString.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T1.js index 6ecd237f60..a1519e2ed2 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleDateString" has { DontEnum } attributes * - * @section: 15.9.5.6; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.6 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.toLocaleDateString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T2.js index 7ec19a22d5..a9915c5b97 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleDateString" has { DontEnum } attributes * - * @section: 15.9.5.6; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.6 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.toLocaleDateString === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T3.js index 99f7e71416..ed528b53f4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleDateString" has { DontEnum } attributes * - * @section: 15.9.5.6; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.6 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('toLocaleDateString')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A2_T1.js index 44d335bde6..a06b540f5f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "toLocaleDateString" is 0 * - * @section: 15.9.5.6; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A2_T1.js; - * @description: The "length" property of the "toLocaleDateString" is 0; + * @section 15.9.5.6 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A2_T1.js + * @description The "length" property of the "toLocaleDateString" is 0 */ if(Date.prototype.toLocaleDateString.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T1.js index f718776a31..cb480f4285 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleDateString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.6; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.6 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.toLocaleDateString.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T2.js index dcb53dce60..dbfd28b8ec 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleDateString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.6; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.6 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.toLocaleDateString.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T3.js index d2fecae078..cd9102c3e1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleDateString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.6; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.6 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.6_Date.prototype.toLocaleDateString/S15.9.5.6_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.toLocaleDateString.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T1.js index 88845640ac..e7f14b6eb7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleTimeString" has { DontEnum } attributes * - * @section: 15.9.5.7; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.7 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.toLocaleTimeString; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T2.js index 8f2872828f..3634cefe8d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleTimeString" has { DontEnum } attributes * - * @section: 15.9.5.7; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.7 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.toLocaleTimeString === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T3.js index 1b14f684cd..1855408bc5 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "toLocaleTimeString" has { DontEnum } attributes * - * @section: 15.9.5.7; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.7 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('toLocaleTimeString')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A2_T1.js index 22be59ee11..aafd3f0c4e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "toLocaleTimeString" is 0 * - * @section: 15.9.5.7; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A2_T1.js; - * @description: The "length" property of the "toLocaleTimeString" is 0; + * @section 15.9.5.7 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A2_T1.js + * @description The "length" property of the "toLocaleTimeString" is 0 */ if(Date.prototype.toLocaleTimeString.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T1.js index f8a568001a..49240faa8f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleTimeString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.7; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.7 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.toLocaleTimeString.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T2.js index 75875e855f..1c82b162ee 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleTimeString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.7; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.7 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.toLocaleTimeString.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T3.js index 3a4796fd52..85daad6843 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.toLocaleTimeString property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.7; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.7 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.7_Date.prototype.toLocaleTimeString/S15.9.5.7_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.toLocaleTimeString.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T1.js index cc2a721854..660ed06939 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "valueOf" has { DontEnum } attributes * - * @section: 15.9.5.8; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.8 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.valueOf; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T2.js index b4580749e7..8a4610e2a1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "valueOf" has { DontEnum } attributes * - * @section: 15.9.5.8; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.8 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.valueOf === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T3.js index 72dfec0629..ae4481bc0c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "valueOf" has { DontEnum } attributes * - * @section: 15.9.5.8; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.8 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('valueOf')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A2_T1.js index 7fc11ff1ad..e7b1ec8961 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "valueOf" is 0 * - * @section: 15.9.5.8; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A2_T1.js; - * @description: The "length" property of the "valueOf" is 0; + * @section 15.9.5.8 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A2_T1.js + * @description The "length" property of the "valueOf" is 0 */ if(Date.prototype.valueOf.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T1.js index 6f2d6c6440..bc3a9fbb2d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.valueOf property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.8; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.8 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.valueOf.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T2.js index 248efdbc87..d5dc2f2797 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.valueOf property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.8; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.8 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.valueOf.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T3.js index 0e5e79de2b..8273449924 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.valueOf property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.8; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.8 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.8_Date.prototype.valueOf/S15.9.5.8_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.valueOf.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T1.js index ca7746cdb2..b86ccef944 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getTime" has { DontEnum } attributes * - * @section: 15.9.5.9; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T1.js; - * @description: Checking absence of ReadOnly attribute; + * @section 15.9.5.9 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T1.js + * @description Checking absence of ReadOnly attribute */ x = Date.prototype.getTime; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T2.js index 3f89a8af72..a39ef66146 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getTime" has { DontEnum } attributes * - * @section: 15.9.5.9; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T2.js; - * @description: Checking absence of DontDelete attribute; + * @section 15.9.5.9 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T2.js + * @description Checking absence of DontDelete attribute */ if (delete Date.prototype.getTime === false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T3.js index e25bd0eb74..ccbfaaeb66 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype property "getTime" has { DontEnum } attributes * - * @section: 15.9.5.9; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.9 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A1_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.propertyIsEnumerable('getTime')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A2_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A2_T1.js index 1f39f8c8ec..e6183252c4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A2_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A2_T1.js @@ -4,9 +4,9 @@ /** * The "length" property of the "getTime" is 0 * - * @section: 15.9.5.9; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A2_T1.js; - * @description: The "length" property of the "getTime" is 0; + * @section 15.9.5.9 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A2_T1.js + * @description The "length" property of the "getTime" is 0 */ if(Date.prototype.getTime.hasOwnProperty("length") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T1.js index 5e087e6036..4bcc93cc98 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getTime property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.9; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T1.js; - * @description: Checking ReadOnly attribute; + * @section 15.9.5.9 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T1.js + * @description Checking ReadOnly attribute */ x = Date.prototype.getTime.length; diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T2.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T2.js index 9e639c01dd..9e429f029e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T2.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T2.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getTime property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.9; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T2.js; - * @description: Checking DontDelete attribute; + * @section 15.9.5.9 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T2.js + * @description Checking DontDelete attribute */ if (delete Date.prototype.getTime.length !== false) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T3.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T3.js index ddde8b92b3..d691f50191 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T3.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T3.js @@ -4,9 +4,9 @@ /** * The Date.prototype.getTime property "length" has { ReadOnly, DontDelete, DontEnum } attributes * - * @section: 15.9.5.9; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T3.js; - * @description: Checking DontEnum attribute; + * @section 15.9.5.9 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/15.9.5.9_Date.prototype.getTime/S15.9.5.9_A3_T3.js + * @description Checking DontEnum attribute */ if (Date.prototype.getTime.propertyIsEnumerable('length')) { diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A01_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A01_T1.js index 88e5d8b859..03d412d53e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A01_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A01_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "constructor" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A01_T1.js; - * @description: The Date.prototype has the property "constructor"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A01_T1.js + * @description The Date.prototype has the property "constructor" */ if(Date.prototype.hasOwnProperty("constructor") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A02_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A02_T1.js index 3f70268ba9..30dd0f2928 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A02_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A02_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "toString" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A02_T1.js; - * @description: The Date.prototype has the property "toString"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A02_T1.js + * @description The Date.prototype has the property "toString" */ if(Date.prototype.hasOwnProperty("toString") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A03_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A03_T1.js index fca74d6100..b1bb4356a6 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A03_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A03_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "toDateString" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A03_T1.js; - * @description: The Date.prototype has the property "toDateString"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A03_T1.js + * @description The Date.prototype has the property "toDateString" */ if(Date.prototype.hasOwnProperty("toDateString") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A04_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A04_T1.js index 25cb0705a7..08e3a774ef 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A04_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A04_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "toTimeString" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A04_T1.js; - * @description: The Date.prototype has the property "toTimeString"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A04_T1.js + * @description The Date.prototype has the property "toTimeString" */ if(Date.prototype.hasOwnProperty("toTimeString") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A05_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A05_T1.js index fd93d538ca..3f78ff74af 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A05_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A05_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "toLocaleString" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A05_T1.js; - * @description: The Date.prototype has the property "toLocaleString"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A05_T1.js + * @description The Date.prototype has the property "toLocaleString" */ if(Date.prototype.hasOwnProperty("toLocaleString") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A06_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A06_T1.js index 8207a31216..48dc51d155 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A06_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A06_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "toLocaleDateString" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A06_T1.js; - * @description: The Date.prototype has the property "toLocaleDateString"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A06_T1.js + * @description The Date.prototype has the property "toLocaleDateString" */ if(Date.prototype.hasOwnProperty("toLocaleDateString") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A07_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A07_T1.js index cf7fa096e2..8d32b28dc7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A07_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A07_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "toLocaleTimeString" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A07_T1.js; - * @description: The Date.prototype has the property "toLocaleTimeString"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A07_T1.js + * @description The Date.prototype has the property "toLocaleTimeString" */ if(Date.prototype.hasOwnProperty("toLocaleTimeString") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A08_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A08_T1.js index 1308ac055d..e6aa031eaf 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A08_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A08_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "valueOf" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A08_T1.js; - * @description: The Date.prototype has the property "valueOf"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A08_T1.js + * @description The Date.prototype has the property "valueOf" */ if(Date.prototype.hasOwnProperty("valueOf") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A09_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A09_T1.js index 78297f8e6b..e740e7fea9 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A09_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A09_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getTime" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A09_T1.js; - * @description: The Date.prototype has the property "getTime"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A09_T1.js + * @description The Date.prototype has the property "getTime" */ if(Date.prototype.hasOwnProperty("getTime") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A10_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A10_T1.js index 519bf75bf6..f14c9d4733 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A10_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A10_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getFullYear" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A10_T1.js; - * @description: The Date.prototype has the property "getFullYear"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A10_T1.js + * @description The Date.prototype has the property "getFullYear" */ if(Date.prototype.hasOwnProperty("getFullYear") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A11_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A11_T1.js index 0923f11fc8..16ef045628 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A11_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A11_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCFullYear" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A11_T1.js; - * @description: The Date.prototype has the property "getUTCFullYear"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A11_T1.js + * @description The Date.prototype has the property "getUTCFullYear" */ if(Date.prototype.hasOwnProperty("getUTCFullYear") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A12_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A12_T1.js index db899abc3d..91ca3b620c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A12_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A12_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getMonth" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A12_T1.js; - * @description: The Date.prototype has the property "getMonth"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A12_T1.js + * @description The Date.prototype has the property "getMonth" */ if(Date.prototype.hasOwnProperty("getMonth") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A13_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A13_T1.js index 7a5b0738ff..574870e0fc 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A13_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A13_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCMonth" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A13_T1.js; - * @description: The Date.prototype has the property "getUTCMonth"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A13_T1.js + * @description The Date.prototype has the property "getUTCMonth" */ if(Date.prototype.hasOwnProperty("getUTCMonth") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A14_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A14_T1.js index 2734a5d1e0..976fea4600 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A14_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A14_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getDate" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A14_T1.js; - * @description: The Date.prototype has the property "getDate"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A14_T1.js + * @description The Date.prototype has the property "getDate" */ if(Date.prototype.hasOwnProperty("getDate") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A15_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A15_T1.js index 28c56d8183..ef8c072caa 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A15_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A15_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCDate" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A15_T1.js; - * @description: The Date.prototype has the property "getUTCDate"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A15_T1.js + * @description The Date.prototype has the property "getUTCDate" */ if(Date.prototype.hasOwnProperty("getUTCDate") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A16_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A16_T1.js index 3a55a63e81..0665e67ee4 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A16_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A16_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getDay" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A16_T1.js; - * @description: The Date.prototype has the property "getDay"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A16_T1.js + * @description The Date.prototype has the property "getDay" */ if(Date.prototype.hasOwnProperty("getDay") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A17_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A17_T1.js index d18dc0fb31..069b118e2e 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A17_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A17_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCDay" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A17_T1.js; - * @description: The Date.prototype has the property "getUTCDay"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A17_T1.js + * @description The Date.prototype has the property "getUTCDay" */ if(Date.prototype.hasOwnProperty("getUTCDay") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A18_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A18_T1.js index fc68e8b4b9..e08971fec3 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A18_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A18_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getHours" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A18_T1.js; - * @description: The Date.prototype has the property "getHours"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A18_T1.js + * @description The Date.prototype has the property "getHours" */ if(Date.prototype.hasOwnProperty("getHours") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A19_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A19_T1.js index a2be247c72..848b993158 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A19_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A19_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCHours" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A19_T1.js; - * @description: The Date.prototype has the property "getUTCHours"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A19_T1.js + * @description The Date.prototype has the property "getUTCHours" */ if(Date.prototype.hasOwnProperty("getUTCHours") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A20_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A20_T1.js index 128504af3c..c58bd0f2bd 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A20_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A20_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getMinutes" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A20_T1.js; - * @description: The Date.prototype has the property "getMinutes"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A20_T1.js + * @description The Date.prototype has the property "getMinutes" */ if(Date.prototype.hasOwnProperty("getMinutes") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A21_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A21_T1.js index 96e21fd1f7..2b745732eb 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A21_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A21_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCMinutes" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A21_T1.js; - * @description: The Date.prototype has the property "getUTCMinutes"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A21_T1.js + * @description The Date.prototype has the property "getUTCMinutes" */ if(Date.prototype.hasOwnProperty("getUTCMinutes") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A22_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A22_T1.js index 2632f11a91..3f1d01324b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A22_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A22_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getSeconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A22_T1.js; - * @description: The Date.prototype has the property "getSeconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A22_T1.js + * @description The Date.prototype has the property "getSeconds" */ if(Date.prototype.hasOwnProperty("getSeconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A23_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A23_T1.js index c36ea873e7..a696ca094d 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A23_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A23_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCSeconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A23_T1.js; - * @description: The Date.prototype has the property "getUTCSeconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A23_T1.js + * @description The Date.prototype has the property "getUTCSeconds" */ if(Date.prototype.hasOwnProperty("getUTCSeconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A24_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A24_T1.js index fc26ed9559..4127436a9a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A24_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A24_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getMilliseconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A24_T1.js; - * @description: The Date.prototype has the property "getMilliseconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A24_T1.js + * @description The Date.prototype has the property "getMilliseconds" */ if(Date.prototype.hasOwnProperty("getMilliseconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A25_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A25_T1.js index 979f323f1f..d9ed55ea17 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A25_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A25_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getUTCMilliseconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A25_T1.js; - * @description: The Date.prototype has the property "getUTCMilliseconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A25_T1.js + * @description The Date.prototype has the property "getUTCMilliseconds" */ if(Date.prototype.hasOwnProperty("getUTCMilliseconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A26_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A26_T1.js index 947201b082..34a6592059 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A26_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A26_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "getTimezoneOffset" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A26_T1.js; - * @description: The Date.prototype has the property "getTimezoneOffset"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A26_T1.js + * @description The Date.prototype has the property "getTimezoneOffset" */ if(Date.prototype.hasOwnProperty("getTimezoneOffset") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A27_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A27_T1.js index 0db0a041c0..299ebdfd4c 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A27_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A27_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setTime" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A27_T1.js; - * @description: The Date.prototype has the property "setTime"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A27_T1.js + * @description The Date.prototype has the property "setTime" */ if(Date.prototype.hasOwnProperty("setTime") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A28_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A28_T1.js index f7d2f1783f..8f442ddba1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A28_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A28_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setMilliseconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A28_T1.js; - * @description: The Date.prototype has the property "setMilliseconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A28_T1.js + * @description The Date.prototype has the property "setMilliseconds" */ if(Date.prototype.hasOwnProperty("setMilliseconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A29_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A29_T1.js index 68d5b2532c..a374300901 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A29_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A29_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setUTCMilliseconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A29_T1.js; - * @description: The Date.prototype has the property "setUTCMilliseconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A29_T1.js + * @description The Date.prototype has the property "setUTCMilliseconds" */ if(Date.prototype.hasOwnProperty("setUTCMilliseconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A30_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A30_T1.js index a2fa149dc4..8a14158461 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A30_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A30_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setSeconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A30_T1.js; - * @description: The Date.prototype has the property "setSeconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A30_T1.js + * @description The Date.prototype has the property "setSeconds" */ if(Date.prototype.hasOwnProperty("setSeconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A31_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A31_T1.js index a4710ede33..8744e154ba 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A31_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A31_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setUTCSeconds" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A31_T1.js; - * @description: The Date.prototype has the property "setUTCSeconds"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A31_T1.js + * @description The Date.prototype has the property "setUTCSeconds" */ if(Date.prototype.hasOwnProperty("setUTCSeconds") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A32_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A32_T1.js index 35f2a73612..b0123dd898 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A32_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A32_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setMinutes" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A32_T1.js; - * @description: The Date.prototype has the property "setMinutes"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A32_T1.js + * @description The Date.prototype has the property "setMinutes" */ if(Date.prototype.hasOwnProperty("setMinutes") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A33_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A33_T1.js index 848b6d39ca..11de1fb35b 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A33_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A33_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setUTCMinutes" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A33_T1.js; - * @description: The Date.prototype has the property "setUTCMinutes"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A33_T1.js + * @description The Date.prototype has the property "setUTCMinutes" */ if(Date.prototype.hasOwnProperty("setUTCMinutes") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A34_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A34_T1.js index d53f6a8f0c..3f1799f447 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A34_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A34_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setHours" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A34_T1.js; - * @description: The Date.prototype has the property "setHours"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A34_T1.js + * @description The Date.prototype has the property "setHours" */ if(Date.prototype.hasOwnProperty("setHours") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A35_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A35_T1.js index aec77539f6..438a9a5af7 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A35_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A35_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setUTCHours" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A35_T1.js; - * @description: The Date.prototype has the property "setUTCHours"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A35_T1.js + * @description The Date.prototype has the property "setUTCHours" */ if(Date.prototype.hasOwnProperty("setUTCHours") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A36_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A36_T1.js index c877e49408..2abf274bbf 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A36_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A36_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setDate" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A36_T1.js; - * @description: The Date.prototype has the property "setDate"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A36_T1.js + * @description The Date.prototype has the property "setDate" */ if(Date.prototype.hasOwnProperty("setDate") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A37_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A37_T1.js index 3fa2faf0af..450af5d329 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A37_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A37_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setUTCDate" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A37_T1.js; - * @description: The Date.prototype has the property "setUTCDate"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A37_T1.js + * @description The Date.prototype has the property "setUTCDate" */ if(Date.prototype.hasOwnProperty("setUTCDate") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A38_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A38_T1.js index 6f0595d3a0..18daabfc5a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A38_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A38_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setMonth" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A38_T1.js; - * @description: The Date.prototype has the property "setMonth"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A38_T1.js + * @description The Date.prototype has the property "setMonth" */ if(Date.prototype.hasOwnProperty("setMonth") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A39_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A39_T1.js index 2c0908afa7..40d3a5496f 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A39_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A39_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setUTCMonth" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A39_T1.js; - * @description: The Date.prototype has the property "setUTCMonth"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A39_T1.js + * @description The Date.prototype has the property "setUTCMonth" */ if(Date.prototype.hasOwnProperty("setUTCMonth") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A40_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A40_T1.js index 50b07f927e..2b7d511df1 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A40_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A40_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setFullYear" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A40_T1.js; - * @description: The Date.prototype has the property "setFullYear"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A40_T1.js + * @description The Date.prototype has the property "setFullYear" */ if(Date.prototype.hasOwnProperty("setFullYear") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A41_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A41_T1.js index f046d99b25..cd9c2bb74a 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A41_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A41_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "setUTCFullYear" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A41_T1.js; - * @description: The Date.prototype has the property "setUTCFullYear"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A41_T1.js + * @description The Date.prototype has the property "setUTCFullYear" */ if(Date.prototype.hasOwnProperty("setUTCFullYear") !== true){ diff --git a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A42_T1.js b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A42_T1.js index bffa32980e..6649e2a2f3 100644 --- a/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A42_T1.js +++ b/test/suite/converted/15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A42_T1.js @@ -4,9 +4,9 @@ /** * The Date.prototype has the property "toUTCString" * - * @section: 15.9.5; - * @path: 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A42_T1.js; - * @description: The Date.prototype has the property "toUTCString"; + * @section 15.9.5 + * @path 15_Native/15.9_Date_Objects/15.9.5_Properties_of_the_Date_Prototype_Object/S15.9.5_A42_T1.js + * @description The Date.prototype has the property "toUTCString" */ if(Date.prototype.hasOwnProperty("toUTCString") !== true){ diff --git a/test/suite/converted/chapter07/7.3/7.3-1.js b/test/suite/converted/chapter07/7.3/7.3-1.js index d1ebdc3652..6ccaf9def4 100644 --- a/test/suite/converted/chapter07/7.3/7.3-1.js +++ b/test/suite/converted/chapter07/7.3/7.3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-1.js; - * @description: 7.3 - ES5 recognizes the character (\u2028) as line terminators when parsing statements; + * @path chapter07/7.3/7.3-1.js + * @description 7.3 - ES5 recognizes the character (\u2028) as line terminators when parsing statements */ diff --git a/test/suite/converted/chapter07/7.3/7.3-10.js b/test/suite/converted/chapter07/7.3/7.3-10.js index 45a4d3925d..0d6aa54cab 100644 --- a/test/suite/converted/chapter07/7.3/7.3-10.js +++ b/test/suite/converted/chapter07/7.3/7.3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-10.js; - * @description: 7.3 - ES5 recognizes the character (\u2029) as a NonEscapeCharacter; + * @path chapter07/7.3/7.3-10.js + * @description 7.3 - ES5 recognizes the character (\u2029) as a NonEscapeCharacter */ diff --git a/test/suite/converted/chapter07/7.3/7.3-11.js b/test/suite/converted/chapter07/7.3/7.3-11.js index f18bf2f5d2..5ac208f03d 100644 --- a/test/suite/converted/chapter07/7.3/7.3-11.js +++ b/test/suite/converted/chapter07/7.3/7.3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-11.js; - * @description: 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u2028) must be treated as a single line terminator for the purposes of semicolon insertion; + * @path chapter07/7.3/7.3-11.js + * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u2028) must be treated as a single line terminator for the purposes of semicolon insertion */ diff --git a/test/suite/converted/chapter07/7.3/7.3-12.js b/test/suite/converted/chapter07/7.3/7.3-12.js index c6ceab42f5..a32e93864f 100644 --- a/test/suite/converted/chapter07/7.3/7.3-12.js +++ b/test/suite/converted/chapter07/7.3/7.3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-12.js; - * @description: 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u2029) must be treated as a single line terminator for the purposes of semicolon insertion; + * @path chapter07/7.3/7.3-12.js + * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u2029) must be treated as a single line terminator for the purposes of semicolon insertion */ diff --git a/test/suite/converted/chapter07/7.3/7.3-13.js b/test/suite/converted/chapter07/7.3/7.3-13.js index bf20ff5e85..46e8650014 100644 --- a/test/suite/converted/chapter07/7.3/7.3-13.js +++ b/test/suite/converted/chapter07/7.3/7.3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-13.js; - * @description: 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u000D) must be treated as a single line terminator for the purposes of semicolon insertion; + * @path chapter07/7.3/7.3-13.js + * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u000D) must be treated as a single line terminator for the purposes of semicolon insertion */ diff --git a/test/suite/converted/chapter07/7.3/7.3-14.js b/test/suite/converted/chapter07/7.3/7.3-14.js index 38ae251d2b..ed9becb67c 100644 --- a/test/suite/converted/chapter07/7.3/7.3-14.js +++ b/test/suite/converted/chapter07/7.3/7.3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-14.js; - * @description: 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u000A) must be treated as a single line terminator for the purposes of semicolon insertion; + * @path chapter07/7.3/7.3-14.js + * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character (\u000A) must be treated as a single line terminator for the purposes of semicolon insertion */ diff --git a/test/suite/converted/chapter07/7.3/7.3-15.js b/test/suite/converted/chapter07/7.3/7.3-15.js index 2a9066e1bd..03117d1c93 100644 --- a/test/suite/converted/chapter07/7.3/7.3-15.js +++ b/test/suite/converted/chapter07/7.3/7.3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-15.js; - * @description: 7.3 - ES5 recognize (\uFFFF) as a whitespace character; + * @path chapter07/7.3/7.3-15.js + * @description 7.3 - ES5 recognize (\uFFFF) as a whitespace character */ diff --git a/test/suite/converted/chapter07/7.3/7.3-2.js b/test/suite/converted/chapter07/7.3/7.3-2.js index 4f054bfbd9..a6228674ba 100644 --- a/test/suite/converted/chapter07/7.3/7.3-2.js +++ b/test/suite/converted/chapter07/7.3/7.3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-2.js; - * @description: 7.3 - ES5 recognizes the character (\u2029) as line terminators when parsing statements; + * @path chapter07/7.3/7.3-2.js + * @description 7.3 - ES5 recognizes the character (\u2029) as line terminators when parsing statements */ diff --git a/test/suite/converted/chapter07/7.3/7.3-3.js b/test/suite/converted/chapter07/7.3/7.3-3.js index 2fe7f1759e..9b1296657b 100644 --- a/test/suite/converted/chapter07/7.3/7.3-3.js +++ b/test/suite/converted/chapter07/7.3/7.3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-3.js; - * @description: 7.3 - ES5 recognizes the character (\u2028) as terminating SingleLineComments; + * @path chapter07/7.3/7.3-3.js + * @description 7.3 - ES5 recognizes the character (\u2028) as terminating SingleLineComments */ diff --git a/test/suite/converted/chapter07/7.3/7.3-4.js b/test/suite/converted/chapter07/7.3/7.3-4.js index 2a25b7ff49..8b5288ddf5 100644 --- a/test/suite/converted/chapter07/7.3/7.3-4.js +++ b/test/suite/converted/chapter07/7.3/7.3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-4.js; - * @description: 7.3 - ES5 recognizes the character (\u2029) as terminating SingleLineComments; + * @path chapter07/7.3/7.3-4.js + * @description 7.3 - ES5 recognizes the character (\u2029) as terminating SingleLineComments */ diff --git a/test/suite/converted/chapter07/7.3/7.3-5.js b/test/suite/converted/chapter07/7.3/7.3-5.js index 8c5c8197dd..ec8e1a08d1 100644 --- a/test/suite/converted/chapter07/7.3/7.3-5.js +++ b/test/suite/converted/chapter07/7.3/7.3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-5.js; - * @description: 7.3 - ES5 recognizes the character (\u2028) as terminating string literal; + * @path chapter07/7.3/7.3-5.js + * @description 7.3 - ES5 recognizes the character (\u2028) as terminating string literal */ diff --git a/test/suite/converted/chapter07/7.3/7.3-6.js b/test/suite/converted/chapter07/7.3/7.3-6.js index 0a70768922..fc3a3a5ec6 100644 --- a/test/suite/converted/chapter07/7.3/7.3-6.js +++ b/test/suite/converted/chapter07/7.3/7.3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-6.js; - * @description: 7.3 - ES5 recognizes the character (\u2029) as terminating string literal; + * @path chapter07/7.3/7.3-6.js + * @description 7.3 - ES5 recognizes the character (\u2029) as terminating string literal */ diff --git a/test/suite/converted/chapter07/7.3/7.3-7.js b/test/suite/converted/chapter07/7.3/7.3-7.js index 1f9786c6ae..b7a658ee73 100644 --- a/test/suite/converted/chapter07/7.3/7.3-7.js +++ b/test/suite/converted/chapter07/7.3/7.3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-7.js; - * @description: 7.3 - ES5 recognizes the character (\u2028) as terminating regular expression literals; + * @path chapter07/7.3/7.3-7.js + * @description 7.3 - ES5 recognizes the character (\u2028) as terminating regular expression literals */ diff --git a/test/suite/converted/chapter07/7.3/7.3-8.js b/test/suite/converted/chapter07/7.3/7.3-8.js index fc7a21e08a..edec02eeaf 100644 --- a/test/suite/converted/chapter07/7.3/7.3-8.js +++ b/test/suite/converted/chapter07/7.3/7.3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-8.js; - * @description: 7.3 - ES5 recognizes the character (\u2029) as terminating regular expression literals; + * @path chapter07/7.3/7.3-8.js + * @description 7.3 - ES5 recognizes the character (\u2029) as terminating regular expression literals */ diff --git a/test/suite/converted/chapter07/7.3/7.3-9.js b/test/suite/converted/chapter07/7.3/7.3-9.js index 0581323105..eba0632175 100644 --- a/test/suite/converted/chapter07/7.3/7.3-9.js +++ b/test/suite/converted/chapter07/7.3/7.3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.3/7.3-9.js; - * @description: 7.3 - ES5 recognizes the character (\u2028) as a NonEscapeCharacter; + * @path chapter07/7.3/7.3-9.js + * @description 7.3 - ES5 recognizes the character (\u2028) as a NonEscapeCharacter */ diff --git a/test/suite/converted/chapter07/7.6/7.6-1.js b/test/suite/converted/chapter07/7.6/7.6-1.js index 941ae47b34..6c12bbd6d6 100644 --- a/test/suite/converted/chapter07/7.6/7.6-1.js +++ b/test/suite/converted/chapter07/7.6/7.6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-1.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: null (null); + * @path chapter07/7.6/7.6-1.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: null (null) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-10.js b/test/suite/converted/chapter07/7.6/7.6-10.js index 4711ceadd1..aa180653a6 100644 --- a/test/suite/converted/chapter07/7.6/7.6-10.js +++ b/test/suite/converted/chapter07/7.6/7.6-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-10.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: new (new); + * @path chapter07/7.6/7.6-10.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: new (new) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-11.js b/test/suite/converted/chapter07/7.6/7.6-11.js index 7b582ee51f..d56e14f78b 100644 --- a/test/suite/converted/chapter07/7.6/7.6-11.js +++ b/test/suite/converted/chapter07/7.6/7.6-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-11.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: var (var); + * @path chapter07/7.6/7.6-11.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: var (var) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-12.js b/test/suite/converted/chapter07/7.6/7.6-12.js index c5d0ae3fff..9f7bd80cb5 100644 --- a/test/suite/converted/chapter07/7.6/7.6-12.js +++ b/test/suite/converted/chapter07/7.6/7.6-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-12.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: try (try); + * @path chapter07/7.6/7.6-12.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: try (try) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-13.js b/test/suite/converted/chapter07/7.6/7.6-13.js index 66db6e990e..ec707781e4 100644 --- a/test/suite/converted/chapter07/7.6/7.6-13.js +++ b/test/suite/converted/chapter07/7.6/7.6-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-13.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: catch (catch); + * @path chapter07/7.6/7.6-13.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: catch (catch) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-14.js b/test/suite/converted/chapter07/7.6/7.6-14.js index 6465fd9e2f..d2a4a60596 100644 --- a/test/suite/converted/chapter07/7.6/7.6-14.js +++ b/test/suite/converted/chapter07/7.6/7.6-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-14.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: finally (finally); + * @path chapter07/7.6/7.6-14.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: finally (finally) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-15.js b/test/suite/converted/chapter07/7.6/7.6-15.js index c9da4945ec..84dc117cc5 100644 --- a/test/suite/converted/chapter07/7.6/7.6-15.js +++ b/test/suite/converted/chapter07/7.6/7.6-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-15.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: return (return); + * @path chapter07/7.6/7.6-15.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: return (return) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-16.js b/test/suite/converted/chapter07/7.6/7.6-16.js index 456f7ed04f..a7ad00ee79 100644 --- a/test/suite/converted/chapter07/7.6/7.6-16.js +++ b/test/suite/converted/chapter07/7.6/7.6-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-16.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: void (void); + * @path chapter07/7.6/7.6-16.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: void (void) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-17.js b/test/suite/converted/chapter07/7.6/7.6-17.js index 290372e1b5..cc743b35c9 100644 --- a/test/suite/converted/chapter07/7.6/7.6-17.js +++ b/test/suite/converted/chapter07/7.6/7.6-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-17.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: continue (continue); + * @path chapter07/7.6/7.6-17.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: continue (continue) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-18.js b/test/suite/converted/chapter07/7.6/7.6-18.js index 7a40f94a43..ab012aaf34 100644 --- a/test/suite/converted/chapter07/7.6/7.6-18.js +++ b/test/suite/converted/chapter07/7.6/7.6-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-18.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: for (for); + * @path chapter07/7.6/7.6-18.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: for (for) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-19.js b/test/suite/converted/chapter07/7.6/7.6-19.js index 1243650729..836540516c 100644 --- a/test/suite/converted/chapter07/7.6/7.6-19.js +++ b/test/suite/converted/chapter07/7.6/7.6-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-19.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: switch (switch); + * @path chapter07/7.6/7.6-19.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: switch (switch) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-2.js b/test/suite/converted/chapter07/7.6/7.6-2.js index 821ed8c642..f91d612529 100644 --- a/test/suite/converted/chapter07/7.6/7.6-2.js +++ b/test/suite/converted/chapter07/7.6/7.6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-2.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: true (true); + * @path chapter07/7.6/7.6-2.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: true (true) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-20.js b/test/suite/converted/chapter07/7.6/7.6-20.js index 5b19b41ab2..629212b202 100644 --- a/test/suite/converted/chapter07/7.6/7.6-20.js +++ b/test/suite/converted/chapter07/7.6/7.6-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-20.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: while (while); + * @path chapter07/7.6/7.6-20.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: while (while) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-21.js b/test/suite/converted/chapter07/7.6/7.6-21.js index 48947f8e1d..79e98541dd 100644 --- a/test/suite/converted/chapter07/7.6/7.6-21.js +++ b/test/suite/converted/chapter07/7.6/7.6-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-21.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: debugger (debugger); + * @path chapter07/7.6/7.6-21.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: debugger (debugger) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-22.js b/test/suite/converted/chapter07/7.6/7.6-22.js index a9a19902a1..69687fcee8 100644 --- a/test/suite/converted/chapter07/7.6/7.6-22.js +++ b/test/suite/converted/chapter07/7.6/7.6-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-22.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: function (function); + * @path chapter07/7.6/7.6-22.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: function (function) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-23.js b/test/suite/converted/chapter07/7.6/7.6-23.js index 56fec62e23..848983fecf 100644 --- a/test/suite/converted/chapter07/7.6/7.6-23.js +++ b/test/suite/converted/chapter07/7.6/7.6-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-23.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: this (this); + * @path chapter07/7.6/7.6-23.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: this (this) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-24.js b/test/suite/converted/chapter07/7.6/7.6-24.js index 0ad0526644..15aa2884e5 100644 --- a/test/suite/converted/chapter07/7.6/7.6-24.js +++ b/test/suite/converted/chapter07/7.6/7.6-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-24.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: if (if); + * @path chapter07/7.6/7.6-24.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: if (if) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-25.js b/test/suite/converted/chapter07/7.6/7.6-25.js index 19b090ac54..10f28e0bf9 100644 --- a/test/suite/converted/chapter07/7.6/7.6-25.js +++ b/test/suite/converted/chapter07/7.6/7.6-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-25.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: with (with); + * @path chapter07/7.6/7.6-25.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: with (with) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-26.js b/test/suite/converted/chapter07/7.6/7.6-26.js index 01d6541feb..87cc7ab199 100644 --- a/test/suite/converted/chapter07/7.6/7.6-26.js +++ b/test/suite/converted/chapter07/7.6/7.6-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-26.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: default (default); + * @path chapter07/7.6/7.6-26.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: default (default) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-27.js b/test/suite/converted/chapter07/7.6/7.6-27.js index 1779d620dc..f260288dd5 100644 --- a/test/suite/converted/chapter07/7.6/7.6-27.js +++ b/test/suite/converted/chapter07/7.6/7.6-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-27.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: throw (throw); + * @path chapter07/7.6/7.6-27.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: throw (throw) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-28.js b/test/suite/converted/chapter07/7.6/7.6-28.js index b6cca9cc45..beb7c80135 100644 --- a/test/suite/converted/chapter07/7.6/7.6-28.js +++ b/test/suite/converted/chapter07/7.6/7.6-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-28.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: in (in); + * @path chapter07/7.6/7.6-28.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: in (in) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-29.js b/test/suite/converted/chapter07/7.6/7.6-29.js index 7ae3126a00..e08b8698a0 100644 --- a/test/suite/converted/chapter07/7.6/7.6-29.js +++ b/test/suite/converted/chapter07/7.6/7.6-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-29.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: delete (delete); + * @path chapter07/7.6/7.6-29.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: delete (delete) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-3.js b/test/suite/converted/chapter07/7.6/7.6-3.js index 9ccac6ea2a..195f80445a 100644 --- a/test/suite/converted/chapter07/7.6/7.6-3.js +++ b/test/suite/converted/chapter07/7.6/7.6-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-3.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: false (false); + * @path chapter07/7.6/7.6-3.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: false (false) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-30.js b/test/suite/converted/chapter07/7.6/7.6-30.js index 47794ba3c2..3ee140a09e 100644 --- a/test/suite/converted/chapter07/7.6/7.6-30.js +++ b/test/suite/converted/chapter07/7.6/7.6-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-30.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: class (class); + * @path chapter07/7.6/7.6-30.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: class (class) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-31.js b/test/suite/converted/chapter07/7.6/7.6-31.js index e5812a8108..9bb2d92ce1 100644 --- a/test/suite/converted/chapter07/7.6/7.6-31.js +++ b/test/suite/converted/chapter07/7.6/7.6-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-31.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: extends (extends); + * @path chapter07/7.6/7.6-31.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: extends (extends) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-32.js b/test/suite/converted/chapter07/7.6/7.6-32.js index 42ffaf5c91..e5382874f2 100644 --- a/test/suite/converted/chapter07/7.6/7.6-32.js +++ b/test/suite/converted/chapter07/7.6/7.6-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-32.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: enum (enum); + * @path chapter07/7.6/7.6-32.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: enum (enum) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-33.js b/test/suite/converted/chapter07/7.6/7.6-33.js index c6057fd061..0e6865a92d 100644 --- a/test/suite/converted/chapter07/7.6/7.6-33.js +++ b/test/suite/converted/chapter07/7.6/7.6-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-33.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: super (super); + * @path chapter07/7.6/7.6-33.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: super (super) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-34.js b/test/suite/converted/chapter07/7.6/7.6-34.js index 667adc8511..967719cfef 100644 --- a/test/suite/converted/chapter07/7.6/7.6-34.js +++ b/test/suite/converted/chapter07/7.6/7.6-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-34.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: const (const); + * @path chapter07/7.6/7.6-34.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: const (const) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-35.js b/test/suite/converted/chapter07/7.6/7.6-35.js index 17f50bb79e..b0231961f2 100644 --- a/test/suite/converted/chapter07/7.6/7.6-35.js +++ b/test/suite/converted/chapter07/7.6/7.6-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-35.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: export (export); + * @path chapter07/7.6/7.6-35.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: export (export) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-36.js b/test/suite/converted/chapter07/7.6/7.6-36.js index c674579bd1..22075edd71 100644 --- a/test/suite/converted/chapter07/7.6/7.6-36.js +++ b/test/suite/converted/chapter07/7.6/7.6-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-36.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: import (import); + * @path chapter07/7.6/7.6-36.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: import (import) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-4.js b/test/suite/converted/chapter07/7.6/7.6-4.js index e3abf391e4..ddc9e62b72 100644 --- a/test/suite/converted/chapter07/7.6/7.6-4.js +++ b/test/suite/converted/chapter07/7.6/7.6-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-4.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: break (break); + * @path chapter07/7.6/7.6-4.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: break (break) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-5.js b/test/suite/converted/chapter07/7.6/7.6-5.js index 9d1fa8dc16..457a28a1be 100644 --- a/test/suite/converted/chapter07/7.6/7.6-5.js +++ b/test/suite/converted/chapter07/7.6/7.6-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-5.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: case (case); + * @path chapter07/7.6/7.6-5.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: case (case) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-6.js b/test/suite/converted/chapter07/7.6/7.6-6.js index c94c4636d6..a65c16113b 100644 --- a/test/suite/converted/chapter07/7.6/7.6-6.js +++ b/test/suite/converted/chapter07/7.6/7.6-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-6.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: instanceof (instanceof); + * @path chapter07/7.6/7.6-6.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: instanceof (instanceof) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-7.js b/test/suite/converted/chapter07/7.6/7.6-7.js index 445fc177e1..7e65d4bb84 100644 --- a/test/suite/converted/chapter07/7.6/7.6-7.js +++ b/test/suite/converted/chapter07/7.6/7.6-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-7.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: typeof (typeof); + * @path chapter07/7.6/7.6-7.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: typeof (typeof) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-8.js b/test/suite/converted/chapter07/7.6/7.6-8.js index 52134b1c3a..735245dad2 100644 --- a/test/suite/converted/chapter07/7.6/7.6-8.js +++ b/test/suite/converted/chapter07/7.6/7.6-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-8.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: do (do); + * @path chapter07/7.6/7.6-8.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: do (do) */ diff --git a/test/suite/converted/chapter07/7.6/7.6-9.js b/test/suite/converted/chapter07/7.6/7.6-9.js index cb0f1b2c49..faa58c0a6f 100644 --- a/test/suite/converted/chapter07/7.6/7.6-9.js +++ b/test/suite/converted/chapter07/7.6/7.6-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6-9.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: else (else) (null); + * @path chapter07/7.6/7.6-9.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: else (else) (null) */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-1.js index b37b47e2da..5626aa7af7 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-1.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-1-1.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-10.js index d4fc2279d2..51721be393 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-10.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-1-10.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-11.js index b812bc15d8..5cf06adbe7 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-11.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-1-11.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-12.js index 82174f72a7..6136ba87c6 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-12.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-1-12.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-13.js index fb11c6b388..c6527cdae8 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-13.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-1-13.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-14.js index 954472e90f..3ef78b7d8e 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-14.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-1-14.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-15.js index 843dbaf863..ed4f9a9f53 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-15.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-1-15.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-16.js index a1e4adda15..b730ef80ef 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-16.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: undeefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-1-16.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: undeefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-2.js index cafcedb4e5..ffd20f725d 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-2.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-1-2.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-3.js index 0d82dc6a9f..07009254dd 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-3.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-1-3.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-4.js index cd6320bbfd..21e42119fd 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-4.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-1-4.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-5.js index 118a3d301e..4ed189207b 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-5.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-1-5.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-6.js index e81b6f80d2..30ad477bee 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-6.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-1-6.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-7.js index 5258181b1a..1b12925787 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-7.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-1-7.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-8.js index 901de54d1f..c6f365edc7 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-8.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-1-8.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-9.js index 7453188ed0..e4d019510e 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-1-9.js; - * @description: Allow reserved words as property names at object initialization, verified with hasOwnProperty: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-1-9.js + * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-1.js index 7cb4253314..ddffb18047 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-1.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-2-1.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-10.js index ab55a4c88c..500d8af915 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-10.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-2-10.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-11.js index 3810a6ea46..fd8d1ce531 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-11.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-2-11.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-12.js index 0e358343a6..80d2ac0a52 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-12.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-2-12.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-13.js index d282cfe019..7c0ddf7b63 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-13.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-2-13.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-14.js index d00c0df14f..ef9f7e10c9 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-14.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-2-14.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-15.js index 420597b972..50f88f8a35 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-15.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-2-15.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-16.js index 675691ad98..b05be2a09d 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-16.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: undefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-2-16.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: undefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-2.js index 856481bdf3..94d8046fbc 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-2.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-2-2.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-3.js index 7d035ba144..37ffab7615 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-3.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-2-3.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-4.js index 60d5ce9f71..211622c9ea 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-4.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-2-4.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-5.js index a3ba640404..f3d3f3191a 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-5.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-2-5.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-6.js index 3ed5206d19..5b66ea4fd5 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-6.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-2-6.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-7.js index 8f8ea855d3..009e4a4648 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-7.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-2-7.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-8.js index 384bb8173b..6de0435fa6 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-8.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-2-8.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-9.js index c7cdf634ac..b961268b60 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-2-9.js; - * @description: Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-2-9.js + * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-1.js index 7b10bdfc40..5442fd1fb9 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-1.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-3-1.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-10.js index 091f166044..b586f77c76 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-10.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-3-10.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-11.js index 8250f4d6e1..2861ec8061 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-11.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-3-11.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-12.js index 287db730c4..fb396b5280 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-12.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-3-12.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-13.js index f67eeeb233..8f2ba8147b 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-13.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-3-13.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-14.js index 06be459b66..0cdf8db90c 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-14.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-3-14.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-15.js index 9a72fe3e0f..9070794539 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-15.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-3-15.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-16.js index 8420d34064..b65f795a19 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-16.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: undefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-3-16.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: undefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-2.js index c2b799b9d6..6db6728860 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-2.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-3-2.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-3.js index f135e5e7b2..ef893a872b 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-3.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-3-3.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-4.js index d44e47bef2..785c2a8666 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-4.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-3-4.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-5.js index 618c66d15e..0b99a862cf 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-5.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-3-5.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-6.js index 07919a5b5e..d3ea25e927 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-6.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-3-6.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-7.js index 96f6cf0164..6094312f9d 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-7.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-3-7.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-8.js index 0166c724c0..b107eee907 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-8.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-3-8.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-9.js index e65020db78..6c4654a8f6 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-3-9.js; - * @description: Allow reserved words as property names by index assignment,verified with hasOwnProperty: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-3-9.js + * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-1.js index 4b0c061965..194c6e5535 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-1.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-4-1.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-10.js index de38a891d1..952d22bd60 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-10.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-4-10.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-11.js index 10a40d0a16..c369d96271 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-11.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-4-11.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-12.js index 7b3695fa6e..f28acd96fa 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-12.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-4-12.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-13.js index b552fb5cea..aac0cc9eb7 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-13.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-4-13.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-14.js index 5a8a88a610..5b2ac7d355 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-14.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-4-14.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-15.js index 88579c4cce..9bc17694ce 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-15.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-4-15.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-16.js index f2b35ddd95..4e1c44f253 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-16.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: undefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-4-16.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: undefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-2.js index da3e331150..c9ec322a29 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-2.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-4-2.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-3.js index ee077f5a9f..fffa86bb08 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-3.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-4-3.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-4.js index 2fa5252563..0336b37b4a 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-4.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-4-4.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-5.js index 350117c7b8..34a32d910a 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-5.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-4-5.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-6.js index a64309d99e..fa24e73458 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-6.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-4-6.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-7.js index 931aedc4cf..2c7b891966 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-7.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-4-7.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-8.js index ece67559d1..fd2ffa1ef7 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-8.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-4-8.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-9.js index 1706b5bbaf..0f173c8253 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-4-9.js; - * @description: Allow reserved words as property names by set function within an object, verified with hasOwnProperty: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-4-9.js + * @description Allow reserved words as property names by set function within an object, verified with hasOwnProperty: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-1.js index b1b17375de..0ea5e7c6b5 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-1.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-5-1.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-10.js index ccffd4f7bd..0ef321f4ad 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-10.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-5-10.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-11.js index e61426834d..e36eb8b975 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-11.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-5-11.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-12.js index 68649b8d90..f6fc487f84 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-12.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-5-12.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-13.js index 41f47df94b..05f8d75f9d 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-13.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-5-13.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-14.js index 577b86d14b..ffeb0d3f26 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-14.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-5-14.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-15.js index 50c3f3b7ea..33db538fe6 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-15.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-5-15.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-16.js index 2ede233379..a240ab4dc4 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-16.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: undefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-5-16.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: undefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-2.js index 0afe5898b3..f5e4969a38 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-2.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-5-2.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-3.js index 159163413a..fec31fa748 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-3.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-5-3.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-4.js index eb1366c86a..aaf30a77df 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-4.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-5-4.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-5.js index 2a2c282c7b..ec4c370d21 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-5.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-5-5.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-6.js index 7e9c9ae76d..7094da450a 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-6.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-5-6.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-7.js index e906fb3a5b..b13af77137 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-7.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-5-7.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-8.js index 1277017a10..0dbc52d637 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-8.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-5-8.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-9.js index 27844ce70b..268ce911b6 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-5-9.js; - * @description: Allow reserved words as property names at object initialization, accessed via indexing: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-5-9.js + * @description Allow reserved words as property names at object initialization, accessed via indexing: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-1.js index 0dacaac035..9bcd9662ec 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-1.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-6-1.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-10.js index 5dc4ef1b2c..f593a0be7b 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-10.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-6-10.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-11.js index bdd75cfdf5..aee74d0ac4 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-11.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-6-11.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-12.js index 4e8d9367c2..7008a42631 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-12.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-6-12.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-13.js index eb19c2d2f5..ee9582e6d9 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-13.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-6-13.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-14.js index 9dc43430ef..d129955cd5 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-14.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-6-14.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-15.js index 89a74f0000..bb4e3b8930 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-15.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-6-15.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-16.js index af980e1840..6d84fe58a9 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-16.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: undefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-6-16.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: undefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-2.js index e093121525..f485239308 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-2.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-6-2.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-3.js index 12bcd08a4f..701528fec7 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-3.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-6-3.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-4.js index 04d5eff27a..08b2f60dec 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-4.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-6-4.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-5.js index 0142a81a4a..0e9a370be5 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-5.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-6-5.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-6.js index 2d4aa1cd91..303d920fc3 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-6.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-6-6.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-7.js index 7903cf8497..9c8b8a150d 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-7.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-6-7.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-8.js index 385a0b8863..0af8addf5f 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-8.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-6-8.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-9.js index 2960db09a9..bb9de2d098 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-6-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-6-9.js; - * @description: Allow reserved words as property names by dot operator assignment, accessed via indexing: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-6-9.js + * @description Allow reserved words as property names by dot operator assignment, accessed via indexing: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-1.js index 9529e9cfba..18820ce252 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-1.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-7-1.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-10.js index 08add20e2b..a7e79b250a 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-10.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-7-10.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-11.js index 45ec7e2ad4..3a8a1440e5 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-11.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-7-11.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-12.js index 9aa399ac0d..ff91a6191e 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-12.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-7-12.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-13.js index 9eff0526d0..6888edafad 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-13.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-7-13.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-14.js index 5a7daf261f..bd6efdfdb7 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-14.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-7-14.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-15.js index c63320f60a..bde7895281 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-15.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-7-15.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-16.js index 6ce5060e50..4f8b9936aa 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-16.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: undefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-7-16.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: undefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-2.js index 59d75542cf..24fe01c826 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-2.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-7-2.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-3.js index 62f2158fa7..1eab44f9ea 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-3.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-7-3.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-4.js index cf074c1911..a024b4a604 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-4.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-7-4.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-5.js index 874844dfb7..7518a86194 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-5.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-7-5.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-6.js index 809c78e8f1..cd0d4eeb52 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-6.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-7-6.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-7.js index ec513ddcb7..811532a2a1 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-7.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-7-7.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-8.js index 07ba9b91e9..ec40a358b9 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-8.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-7-8.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-9.js index 0d01fb4fe6..f634a15a43 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-7-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-7-9.js; - * @description: Allow reserved words as property names by index assignment, accessed via indexing: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-7-9.js + * @description Allow reserved words as property names by index assignment, accessed via indexing: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-1.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-1.js index a9c8b892b1..9e33d1561f 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-1.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-1.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: null, true, false; + * @path chapter07/7.6/7.6.1/7.6.1-8-1.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: null, true, false */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-10.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-10.js index b44cb3c4e7..0d4ee5e72f 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-10.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-10.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: in, try, class; + * @path chapter07/7.6/7.6.1/7.6.1-8-10.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: in, try, class */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-11.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-11.js index a3e410748d..3bb8bff49a 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-11.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-11.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: enum, extends, super; + * @path chapter07/7.6/7.6.1/7.6.1-8-11.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: enum, extends, super */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-12.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-12.js index 46c4971eff..555f944e2c 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-12.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-12.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: const, export, import; + * @path chapter07/7.6/7.6.1/7.6.1-8-12.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: const, export, import */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-13.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-13.js index a1f7ad19d9..6df06f79e9 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-13.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-13.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: implements, let, private; + * @path chapter07/7.6/7.6.1/7.6.1-8-13.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: implements, let, private */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-14.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-14.js index a760e3398a..1f8f7b4342 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-14.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-14.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: public, yield, interface; + * @path chapter07/7.6/7.6.1/7.6.1-8-14.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: public, yield, interface */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-15.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-15.js index 0e87060f92..00447b533f 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-15.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-15.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: package, protected, static; + * @path chapter07/7.6/7.6.1/7.6.1-8-15.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: package, protected, static */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-16.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-16.js index 332ec564bc..e37ef46d75 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-16.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-16.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: undefined, NaN, Infinity; + * @path chapter07/7.6/7.6.1/7.6.1-8-16.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: undefined, NaN, Infinity */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-2.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-2.js index dcf1be3b42..65d3ff2e1f 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-2.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-2.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: break, case, do; + * @path chapter07/7.6/7.6.1/7.6.1-8-2.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: break, case, do */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-3.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-3.js index 4a2bd15a5f..817c491ec2 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-3.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-3.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: instanceof, typeof, else; + * @path chapter07/7.6/7.6.1/7.6.1-8-3.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: instanceof, typeof, else */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-4.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-4.js index 9da0b30e9d..881e48cc94 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-4.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-4.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: new, var, catch; + * @path chapter07/7.6/7.6.1/7.6.1-8-4.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: new, var, catch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-5.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-5.js index 5748d5e424..53a5cd4423 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-5.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-5.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: finally, return, void; + * @path chapter07/7.6/7.6.1/7.6.1-8-5.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: finally, return, void */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-6.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-6.js index d73f36c237..b23c3b0b6d 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-6.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-6.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: continue, for, switch; + * @path chapter07/7.6/7.6.1/7.6.1-8-6.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: continue, for, switch */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-7.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-7.js index 1c1bcfaba2..56e1628e0a 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-7.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-7.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: while, debugger, function; + * @path chapter07/7.6/7.6.1/7.6.1-8-7.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: while, debugger, function */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-8.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-8.js index c0d1182c42..3187abfa83 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-8.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-8.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: this, with, default; + * @path chapter07/7.6/7.6.1/7.6.1-8-8.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: this, with, default */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-9.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-9.js index 8edd22e48f..98392fcbe0 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-9.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1-8-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1-8-9.js; - * @description: Allow reserved words as property names by set function within an object, accessed via indexing: if, throw, delete; + * @path chapter07/7.6/7.6.1/7.6.1-8-9.js + * @description Allow reserved words as property names by set function within an object, accessed via indexing: if, throw, delete */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1-17-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1-17-s.js index 0691f16968..8d68eb3714 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1-17-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1-17-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1-17-s.js; - * @description: 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: implements (implements); - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1-17-s.js + * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: implements (implements) + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-1-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-1-s.js index 2d2a01f6a8..a0d4222856 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-1-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-1-s.js; - * @description: Strict Mode - SyntaxError is thrown when FutureReservedWord 'implements' occurs in strict mode code; - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-1-s.js + * @description Strict Mode - SyntaxError is thrown when FutureReservedWord 'implements' occurs in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-10-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-10-s.js index 820d299064..78659858c3 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-10-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-10-s.js; - * @description: Strict Mode - SyntaxError isn't thrown when 'IMPLEMENTS' occurs in strict mode code; - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-10-s.js + * @description Strict Mode - SyntaxError isn't thrown when 'IMPLEMENTS' occurs in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js index 826a16af43..9d03fa0d44 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js; - * @description: Strict Mode - SyntaxError isn't thrown when 'Implements' occurs in strict mode code; - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js + * @description Strict Mode - SyntaxError isn't thrown when 'Implements' occurs in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-12-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-12-s.js index 4a8a656267..654ac0d964 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-12-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-12-s.js; - * @description: Strict Mode - SyntaxError isn't thrown when 'implement' occurs in strict mode code; - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-12-s.js + * @description Strict Mode - SyntaxError isn't thrown when 'implement' occurs in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-13-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-13-s.js index 3e4358a2b8..06e06ba1ca 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-13-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-13-s.js; - * @description: Strict Mode - SyntaxError isn't thrown when 'implementss' occurs in strict mode code; - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-13-s.js + * @description Strict Mode - SyntaxError isn't thrown when 'implementss' occurs in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-14-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-14-s.js index 20243c6cee..8a66e030af 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-14-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-14-s.js; - * @description: Strict Mode - SyntaxError isn't thrown when 'implements0' occurs in strict mode code; - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-14-s.js + * @description Strict Mode - SyntaxError isn't thrown when 'implements0' occurs in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-16-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-16-s.js index 73e2cc0620..e6b1fd8f1f 100644 --- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-16-s.js +++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-16-s.js; - * @description: Strict Mode - SyntaxError isn't thrown when '_implements' occurs in strict mode code; - * @strict_only; + * @path chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-16-s.js + * @description Strict Mode - SyntaxError isn't thrown when '_implements' occurs in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-1-s.js b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-1-s.js index 16fb4a4933..e82e695989 100644 --- a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-1-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.3/7.8.3-1-s.js; - * @description: Strict Mode - octal extension (010) is forbidden in strict mode; - * @strict_only; + * @path chapter07/7.8/7.8.3/7.8.3-1-s.js + * @description Strict Mode - octal extension (010) is forbidden in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-2-s.js b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-2-s.js index 8ccc26a95a..cb58135a36 100644 --- a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-2-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.3/7.8.3-2-s.js; - * @description: Strict Mode - octal extension (00) is forbidden in strict mode; - * @strict_only; + * @path chapter07/7.8/7.8.3/7.8.3-2-s.js + * @description Strict Mode - octal extension (00) is forbidden in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-3-s.js b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-3-s.js index 5764fa3eb1..e658e60529 100644 --- a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-3-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.3/7.8.3-3-s.js; - * @description: Strict Mode - octal extension (01) is forbidden in strict mode; - * @strict_only; + * @path chapter07/7.8/7.8.3/7.8.3-3-s.js + * @description Strict Mode - octal extension (01) is forbidden in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-4-s.js b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-4-s.js index 2982bc448f..faf7d03119 100644 --- a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-4-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.3/7.8.3-4-s.js; - * @description: Strict Mode - octal extension (06) is forbidden in strict mode; - * @strict_only; + * @path chapter07/7.8/7.8.3/7.8.3-4-s.js + * @description Strict Mode - octal extension (06) is forbidden in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-5-s.js b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-5-s.js index 6d9ec17fa0..6b194c52b1 100644 --- a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-5-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.3/7.8.3-5-s.js; - * @description: Strict Mode - octal extension (07) is forbidden in strict mode; - * @strict_only; + * @path chapter07/7.8/7.8.3/7.8.3-5-s.js + * @description Strict Mode - octal extension (07) is forbidden in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-6-s.js b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-6-s.js index fda26eca56..6cc3b23341 100644 --- a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-6-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.3/7.8.3-6-s.js; - * @description: Strict Mode - octal extension (000) is forbidden in strict mode; - * @strict_only; + * @path chapter07/7.8/7.8.3/7.8.3-6-s.js + * @description Strict Mode - octal extension (000) is forbidden in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-7-s.js b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-7-s.js index edd5f1c313..4bff8b0768 100644 --- a/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-7-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.3/7.8.3-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.3/7.8.3-7-s.js; - * @description: Strict Mode - octal extension (005) is forbidden in strict mode; - * @strict_only; + * @path chapter07/7.8/7.8.3/7.8.3-7-s.js + * @description Strict Mode - octal extension (005) is forbidden in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-1-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-1-s.js index a628bf27bd..7bbc685821 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-1-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-1-s.js; - * @description: A directive preceeding an 'use strict' directive may not contain an OctalEscapeSequence; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-1-s.js + * @description A directive preceeding an 'use strict' directive may not contain an OctalEscapeSequence + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-10-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-10-s.js index c5bf140d6b..d8c0b235ad 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-10-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-10-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-10-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-2-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-2-s.js index d4cba1f823..2835f9aaeb 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-2-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-2-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-2-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-3-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-3-s.js index b72f5c008e..40f80d1253 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-3-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-3-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-3-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-30-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-30-s.js index d7bd12b999..8e2174f84a 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-30-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-30-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-30-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-30-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-31-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-31-s.js index 8c53480ef9..613b05e0bc 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-31-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-31-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-31-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-31-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-32-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-32-s.js index c248732e22..8cff0691d1 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-32-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-32-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-32-s.js; - * @description: Two OctalEscapeSequences in a String are not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-32-s.js + * @description Two OctalEscapeSequences in a String are not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-33-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-33-s.js index b565d9ca58..17cc35d802 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-33-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-33-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-33-s.js; - * @description: Three OctalEscapeSequences in a String are not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-33-s.js + * @description Three OctalEscapeSequences in a String are not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-4-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-4-s.js index eb8a2eaf19..3ba08d5f17 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-4-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-4-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-4-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-5-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-5-s.js index 5002884eba..73d6685776 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-5-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-5-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-5-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-6-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-6-s.js index 23aacc5e18..bcd9f1218e 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-6-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-6-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-6-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-7-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-7-s.js index 0defc9dcb4..8d361cc354 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-7-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-7-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-7-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-8-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-8-s.js index 9073c7ec2b..e572f12c9f 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-8-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-8-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-8-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-9-s.js b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-9-s.js index 37fcca29a3..af750be885 100644 --- a/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-9-s.js +++ b/test/suite/converted/chapter07/7.8/7.8.4/7.8.4-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.4/7.8.4-9-s.js; - * @description: An OctalEscapeSequence is not allowed in a String under Strict Mode; - * @strict_only; + * @path chapter07/7.8/7.8.4/7.8.4-9-s.js + * @description An OctalEscapeSequence is not allowed in a String under Strict Mode + * @strict_only */ diff --git a/test/suite/converted/chapter07/7.8/7.8.5/7.8.5-1.js b/test/suite/converted/chapter07/7.8/7.8.5/7.8.5-1.js index ce2845a006..505be7bf0b 100644 --- a/test/suite/converted/chapter07/7.8/7.8.5/7.8.5-1.js +++ b/test/suite/converted/chapter07/7.8/7.8.5/7.8.5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter07/7.8/7.8.5/7.8.5-1.js; - * @description: Literal RegExp Objects - SyntaxError exception is thrown if the RegularExpressionNonTerminator position of a RegularExpressionBackslashSequence is a LineTerminator.; + * @path chapter07/7.8/7.8.5/7.8.5-1.js + * @description Literal RegExp Objects - SyntaxError exception is thrown if the RegularExpressionNonTerminator position of a RegularExpressionBackslashSequence is a LineTerminator. */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-1-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-1-s.js index 1805cf7483..5ac6f3fe32 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-1-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-1-s.js; - * @description: Strict Mode - ReferenceError is thrown if LeftHandSide evaluates to an unresolvable Reference; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-1-s.js + * @description Strict Mode - ReferenceError is thrown if LeftHandSide evaluates to an unresolvable Reference + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-2-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-2-s.js index 71bbcfbd83..a6a7c71c6a 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-2-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-2-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if LeftHandSide evaluates to a resolvable Reference; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-2-s.js + * @description Strict Mode - ReferenceError isn't thrown if LeftHandSide evaluates to a resolvable Reference + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-1-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-1-s.js index 378df33b06..208533276d 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-1-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-3-1-s.js; - * @description: eval - a property named 'eval' is permitted; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-3-1-s.js + * @description eval - a property named 'eval' is permitted + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-s.js index c2d4293783..e9cc3be054 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-3-s.js; - * @description: Strict Mode - TypeError is thrown if LeftHandSide is a reference to a non-writable data property; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-3-s.js + * @description Strict Mode - TypeError is thrown if LeftHandSide is a reference to a non-writable data property + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-4-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-4-s.js index e5f8780f8f..333a727fd9 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-4-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-4-s.js; - * @description: Strict Mode - TypeError is thrown if LeftHandSide is a reference to an accessor property with no setter; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-4-s.js + * @description Strict Mode - TypeError is thrown if LeftHandSide is a reference to an accessor property with no setter + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-5-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-5-s.js index 1d33d76032..b714ec799f 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-5-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-5-s.js; - * @description: Strict Mode - TypeError is thrown if LeftHandSide is a reference to a non-existent property of an non-extensible object; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-5-s.js + * @description Strict Mode - TypeError is thrown if LeftHandSide is a reference to a non-existent property of an non-extensible object + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-6-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-6-s.js index 7267fd0eec..6dfa613317 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-6-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-6-s.js; - * @description: Strict Mode - TypeError isn't thrown if LeftHandSide is a reference to a writable data property; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-6-s.js + * @description Strict Mode - TypeError isn't thrown if LeftHandSide is a reference to a writable data property + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-7-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-7-s.js index 6c4e56a854..133fda0ed6 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-7-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-7-s.js; - * @description: Strict Mode - TypeError isn't thrown if LeftHandSide is a reference to an accessor property with setter; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-7-s.js + * @description Strict Mode - TypeError isn't thrown if LeftHandSide is a reference to an accessor property with setter + * @strict_only */ diff --git a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-8-s.js b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-8-s.js index 16ad73856b..e9607b8500 100644 --- a/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-8-s.js +++ b/test/suite/converted/chapter08/8.7/8.7.2/8.7.2-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter08/8.7/8.7.2/8.7.2-8-s.js; - * @description: Strict Mode - TypeError isn't thrown if LeftHandSide is a reference to a property of an extensible object; - * @strict_only; + * @path chapter08/8.7/8.7.2/8.7.2-8-s.js + * @description Strict Mode - TypeError isn't thrown if LeftHandSide is a reference to a property of an extensible object + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-1-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-1-s.js index 237d29bbab..e7c4bb7c82 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-1-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-1-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is 'use strict'; which contains two space between 'use' and 'strict'; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-1-s.js + * @description Strict Mode - Use Strict Directive Prologue is 'use strict'; which contains two space between 'use' and 'strict' + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-10-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-10-s.js index 2fcec47f32..8924a9ab33 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-10-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-10-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''USE STRICT';' in which all characters are uppercase; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-10-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''USE STRICT';' in which all characters are uppercase + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-11-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-11-s.js index 72a28710bf..d65774a2d8 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-11-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-11-s.js; - * @description: Strict Mode - Eval code is strict code with a Use Strict Directive at the beginning of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-11-s.js + * @description Strict Mode - Eval code is strict code with a Use Strict Directive at the beginning of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js index 02b7a1862e..d7d1a34314 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-12-s.js; - * @description: Strict Mode - Eval code is strict eval code with a Use Strict Directive in the middle of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-12-s.js + * @description Strict Mode - Eval code is strict eval code with a Use Strict Directive in the middle of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-13-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-13-s.js index 620a1306dc..12150ab290 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-13-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-13-s.js; - * @description: Strict Mode - Eval code is strict eval code with a Use Strict Directive at the end of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-13-s.js + * @description Strict Mode - Eval code is strict eval code with a Use Strict Directive at the end of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-14-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-14-s.js index dc63db0f7d..2d41513b6e 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-14-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-14-s.js; - * @description: Strict Mode - The call to eval function is contained in a Strict Mode block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-14-s.js + * @description Strict Mode - The call to eval function is contained in a Strict Mode block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-15-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-15-s.js index 266f7ee65f..e3825c44f0 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-15-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-15-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-15-s.js; - * @description: Strict Mode - Function code that is part of a FunctionDeclaration is strict function code if FunctionDeclaration is contained in use strict; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-15-s.js + * @description Strict Mode - Function code that is part of a FunctionDeclaration is strict function code if FunctionDeclaration is contained in use strict + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-16-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-16-s.js index fd9664264c..7b385c090d 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-16-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-16-s.js; - * @description: Strict Mode - Function code that is part of a FunctionExpression is strict function code if FunctionExpression is contained in use strict; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-16-s.js + * @description Strict Mode - Function code that is part of a FunctionExpression is strict function code if FunctionExpression is contained in use strict + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-17-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-17-s.js index 3dba765edd..a9ae94dd92 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-17-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-17-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-17-s.js; - * @description: Strict Mode - Function code that is part of a Accessor PropertyAssignment is in Strict Mode if Accessor PropertyAssignment is contained in use strict(getter); - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-17-s.js + * @description Strict Mode - Function code that is part of a Accessor PropertyAssignment is in Strict Mode if Accessor PropertyAssignment is contained in use strict(getter) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-18-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-18-s.js index e5c01a5807..ffaba3516b 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-18-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-18-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-18-s.js; - * @description: Strict Mode - Function code that is part of a Accessor PropertyAssignment is in Strict Mode if Accessor PropertyAssignment is contained in use strict(setter); - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-18-s.js + * @description Strict Mode - Function code that is part of a Accessor PropertyAssignment is in Strict Mode if Accessor PropertyAssignment is contained in use strict(setter) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-19-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-19-s.js index 6f653cc714..2a535ec1bc 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-19-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-19-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-19-s.js; - * @description: Strict Mode - Function code of a FunctionDeclaration contains Use Strict Directive which appears at the start of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-19-s.js + * @description Strict Mode - Function code of a FunctionDeclaration contains Use Strict Directive which appears at the start of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-2-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-2-s.js index 65834f2f32..c582440b6a 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-2-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-2-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''use strict'' which lost the last character ';'; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-2-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''use strict'' which lost the last character ';' + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-20-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-20-s.js index 165c1dadb6..5f9d4a531d 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-20-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-20-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-20-s.js; - * @description: Strict Mode - Function code of a FunctionDeclaration contains Use Strict Directive which appears in the middle of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-20-s.js + * @description Strict Mode - Function code of a FunctionDeclaration contains Use Strict Directive which appears in the middle of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-21-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-21-s.js index 9c3ab75105..b6f26d4f19 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-21-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-21-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-21-s.js; - * @description: Strict Mode - Function code of a FunctionDeclaration contains Use Strict Directive which appears at the end of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-21-s.js + * @description Strict Mode - Function code of a FunctionDeclaration contains Use Strict Directive which appears at the end of the block + * @strict_only */ 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 791397add0..301e66cd80 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 @@ -19,13 +19,13 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-22-s.js; - * @description: Strict Mode - Function code of a FunctionExpression contains Use Strict Directive which appears at the start of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-22-s.js + * @description Strict Mode - Function code of a FunctionExpression contains Use Strict Directive which appears at the start of the block + * @strict_only */ -assertTrue(function () { +assertTruthy(function () { "use strict"; try { eval("var public = 1;"); 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 19f3ebbb06..29ba262aa6 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 @@ -19,13 +19,13 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-23-s.js; - * @description: Strict Mode - Function code of a FunctionExpression contains Use Strict Directive which appears in the middle of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-23-s.js + * @description Strict Mode - Function code of a FunctionExpression contains Use Strict Directive which appears in the middle of the block + * @strict_only */ -assertTrue(function () { +assertTruthy(function () { eval("var public = 1;"); return public === 1; "use strict"; 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 167d9e6fd0..54c5fe2d39 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 @@ -19,13 +19,13 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-24-s.js; - * @description: Strict Mode - Function code of a FunctionExpression contains Use Strict Directive which appears at the end of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-24-s.js + * @description Strict Mode - Function code of a FunctionExpression contains Use Strict Directive which appears at the end of the block + * @strict_only */ -assertTrue(function () { +assertTruthy(function () { eval("var public = 1;"); "use strict"; return public === 1; diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-25-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-25-s.js index ddce6140e8..f59401a240 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-25-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-25-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-25-s.js; - * @description: Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears at the start of the block(getter); - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-25-s.js + * @description Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears at the start of the block(getter) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-26-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-26-s.js index 22b7d5a506..c8ed444822 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-26-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-26-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-26-s.js; - * @description: Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears at the start of the block(setter); - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-26-s.js + * @description Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears at the start of the block(setter) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-27-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-27-s.js index 5d099f86f1..3f5eb65997 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-27-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-27-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-27-s.js; - * @description: Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears in the middle of the block(getter); - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-27-s.js + * @description Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears in the middle of the block(getter) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-28-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-28-s.js index 045aab88f4..88a16b92a2 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-28-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-28-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-28-s.js; - * @description: Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears at the end of the block(setter); - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-28-s.js + * @description Strict Mode - Function code of Accessor PropertyAssignment contains Use Strict Directive which appears at the end of the block(setter) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-29-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-29-s.js index bfd4ce78ee..2669b81506 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-29-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-29-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-29-s.js; - * @description: Strict Mode - The built-in Function constructor is contained in use strict code; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-29-s.js + * @description Strict Mode - The built-in Function constructor is contained in use strict code + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-3-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-3-s.js index 4331f4b992..614e1e74af 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-3-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-3-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is '' use strict';' which the first character is space; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-3-s.js + * @description Strict Mode - Use Strict Directive Prologue is '' use strict';' which the first character is space + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-30-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-30-s.js index c3aed8ef44..55ec5a1359 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-30-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-30-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-30-s.js; - * @description: Strict Mode - Function code of built-in Function constructor contains Use Strict Directive which appears at the start of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-30-s.js + * @description Strict Mode - Function code of built-in Function constructor contains Use Strict Directive which appears at the start of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-31-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-31-s.js index 03b356dccb..e64983df32 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-31-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-31-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-31-s.js; - * @description: Strict Mode - Function code of built-in Function constructor contains Use Strict Directive which appears in the middle of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-31-s.js + * @description Strict Mode - Function code of built-in Function constructor contains Use Strict Directive which appears in the middle of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-32-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-32-s.js index d1fd4f51bd..ab8c50359d 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-32-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-32-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-32-s.js; - * @description: Strict Mode - Function code of built-in Function constructor contains Use Strict Directive which appears at the end of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-32-s.js + * @description Strict Mode - Function code of built-in Function constructor contains Use Strict Directive which appears at the end of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-4-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-4-s.js index 468c11d612..939c0f0b7a 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-4-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-4-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''use strict ';' which the last character is space; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-4-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''use strict ';' which the last character is space + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-5-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-5-s.js index 127ee2c596..6996344255 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-5-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-5-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears at the beginning of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-5-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears at the beginning of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-6-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-6-s.js index 73f4d1760c..20643eaffd 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-6-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-6-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears in the middle of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-6-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears in the middle of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-7-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-7-s.js index 6a885c6167..129139c78e 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-7-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-7-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears at the end of the block; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-7-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears at the end of the block + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-8-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-8-s.js index 6e54259e17..0b48c47877 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-8-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-8-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice in the directive prologue; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-8-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice in the directive prologue + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-9-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-9-s.js index 57e6b47acd..e8f60d05d7 100644 --- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-9-s.js +++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.1/10.1.1/10.1.1-9-s.js; - * @description: Strict Mode - Use Strict Directive Prologue is ''Use strict';' in which the first character is uppercase; - * @strict_only; + * @path chapter10/10.1/10.1.1/10.1.1-9-s.js + * @description Strict Mode - Use Strict Directive Prologue is ''Use strict';' in which the first character is uppercase + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-16-s.js b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-16-s.js index 326187d1e2..97d07e37c6 100644 --- a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-16-s.js +++ b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-16-s.js; - * @description: Strict Mode - TypeError is thrown when changing the value of a Value Property of the Global Object under strict mode (NaN); - * @strict_only; + * @path chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-16-s.js + * @description Strict Mode - TypeError is thrown when changing the value of a Value Property of the Global Object under strict mode (NaN) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-18-s.js b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-18-s.js index 1bc7d3f0ba..0369181718 100644 --- a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-18-s.js +++ b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-18-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-18-s.js; - * @description: Strict Mode - TypeError is thrown when changing the value of a Value Property of the Global Object under strict mode (undefined); - * @strict_only; + * @path chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-18-s.js + * @description Strict Mode - TypeError is thrown when changing the value of a Value Property of the Global Object under strict mode (undefined) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-22-s.js b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-22-s.js index e7c6de19f1..f14232d78c 100644 --- a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-22-s.js +++ b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-22-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-22-s.js; - * @description: Strict Mode - TypeError is not thrown when changing the value of the Constructor Properties of the Global Object under strict mode (Object); - * @strict_only; + * @path chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-22-s.js + * @description Strict Mode - TypeError is not thrown when changing the value of the Constructor Properties of the Global Object under strict mode (Object) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-27-s.js b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-27-s.js index 78dd663a2b..857b5ebe4e 100644 --- a/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-27-s.js +++ b/test/suite/converted/chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-27-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-27-s.js; - * @description: Strict Mode - TypeError is not thrown when changing the value of the Constructor Properties of the Global Object under strict mode (Number); - * @strict_only; + * @path chapter10/10.2/10.2.1/10.2.1.1/10.2.1.1.3/10.2.1.1.3-4-27-s.js + * @description Strict Mode - TypeError is not thrown when changing the value of the Constructor Properties of the Global Object under strict mode (Number) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-1.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-1.js index 8c25e3d326..c7ca70fae1 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-1.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-1-1.js; - * @description: Indirect call to eval has context set to global context; + * @path chapter10/10.4/10.4.2/10.4.2-1-1.js + * @description Indirect call to eval has context set to global context */ var __10_4_2_1_1_1 = "str"; diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-2.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-2.js index 8bb9e8736a..d584fdce69 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-2.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-1-2.js; - * @description: Indirect call to eval has context set to global context (nested function); + * @path chapter10/10.4/10.4.2/10.4.2-1-2.js + * @description Indirect call to eval has context set to global context (nested function) */ var __10_4_2_1_2 = "str"; diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-3.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-3.js index 3bdad3359f..a8d09b708f 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-3.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-1-3.js; - * @description: Indirect call to eval has context set to global context (catch block); + * @path chapter10/10.4/10.4.2/10.4.2-1-3.js + * @description Indirect call to eval has context set to global context (catch block) */ var __10_4_2_1_3 = "str"; diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-4.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-4.js index 8f5e4dbf1e..1a56a5d081 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-4.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-1-4.js; - * @description: Indirect call to eval has context set to global context (with block); + * @path chapter10/10.4/10.4.2/10.4.2-1-4.js + * @description Indirect call to eval has context set to global context (with block) */ var __10_4_2_1_4 = "str"; diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-5.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-5.js index c4ccc4b4eb..01f5522809 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-5.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-1-5.js; - * @description: Indirect call to eval has context set to global context (inside another eval); + * @path chapter10/10.4/10.4.2/10.4.2-1-5.js + * @description Indirect call to eval has context set to global context (inside another eval) */ var __10_4_2_1_5 = "str"; diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-c-1.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-c-1.js index 809ffa4e7f..bb79074975 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-c-1.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-2-c-1.js; - * @description: Direct val code in non-strict mode - can instantiate variable in calling context; + * @path chapter10/10.4/10.4.2/10.4.2-2-c-1.js + * @description Direct val code in non-strict mode - can instantiate variable in calling context */ diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-s.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-s.js index 497e52032c..0b54047f96 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-2-s.js; - * @description: Strict Mode - Strict mode eval code cannot instantiate functions in the variable environment of the caller to eval; - * @strict_only; + * @path chapter10/10.4/10.4.2/10.4.2-2-s.js + * @description Strict Mode - Strict mode eval code cannot instantiate functions in the variable environment of the caller to eval + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-1-s.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-1-s.js index 9f3ac678b6..f3d50d2e68 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-1-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-3-c-1-s.js; - * @description: Direct eval code in strict mode - cannot instantiate variable in the variable environment of the calling context; - * @strict_only; + * @path chapter10/10.4/10.4.2/10.4.2-3-c-1-s.js + * @description Direct eval code in strict mode - cannot instantiate variable in the variable environment of the calling context + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-2-s.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-2-s.js index 3470b8b504..f4aef229ba 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-2-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2-3-c-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2-3-c-2-s.js; - * @description: Calling code in strict mode - eval cannot instantiate variable in the variable environment of the calling context; - * @strict_only; + * @path chapter10/10.4/10.4.2/10.4.2-3-c-2-s.js + * @description Calling code in strict mode - eval cannot instantiate variable in the variable environment of the calling context + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-2-s.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-2-s.js index ba553a8c50..9d04b5cd31 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-2-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2.1-2-s.js; - * @description: Strict Mode - Strict mode eval code cannot instantiate functions in the variable environment of the caller to eval; - * @strict_only; + * @path chapter10/10.4/10.4.2/10.4.2.1-2-s.js + * @description Strict Mode - Strict mode eval code cannot instantiate functions in the variable environment of the caller to eval + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js index 6a93f3c8ff..8c5c7713f5 100644 --- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.2/10.4.2.1-4-s.js; - * @description: Strict Mode - Strict mode eval code cannot instantiate functions in the variable environment of the caller to eval which is contained in strict mode code; - * @strict_only; + * @path chapter10/10.4/10.4.2/10.4.2.1-4-s.js + * @description Strict Mode - Strict mode eval code cannot instantiate functions in the variable environment of the caller to eval which is contained in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-1-s.js b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-1-s.js index ed8ce8ee7e..09d2c54da5 100644 --- a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-1-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.3/10.4.3-1-1-s.js; - * @description: this is not coerced to an object in strict mode (Number); - * @strict_only; + * @path chapter10/10.4/10.4.3/10.4.3-1-1-s.js + * @description this is not coerced to an object in strict mode (Number) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-2-s.js b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-2-s.js index a107f3f0c7..6bfecdfae6 100644 --- a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-2-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.3/10.4.3-1-2-s.js; - * @description: this is not coerced to an object in strict mode (string); - * @strict_only; + * @path chapter10/10.4/10.4.3/10.4.3-1-2-s.js + * @description this is not coerced to an object in strict mode (string) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-3-s.js b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-3-s.js index eb3e1c689b..34081d0573 100644 --- a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-3-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.3/10.4.3-1-3-s.js; - * @description: this is not coerced to an object in strict mode (undefined); - * @strict_only; + * @path chapter10/10.4/10.4.3/10.4.3-1-3-s.js + * @description this is not coerced to an object in strict mode (undefined) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-4-s.js b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-4-s.js index 3b92314077..28fd49e3dd 100644 --- a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-4-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.3/10.4.3-1-4-s.js; - * @description: this is not coerced to an object in strict mode (boolean); - * @strict_only; + * @path chapter10/10.4/10.4.3/10.4.3-1-4-s.js + * @description this is not coerced to an object in strict mode (boolean) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js index fb702ebdd1..1899be0c17 100644 --- a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js +++ b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.4/10.4.3/10.4.3-1-5-s.js; - * @description: this is not coerced to an object in strict mode (function); - * @strict_only; + * @path chapter10/10.4/10.4.3/10.4.3-1-5-s.js + * @description this is not coerced to an object in strict mode (function) + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.5/10.5-1-s.js b/test/suite/converted/chapter10/10.5/10.5-1-s.js index 58eba4600e..b166719d72 100644 --- a/test/suite/converted/chapter10/10.5/10.5-1-s.js +++ b/test/suite/converted/chapter10/10.5/10.5-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.5/10.5-1-s.js; - * @description: Strict Mode - arguments object is immutable; - * @strict_only; + * @path chapter10/10.5/10.5-1-s.js + * @description Strict Mode - arguments object is immutable + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.5/10.5-7-b-1-s.js b/test/suite/converted/chapter10/10.5/10.5-7-b-1-s.js index 96573a286d..d9b7282c5f 100644 --- a/test/suite/converted/chapter10/10.5/10.5-7-b-1-s.js +++ b/test/suite/converted/chapter10/10.5/10.5-7-b-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.5/10.5-7-b-1-s.js; - * @description: Strict Mode - arguments object is immutable in eval'ed functions; - * @strict_only; + * @path chapter10/10.5/10.5-7-b-1-s.js + * @description Strict Mode - arguments object is immutable in eval'ed functions + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.5/10.5-7-b-2-s.js b/test/suite/converted/chapter10/10.5/10.5-7-b-2-s.js index 5c3a08d778..2cb4cd254f 100644 --- a/test/suite/converted/chapter10/10.5/10.5-7-b-2-s.js +++ b/test/suite/converted/chapter10/10.5/10.5-7-b-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.5/10.5-7-b-2-s.js; - * @description: Strict Mode - arguments object index assignment is disallowed; - * @strict_only; + * @path chapter10/10.5/10.5-7-b-2-s.js + * @description Strict Mode - arguments object index assignment is disallowed + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.5/10.5-7-b-3-s.js b/test/suite/converted/chapter10/10.5/10.5-7-b-3-s.js index dfab533298..ca08f7d4d0 100644 --- a/test/suite/converted/chapter10/10.5/10.5-7-b-3-s.js +++ b/test/suite/converted/chapter10/10.5/10.5-7-b-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.5/10.5-7-b-3-s.js; - * @description: Strict Mode - Adding property to the arguments object successful under strict mode ; - * @strict_only; + * @path chapter10/10.5/10.5-7-b-3-s.js + * @description Strict Mode - Adding property to the arguments object successful under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.5/10.5-7-b-4-s.js b/test/suite/converted/chapter10/10.5/10.5-7-b-4-s.js index b6c302a5aa..0bdfed357c 100644 --- a/test/suite/converted/chapter10/10.5/10.5-7-b-4-s.js +++ b/test/suite/converted/chapter10/10.5/10.5-7-b-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.5/10.5-7-b-4-s.js; - * @description: Strict Mode - Deleting property of the arguments object successful under strict mode; - * @strict_only; + * @path chapter10/10.5/10.5-7-b-4-s.js + * @description Strict Mode - Deleting property of the arguments object successful under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1-s.js b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1-s.js index b68c9351b0..84a40a9337 100644 --- a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-10-c-ii-1-s.js; - * @description: arguments[i] remains same after changing actual parameters in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-10-c-ii-1-s.js + * @description arguments[i] remains same after changing actual parameters in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1.js b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1.js index ee3fe6e934..6b61f7a4a3 100644 --- a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-10-c-ii-1.js; - * @description: arguments[i] change with actual parameters; + * @path chapter10/10.6/10.6-10-c-ii-1.js + * @description arguments[i] change with actual parameters */ diff --git a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2-s.js b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2-s.js index 6a38a2b5f2..c14e3e9b76 100644 --- a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-10-c-ii-2-s.js; - * @description: arguments[i] doesn't map to actual parameters in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-10-c-ii-2-s.js + * @description arguments[i] doesn't map to actual parameters in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2.js b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2.js index e1d3f158a9..a5af6e99f1 100644 --- a/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2.js +++ b/test/suite/converted/chapter10/10.6/10.6-10-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-10-c-ii-2.js; - * @description: arguments[i] map to actual parameter; + * @path chapter10/10.6/10.6-10-c-ii-2.js + * @description arguments[i] map to actual parameter */ diff --git a/test/suite/converted/chapter10/10.6/10.6-11-b-1.js b/test/suite/converted/chapter10/10.6/10.6-11-b-1.js index 30da80d139..8a9e8a41d3 100644 --- a/test/suite/converted/chapter10/10.6/10.6-11-b-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-11-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-11-b-1.js; - * @description: Arguments Object has index property '0' as its own property, it shoulde be writable, enumerable, configurable and does not invoke the setter defined on Object.prototype[0] (Step 11.b); + * @path chapter10/10.6/10.6-11-b-1.js + * @description Arguments Object has index property '0' as its own property, it shoulde be writable, enumerable, configurable and does not invoke the setter defined on Object.prototype[0] (Step 11.b) */ diff --git a/test/suite/converted/chapter10/10.6/10.6-12-1.js b/test/suite/converted/chapter10/10.6/10.6-12-1.js index 5f46b832c6..d8cd270ef5 100644 --- a/test/suite/converted/chapter10/10.6/10.6-12-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-12-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-12-1.js; - * @description: Accessing callee property of Arguments object is allowed; + * @path chapter10/10.6/10.6-12-1.js + * @description Accessing callee property of Arguments object is allowed */ diff --git a/test/suite/converted/chapter10/10.6/10.6-12-2.js b/test/suite/converted/chapter10/10.6/10.6-12-2.js index 7605fa36bf..891e2cdf95 100644 --- a/test/suite/converted/chapter10/10.6/10.6-12-2.js +++ b/test/suite/converted/chapter10/10.6/10.6-12-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-12-2.js; - * @description: arguments.callee has correct attributes; + * @path chapter10/10.6/10.6-12-2.js + * @description arguments.callee has correct attributes */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-1.js b/test/suite/converted/chapter10/10.6/10.6-13-1.js index b1032de7c3..ae8ab84d47 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-1.js; - * @description: Accessing caller property of Arguments object is allowed; + * @path chapter10/10.6/10.6-13-1.js + * @description Accessing caller property of Arguments object is allowed */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-a-1.js b/test/suite/converted/chapter10/10.6/10.6-13-a-1.js index eac25d295a..cfc8315451 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-a-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-a-1.js; - * @description: In non-strict mode, arguments object should have its own 'callee' property defined (Step 13.a); + * @path chapter10/10.6/10.6-13-a-1.js + * @description In non-strict mode, arguments object should have its own 'callee' property defined (Step 13.a) */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-b-1-s.js b/test/suite/converted/chapter10/10.6/10.6-13-b-1-s.js index bd556a763c..025c9c8a4d 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-b-1-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-b-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-b-1-s.js; - * @description: Accessing caller property of Arguments object throws TypeError in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-13-b-1-s.js + * @description Accessing caller property of Arguments object throws TypeError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-b-2-s.js b/test/suite/converted/chapter10/10.6/10.6-13-b-2-s.js index ebe8d81e19..2275cc01bf 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-b-2-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-b-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-b-2-s.js; - * @description: arguments.caller exists in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-13-b-2-s.js + * @description arguments.caller exists in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-b-3-s.js b/test/suite/converted/chapter10/10.6/10.6-13-b-3-s.js index eedf5308bc..39794784da 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-b-3-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-b-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-b-3-s.js; - * @description: arguments.caller is non-configurable in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-13-b-3-s.js + * @description arguments.caller is non-configurable in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-c-1-s.js b/test/suite/converted/chapter10/10.6/10.6-13-c-1-s.js index 20507e1a93..f1ddc36306 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-c-1-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-c-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-c-1-s.js; - * @description: Accessing callee property of Arguments object throws TypeError in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-13-c-1-s.js + * @description Accessing callee property of Arguments object throws TypeError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-c-2-s.js b/test/suite/converted/chapter10/10.6/10.6-13-c-2-s.js index 834e47e494..b9b5b47bd0 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-c-2-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-c-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-c-2-s.js; - * @description: arguments.callee is exists in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-13-c-2-s.js + * @description arguments.callee is exists in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-13-c-3-s.js b/test/suite/converted/chapter10/10.6/10.6-13-c-3-s.js index 586140e0a9..1b3341e67b 100644 --- a/test/suite/converted/chapter10/10.6/10.6-13-c-3-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-13-c-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-13-c-3-s.js; - * @description: arguments.callee is non-configurable in strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-13-c-3-s.js + * @description arguments.callee is non-configurable in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-14-1-s.js b/test/suite/converted/chapter10/10.6/10.6-14-1-s.js index 61b38e2fd1..5ae31b4707 100644 --- a/test/suite/converted/chapter10/10.6/10.6-14-1-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-14-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-14-1-s.js; - * @description: Strict Mode - 'callee' exists and 'caller' exists under strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-14-1-s.js + * @description Strict Mode - 'callee' exists and 'caller' exists under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-14-b-1-s.js b/test/suite/converted/chapter10/10.6/10.6-14-b-1-s.js index 169bf74c96..34997d678a 100644 --- a/test/suite/converted/chapter10/10.6/10.6-14-b-1-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-14-b-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-14-b-1-s.js; - * @description: Strict Mode - [[Enumerable]] attribute value in 'caller' is false under strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-14-b-1-s.js + * @description Strict Mode - [[Enumerable]] attribute value in 'caller' is false under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-14-b-4-s.js b/test/suite/converted/chapter10/10.6/10.6-14-b-4-s.js index a575e5d7a4..9355ce62cc 100644 --- a/test/suite/converted/chapter10/10.6/10.6-14-b-4-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-14-b-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-14-b-4-s.js; - * @description: Strict Mode - TypeError is thrown when accessing the [[Set]] attribute in 'caller' under strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-14-b-4-s.js + * @description Strict Mode - TypeError is thrown when accessing the [[Set]] attribute in 'caller' under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-14-c-1-s.js b/test/suite/converted/chapter10/10.6/10.6-14-c-1-s.js index 44739b86cf..96788a4031 100644 --- a/test/suite/converted/chapter10/10.6/10.6-14-c-1-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-14-c-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-14-c-1-s.js; - * @description: Strict Mode - [[Enumerable]] attribute value in 'callee' is false under strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-14-c-1-s.js + * @description Strict Mode - [[Enumerable]] attribute value in 'callee' is false under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-14-c-4-s.js b/test/suite/converted/chapter10/10.6/10.6-14-c-4-s.js index 11dc2c819c..9dea6ecbba 100644 --- a/test/suite/converted/chapter10/10.6/10.6-14-c-4-s.js +++ b/test/suite/converted/chapter10/10.6/10.6-14-c-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-14-c-4-s.js; - * @description: Strict Mode - TypeError is thrown when accessing the [[Set]] attribute in 'callee' under strict mode; - * @strict_only; + * @path chapter10/10.6/10.6-14-c-4-s.js + * @description Strict Mode - TypeError is thrown when accessing the [[Set]] attribute in 'callee' under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter10/10.6/10.6-5-1.js b/test/suite/converted/chapter10/10.6/10.6-5-1.js index c2698fedab..f46f99d0aa 100644 --- a/test/suite/converted/chapter10/10.6/10.6-5-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-5-1.js; - * @description: [[Prototype]] property of Arguments is set to Object prototype object; + * @path chapter10/10.6/10.6-5-1.js + * @description [[Prototype]] property of Arguments is set to Object prototype object */ diff --git a/test/suite/converted/chapter10/10.6/10.6-6-1.js b/test/suite/converted/chapter10/10.6/10.6-6-1.js index 66c3c77caa..f5be80f47a 100644 --- a/test/suite/converted/chapter10/10.6/10.6-6-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-6-1.js; - * @description: 'length property of arguments object exists; + * @path chapter10/10.6/10.6-6-1.js + * @description 'length property of arguments object exists */ diff --git a/test/suite/converted/chapter10/10.6/10.6-6-2.js b/test/suite/converted/chapter10/10.6/10.6-6-2.js index 9da724cec2..55d1a7214d 100644 --- a/test/suite/converted/chapter10/10.6/10.6-6-2.js +++ b/test/suite/converted/chapter10/10.6/10.6-6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-6-2.js; - * @description: 'length' property of arguments object has correct attributes; + * @path chapter10/10.6/10.6-6-2.js + * @description 'length' property of arguments object has correct attributes */ diff --git a/test/suite/converted/chapter10/10.6/10.6-6-3.js b/test/suite/converted/chapter10/10.6/10.6-6-3.js index 22a19eca5a..25f5490ce5 100644 --- a/test/suite/converted/chapter10/10.6/10.6-6-3.js +++ b/test/suite/converted/chapter10/10.6/10.6-6-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-6-3.js; - * @description: 'length' property of arguments object for 0 argument function exists; + * @path chapter10/10.6/10.6-6-3.js + * @description 'length' property of arguments object for 0 argument function exists */ diff --git a/test/suite/converted/chapter10/10.6/10.6-6-4.js b/test/suite/converted/chapter10/10.6/10.6-6-4.js index 51ab08a919..f370a504a1 100644 --- a/test/suite/converted/chapter10/10.6/10.6-6-4.js +++ b/test/suite/converted/chapter10/10.6/10.6-6-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-6-4.js; - * @description: 'length' property of arguments object for 0 argument function call is 0 even with formal parameters; + * @path chapter10/10.6/10.6-6-4.js + * @description 'length' property of arguments object for 0 argument function call is 0 even with formal parameters */ diff --git a/test/suite/converted/chapter10/10.6/10.6-7-1.js b/test/suite/converted/chapter10/10.6/10.6-7-1.js index 91c84184ce..3d56aa7db7 100644 --- a/test/suite/converted/chapter10/10.6/10.6-7-1.js +++ b/test/suite/converted/chapter10/10.6/10.6-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter10/10.6/10.6-7-1.js; - * @description: Arguments Object has length as its own property and does not invoke the setter defined on Object.prototype.length (Step 7); + * @path chapter10/10.6/10.6-7-1.js + * @description Arguments Object has length as its own property and does not invoke the setter defined on Object.prototype.length (Step 7) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.4/11.1.4-0.js b/test/suite/converted/chapter11/11.1/11.1.4/11.1.4-0.js index 4d8270f4e0..fb72854917 100644 --- a/test/suite/converted/chapter11/11.1/11.1.4/11.1.4-0.js +++ b/test/suite/converted/chapter11/11.1/11.1.4/11.1.4-0.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.4/11.1.4-0.js; - * @description: elements elided at the end of an array do not contribute to its length; + * @path chapter11/11.1/11.1.4/11.1.4-0.js + * @description elements elided at the end of an array do not contribute to its length */ diff --git a/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_4-5-1.js b/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_4-5-1.js index 1749ff70fd..f13a5a4258 100644 --- a/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_4-5-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_4-5-1.js @@ -25,8 +25,8 @@ * 5.Call the [[DefineOwnProperty]] internal method of array with arguments ToString(firstIndex), the Property Descriptor { [[Value]]: initValue, [[Writable]]: true * , [[Enumerable]]: true, [[Configurable]]: true}, and false. * - * @path: chapter11/11.1/11.1.4/11.1.4_4-5-1.js; - * @description: Initialize array using ElementList (Elisionopt AssignmentExpression) when index property (read-only) exists in Array.prototype (step 5); + * @path chapter11/11.1/11.1.4/11.1.4_4-5-1.js + * @description Initialize array using ElementList (Elisionopt AssignmentExpression) when index property (read-only) exists in Array.prototype (step 5) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_5-6-1.js b/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_5-6-1.js index 959cd97c01..8351d2de93 100644 --- a/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_5-6-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.4/11.1.4_5-6-1.js @@ -25,8 +25,8 @@ * 6.Call the [[DefineOwnProperty]] internal method of array with arguments ToString(ToUint32((pad+len)) and the Property Descriptor { [[Value]]: initValue * , [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true}, and false. * - * @path: chapter11/11.1/11.1.4/11.1.4_5-6-1.js; - * @description: Initialize array using ElementList (ElementList , Elisionopt AssignmentExpression) when index property (read-only) exists in Array.prototype (step 6); + * @path chapter11/11.1/11.1.4/11.1.4_5-6-1.js + * @description Initialize array using ElementList (ElementList , Elisionopt AssignmentExpression) when index property (read-only) exists in Array.prototype (step 6) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-1.js index e053c84682..cc1e72e986 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-1.js @@ -22,8 +22,8 @@ * it isn't clear what specific requirements of the specificaiton are being tested here. This test should * probably be replaced by some more targeted tests. AllenWB * - * @path: chapter11/11.1/11.1.5/11.1.5-0-1.js; - * @description: Object literal - get set property; + * @path chapter11/11.1/11.1.5/11.1.5-0-1.js + * @description Object literal - get set property */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-2.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-2.js index 4704d912ee..3acc8c76cf 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-2.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-0-2.js @@ -22,8 +22,8 @@ * it isn't clear what specific requirements of the specificaiton are being tested here. This test should * probably be replaced by some more targeted tests. AllenWB * - * @path: chapter11/11.1/11.1.5/11.1.5-0-2.js; - * @description: Object literal - multiple get set properties; + * @path chapter11/11.1/11.1.5/11.1.5-0-2.js + * @description Object literal - multiple get set properties */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-1-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-1-s.js index 32fe43dff8..876785a942 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-1-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5-1-s.js; - * @description: Strict Mode - SyntaxError is thrown when 'eval' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment that is contained in strict code; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5-1-s.js + * @description Strict Mode - SyntaxError is thrown when 'eval' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment that is contained in strict code + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-2-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-2-s.js index b0f774d209..8a9d197e0d 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-2-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5-2-s.js; - * @description: Strict Mode - SyntaxError is thrown when 'arguments' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment that is contained in strict code; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5-2-s.js + * @description Strict Mode - SyntaxError is thrown when 'arguments' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment that is contained in strict code + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-3-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-3-s.js index 1a8aa6568b..2e881af636 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-3-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5-3-s.js; - * @description: Strict Mode - SyntaxError is thrown when 'evals' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment if its FunctionBody is strict code; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5-3-s.js + * @description Strict Mode - SyntaxError is thrown when 'evals' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment if its FunctionBody is strict code + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-4-a-1-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-4-a-1-s.js index 39a94e4dc7..071ec0e0ba 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-4-a-1-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-4-a-1-s.js @@ -25,9 +25,9 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * a. This production is contained in strict code and IsDataDescriptor(previous) is true and IsDataDescriptor(propId.descriptor) is true * - * @path: chapter11/11.1/11.1.5/11.1.5-4-4-a-1-s.js; - * @description: Object literal - SyntaxError for duplicate date property name in strict mode; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5-4-4-a-1-s.js + * @description Object literal - SyntaxError for duplicate date property name in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-s.js index bd690bc471..e8ec26b654 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5-4-s.js; - * @description: Strict Mode - SyntaxError is thrown when 'arguments' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment if its FunctionBody is strict code; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5-4-s.js + * @description Strict Mode - SyntaxError is thrown when 'arguments' occurs as the Identifier in a PropertySetParameterList of a PropertyAssignment if its FunctionBody is strict code + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_3-3-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_3-3-1.js index b6609f6341..ee5fb102ec 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_3-3-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_3-3-1.js @@ -24,8 +24,8 @@ * PropertyNameAndValueList : PropertyAssignment * 3.Call the [[DefineOwnProperty]] internal method of obj with arguments propId.name, propId.descriptor, and false. * - * @path: chapter11/11.1/11.1.5/11.1.5_3-3-1.js; - * @description: Object initialization using PropertyNameAndValueList (PropertyAssignment) when property (read-only) exists in Object.prototype (step 3); + * @path chapter11/11.1/11.1.5/11.1.5_3-3-1.js + * @description Object initialization using PropertyNameAndValueList (PropertyAssignment) when property (read-only) exists in Object.prototype (step 3) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-2.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-2.js index 166bb3c17b..bfffa4f2aa 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-2.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-2.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * a. This production is contained in strict code and IsDataDescriptor(previous) is true and IsDataDescriptor(propId.descriptor) is true * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-a-2.js; - * @description: Object literal - Duplicate data property name allowed if not in strict mode; + * @path chapter11/11.1/11.1.5/11.1.5_4-4-a-2.js + * @description Object literal - Duplicate data property name allowed if not in strict mode */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js index 6ff2ffa77e..e13d783339 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * a. This production is contained in strict code and IsDataDescriptor(previous) is true and IsDataDescriptor(propId.descriptor) is true * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js; - * @description: Object literal - Duplicate data property name allowed gets last defined value; + * @path chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js + * @description Object literal - Duplicate data property name allowed gets last defined value */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-1.js index b2e156c1a0..1f9f649bb7 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-1.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * b.IsDataDescriptor(previous) is true and IsAccessorDescriptor(propId.descriptor) is true. * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-b-1.js; - * @description: Object literal - SyntaxError if a data property definition is followed by get accessor definition with the same name; + * @path chapter11/11.1/11.1.5/11.1.5_4-4-b-1.js + * @description Object literal - SyntaxError if a data property definition is followed by get accessor definition with the same name */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-2.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-2.js index 8b948f79a3..4b407ee6c2 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-2.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-b-2.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * b.IsDataDescriptor(previous) is true and IsAccessorDescriptor(propId.descriptor) is true. * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-b-2.js; - * @description: Object literal - SyntaxError if a data property definition is followed by set accessor definition with the same name; + * @path chapter11/11.1/11.1.5/11.1.5_4-4-b-2.js + * @description Object literal - SyntaxError if a data property definition is followed by set accessor definition with the same name */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-1.js index 499503501f..0ddd561fc6 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-1.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * c.IsAccessorDescriptor(previous) is true and IsDataDescriptor(propId.descriptor) is true. * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-c-1.js; - * @description: Object literal - SyntaxError if a get accessor property definition is followed by a data property definition with the same name; + * @path chapter11/11.1/11.1.5/11.1.5_4-4-c-1.js + * @description Object literal - SyntaxError if a get accessor property definition is followed by a data property definition with the same name */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-2.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-2.js index 5b89cbdf94..94666fc1b4 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-2.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-c-2.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * c.IsAccessorDescriptor(previous) is true and IsDataDescriptor(propId.descriptor) is true. * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-c-2.js; - * @description: Object literal - SyntaxError if a set accessor property definition is followed by a data property definition with the same name; + * @path chapter11/11.1/11.1.5/11.1.5_4-4-c-2.js + * @description Object literal - SyntaxError if a set accessor property definition is followed by a data property definition with the same name */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-1.js index 8c872894a5..b1e9cda62d 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-1.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * d. IsAccessorDescriptor(previous) is true and IsAccessorDescriptor(propId.descriptor) is true and either both previous and propId.descriptor have [[Get]] fields or both previous and propId.descriptor have [[Set]] fields * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-d-1.js; - * @description: Object literal - SyntaxError for duplicate property name (get,get); + * @path chapter11/11.1/11.1.5/11.1.5_4-4-d-1.js + * @description Object literal - SyntaxError for duplicate property name (get,get) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-2.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-2.js index 586c3f2a00..d6b65b5d7e 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-2.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-2.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * d. IsAccessorDescriptor(previous) is true and IsAccessorDescriptor(propId.descriptor) is true and either both previous and propId.descriptor have [[Get]] fields or both previous and propId.descriptor have [[Set]] fields * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-d-2.js; - * @description: Object literal - SyntaxError for duplicate property name (set,set); + * @path chapter11/11.1/11.1.5/11.1.5_4-4-d-2.js + * @description Object literal - SyntaxError for duplicate property name (set,set) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-3.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-3.js index cee64a6753..009fe76e07 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-3.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-3.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * d. IsAccessorDescriptor(previous) is true and IsAccessorDescriptor(propId.descriptor) is true and either both previous and propId.descriptor have [[Get]] fields or both previous and propId.descriptor have [[Set]] fields * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-d-3.js; - * @description: Object literal - SyntaxError for duplicate property name (get,set,get); + * @path chapter11/11.1/11.1.5/11.1.5_4-4-d-3.js + * @description Object literal - SyntaxError for duplicate property name (get,set,get) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-4.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-4.js index 40e5223822..103084e90c 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-4.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-d-4.js @@ -25,8 +25,8 @@ * 4. If previous is not undefined then throw a SyntaxError exception if any of the following conditions are true * d. IsAccessorDescriptor(previous) is true and IsAccessorDescriptor(propId.descriptor) is true and either both previous and propId.descriptor have [[Get]] fields or both previous and propId.descriptor have [[Set]] fields * - * @path: chapter11/11.1/11.1.5/11.1.5_4-4-d-4.js; - * @description: Object literal - SyntaxError for duplicate property name (set,get,set); + * @path chapter11/11.1/11.1.5/11.1.5_4-4-d-4.js + * @description Object literal - SyntaxError for duplicate property name (set,get,set) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-5-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-5-1.js index 618c8b2cd5..b2f0e9ee6c 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-5-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-5-1.js @@ -24,8 +24,8 @@ * PropertyNameAndValueList : PropertyNameAndValueList , PropertyAssignment * 5.Call the [[DefineOwnProperty]] internal method of obj with arguments propId.name, propId.descriptor, and false. * - * @path: chapter11/11.1/11.1.5/11.1.5_4-5-1.js; - * @description: Object initialization using PropertyNameAndValueList (PropertyNameAndValueList , PropertyAssignment) when property (read-only) exists in Object.prototype (Step 5); + * @path chapter11/11.1/11.1.5/11.1.5_4-5-1.js + * @description Object initialization using PropertyNameAndValueList (PropertyNameAndValueList , PropertyAssignment) when property (read-only) exists in Object.prototype (Step 5) */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_5-4-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_5-4-1.js index b7d4acc7b7..fc9faea4b7 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_5-4-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_5-4-1.js @@ -24,8 +24,8 @@ * PropertyAssignment : PropertyName : AssignmentExpression * 4.Let desc be the Property Descriptor{[[Value]]: propValue, [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true} * - * @path: chapter11/11.1/11.1.5/11.1.5_5-4-1.js; - * @description: Object literal - property descriptor for assignment expression; + * @path chapter11/11.1/11.1.5/11.1.5_5-4-1.js + * @description Object literal - property descriptor for assignment expression */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-1-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-1-s.js index f070ebaa47..5d8f86ff89 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-1-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5_6-2-1-s.js; - * @description: Strict Mode - SyntaxError is thrown when an assignment to a reserved word or a future reserved word is contained in strict code; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5_6-2-1-s.js + * @description Strict Mode - SyntaxError is thrown when an assignment to a reserved word or a future reserved word is contained in strict code + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-2-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-2-s.js index 3101eaf344..ef4a2928d5 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-2-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5_6-2-2-s.js; - * @description: Strict Mode - SyntaxError is thrown when an assignment to a reserved word or a future reserved word is made inside a strict mode FunctionBody of a PropertyAssignment; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5_6-2-2-s.js + * @description Strict Mode - SyntaxError is thrown when an assignment to a reserved word or a future reserved word is made inside a strict mode FunctionBody of a PropertyAssignment + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-1.js index 1b04557b56..525cf58843 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-1.js @@ -24,8 +24,8 @@ * PropertyAssignment : get PropertyName ( ) { FunctionBody } * 3.Let desc be the Property Descriptor{[[Get]]: closure, [[Enumerable]]: true, [[Configurable]]: true} * - * @path: chapter11/11.1/11.1.5/11.1.5_6-3-1.js; - * @description: Object literal - property descriptor for get property assignment; + * @path chapter11/11.1/11.1.5/11.1.5_6-3-1.js + * @description Object literal - property descriptor for get property assignment */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-2.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-2.js index 8c9d3c9ea9..40655bde70 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-2.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_6-3-2.js @@ -24,8 +24,8 @@ * PropertyAssignment : get PropertyName ( ) { FunctionBody } * 3.Let desc be the Property Descriptor{[[Get]]: closure, [[Enumerable]]: true, [[Configurable]]: true} * - * @path: chapter11/11.1/11.1.5/11.1.5_6-3-2.js; - * @description: Object literal - property descriptor for get property assignment should not create a set function; + * @path chapter11/11.1/11.1.5/11.1.5_6-3-2.js + * @description Object literal - property descriptor for get property assignment should not create a set function */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-1-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-1-s.js index fab0ec2200..bc00cae5b5 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-1-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5_7-2-1-s.js; - * @description: Strict Mode - SyntaxError is thrown when an assignment to a reserved word is contained in strict code; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5_7-2-1-s.js + * @description Strict Mode - SyntaxError is thrown when an assignment to a reserved word is contained in strict code + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-2-s.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-2-s.js index c74d40943f..738a4031bf 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-2-s.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.1/11.1.5/11.1.5_7-2-2-s.js; - * @description: Strict Mode - SyntaxError is thrown when an assignment to a reserved word is made in a strict FunctionBody of a PropertyAssignment; - * @strict_only; + * @path chapter11/11.1/11.1.5/11.1.5_7-2-2-s.js + * @description Strict Mode - SyntaxError is thrown when an assignment to a reserved word is made in a strict FunctionBody of a PropertyAssignment + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-1.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-1.js index aadb13e728..0e59a5b9b3 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-1.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-1.js @@ -24,8 +24,8 @@ * PropertyAssignment : set PropertyName( PropertySetParameterList ) { FunctionBody } * 3.Let desc be the Property Descriptor{[[Set]]: closure, [[Enumerable]]: true, [[Configurable]]: true} * - * @path: chapter11/11.1/11.1.5/11.1.5_7-3-1.js; - * @description: Object literal - property descriptor for set property assignment; + * @path chapter11/11.1/11.1.5/11.1.5_7-3-1.js + * @description Object literal - property descriptor for set property assignment */ diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-2.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-2.js index 08d48cfcd7..be6eea79c0 100644 --- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-2.js +++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_7-3-2.js @@ -24,8 +24,8 @@ * PropertyAssignment : get PropertyName ( ) { FunctionBody } * 3.Let desc be the Property Descriptor{[[Get]]: closure, [[Enumerable]]: true, [[Configurable]]: true} * - * @path: chapter11/11.1/11.1.5/11.1.5_7-3-2.js; - * @description: Object literal - property descriptor for set property assignment should not create a get function; + * @path chapter11/11.1/11.1.5/11.1.5_7-3-2.js + * @description Object literal - property descriptor for set property assignment should not create a get function */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-1.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-1.js index 582c35d4a4..9f6adea7d8 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-1.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-1.js @@ -21,8 +21,8 @@ /** * PutValue operates only on references (see step 1) * - * @path: chapter11/11.13/11.13.1/11.13.1-1-1.js; - * @description: simple assignment throws ReferenceError if LeftHandSide is not a reference (number); + * @path chapter11/11.13/11.13.1/11.13.1-1-1.js + * @description simple assignment throws ReferenceError if LeftHandSide is not a reference (number) */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-2.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-2.js index cfda464bcb..354f95079d 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-2.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-2.js @@ -21,8 +21,8 @@ /** * PutValue operates only on references (see step 1). * - * @path: chapter11/11.13/11.13.1/11.13.1-1-2.js; - * @description: simple assignment throws ReferenceError if LeftHandSide is not a reference (string); + * @path chapter11/11.13/11.13.1/11.13.1-1-2.js + * @description simple assignment throws ReferenceError if LeftHandSide is not a reference (string) */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-3.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-3.js index d3d4c0575d..ab9d89aeb8 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-3.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-3.js @@ -21,8 +21,8 @@ /** * PutValue operates only on references (see step 1). * - * @path: chapter11/11.13/11.13.1/11.13.1-1-3.js; - * @description: simple assignment throws ReferenceError if LeftHandSide is not a reference (boolean); + * @path chapter11/11.13/11.13.1/11.13.1-1-3.js + * @description simple assignment throws ReferenceError if LeftHandSide is not a reference (boolean) */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-4.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-4.js index df92592aa0..7e5d27da30 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-4.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-4.js @@ -21,8 +21,8 @@ /** * PutValue operates only on references (see step 1). * - * @path: chapter11/11.13/11.13.1/11.13.1-1-4.js; - * @description: simple assignment throws ReferenceError if LeftHandSide is not a reference (null); + * @path chapter11/11.13/11.13.1/11.13.1-1-4.js + * @description simple assignment throws ReferenceError if LeftHandSide is not a reference (null) */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-6-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-6-s.js index 5820c2e8d8..92fae7f875 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-6-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-6-s.js @@ -21,9 +21,9 @@ /** * PutValue operates only on references (see step 3.a). * - * @path: chapter11/11.13/11.13.1/11.13.1-1-6-s.js; - * @description: simple assignment throws ReferenceError if LeftHandSide is an unresolvable reference in strict mode (base obj undefined); - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-1-6-s.js + * @description simple assignment throws ReferenceError if LeftHandSide is an unresolvable reference in strict mode (base obj undefined) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-s.js index 6c3fc762ea..ecf5946c65 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-1-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide is a reference to a data property with the attribute value {[[Writable]]:false} under strict mode; - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-1-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide is a reference to a data property with the attribute value {[[Writable]]:false} under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js index b526aa0ef2..4ad8676815 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-2-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide is a reference to an accessor property with the attribute value {[[Set]]:undefined} under strict mode; - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-2-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide is a reference to an accessor property with the attribute value {[[Set]]:undefined} under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-3-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-3-s.js index dd564287c5..520d4cf781 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-3-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-3-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide is a reference to a non-existent property of an object whose [[Extensible]] internal property has the value false under strict mode; - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-3-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide is a reference to a non-existent property of an object whose [[Extensible]] internal property has the value false under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-1.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-1.js index d1a2f0be75..18c304f4c4 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-1.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-1.js @@ -21,8 +21,8 @@ /** * PutValue operates only on references (see step 3.b). * - * @path: chapter11/11.13/11.13.1/11.13.1-4-1.js; - * @description: simple assignment creates property on the global object if LeftHandSide is an unresolvable reference; + * @path chapter11/11.13/11.13.1/11.13.1-4-1.js + * @description simple assignment creates property on the global object if LeftHandSide is an unresolvable reference */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-14-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-14-s.js index 868cc2f25d..970822fdf6 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-14-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-4-14-s.js; - * @description: simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Number.MAX_VALUE); - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-4-14-s.js + * @description simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Number.MAX_VALUE) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-27-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-27-s.js index c8a5005a90..979de09ad5 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-27-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-27-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-4-27-s.js; - * @description: simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Global.undefined); - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-4-27-s.js + * @description simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Global.undefined) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-28-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-28-s.js index d99665e42e..99a39cf1fb 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-28-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-28-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-4-28-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the LeftHandSideExpression of simple assignment(=) under strict mode; - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-4-28-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'eval' appears as the LeftHandSideExpression of simple assignment(=) under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-29-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-29-s.js index e77d22f44d..acc4bd00bd 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-29-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-29-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-4-29-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears as the LeftHandSideExpression of simple assignment(=) under strict mode; - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-4-29-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears as the LeftHandSideExpression of simple assignment(=) under strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-3-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-3-s.js index 25f32adf0e..168f744af4 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-3-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-4-3-s.js; - * @description: simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Global.Infinity); - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-4-3-s.js + * @description simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Global.Infinity) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-6-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-6-s.js index a9600d80ac..c723710b94 100644 --- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-6-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-4-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.1/11.13.1-4-6-s.js; - * @description: simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Function.length); - * @strict_only; + * @path chapter11/11.13/11.13.1/11.13.1-4-6-s.js + * @description simple assignment throws TypeError if LeftHandSide is a readonly property in strict mode (Function.length) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-1-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-1-s.js index 2de3ca3bed..c8632ebf7b 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-1-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-1-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(*=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-1-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(*=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-10-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-10-s.js index 823418d86b..43b8aff72c 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-10-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-10-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(^=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-10-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(^=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-11-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-11-s.js index eec24a928c..e53f1fda06 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-11-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-11-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(|=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-11-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(|=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-12-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-12-s.js index 801f80fa00..41fd6beeb8 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-12-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-12-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(*=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-12-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(*=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-13-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-13-s.js index 48286a5e84..e080c36bae 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-13-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-13-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(/=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-13-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(/=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-14-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-14-s.js index 1c65f28a53..74799dd995 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-14-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-14-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(%=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-14-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(%=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-15-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-15-s.js index 587a7297c9..1e2ac9ceaf 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-15-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-15-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-15-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(>>>=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-15-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(>>>=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-16-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-16-s.js index 4e4e804dfc..f95a94906c 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-16-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-16-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(-=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-16-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(-=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-17-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-17-s.js index e02dc0235c..350bba5ebc 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-17-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-17-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-17-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(<<=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-17-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(<<=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-18-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-18-s.js index e15e252e5a..799c82aa7b 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-18-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-18-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-18-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(>>=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-18-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(>>=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-19-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-19-s.js index 3716bf624d..683d58e7a1 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-19-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-19-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-19-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(+=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-19-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(+=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-2-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-2-s.js index 72f9c3dac8..0873fd2260 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-2-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-2-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(/=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-2-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(/=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-20-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-20-s.js index ef9e3cd01d..56528df851 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-20-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-20-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-20-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(&=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-20-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(&=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-21-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-21-s.js index 71932c3ed1..25b1eda928 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-21-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-21-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-21-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(^=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-21-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(^=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-22-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-22-s.js index 58fe28b692..ff35493758 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-22-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-22-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-22-s.js; - * @description: Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(|=) evaluates to a resolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-22-s.js + * @description Strict Mode - ReferenceError isn't thrown if the LeftHandSideExpression of a Compound Assignment operator(|=) evaluates to a resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-23-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-23-s.js index 9b9680ba10..2b08dce101 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-23-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-23-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-23-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(*=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-23-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(*=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-24-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-24-s.js index f5fba4dfa8..4bdececa3e 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-24-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-24-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-24-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(/=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-24-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(/=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-25-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-25-s.js index 1915c3f637..75d8f26e14 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-25-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-25-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-25-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(%=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-25-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(%=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-26-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-26-s.js index 0b371d246e..88b7f96e80 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-26-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-26-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-26-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(+=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-26-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(+=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-27-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-27-s.js index 096a4dae8b..34f63e02b7 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-27-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-27-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-27-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(-=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-27-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(-=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-28-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-28-s.js index 48eea119bd..6750f45955 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-28-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-28-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-28-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(<<=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-28-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(<<=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-29-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-29-s.js index b49bb21d3f..b453a42ad8 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-29-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-29-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-29-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-29-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-3-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-3-s.js index 86e718eb9e..7d4e9d7ccd 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-3-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-3-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(%=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-3-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(%=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-30-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-30-s.js index 2b6d952ef2..61fba2ede1 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-30-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-30-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-30-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>>=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-30-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>>=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-31-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-31-s.js index b90f60cb4f..1d037df3ed 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-31-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-31-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-31-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(&=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-31-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(&=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-32-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-32-s.js index e2c509a5fb..9e7ca36588 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-32-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-32-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-32-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(^=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-32-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(^=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-33-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-33-s.js index afc1ce8078..fff5a725e2 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-33-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-33-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-33-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(|=) is a reference to a data property with the attribute value {[[Writable]]:false}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-33-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(|=) is a reference to a data property with the attribute value {[[Writable]]:false} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-34-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-34-s.js index f75908071a..149e7712f3 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-34-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-34-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-34-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(*=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-34-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(*=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-35-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-35-s.js index 20f8a33488..2f02f9339a 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-35-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-35-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-35-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(/=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-35-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(/=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-36-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-36-s.js index 9256221ace..ba556521ad 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-36-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-36-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-36-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(%=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-36-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(%=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-37-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-37-s.js index 2cfe07db43..76cbf9c7d6 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-37-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-37-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-37-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(+=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-37-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(+=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-38-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-38-s.js index c554c9f447..25eae69ea8 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-38-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-38-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-38-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(-=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-38-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(-=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-39-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-39-s.js index 5cdaece807..ef8ac7ab77 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-39-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-39-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-39-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(<<=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-39-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(<<=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-4-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-4-s.js index 1b21d49af9..580be3efe3 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-4-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-4-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(+=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-4-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(+=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-40-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-40-s.js index e08f2ecc23..212356287b 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-40-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-40-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-40-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-40-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-41-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-41-s.js index 34321daad5..46287e7ce7 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-41-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-41-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-41-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>>=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-41-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>>=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-42-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-42-s.js index 5777c16f1f..6b127c8f9b 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-42-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-42-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-42-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(&=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-42-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(&=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-43-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-43-s.js index 93fd212db3..13c4dce36b 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-43-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-43-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-43-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(^=) is a reference to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-43-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(^=) is a reference to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-44-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-44-s.js index 27af83bb14..95fdd376fc 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-44-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-44-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-44-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(|=) is a reference of to an accessor property with the attribute value {[[Set]]:undefined}; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-44-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(|=) is a reference of to an accessor property with the attribute value {[[Set]]:undefined} + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-45-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-45-s.js index f89a781d4a..584e91f154 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-45-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-45-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-45-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(*=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-45-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(*=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-46-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-46-s.js index e222faacad..d264f9f45e 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-46-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-46-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-46-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(/=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-46-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(/=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-47-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-47-s.js index 540666c312..597e7d3cf6 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-47-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-47-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-47-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(%=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-47-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(%=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-48-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-48-s.js index b2aa6d6856..3cbb02266a 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-48-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-48-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-48-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(+=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-48-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(+=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-49-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-49-s.js index eda1487083..6022283c9e 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-49-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-49-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-49-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(-=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-49-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(-=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-5-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-5-s.js index 40309327e1..5220646b1f 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-5-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-5-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(-=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-5-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(-=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-50-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-50-s.js index ef568980f0..553eb9c041 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-50-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-50-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-50-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(<<=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-50-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(<<=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-51-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-51-s.js index 1dad6b200d..bdb58d062d 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-51-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-51-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-51-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-51-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-52-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-52-s.js index 69f98a436b..71cfa66351 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-52-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-52-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-52-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>>=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-52-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(>>>=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-53-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-53-s.js index 8d016d2c04..e70161ec3c 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-53-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-53-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-53-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(&=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-53-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(&=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-54-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-54-s.js index 5175334df0..b040a4cb83 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-54-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-54-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-54-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(^=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-54-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(^=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-55-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-55-s.js index e6548a0d8c..e48bc496e5 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-55-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-55-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-55-s.js; - * @description: Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(|=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-55-s.js + * @description Strict Mode - TypeError is thrown if The LeftHandSide of a Compound Assignment operator(|=) is a reference to a non-existent property of an object whose [[Extensible]] internal property if false + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-1-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-1-s.js index 2bc44ceb74..cb2d35dbd1 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-1-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-1-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(*=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-1-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(*=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-10-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-10-s.js index a4eb7f5f78..6d2b8afa4d 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-10-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-10-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(^=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-10-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(^=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-11-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-11-s.js index 4aebe8eaa5..9c742e2e62 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-11-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-11-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(|=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-11-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(|=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-12-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-12-s.js index afd88463b5..c3fcfea2fe 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-12-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-12-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(*=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-12-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(*=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-13-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-13-s.js index e0506cd157..956413f5aa 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-13-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-13-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(/=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-13-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(/=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-14-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-14-s.js index da00e16802..dfba8e9e0e 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-14-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-14-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(%=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-14-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(%=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-15-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-15-s.js index 7a766923db..eb14c97ebd 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-15-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-15-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-15-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(+=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-15-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(+=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-16-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-16-s.js index 6e76aa78cb..ad2e27df49 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-16-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-16-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(-=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-16-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(-=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-17-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-17-s.js index 16f7e8e778..a24209a4cf 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-17-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-17-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-17-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(<<=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-17-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(<<=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-18-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-18-s.js index 98ca1d3c4c..57c80cf725 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-18-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-18-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-18-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(>>=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-18-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(>>=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-19-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-19-s.js index 49e02124e3..dfae9475f2 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-19-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-19-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-19-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(>>>=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-19-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(>>>=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-2-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-2-s.js index c627c7e858..f811eb48a9 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-2-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-2-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(/=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-2-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(/=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-20-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-20-s.js index ea231a9fbb..1a9b3ef7d6 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-20-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-20-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-20-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(&=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-20-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(&=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-21-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-21-s.js index 3da837a4d3..a7b44d225d 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-21-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-21-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-21-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(^=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-21-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(^=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-22-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-22-s.js index a2bdb21b03..d00b0d90d7 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-22-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-22-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-22-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(|=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-22-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier arguments appear as the LeftHandSideExpression of a Compound Assignment operator(|=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-3-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-3-s.js index 4250c9c977..d2f9e4c785 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-3-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-3-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(%=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-3-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(%=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-4-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-4-s.js index 9eed286ca9..6d4b4745f5 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-4-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-4-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(+=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-4-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(+=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-5-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-5-s.js index 80de84d3f6..bab3c60c3f 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-5-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-5-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(-=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-5-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(-=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-6-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-6-s.js index ae78fe9cdf..b303183a1f 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-6-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-6-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(<<=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-6-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(<<=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-7-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-7-s.js index 4f07551a14..6d5724fa15 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-7-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-7-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(>>=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-7-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(>>=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-8-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-8-s.js index f72cc2585c..c9fa14c2e2 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-8-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-8-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(>>>=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-8-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(>>>=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-9-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-9-s.js index ebbc0c41fd..02ac0ec78a 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-9-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-9-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(&=); - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-9-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier eval appear as the LeftHandSideExpression of a Compound Assignment operator(&=) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-s.js index b0acdc282c..177592028c 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-6-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(<<=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-6-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(<<=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-7-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-7-s.js index 1422eb9c45..f7e9ad0a00 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-7-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-7-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(>>=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-7-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(>>=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-8-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-8-s.js index 6d9799d0c1..34f308e2a2 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-8-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-8-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(>>>=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-8-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(>>>=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-9-s.js b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-9-s.js index a4eff3edd9..112907fd52 100644 --- a/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-9-s.js +++ b/test/suite/converted/chapter11/11.13/11.13.2/11.13.2-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.13/11.13.2/11.13.2-9-s.js; - * @description: Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(&=) evaluates to an unresolvable reference; - * @strict_only; + * @path chapter11/11.13/11.13.2/11.13.2-9-s.js + * @description Strict Mode - ReferenceError is thrown if the LeftHandSideExpression of a Compound Assignment operator(&=) evaluates to an unresolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-1-s.js b/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-1-s.js index 28182dc301..cd8bdbf1bc 100644 --- a/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-1-s.js +++ b/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.3/11.3.1/11.3.1-2-1-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'arguments' appear as a PostfixExpression(arguments++); - * @strict_only; + * @path chapter11/11.3/11.3.1/11.3.1-2-1-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'arguments' appear as a PostfixExpression(arguments++) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js b/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js index 300a02fdad..2068bdf16f 100644 --- a/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js +++ b/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.3/11.3.1/11.3.1-2-2-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'eval' appear as a PostfixExpression(eval++); - * @strict_only; + * @path chapter11/11.3/11.3.1/11.3.1-2-2-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'eval' appear as a PostfixExpression(eval++) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-1-s.js b/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-1-s.js index 896c35a7c7..52029dd531 100644 --- a/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-1-s.js +++ b/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.3/11.3.2/11.3.2-2-1-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'arguments' appear as a PostfixExpression(arguments--); - * @strict_only; + * @path chapter11/11.3/11.3.2/11.3.2-2-1-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'arguments' appear as a PostfixExpression(arguments--) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-2-s.js b/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-2-s.js index 16f60a2a07..5391ea9421 100644 --- a/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-2-s.js +++ b/test/suite/converted/chapter11/11.3/11.3.2/11.3.2-2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.3/11.3.2/11.3.2-2-2-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'eval' appear as a PostfixExpression(eval--); - * @strict_only; + * @path chapter11/11.3/11.3.2/11.3.2-2-2-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'eval' appear as a PostfixExpression(eval--) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-0-1.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-0-1.js index 6b98d5e61a..b88684df7e 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-0-1.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-0-1.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-0-1.js; - * @description: delete operator as UnaryExpression; + * @path chapter11/11.4/11.4.1/11.4.1-0-1.js + * @description delete operator as UnaryExpression */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-1.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-1.js index 57afcb130f..06c9306e0f 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-1.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-2-1.js; - * @description: delete operator returns true when deleting a non-reference (number); + * @path chapter11/11.4/11.4.1/11.4.1-2-1.js + * @description delete operator returns true when deleting a non-reference (number) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-2.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-2.js index 5e711ffeaa..182667c8c0 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-2.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-2-2.js; - * @description: delete operator returns true when deleting returned value from a function; + * @path chapter11/11.4/11.4.1/11.4.1-2-2.js + * @description delete operator returns true when deleting returned value from a function */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-3.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-3.js index 90d5c4a955..4b6361d42c 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-3.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-2-3.js; - * @description: delete operator returns true when deleting a non-reference (boolean); + * @path chapter11/11.4/11.4.1/11.4.1-2-3.js + * @description delete operator returns true when deleting a non-reference (boolean) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-4.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-4.js index 811f162d6c..be3b22f134 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-4.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-2-4.js; - * @description: delete operator returns true when deleting a non-reference (string); + * @path chapter11/11.4/11.4.1/11.4.1-2-4.js + * @description delete operator returns true when deleting a non-reference (string) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-5.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-5.js index 5bf932162e..43ef426b9b 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-5.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-2-5.js; - * @description: delete operator returns true when deleting a non-reference (obj); + * @path chapter11/11.4/11.4.1/11.4.1-2-5.js + * @description delete operator returns true when deleting a non-reference (obj) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-6.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-6.js index 967bb23e60..ff92b7685f 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-6.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-2-6.js; - * @description: delete operator returns true when deleting a non-reference (null); + * @path chapter11/11.4/11.4.1/11.4.1-2-6.js + * @description delete operator returns true when deleting a non-reference (null) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-1.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-1.js index 4c68118dcc..9f99c32c1d 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-1.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-3-1.js; - * @description: delete operator returns true when deleting an unresolvable reference; + * @path chapter11/11.4/11.4.1/11.4.1-3-1.js + * @description delete operator returns true when deleting an unresolvable reference */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-2.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-2.js index f26c024422..b4ff1d3824 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-2.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-3-2.js; - * @description: delete operator throws ReferenceError when deleting an explicitly qualified yet unresolvable reference (base obj undefined); + * @path chapter11/11.4/11.4.1/11.4.1-3-2.js + * @description delete operator throws ReferenceError when deleting an explicitly qualified yet unresolvable reference (base obj undefined) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-3.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-3.js index 9a802a41b7..c908f91dc8 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-3.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-3-3.js; - * @description: delete operator returns true when deleting an explicitly qualified yet unresolvable reference (property undefined for base obj); + * @path chapter11/11.4/11.4.1/11.4.1-3-3.js + * @description delete operator returns true when deleting an explicitly qualified yet unresolvable reference (property undefined for base obj) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-a-1-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-a-1-s.js index 603973b115..eaf6d824b6 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-a-1-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-3-a-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-3-a-1-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting an un-resolvable reference; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-3-a-1-s.js + * @description Strict Mode - SyntaxError is thrown when deleting an un-resolvable reference + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-1-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-1-s.js index b4047a40c6..7b21e25f4e 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-1-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-4-a-1-s.js; - * @description: Strict Mode - TypeError is thrown when deleting non-configurable data property; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-4-a-1-s.js + * @description Strict Mode - TypeError is thrown when deleting non-configurable data property + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-2-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-2-s.js index 98805844a4..baf4bc2679 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-2-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-4-a-2-s.js; - * @description: Strict Mode - TypeError is thrown when deleting non-configurable accessor property; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-4-a-2-s.js + * @description Strict Mode - TypeError is thrown when deleting non-configurable accessor property + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-3-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-3-s.js index 995b3e596e..1cbec15c8f 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-3-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-4-a-3-s.js; - * @description: Strict Mode - TypeError isn't thrown when deleting configurable data property; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-4-a-3-s.js + * @description Strict Mode - TypeError isn't thrown when deleting configurable data property + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-4-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-4-s.js index c2f3d602a8..e7f0c75c4e 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-4-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4-a-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-4-a-4-s.js; - * @description: Strict Mode - TypeError isn't thrown when deleting configurable accessor property; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-4-a-4-s.js + * @description Strict Mode - TypeError isn't thrown when deleting configurable accessor property + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-1.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-1.js index 7d3fbb6737..4132ec421a 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-1.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-1.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-1.js; - * @description: delete operator returns true when deleting a configurable data property; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-1.js + * @description delete operator returns true when deleting a configurable data property */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-10.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-10.js index ec3bda8fee..eed323cb90 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-10.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-10.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-10.js; - * @description: delete operator returns true for property (stringify) defined on built-in object (JSON); + * @path chapter11/11.4/11.4.1/11.4.1-4.a-10.js + * @description delete operator returns true for property (stringify) defined on built-in object (JSON) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-11.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-11.js index 16791fd475..5b060eeb64 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-11.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-11.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-11.js; - * @description: delete operator returns true on deleting arguments propterties(arguments.callee); + * @path chapter11/11.4/11.4.1/11.4.1-4.a-11.js + * @description delete operator returns true on deleting arguments propterties(arguments.callee) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-12.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-12.js index e494c8bc33..87cb1b4d22 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-12.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-12.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-12.js; - * @description: delete operator returns false when deleting a property(length); + * @path chapter11/11.4/11.4.1/11.4.1-4.a-12.js + * @description delete operator returns false when deleting a property(length) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-13.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-13.js index 988b39bece..66f1b71109 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-13.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-13.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-13.js; - * @description: delete operator returns false when deleting Array object; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-13.js + * @description delete operator returns false when deleting Array object */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-14.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-14.js index c40f061424..dbc1ee958b 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-14.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-14.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-14.js; - * @description: delete operator returns true when deleting Array elements; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-14.js + * @description delete operator returns true when deleting Array elements */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-15.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-15.js index c4f4861989..77dddf4fac 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-15.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-15.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-15.js; - * @description: delete operator returns true when deleting Array expandos; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-15.js + * @description delete operator returns true when deleting Array expandos */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-16.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-16.js index 52a39cf08d..b4a292af19 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-16.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-16.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-16.js; - * @description: delete operator returns false on deleting arguments object; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-16.js + * @description delete operator returns false on deleting arguments object */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-17.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-17.js index 31ee89c5f8..9eab9dd2ea 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-17.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-17.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-17.js; - * @description: delete operator returns true on deleting a arguments element; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-17.js + * @description delete operator returns true on deleting a arguments element */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-2.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-2.js index 732c2bfbcf..8f1c440ee8 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-2.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-2.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-2.js; - * @description: delete operator returns true when deleting a configurable accessor property; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-2.js + * @description delete operator returns true when deleting a configurable accessor property */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3-s.js index 55d16a389a..fb494339f1 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3-s.js @@ -22,9 +22,9 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-3-s.js; - * @description: delete operator throws TypeError when deleting a non-configurable data property in strict mode; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-3-s.js + * @description delete operator throws TypeError when deleting a non-configurable data property in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3.js index 0c32f20f98..0ef9d1b012 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-3.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-3.js; - * @description: delete operator returns false when deleting a non-configurable data property; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-3.js + * @description delete operator returns false when deleting a non-configurable data property */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-4.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-4.js index 55b8b05a04..14500b1966 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-4.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-4.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-4.js; - * @description: delete operator returns false when deleting a non-configurable data property (NaN); + * @path chapter11/11.4/11.4.1/11.4.1-4.a-4.js + * @description delete operator returns false when deleting a non-configurable data property (NaN) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-5.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-5.js index d4e18b9a20..3fdd515fb3 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-5.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-5.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-5.js; - * @description: delete operator returns false when deleting the environment object inside 'with'; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-5.js + * @description delete operator returns false when deleting the environment object inside 'with' */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-6.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-6.js index 8ce143d931..5664a1ee05 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-6.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-6.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-6.js; - * @description: delete operator returns true when deleting a property inside 'with'; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-6.js + * @description delete operator returns true when deleting a property inside 'with' */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-7.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-7.js index e84a434d5b..b8e0e35753 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-7.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-7.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-7.js; - * @description: delete operator inside 'eval'; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-7.js + * @description delete operator inside 'eval' */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8-s.js index b59ffa7f9a..b4330d32a8 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8-s.js @@ -22,9 +22,9 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-8-s.js; - * @description: delete operator throws TypeError when deleting a non-configurable data property in strict mode; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-8-s.js + * @description delete operator throws TypeError when deleting a non-configurable data property in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8.js index cb33163606..13777c963d 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-8.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-8.js; - * @description: delete operator returns true for built-in objects (JSON); + * @path chapter11/11.4/11.4.1/11.4.1-4.a-8.js + * @description delete operator returns true for built-in objects (JSON) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9-s.js index 44e57d2dbd..be969099fa 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9-s.js @@ -22,9 +22,9 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-9-s.js; - * @description: delete operator throws TypeError when deleting a non-configurable data property (Math.LN2) in strict mode ; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-4.a-9-s.js + * @description delete operator throws TypeError when deleting a non-configurable data property (Math.LN2) in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9.js index ef77ea9492..954788a5a1 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-4.a-9.js @@ -22,8 +22,8 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.1-4.a-9.js; - * @description: delete operator returns false when deleting a non-configurable data property (Math.LN2); + * @path chapter11/11.4/11.4.1/11.4.1-4.a-9.js + * @description delete operator returns false when deleting a non-configurable data property (Math.LN2) */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-1.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-1.js index e044c95313..8d21238965 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-1.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-1.js; - * @description: delete operator returns false when deleting a direct reference to a var; + * @path chapter11/11.4/11.4.1/11.4.1-5-1.js + * @description delete operator returns false when deleting a direct reference to a var */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-2.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-2.js index a10b671639..c29443c124 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-2.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-2.js; - * @description: delete operator returns false when deleting a direct reference to a function argument; + * @path chapter11/11.4/11.4.1/11.4.1-5-2.js + * @description delete operator returns false when deleting a direct reference to a function argument */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-3.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-3.js index 2ca70c6ff8..252b63d550 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-3.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-3.js; - * @description: delete operator returns false when deleting a direct reference to a function name; + * @path chapter11/11.4/11.4.1/11.4.1-5-3.js + * @description delete operator returns false when deleting a direct reference to a function name */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-1-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-1-s.js index cdf314963d..97f6b9bc31 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-1-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-1-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable which is a primitive value type (number); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-1-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable which is a primitive value type (number) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-10-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-10-s.js index ba36f657b8..51d661cee3 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-10-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-10-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type Array; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-10-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type Array + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-11-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-11-s.js index 8afb57263d..da601fa4ef 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-11-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-11-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type String; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-11-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type String + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-12-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-12-s.js index 0aeab60ed3..94eea3cf3e 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-12-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-12-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type Boolean; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-12-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type Boolean + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-13-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-13-s.js index 111b4bee74..6a64a5e3ed 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-13-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-13-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type Number; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-13-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type Number + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-14-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-14-s.js index c16e1204f8..c6b7a79c6f 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-14-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-14-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type Date; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-14-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type Date + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-15-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-15-s.js index 0b05c54b71..a858035f5a 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-15-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-15-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-15-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type RegExp; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-15-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type RegExp + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-16-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-16-s.js index 46f1d31f21..2db3820664 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-16-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-16-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type Error; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-16-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type Error + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-17-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-17-s.js index 06b222d5f0..6b5f3f3577 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-17-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-17-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-17-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type Arguments; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-17-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type Arguments + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-18-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-18-s.js index a6c41c1723..22a4c845af 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-18-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-18-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-18-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (Object); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-18-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (Object) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-19-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-19-s.js index 31ad29d683..8c014aa030 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-19-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-19-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-19-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (Function); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-19-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (Function) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-2-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-2-s.js index 6f565529db..2c8f401420 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-2-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-2-s.js @@ -20,9 +20,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-2-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a function parameter; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-2-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a function parameter + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-20-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-20-s.js index a5dfca6877..23dbf8233c 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-20-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-20-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-20-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (Array); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-20-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (Array) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-21-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-21-s.js index 6269645212..e70092cb99 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-21-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-21-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-21-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (String); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-21-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (String) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-22-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-22-s.js index 236a372942..50746b5cd8 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-22-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-22-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-22-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (Boolean); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-22-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (Boolean) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-23-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-23-s.js index 6c6071f713..847a7387d0 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-23-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-23-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-23-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (Number); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-23-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (Number) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-24-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-24-s.js index a6fb921059..f6ed5a6547 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-24-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-24-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-24-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (Date); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-24-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (Date) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-25-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-25-s.js index f13039d935..2faf4ed57b 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-25-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-25-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-25-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (RegExp); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-25-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (RegExp) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-26-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-26-s.js index 8bc6b5148f..4b0fd902d7 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-26-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-26-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-26-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a built-in (Error); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-26-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a built-in (Error) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-3-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-3-s.js index 894ae2adae..0c31dc3f15 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-3-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-3-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a function name; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-3-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a function name + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-4-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-4-s.js index 4d99bea4fa..406f4dc945 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-4-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-4-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a function parameter; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-4-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a function parameter + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-5-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-5-s.js index 38d1c3f857..7c375179f8 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-5-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-5-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable which is a primitive type (boolean); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-5-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable which is a primitive type (boolean) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-6-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-6-s.js index 6f1d1fa5d3..f3879ea1f1 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-6-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-6-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable which is a primitive type (string); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-6-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable which is a primitive type (string) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-7-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-7-s.js index 6a9f0f1eef..d77a2ae7b5 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-7-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-7-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type Object; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-7-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type Object + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-8-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-8-s.js index c584daff9e..120d7681d1 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-8-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-8-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a function object; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-8-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a function object + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-9-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-9-s.js index d9235bca18..0d65de7105 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-9-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.1-5-a-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.1/11.4.1-5-a-9-s.js; - * @description: Strict Mode - SyntaxError is thrown when deleting a variable of type function (declaration); - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.1-5-a-9-s.js + * @description Strict Mode - SyntaxError is thrown when deleting a variable of type function (declaration) + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.1/11.4.4-4.a-3-s.js b/test/suite/converted/chapter11/11.4/11.4.1/11.4.4-4.a-3-s.js index 0990b30a05..7cc4e1a40f 100644 --- a/test/suite/converted/chapter11/11.4/11.4.1/11.4.4-4.a-3-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.1/11.4.4-4.a-3-s.js @@ -22,9 +22,9 @@ * This test is actually testing the [[Delete]] internal method (8.12.8). Since the * language provides no way to directly exercise [[Delete]], the tests are placed here. * - * @path: chapter11/11.4/11.4.1/11.4.4-4.a-3-s.js; - * @description: delete operator throws TypeError when deleting a non-configurable data property in strict mode; - * @strict_only; + * @path chapter11/11.4/11.4.1/11.4.4-4.a-3-s.js + * @description delete operator throws TypeError when deleting a non-configurable data property in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-1-s.js b/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-1-s.js index c87929cd0b..15d0f00b54 100644 --- a/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-1-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.4/11.4.4-2-1-s.js; - * @description: Strict Mode - SyntaxError is thrown for ++eval; - * @strict_only; + * @path chapter11/11.4/11.4.4/11.4.4-2-1-s.js + * @description Strict Mode - SyntaxError is thrown for ++eval + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-2-s.js b/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-2-s.js index b24e545227..27e7fd4e12 100644 --- a/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-2-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.4/11.4.4-2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.4/11.4.4-2-2-s.js; - * @description: Strict Mode - SyntaxError is thrown for ++arguments; - * @strict_only; + * @path chapter11/11.4/11.4.4/11.4.4-2-2-s.js + * @description Strict Mode - SyntaxError is thrown for ++arguments + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-1-s.js b/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-1-s.js index 15e90da227..073a7eed71 100644 --- a/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-1-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.5/11.4.5-2-1-s.js; - * @description: Strict Mode - SyntaxError is thrown for --eval; - * @strict_only; + * @path chapter11/11.4/11.4.5/11.4.5-2-1-s.js + * @description Strict Mode - SyntaxError is thrown for --eval + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-2-s.js b/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-2-s.js index 0c37881c5e..4ce0b7d19b 100644 --- a/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-2-s.js +++ b/test/suite/converted/chapter11/11.4/11.4.5/11.4.5-2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.4/11.4.5/11.4.5-2-2-s.js; - * @description: Strict Mode - SyntaxError is thrown for --arguments; - * @strict_only; + * @path chapter11/11.4/11.4.5/11.4.5-2-2-s.js + * @description Strict Mode - SyntaxError is thrown for --arguments + * @strict_only */ diff --git a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-1.js b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-1.js index dc69b38fdb..dbd9c402d2 100644 --- a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-1.js +++ b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.2/11.8.2-1.js; - * @description: 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: valueOf > valueOf; + * @path chapter11/11.8/11.8.2/11.8.2-1.js + * @description 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: valueOf > valueOf */ diff --git a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-2.js b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-2.js index c2fd971935..3a0b14c578 100644 --- a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-2.js +++ b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.2/11.8.2-2.js; - * @description: 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: valueOf > toString; + * @path chapter11/11.8/11.8.2/11.8.2-2.js + * @description 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: valueOf > toString */ diff --git a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-3.js b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-3.js index 23c731cdec..2c1e44cb35 100644 --- a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-3.js +++ b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.2/11.8.2-3.js; - * @description: 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: toString > valueOf; + * @path chapter11/11.8/11.8.2/11.8.2-3.js + * @description 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: toString > valueOf */ diff --git a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-4.js b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-4.js index f25163a8d1..38ef5a07ed 100644 --- a/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-4.js +++ b/test/suite/converted/chapter11/11.8/11.8.2/11.8.2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.2/11.8.2-4.js; - * @description: 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: toString > toString; + * @path chapter11/11.8/11.8.2/11.8.2-4.js + * @description 11.8.2 Greater-than Operator - Partial left to right order enforced when using Greater-than operator: toString > toString */ diff --git a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-1.js b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-1.js index aa8d79e5c4..6c757ab25a 100644 --- a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-1.js +++ b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.3/11.8.3-1.js; - * @description: 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: valueOf <= valueOf; + * @path chapter11/11.8/11.8.3/11.8.3-1.js + * @description 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: valueOf <= valueOf */ diff --git a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-2.js b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-2.js index 12f9aa7de8..17e5cd808d 100644 --- a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-2.js +++ b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.3/11.8.3-2.js; - * @description: 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: valueOf <= toString; + * @path chapter11/11.8/11.8.3/11.8.3-2.js + * @description 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: valueOf <= toString */ diff --git a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-3.js b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-3.js index 91c99e2865..f08c40a192 100644 --- a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-3.js +++ b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.3/11.8.3-3.js; - * @description: 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: toString <= valueOf; + * @path chapter11/11.8/11.8.3/11.8.3-3.js + * @description 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: toString <= valueOf */ diff --git a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-4.js b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-4.js index 31c317bd0c..b5a6dd0fee 100644 --- a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-4.js +++ b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.3/11.8.3-4.js; - * @description: 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: toString <= toString; + * @path chapter11/11.8/11.8.3/11.8.3-4.js + * @description 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: toString <= toString */ diff --git a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-5.js b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-5.js index e81fa96dea..8464ce4ca3 100644 --- a/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-5.js +++ b/test/suite/converted/chapter11/11.8/11.8.3/11.8.3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter11/11.8/11.8.3/11.8.3-5.js; - * @description: 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: valueOf <= valueOf; + * @path chapter11/11.8/11.8.3/11.8.3-5.js + * @description 11.8.3 Less-than-or-equal Operator - Partial left to right order enforced when using Less-than-or-equal operator: valueOf <= valueOf */ diff --git a/test/suite/converted/chapter12/12.1/12.1-1.js b/test/suite/converted/chapter12/12.1/12.1-1.js index 2c20b5b809..e6b24f1175 100644 --- a/test/suite/converted/chapter12/12.1/12.1-1.js +++ b/test/suite/converted/chapter12/12.1/12.1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.1/12.1-1.js; - * @description: 12.1 - block '{ StatementListopt };' is not allowed: try-catch; + * @path chapter12/12.1/12.1-1.js + * @description 12.1 - block '{ StatementListopt };' is not allowed: try-catch */ diff --git a/test/suite/converted/chapter12/12.1/12.1-2.js b/test/suite/converted/chapter12/12.1/12.1-2.js index eb3972682f..09db230400 100644 --- a/test/suite/converted/chapter12/12.1/12.1-2.js +++ b/test/suite/converted/chapter12/12.1/12.1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.1/12.1-2.js; - * @description: 12.1 - block '{ StatementListopt };' is not allowed: try-catch-finally; + * @path chapter12/12.1/12.1-2.js + * @description 12.1 - block '{ StatementListopt };' is not allowed: try-catch-finally */ diff --git a/test/suite/converted/chapter12/12.1/12.1-3.js b/test/suite/converted/chapter12/12.1/12.1-3.js index 67dddef333..f88f824375 100644 --- a/test/suite/converted/chapter12/12.1/12.1-3.js +++ b/test/suite/converted/chapter12/12.1/12.1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.1/12.1-3.js; - * @description: 12.1 - block '{ StatementListopt };' is not allowed: try-finally; + * @path chapter12/12.1/12.1-3.js + * @description 12.1 - block '{ StatementListopt };' is not allowed: try-finally */ diff --git a/test/suite/converted/chapter12/12.1/12.1-4.js b/test/suite/converted/chapter12/12.1/12.1-4.js index d95baa6c32..f2161b10b2 100644 --- a/test/suite/converted/chapter12/12.1/12.1-4.js +++ b/test/suite/converted/chapter12/12.1/12.1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.1/12.1-4.js; - * @description: 12.1 - block '{ StatementListopt };' is not allowed: if-else; + * @path chapter12/12.1/12.1-4.js + * @description 12.1 - block '{ StatementListopt };' is not allowed: if-else */ diff --git a/test/suite/converted/chapter12/12.1/12.1-5.js b/test/suite/converted/chapter12/12.1/12.1-5.js index 986eee5db4..226b624a7f 100644 --- a/test/suite/converted/chapter12/12.1/12.1-5.js +++ b/test/suite/converted/chapter12/12.1/12.1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.1/12.1-5.js; - * @description: 12.1 - block '{ StatementListopt };' is not allowed: if-else-if; + * @path chapter12/12.1/12.1-5.js + * @description 12.1 - block '{ StatementListopt };' is not allowed: if-else-if */ diff --git a/test/suite/converted/chapter12/12.1/12.1-6.js b/test/suite/converted/chapter12/12.1/12.1-6.js index ea147fcaa3..ecf426ccf8 100644 --- a/test/suite/converted/chapter12/12.1/12.1-6.js +++ b/test/suite/converted/chapter12/12.1/12.1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.1/12.1-6.js; - * @description: 12.1 - block '{ StatementListopt };' is not allowed: if-else-if-else; + * @path chapter12/12.1/12.1-6.js + * @description 12.1 - block '{ StatementListopt };' is not allowed: if-else-if-else */ diff --git a/test/suite/converted/chapter12/12.1/12.1-7.js b/test/suite/converted/chapter12/12.1/12.1-7.js index f0850fb428..0e1e381c73 100644 --- a/test/suite/converted/chapter12/12.1/12.1-7.js +++ b/test/suite/converted/chapter12/12.1/12.1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.1/12.1-7.js; - * @description: 12.1 - block '{ StatementListopt };' is not allowed: do-while; + * @path chapter12/12.1/12.1-7.js + * @description 12.1 - block '{ StatementListopt };' is not allowed: do-while */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-1.js b/test/suite/converted/chapter12/12.10/12.10-0-1.js index 4668eb353f..593faaac83 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-1.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-1.js; - * @description: with does not change declaration scope - vars in with are visible outside; + * @path chapter12/12.10/12.10-0-1.js + * @description with does not change declaration scope - vars in with are visible outside */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-10.js b/test/suite/converted/chapter12/12.10/12.10-0-10.js index a00a5c9776..99bc85d947 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-10.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-10.js; - * @description: with introduces scope - name lookup finds function parameter; + * @path chapter12/12.10/12.10-0-10.js + * @description with introduces scope - name lookup finds function parameter */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-11.js b/test/suite/converted/chapter12/12.10/12.10-0-11.js index 54086ea108..b578b11835 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-11.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-11.js; - * @description: with introduces scope - name lookup finds inner variable; + * @path chapter12/12.10/12.10-0-11.js + * @description with introduces scope - name lookup finds inner variable */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-12.js b/test/suite/converted/chapter12/12.10/12.10-0-12.js index 63f9f300f5..74fd0d6511 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-12.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-12.js; - * @description: with introduces scope - name lookup finds property; + * @path chapter12/12.10/12.10-0-12.js + * @description with introduces scope - name lookup finds property */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-3.js b/test/suite/converted/chapter12/12.10/12.10-0-3.js index 3caa471bf6..8420e8ba67 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-3.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-3.js; - * @description: with introduces scope - that is captured by function expression; + * @path chapter12/12.10/12.10-0-3.js + * @description with introduces scope - that is captured by function expression */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-7.js b/test/suite/converted/chapter12/12.10/12.10-0-7.js index aba4c77cac..0adaa854cc 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-7.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-7.js; - * @description: with introduces scope - scope removed when exiting with statement; + * @path chapter12/12.10/12.10-0-7.js + * @description with introduces scope - scope removed when exiting with statement */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-8.js b/test/suite/converted/chapter12/12.10/12.10-0-8.js index 6f6b58a5c9..2de098e57d 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-8.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-8.js; - * @description: with introduces scope - var initializer sets like named property; + * @path chapter12/12.10/12.10-0-8.js + * @description with introduces scope - var initializer sets like named property */ diff --git a/test/suite/converted/chapter12/12.10/12.10-0-9.js b/test/suite/converted/chapter12/12.10/12.10-0-9.js index 2ee8b919ff..c8a0c73dbd 100644 --- a/test/suite/converted/chapter12/12.10/12.10-0-9.js +++ b/test/suite/converted/chapter12/12.10/12.10-0-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-0-9.js; - * @description: with introduces scope - name lookup finds outer variable; + * @path chapter12/12.10/12.10-0-9.js + * @description with introduces scope - name lookup finds outer variable */ diff --git a/test/suite/converted/chapter12/12.10/12.10-2-1.js b/test/suite/converted/chapter12/12.10/12.10-2-1.js index 6a4e70a749..ddc992382a 100644 --- a/test/suite/converted/chapter12/12.10/12.10-2-1.js +++ b/test/suite/converted/chapter12/12.10/12.10-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-2-1.js; - * @description: with - expression being Number; + * @path chapter12/12.10/12.10-2-1.js + * @description with - expression being Number */ diff --git a/test/suite/converted/chapter12/12.10/12.10-2-2.js b/test/suite/converted/chapter12/12.10/12.10-2-2.js index 2a570bdef1..235e89d7dc 100644 --- a/test/suite/converted/chapter12/12.10/12.10-2-2.js +++ b/test/suite/converted/chapter12/12.10/12.10-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-2-2.js; - * @description: with - expression being Boolean; + * @path chapter12/12.10/12.10-2-2.js + * @description with - expression being Boolean */ diff --git a/test/suite/converted/chapter12/12.10/12.10-2-3.js b/test/suite/converted/chapter12/12.10/12.10-2-3.js index 8236c8e4c4..af055febdb 100644 --- a/test/suite/converted/chapter12/12.10/12.10-2-3.js +++ b/test/suite/converted/chapter12/12.10/12.10-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-2-3.js; - * @description: with - expression being string; + * @path chapter12/12.10/12.10-2-3.js + * @description with - expression being string */ diff --git a/test/suite/converted/chapter12/12.10/12.10-7-1.js b/test/suite/converted/chapter12/12.10/12.10-7-1.js index 122a593d54..bfd6b2defa 100644 --- a/test/suite/converted/chapter12/12.10/12.10-7-1.js +++ b/test/suite/converted/chapter12/12.10/12.10-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10-7-1.js; - * @description: with introduces scope - restores the earlier environment on exit; + * @path chapter12/12.10/12.10-7-1.js + * @description with introduces scope - restores the earlier environment on exit */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-1-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-1-s.js index a6ee5847f7..c992912827 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-1-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-1-s.js; - * @description: with statement in strict mode throws SyntaxError (strict function); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-1-s.js + * @description with statement in strict mode throws SyntaxError (strict function) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-10-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-10-s.js index ed486fe040..62e46456a3 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-10-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-10-s.js; - * @description: with statement in strict mode throws SyntaxError (eval, where the container function is strict); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-10-s.js + * @description with statement in strict mode throws SyntaxError (eval, where the container function is strict) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-11-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-11-s.js index 82021461d3..f0f380b045 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-11-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-11-s.js; - * @description: Strict Mode - SyntaxError is thrown when using WithStatement in strict mode code; - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-11-s.js + * @description Strict Mode - SyntaxError is thrown when using WithStatement in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-12-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-12-s.js index ffda008857..8451515e13 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-12-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-12-s.js; - * @description: with statement in strict mode throws SyntaxError (strict eval); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-12-s.js + * @description with statement in strict mode throws SyntaxError (strict eval) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-13-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-13-s.js index 93dd55ffed..c3670c904a 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-13-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-13-s.js; - * @description: Strict Mode - SyntaxError isn't thrown when WithStatement body is in strict mode code; - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-13-s.js + * @description Strict Mode - SyntaxError isn't thrown when WithStatement body is in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-14-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-14-s.js index 280e2c87a3..19d6e5f54a 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-14-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-14-s.js; - * @description: Strict Mode - SyntaxError is thrown when the getter of a literal object utilizes WithStatement; - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-14-s.js + * @description Strict Mode - SyntaxError is thrown when the getter of a literal object utilizes WithStatement + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-15-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-15-s.js index cd5af45f9e..008fa25c80 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-15-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-15-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-15-s.js; - * @description: Strict Mode - SyntaxError is thrown when the RHS of a dot property assignment utilizes WithStatement; - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-15-s.js + * @description Strict Mode - SyntaxError is thrown when the RHS of a dot property assignment utilizes WithStatement + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-16-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-16-s.js index fb594bd7c1..0af803c7f8 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-16-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-16-s.js; - * @description: Strict Mode - SyntaxError is thrown when the RHS of an object indexer assignment utilizes WithStatement; - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-16-s.js + * @description Strict Mode - SyntaxError is thrown when the RHS of an object indexer assignment utilizes WithStatement + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-2-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-2-s.js index e42d809c78..bac1638db9 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-2-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-2-s.js; - * @description: with statement in strict mode throws SyntaxError (nested function where container is strict); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-2-s.js + * @description with statement in strict mode throws SyntaxError (nested function where container is strict) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-3-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-3-s.js index 3f443fc672..cb430a2b8f 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-3-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-3-s.js; - * @description: with statement in strict mode throws SyntaxError (nested strict function); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-3-s.js + * @description with statement in strict mode throws SyntaxError (nested strict function) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-4-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-4-s.js index 80dcc1b273..98442c1ba3 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-4-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-4-s.js; - * @description: with statement in strict mode throws SyntaxError (strict Function); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-4-s.js + * @description with statement in strict mode throws SyntaxError (strict Function) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-5-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-5-s.js index e6ca7c2da6..0415dec555 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-5-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-5-s.js; - * @description: with statement allowed in nested Function even if its container Function is strict); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-5-s.js + * @description with statement allowed in nested Function even if its container Function is strict) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-7-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-7-s.js index e27855d1af..bc9445bb67 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-7-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-7-s.js; - * @description: with statement in strict mode throws SyntaxError (function expression, where the container function is directly evaled from strict code); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-7-s.js + * @description with statement in strict mode throws SyntaxError (function expression, where the container function is directly evaled from strict code) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-8-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-8-s.js index ad679477f5..cc5adcf611 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-8-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-8-s.js; - * @description: with statement in strict mode throws SyntaxError (function expression, where the container Function is strict); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-8-s.js + * @description with statement in strict mode throws SyntaxError (function expression, where the container Function is strict) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-9-s.js b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-9-s.js index 4616aa3273..2829444937 100644 --- a/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-9-s.js +++ b/test/suite/converted/chapter12/12.10/12.10.1/12.10.1-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.10/12.10.1/12.10.1-9-s.js; - * @description: with statement in strict mode throws SyntaxError (strict function expression); - * @strict_only; + * @path chapter12/12.10/12.10.1/12.10.1-9-s.js + * @description with statement in strict mode throws SyntaxError (strict function expression) + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.14/12.14-1.js b/test/suite/converted/chapter12/12.14/12.14-1.js index c14cd19dc0..f9ca620258 100644 --- a/test/suite/converted/chapter12/12.14/12.14-1.js +++ b/test/suite/converted/chapter12/12.14/12.14-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-1.js; - * @description: catch doesn't change declaration scope - var initializer in catch with same name as catch parameter changes parameter; + * @path chapter12/12.14/12.14-1.js + * @description catch doesn't change declaration scope - var initializer in catch with same name as catch parameter changes parameter */ diff --git a/test/suite/converted/chapter12/12.14/12.14-10.js b/test/suite/converted/chapter12/12.14/12.14-10.js index d8b8d0d274..9d63431d80 100644 --- a/test/suite/converted/chapter12/12.14/12.14-10.js +++ b/test/suite/converted/chapter12/12.14/12.14-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-10.js; - * @description: catch introduces scope - name lookup finds function parameter; + * @path chapter12/12.14/12.14-10.js + * @description catch introduces scope - name lookup finds function parameter */ diff --git a/test/suite/converted/chapter12/12.14/12.14-11.js b/test/suite/converted/chapter12/12.14/12.14-11.js index d23da23c13..2d6fef53bb 100644 --- a/test/suite/converted/chapter12/12.14/12.14-11.js +++ b/test/suite/converted/chapter12/12.14/12.14-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-11.js; - * @description: catch introduces scope - name lookup finds inner variable; + * @path chapter12/12.14/12.14-11.js + * @description catch introduces scope - name lookup finds inner variable */ diff --git a/test/suite/converted/chapter12/12.14/12.14-12.js b/test/suite/converted/chapter12/12.14/12.14-12.js index f1666f2206..7ea08eb8f6 100644 --- a/test/suite/converted/chapter12/12.14/12.14-12.js +++ b/test/suite/converted/chapter12/12.14/12.14-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-12.js; - * @description: catch introduces scope - name lookup finds property; + * @path chapter12/12.14/12.14-12.js + * @description catch introduces scope - name lookup finds property */ diff --git a/test/suite/converted/chapter12/12.14/12.14-13.js b/test/suite/converted/chapter12/12.14/12.14-13.js index 22f84169b3..ca539002e6 100644 --- a/test/suite/converted/chapter12/12.14/12.14-13.js +++ b/test/suite/converted/chapter12/12.14/12.14-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-13.js; - * @description: catch introduces scope - updates are based on scope; + * @path chapter12/12.14/12.14-13.js + * @description catch introduces scope - updates are based on scope */ diff --git a/test/suite/converted/chapter12/12.14/12.14-14.js b/test/suite/converted/chapter12/12.14/12.14-14.js index 7ce4d6f502..9bc96b169b 100644 --- a/test/suite/converted/chapter12/12.14/12.14-14.js +++ b/test/suite/converted/chapter12/12.14/12.14-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-14.js; - * @description: Exception object is a function, when an exception parameter is called as a function in catch block, global object is passed as the this value; + * @path chapter12/12.14/12.14-14.js + * @description Exception object is a function, when an exception parameter is called as a function in catch block, global object is passed as the this value */ diff --git a/test/suite/converted/chapter12/12.14/12.14-15.js b/test/suite/converted/chapter12/12.14/12.14-15.js index 86cbbc9195..aec47bd5bd 100644 --- a/test/suite/converted/chapter12/12.14/12.14-15.js +++ b/test/suite/converted/chapter12/12.14/12.14-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-15.js; - * @description: Exception object is a function which is a property of an object, when an exception parameter is called as a function in catch block, global object is passed as the this value; + * @path chapter12/12.14/12.14-15.js + * @description Exception object is a function which is a property of an object, when an exception parameter is called as a function in catch block, global object is passed as the this value */ diff --git a/test/suite/converted/chapter12/12.14/12.14-16.js b/test/suite/converted/chapter12/12.14/12.14-16.js index 448bf93954..40f51ccbf2 100644 --- a/test/suite/converted/chapter12/12.14/12.14-16.js +++ b/test/suite/converted/chapter12/12.14/12.14-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-16.js; - * @description: Exception object is a function which update in catch block, when an exception parameter is called as a function in catch block, global object is passed as the this value; + * @path chapter12/12.14/12.14-16.js + * @description Exception object is a function which update in catch block, when an exception parameter is called as a function in catch block, global object is passed as the this value */ diff --git a/test/suite/converted/chapter12/12.14/12.14-2.js b/test/suite/converted/chapter12/12.14/12.14-2.js index fe966c1b6a..960d2d11ae 100644 --- a/test/suite/converted/chapter12/12.14/12.14-2.js +++ b/test/suite/converted/chapter12/12.14/12.14-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-2.js; - * @description: catch doesn't change declaration scope - var initializer in catch with same name as catch parameter changes parameter; + * @path chapter12/12.14/12.14-2.js + * @description catch doesn't change declaration scope - var initializer in catch with same name as catch parameter changes parameter */ diff --git a/test/suite/converted/chapter12/12.14/12.14-3.js b/test/suite/converted/chapter12/12.14/12.14-3.js index 6946618597..c130a77ee3 100644 --- a/test/suite/converted/chapter12/12.14/12.14-3.js +++ b/test/suite/converted/chapter12/12.14/12.14-3.js @@ -27,8 +27,8 @@ * local function expresssions must shadow outer function expressions * eval should use the appended object to the scope chain * - * @path: chapter12/12.14/12.14-3.js; - * @description: catch doesn't change declaration scope - var declaration are visible outside when name different from catch parameter; + * @path chapter12/12.14/12.14-3.js + * @description catch doesn't change declaration scope - var declaration are visible outside when name different from catch parameter */ diff --git a/test/suite/converted/chapter12/12.14/12.14-4.js b/test/suite/converted/chapter12/12.14/12.14-4.js index 5c79e638f7..0ecbb0be13 100644 --- a/test/suite/converted/chapter12/12.14/12.14-4.js +++ b/test/suite/converted/chapter12/12.14/12.14-4.js @@ -27,8 +27,8 @@ * local function expresssions must shadow outer function expressions * eval should use the appended object to the scope chain * - * @path: chapter12/12.14/12.14-4.js; - * @description: catch introduces scope - block-local vars must shadow outer vars; + * @path chapter12/12.14/12.14-4.js + * @description catch introduces scope - block-local vars must shadow outer vars */ diff --git a/test/suite/converted/chapter12/12.14/12.14-6.js b/test/suite/converted/chapter12/12.14/12.14-6.js index 7f6635b03e..fcfc277de6 100644 --- a/test/suite/converted/chapter12/12.14/12.14-6.js +++ b/test/suite/converted/chapter12/12.14/12.14-6.js @@ -27,8 +27,8 @@ * local function expresssions must shadow outer function expressions * eval should use the appended object to the scope chain * - * @path: chapter12/12.14/12.14-6.js; - * @description: catch introduces scope - block-local function expression must shadow outer function expression; + * @path chapter12/12.14/12.14-6.js + * @description catch introduces scope - block-local function expression must shadow outer function expression */ diff --git a/test/suite/converted/chapter12/12.14/12.14-7.js b/test/suite/converted/chapter12/12.14/12.14-7.js index a0527c8536..2dd44aaeb5 100644 --- a/test/suite/converted/chapter12/12.14/12.14-7.js +++ b/test/suite/converted/chapter12/12.14/12.14-7.js @@ -27,8 +27,8 @@ * local function expresssions must shadow outer function expressions * eval should use the appended object to the scope chain * - * @path: chapter12/12.14/12.14-7.js; - * @description: catch introduces scope - scope removed when exiting catch block; + * @path chapter12/12.14/12.14-7.js + * @description catch introduces scope - scope removed when exiting catch block */ diff --git a/test/suite/converted/chapter12/12.14/12.14-8.js b/test/suite/converted/chapter12/12.14/12.14-8.js index 37838e5753..47b2c96299 100644 --- a/test/suite/converted/chapter12/12.14/12.14-8.js +++ b/test/suite/converted/chapter12/12.14/12.14-8.js @@ -27,8 +27,8 @@ * local function expresssions must shadow outer function expressions * eval should use the appended object to the scope chain * - * @path: chapter12/12.14/12.14-8.js; - * @description: catch introduces scope - scope removed when exiting catch block (properties); + * @path chapter12/12.14/12.14-8.js + * @description catch introduces scope - scope removed when exiting catch block (properties) */ diff --git a/test/suite/converted/chapter12/12.14/12.14-9.js b/test/suite/converted/chapter12/12.14/12.14-9.js index 162a2970cf..7491bddff0 100644 --- a/test/suite/converted/chapter12/12.14/12.14-9.js +++ b/test/suite/converted/chapter12/12.14/12.14-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14-9.js; - * @description: catch introduces scope - name lookup finds outer variable; + * @path chapter12/12.14/12.14-9.js + * @description catch introduces scope - name lookup finds outer variable */ diff --git a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-1-s.js b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-1-s.js index 6d16969a82..bc5ccc7379 100644 --- a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-1-s.js +++ b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14.1/12.14.1-1-s.js; - * @description: Strict Mode - SyntaxError is thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is eval; - * @strict_only; + * @path chapter12/12.14/12.14.1/12.14.1-1-s.js + * @description Strict Mode - SyntaxError is thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is eval + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-2-s.js b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-2-s.js index 7d72072909..222132f25b 100644 --- a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-2-s.js +++ b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14.1/12.14.1-2-s.js; - * @description: Strict Mode - SyntaxError is thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is arguments; - * @strict_only; + * @path chapter12/12.14/12.14.1/12.14.1-2-s.js + * @description Strict Mode - SyntaxError is thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is arguments + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-3-s.js b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-3-s.js index a9c870bbef..46b38d80be 100644 --- a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-3-s.js +++ b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14.1/12.14.1-3-s.js; - * @description: Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is EVAL but throws SyntaxError if it is eval; - * @strict_only; + * @path chapter12/12.14/12.14.1/12.14.1-3-s.js + * @description Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is EVAL but throws SyntaxError if it is eval + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-4-s.js b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-4-s.js index 036b79ef4a..e0ef05ff19 100644 --- a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-4-s.js +++ b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14.1/12.14.1-4-s.js; - * @description: Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is EVAL; - * @strict_only; + * @path chapter12/12.14/12.14.1/12.14.1-4-s.js + * @description Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is EVAL + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-5-s.js b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-5-s.js index 2faed1938b..37d550fd61 100644 --- a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-5-s.js +++ b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14.1/12.14.1-5-s.js; - * @description: Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is Arguments; - * @strict_only; + * @path chapter12/12.14/12.14.1/12.14.1-5-s.js + * @description Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is Arguments + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-6-s.js b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-6-s.js index 7feaf732c3..ce9c13bd90 100644 --- a/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-6-s.js +++ b/test/suite/converted/chapter12/12.14/12.14.1/12.14.1-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.14/12.14.1/12.14.1-6-s.js; - * @description: Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is ARGUMENTS; - * @strict_only; + * @path chapter12/12.14/12.14.1/12.14.1-6-s.js + * @description Strict Mode - SyntaxError isn't thrown if a TryStatement with a Catch occurs within strict code and the Identifier of the Catch production is ARGUMENTS + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-1-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-1-s.js index dfc65d716d..222ce4e2a2 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-1-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-1-s.js; - * @description: eval - a function declaring a var named 'eval' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-1-s.js + * @description eval - a function declaring a var named 'eval' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-10-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-10-s.js index 614aabbad0..3b6d3a4f1d 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-10-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-10-s.js; - * @description: Strict Mode: an indirect eval assigning into 'eval' does not throw; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-10-s.js + * @description Strict Mode: an indirect eval assigning into 'eval' does not throw + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-11.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-11.js index 8434966b83..cf6cefbad3 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-11.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-11.js; - * @description: arguments as var identifier in eval code is allowed; + * @path chapter12/12.2/12.2.1/12.2.1-11.js + * @description arguments as var identifier in eval code is allowed */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12-s.js index 04b1cf30dc..53947db1d6 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-12-s.js; - * @description: arguments as local var identifier throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-12-s.js + * @description arguments as local var identifier throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12.js index df8a637e8b..145eecad17 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-12.js; - * @description: arguments as local var identifier is allowed; + * @path chapter12/12.2/12.2.1/12.2.1-12.js + * @description arguments as local var identifier is allowed */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-13-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-13-s.js index f5390a42dd..b12f02c8e9 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-13-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-13-s.js; - * @description: arguments assignment throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-13-s.js + * @description arguments assignment throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-2-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-2-s.js index 03178a09e5..52e217401b 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-2-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-2-s.js; - * @description: eval - a function assigning into 'eval' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-2-s.js + * @description eval - a function assigning into 'eval' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-3-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-3-s.js index 1bdd52142c..4752de595f 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-3-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-3-s.js; - * @description: eval - a function expr declaring a var named 'eval' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-3-s.js + * @description eval - a function expr declaring a var named 'eval' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-34-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-34-s.js index ca8b2f3331..e5ad09bb42 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-34-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-34-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-34-s.js; - * @description: 'for(var eval in ...) {...}' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-34-s.js + * @description 'for(var eval in ...) {...}' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-35-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-35-s.js index 4d68149bd7..10cfe50ee8 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-35-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-35-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-35-s.js; - * @description: 'for(var eval = 42 in ...) {...}' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-35-s.js + * @description 'for(var eval = 42 in ...) {...}' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-36-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-36-s.js index 37f0504ab6..c2fdffe4dc 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-36-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-36-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-36-s.js; - * @description: 'for(var arguments in ...) {...}' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-36-s.js + * @description 'for(var arguments in ...) {...}' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-37-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-37-s.js index 639c9647fe..640ea7f191 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-37-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-37-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-37-s.js; - * @description: 'for(var arguments = 42 in ...) {...}' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-37-s.js + * @description 'for(var arguments = 42 in ...) {...}' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-4-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-4-s.js index 40c8eabffb..9ca7c685ac 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-4-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-4-s.js; - * @description: eval - a function expr assigning into 'eval' throws a SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-4-s.js + * @description eval - a function expr assigning into 'eval' throws a SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-5-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-5-s.js index d20be57d09..ba3447b560 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-5-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-5-s.js; - * @description: Strict Mode - a Function declaring var named 'eval' does not throw SyntaxError; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-5-s.js + * @description Strict Mode - a Function declaring var named 'eval' does not throw SyntaxError + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-6-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-6-s.js index 41b45210a6..3b27d0e4d8 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-6-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-6-s.js; - * @description: eval - a Function assigning into 'eval' will not throw any error if contained within strict mode and its body does not start with strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-6-s.js + * @description eval - a Function assigning into 'eval' will not throw any error if contained within strict mode and its body does not start with strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-7-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-7-s.js index 0f7ba5d767..6bb74e7f4c 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-7-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-7-s.js; - * @description: eval - a direct eval declaring a var named 'eval' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-7-s.js + * @description eval - a direct eval declaring a var named 'eval' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-8-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-8-s.js index 792fccd2a2..54910b0460 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-8-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-8-s.js; - * @description: eval - a direct eval assigning into 'eval' throws SyntaxError in strict mode; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-8-s.js + * @description eval - a direct eval assigning into 'eval' throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-9-s.js b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-9-s.js index 5f1d75861b..6bca8f57f4 100644 --- a/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-9-s.js +++ b/test/suite/converted/chapter12/12.2/12.2.1/12.2.1-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.2/12.2.1/12.2.1-9-s.js; - * @description: Strict Mode: an indirect eval declaring a var named 'eval' does not throw; - * @strict_only; + * @path chapter12/12.2/12.2.1/12.2.1-9-s.js + * @description Strict Mode: an indirect eval declaring a var named 'eval' does not throw + * @strict_only */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-1.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-1.js index dbe3cc836d..d1d407b630 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-1.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-1.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-1.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is an Object with value false; + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-1.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is an Object with value false */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-10.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-10.js index a88899ee54..36a43b2a71 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-10.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-10.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-10.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is '1'); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-10.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is '1') */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-11.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-11.js index 6c546c6de5..e6ad903def 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-11.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-11.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-11.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is undefined; + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-11.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is undefined */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-12.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-12.js index a4a2449936..537c3af1c1 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-12.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-12.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-12.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is null; + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-12.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is null */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-13.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-13.js index c9fcba18a1..52fce70a25 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-13.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-13.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-13.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a boolean (value is false); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-13.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a boolean (value is false) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-14.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-14.js index d6787e2d21..c16a9152e0 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-14.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-14.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-14.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is NaN); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-14.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is NaN) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-15.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-15.js index 02ebf7cf7c..73ddd5c852 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-15.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-15.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-15.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is +0); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-15.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is +0) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-16.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-16.js index 93dcb776af..ff342828fb 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-16.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-16.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-16.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is -0); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-16.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is -0) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-17.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-17.js index 730bd3d5b1..2e80af9c80 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-17.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-17.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-17.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is a positive); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-17.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a number (value is a positive) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-18.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-18.js index dedbe9d61e..fe06bb10e7 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-18.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-18.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-18.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is empty string); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-18.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is empty string) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-19.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-19.js index 2738ffc007..22c6c8a42c 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-19.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-19.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-19.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is 'undefined'); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-19.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is 'undefined') */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-2.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-2.js index 9eab75bd11..23d2b4c9e3 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-2.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-2.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-2.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a Boolean object; + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-2.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a Boolean object */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-20.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-20.js index 8a4e190fd7..83a0f5b69f 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-20.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-20.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-20.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is 'null'); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-20.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is 'null') */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-21.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-21.js index c7f59dcf71..2bac0e25a1 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-21.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-21.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-21.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is '1'); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-21.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a string (value is '1') */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-3.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-3.js index 0629e66007..5cc4971694 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-3.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-3.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-3.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is NaN); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-3.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is NaN) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-4.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-4.js index 699b20036e..e0cb6f4ee1 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-4.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-4.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-4.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is +0); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-4.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is +0) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-5.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-5.js index 0d3ac281a7..d193e553e1 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-5.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-5.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-5.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is -0); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-5.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is -0) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-6.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-6.js index 46462a277b..eaaa820171 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-6.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-6.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-6.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is a positive); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-6.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a Number object (value is a positive) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-7.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-7.js index 1f611c7415..4c0bd2b004 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-7.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-7.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-7.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is empty string); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-7.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is empty string) */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-8.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-8.js index 8e6385f692..cbd286fc2e 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-8.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-8.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-8.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is 'undefined'); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-8.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is 'undefined') */ diff --git a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-9.js b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-9.js index 0b4663d805..a58e9a897c 100644 --- a/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-9.js +++ b/test/suite/converted/chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-9.js @@ -24,8 +24,8 @@ * IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement * is evaluated as follows: * - * @path: chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-9.js; - * @description: The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is 'null'); + * @path chapter12/12.6/12.6.3/12.6.3_2-3-a-ii-9.js + * @description The for Statement - (normal, V, empty) will be returned when first Expression is a String object (value is 'null') */ diff --git a/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-1.js b/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-1.js index c9bfbf6acb..91226c4274 100644 --- a/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-1.js +++ b/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.6/12.6.4/12.6.4-1.js; - * @description: The for-in Statement - a property name must not be visited more than once in any enumeration.; + * @path chapter12/12.6/12.6.4/12.6.4-1.js + * @description The for-in Statement - a property name must not be visited more than once in any enumeration. */ diff --git a/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-2.js b/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-2.js index 593a8dc9d6..f478055e26 100644 --- a/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-2.js +++ b/test/suite/converted/chapter12/12.6/12.6.4/12.6.4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.6/12.6.4/12.6.4-2.js; - * @description: The for-in Statement - the values of [[Enumerable]] attributes are not considered when determining if a property of a prototype object is shadowed by a previous object on the prototype chain; + * @path chapter12/12.6/12.6.4/12.6.4-2.js + * @description The for-in Statement - the values of [[Enumerable]] attributes are not considered when determining if a property of a prototype object is shadowed by a previous object on the prototype chain */ diff --git a/test/suite/converted/chapter12/12.7/12.7-1.js b/test/suite/converted/chapter12/12.7/12.7-1.js index 9292249aa2..b66d3f9d33 100644 --- a/test/suite/converted/chapter12/12.7/12.7-1.js +++ b/test/suite/converted/chapter12/12.7/12.7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.7/12.7-1.js; - * @description: The continue Statement - a continue statement without an identifier may have a LineTerminator before the semi-colon; + * @path chapter12/12.7/12.7-1.js + * @description The continue Statement - a continue statement without an identifier may have a LineTerminator before the semi-colon */ diff --git a/test/suite/converted/chapter12/12.8/12.8-1.js b/test/suite/converted/chapter12/12.8/12.8-1.js index f07315d149..38296b2023 100644 --- a/test/suite/converted/chapter12/12.8/12.8-1.js +++ b/test/suite/converted/chapter12/12.8/12.8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.8/12.8-1.js; - * @description: The break Statement - a break statement without an identifier may have a LineTerminator before the semi-colon; + * @path chapter12/12.8/12.8-1.js + * @description The break Statement - a break statement without an identifier may have a LineTerminator before the semi-colon */ diff --git a/test/suite/converted/chapter12/12.9/12.9-1.js b/test/suite/converted/chapter12/12.9/12.9-1.js index eb69c2ccbc..056b126dd8 100644 --- a/test/suite/converted/chapter12/12.9/12.9-1.js +++ b/test/suite/converted/chapter12/12.9/12.9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter12/12.9/12.9-1.js; - * @description: The return Statement - a return statement without an expression may have a LineTerminator before the semi-colon; + * @path chapter12/12.9/12.9-1.js + * @description The return Statement - a return statement without an expression may have a LineTerminator before the semi-colon */ diff --git a/test/suite/converted/chapter13/13.0/13.0-1.js b/test/suite/converted/chapter13/13.0/13.0-1.js index ffe2b16080..97594d4716 100644 --- a/test/suite/converted/chapter13/13.0/13.0-1.js +++ b/test/suite/converted/chapter13/13.0/13.0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.0/13.0-1.js; - * @description: 13.0 - multiple names in one function declaration is not allowed, two function names; + * @path chapter13/13.0/13.0-1.js + * @description 13.0 - multiple names in one function declaration is not allowed, two function names */ diff --git a/test/suite/converted/chapter13/13.0/13.0-10-s.js b/test/suite/converted/chapter13/13.0/13.0-10-s.js index 6ec5260e90..bec2a96728 100644 --- a/test/suite/converted/chapter13/13.0/13.0-10-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-10-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-10-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionBody with an inner function contains a Use Strict Directive; - * @strict_only; + * @path chapter13/13.0/13.0-10-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionBody with an inner function contains a Use Strict Directive + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-11-s.js b/test/suite/converted/chapter13/13.0/13.0-11-s.js index 8b41ff2c9e..30d8021c06 100644 --- a/test/suite/converted/chapter13/13.0/13.0-11-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-11-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-11-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionBody with an inner function which is in strict mode; - * @strict_only; + * @path chapter13/13.0/13.0-11-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionBody with an inner function which is in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-12-s.js b/test/suite/converted/chapter13/13.0/13.0-12-s.js index c2ba9f99f6..73de36540c 100644 --- a/test/suite/converted/chapter13/13.0/13.0-12-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-12-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-12-s.js; - * @description: Strict Mode - SourceElements is not evaluated as strict mode code when a Function constructor is contained in strict mode code and the function constructor body is not strict; - * @strict_only; + * @path chapter13/13.0/13.0-12-s.js + * @description Strict Mode - SourceElements is not evaluated as strict mode code when a Function constructor is contained in strict mode code and the function constructor body is not strict + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-13-s.js b/test/suite/converted/chapter13/13.0/13.0-13-s.js index aa5b5ee009..25cdf5edf0 100644 --- a/test/suite/converted/chapter13/13.0/13.0-13-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-13-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-13-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when the function body of a Function constructor begins with a Strict Directive; - * @strict_only; + * @path chapter13/13.0/13.0-13-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when the function body of a Function constructor begins with a Strict Directive + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-14-s.js b/test/suite/converted/chapter13/13.0/13.0-14-s.js index b33d46c3ea..8b259a6aeb 100644 --- a/test/suite/converted/chapter13/13.0/13.0-14-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-14-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-14-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when the function body of a Function constructor contains a Strict Directive; - * @strict_only; + * @path chapter13/13.0/13.0-14-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when the function body of a Function constructor contains a Strict Directive + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-15-s.js b/test/suite/converted/chapter13/13.0/13.0-15-s.js index 850b99929a..eb215638bc 100644 --- a/test/suite/converted/chapter13/13.0/13.0-15-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-15-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-15-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when a FunctionDeclaration is contained in strict mode code within eval code; - * @strict_only; + * @path chapter13/13.0/13.0-15-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when a FunctionDeclaration is contained in strict mode code within eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-16-s.js b/test/suite/converted/chapter13/13.0/13.0-16-s.js index 26090fd7cd..0fd5338b67 100644 --- a/test/suite/converted/chapter13/13.0/13.0-16-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-16-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-16-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when a FunctionExpression is contained in strict mode code within eval code; - * @strict_only; + * @path chapter13/13.0/13.0-16-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when a FunctionExpression is contained in strict mode code within eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-17-s.js b/test/suite/converted/chapter13/13.0/13.0-17-s.js index 93f48048ed..5efbd9d553 100644 --- a/test/suite/converted/chapter13/13.0/13.0-17-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-17-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-17-s.js; - * @description: Strict Mode - SourceElements is not evaluated as strict mode code when a Function constructor is contained in strict mode code within eval code; - * @strict_only; + * @path chapter13/13.0/13.0-17-s.js + * @description Strict Mode - SourceElements is not evaluated as strict mode code when a Function constructor is contained in strict mode code within eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-2.js b/test/suite/converted/chapter13/13.0/13.0-2.js index 817c4e1c9e..2c8461379d 100644 --- a/test/suite/converted/chapter13/13.0/13.0-2.js +++ b/test/suite/converted/chapter13/13.0/13.0-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.0/13.0-2.js; - * @description: 13.0 - multiple names in one function declaration is not allowed, three function names; + * @path chapter13/13.0/13.0-2.js + * @description 13.0 - multiple names in one function declaration is not allowed, three function names */ diff --git a/test/suite/converted/chapter13/13.0/13.0-3.js b/test/suite/converted/chapter13/13.0/13.0-3.js index 991133af82..bfeedf6365 100644 --- a/test/suite/converted/chapter13/13.0/13.0-3.js +++ b/test/suite/converted/chapter13/13.0/13.0-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.0/13.0-3.js; - * @description: 13.0 - property names in function definition is not allowed, add a new property into object; + * @path chapter13/13.0/13.0-3.js + * @description 13.0 - property names in function definition is not allowed, add a new property into object */ diff --git a/test/suite/converted/chapter13/13.0/13.0-4.js b/test/suite/converted/chapter13/13.0/13.0-4.js index 8af7af4cd2..b6a61817a0 100644 --- a/test/suite/converted/chapter13/13.0/13.0-4.js +++ b/test/suite/converted/chapter13/13.0/13.0-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.0/13.0-4.js; - * @description: 13.0 - multiple names in one function declaration is not allowed, add a new property into a property which is a object; + * @path chapter13/13.0/13.0-4.js + * @description 13.0 - multiple names in one function declaration is not allowed, add a new property into a property which is a object */ diff --git a/test/suite/converted/chapter13/13.0/13.0-7-s.js b/test/suite/converted/chapter13/13.0/13.0-7-s.js index 1f3fb95ad0..2dc5df90f4 100644 --- a/test/suite/converted/chapter13/13.0/13.0-7-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-7-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-7-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionDeclaration is contained in non-strict mode but the call to eval is a direct call in strict mode code; - * @strict_only; + * @path chapter13/13.0/13.0-7-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionDeclaration is contained in non-strict mode but the call to eval is a direct call in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-8-s.js b/test/suite/converted/chapter13/13.0/13.0-8-s.js index e41beed4c9..99100211cb 100644 --- a/test/suite/converted/chapter13/13.0/13.0-8-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-8-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-8-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionExpression is contained in non-strict mode but the call to eval is a direct call in strict mode code; - * @strict_only; + * @path chapter13/13.0/13.0-8-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when the code of this FunctionExpression is contained in non-strict mode but the call to eval is a direct call in strict mode code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.0/13.0-9-s.js b/test/suite/converted/chapter13/13.0/13.0-9-s.js index 32c666fad0..805b65a978 100644 --- a/test/suite/converted/chapter13/13.0/13.0-9-s.js +++ b/test/suite/converted/chapter13/13.0/13.0-9-s.js @@ -22,9 +22,9 @@ * Refer 13; * The production FunctionBody : SourceElementsopt is evaluated as follows: * - * @path: chapter13/13.0/13.0-9-s.js; - * @description: Strict Mode - SourceElements is evaluated as strict mode code when a FunctionDeclaration that is contained in strict mode code has an inner function; - * @strict_only; + * @path chapter13/13.0/13.0-9-s.js + * @description Strict Mode - SourceElements is evaluated as strict mode code when a FunctionDeclaration that is contained in strict mode code has an inner function + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-1-1.js b/test/suite/converted/chapter13/13.1/13.1-1-1.js index 2afbae819b..864f7f1b76 100644 --- a/test/suite/converted/chapter13/13.1/13.1-1-1.js +++ b/test/suite/converted/chapter13/13.1/13.1-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-1-1.js; - * @description: Duplicate identifier allowed in non-strict function declaration parameter list; + * @path chapter13/13.1/13.1-1-1.js + * @description Duplicate identifier allowed in non-strict function declaration parameter list */ diff --git a/test/suite/converted/chapter13/13.1/13.1-1-2.js b/test/suite/converted/chapter13/13.1/13.1-1-2.js index 2f5d858662..3ba6cae9b8 100644 --- a/test/suite/converted/chapter13/13.1/13.1-1-2.js +++ b/test/suite/converted/chapter13/13.1/13.1-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-1-2.js; - * @description: Duplicate identifier allowed in non-strict function expression parameter list; + * @path chapter13/13.1/13.1-1-2.js + * @description Duplicate identifier allowed in non-strict function expression parameter list */ diff --git a/test/suite/converted/chapter13/13.1/13.1-1-s.js b/test/suite/converted/chapter13/13.1/13.1-1-s.js index d7359cadfa..2f228cd3ae 100644 --- a/test/suite/converted/chapter13/13.1/13.1-1-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-1-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-1-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionDeclaration; - * @strict_only; + * @path chapter13/13.1/13.1-1-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionDeclaration + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-10-s.js b/test/suite/converted/chapter13/13.1/13.1-10-s.js index c543647c5b..8036c23c20 100644 --- a/test/suite/converted/chapter13/13.1/13.1-10-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-10-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-10-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionExpression and the function has three identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-10-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionExpression and the function has three identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-11-s.js b/test/suite/converted/chapter13/13.1/13.1-11-s.js index ddb1d17650..778d3d798f 100644 --- a/test/suite/converted/chapter13/13.1/13.1-11-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-11-s.js; - * @description: StrictMode - SyntaxError is thrown if 'eval' occurs as the function name of a FunctionDeclaration in strict mode; - * @strict_only; + * @path chapter13/13.1/13.1-11-s.js + * @description StrictMode - SyntaxError is thrown if 'eval' occurs as the function name of a FunctionDeclaration in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-12-s.js b/test/suite/converted/chapter13/13.1/13.1-12-s.js index 5b3a8fcdfa..bc91135bd5 100644 --- a/test/suite/converted/chapter13/13.1/13.1-12-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-12-s.js; - * @description: StrictMode - SyntaxError is thrown if 'eval' occurs as the Identifier of a FunctionExpression in strict mode; - * @strict_only; + * @path chapter13/13.1/13.1-12-s.js + * @description StrictMode - SyntaxError is thrown if 'eval' occurs as the Identifier of a FunctionExpression in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-13-s.js b/test/suite/converted/chapter13/13.1/13.1-13-s.js index 9c480205b6..6bd063f282 100644 --- a/test/suite/converted/chapter13/13.1/13.1-13-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-13-s.js; - * @description: StrictMode - SyntaxError is thrown if 'arguments' occurs as the function name of a FunctionDeclaration in strict mode; - * @strict_only; + * @path chapter13/13.1/13.1-13-s.js + * @description StrictMode - SyntaxError is thrown if 'arguments' occurs as the function name of a FunctionDeclaration in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-14-s.js b/test/suite/converted/chapter13/13.1/13.1-14-s.js index ad9f222fce..d8c90641b1 100644 --- a/test/suite/converted/chapter13/13.1/13.1-14-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-14-s.js; - * @description: StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionExpression in strict mode; - * @strict_only; + * @path chapter13/13.1/13.1-14-s.js + * @description StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionExpression in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-15-s.js b/test/suite/converted/chapter13/13.1/13.1-15-s.js index a440d89e32..dbe256ac67 100644 --- a/test/suite/converted/chapter13/13.1/13.1-15-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-15-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-15-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionDeclaration in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-15-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionDeclaration in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-16-s.js b/test/suite/converted/chapter13/13.1/13.1-16-s.js index 3a80b75389..ec89bd1eda 100644 --- a/test/suite/converted/chapter13/13.1/13.1-16-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-16-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-16-s.js; - * @description: StrictMode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionDeclaration when FuctionBody is strict code; - * @strict_only; + * @path chapter13/13.1/13.1-16-s.js + * @description StrictMode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionDeclaration when FuctionBody is strict code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-17-s.js b/test/suite/converted/chapter13/13.1/13.1-17-s.js index 5115408510..5114adfebd 100644 --- a/test/suite/converted/chapter13/13.1/13.1-17-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-17-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-17-s.js; - * @description: StrictMode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionExpression in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-17-s.js + * @description StrictMode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionExpression in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-18-s.js b/test/suite/converted/chapter13/13.1/13.1-18-s.js index 0e5a986acc..9997cdc2eb 100644 --- a/test/suite/converted/chapter13/13.1/13.1-18-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-18-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-18-s.js; - * @description: StrictMode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionExpression when FuctionBody is strict code; - * @strict_only; + * @path chapter13/13.1/13.1-18-s.js + * @description StrictMode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionExpression when FuctionBody is strict code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-19-s.js b/test/suite/converted/chapter13/13.1/13.1-19-s.js index 89a5e10bae..b25b7a70fa 100644 --- a/test/suite/converted/chapter13/13.1/13.1-19-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-19-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-19-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionDeclaration in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-19-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionDeclaration in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-2-1.js b/test/suite/converted/chapter13/13.1/13.1-2-1.js index 5cf472aae6..4dc56d07a9 100644 --- a/test/suite/converted/chapter13/13.1/13.1-2-1.js +++ b/test/suite/converted/chapter13/13.1/13.1-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-2-1.js; - * @description: eval allowed as formal parameter name of a non-strict function declaration; + * @path chapter13/13.1/13.1-2-1.js + * @description eval allowed as formal parameter name of a non-strict function declaration */ diff --git a/test/suite/converted/chapter13/13.1/13.1-2-2.js b/test/suite/converted/chapter13/13.1/13.1-2-2.js index 7cd640a853..2356f17f45 100644 --- a/test/suite/converted/chapter13/13.1/13.1-2-2.js +++ b/test/suite/converted/chapter13/13.1/13.1-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-2-2.js; - * @description: eval allowed as formal parameter name of a non-strict function expression; + * @path chapter13/13.1/13.1-2-2.js + * @description eval allowed as formal parameter name of a non-strict function expression */ diff --git a/test/suite/converted/chapter13/13.1/13.1-2-5.js b/test/suite/converted/chapter13/13.1/13.1-2-5.js index d905988005..6bfb230069 100644 --- a/test/suite/converted/chapter13/13.1/13.1-2-5.js +++ b/test/suite/converted/chapter13/13.1/13.1-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-2-5.js; - * @description: arguments allowed as formal parameter name of a non-strict function declaration; + * @path chapter13/13.1/13.1-2-5.js + * @description arguments allowed as formal parameter name of a non-strict function declaration */ diff --git a/test/suite/converted/chapter13/13.1/13.1-2-6.js b/test/suite/converted/chapter13/13.1/13.1-2-6.js index 078d6b226b..1a3fb40074 100644 --- a/test/suite/converted/chapter13/13.1/13.1-2-6.js +++ b/test/suite/converted/chapter13/13.1/13.1-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-2-6.js; - * @description: arguments allowed as formal parameter name of a non-strict function expression; + * @path chapter13/13.1/13.1-2-6.js + * @description arguments allowed as formal parameter name of a non-strict function expression */ diff --git a/test/suite/converted/chapter13/13.1/13.1-2-s.js b/test/suite/converted/chapter13/13.1/13.1-2-s.js index 4f7bac1835..d8b742df3b 100644 --- a/test/suite/converted/chapter13/13.1/13.1-2-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-2-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-2-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionExpression; - * @strict_only; + * @path chapter13/13.1/13.1-2-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'eval' appears within a FormalParameterList of a strict mode FunctionExpression + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-20-s.js b/test/suite/converted/chapter13/13.1/13.1-20-s.js index aa35338f7e..e2b2aa51dc 100644 --- a/test/suite/converted/chapter13/13.1/13.1-20-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-20-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-20-s.js; - * @description: StrictMode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionDeclaration when FuctionBody is strict code; - * @strict_only; + * @path chapter13/13.1/13.1-20-s.js + * @description StrictMode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionDeclaration when FuctionBody is strict code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-21-s.js b/test/suite/converted/chapter13/13.1/13.1-21-s.js index f06d924727..b3f1bb2fd7 100644 --- a/test/suite/converted/chapter13/13.1/13.1-21-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-21-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-21-s.js; - * @description: StrictMode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionExpression in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-21-s.js + * @description StrictMode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionExpression in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-22-s.js b/test/suite/converted/chapter13/13.1/13.1-22-s.js index ce0d23e2ab..0acb0d52bf 100644 --- a/test/suite/converted/chapter13/13.1/13.1-22-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-22-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-22-s.js; - * @description: StrictMode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionExpression when FuctionBody is strict code; - * @strict_only; + * @path chapter13/13.1/13.1-22-s.js + * @description StrictMode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionExpression when FuctionBody is strict code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-23-s.js b/test/suite/converted/chapter13/13.1/13.1-23-s.js index 345ce61f42..7477357396 100644 --- a/test/suite/converted/chapter13/13.1/13.1-23-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-23-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-23-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration that is contained in eval strict code and the function has two identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-23-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration that is contained in eval strict code and the function has two identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-24-s.js b/test/suite/converted/chapter13/13.1/13.1-24-s.js index 66f965fb07..9353fb9321 100644 --- a/test/suite/converted/chapter13/13.1/13.1-24-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-24-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-24-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration whose FunctionBody is contained in strict code and the function has two identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-24-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration whose FunctionBody is contained in strict code and the function has two identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-25-s.js b/test/suite/converted/chapter13/13.1/13.1-25-s.js index 7d0ba8a69f..1d4ecb4307 100644 --- a/test/suite/converted/chapter13/13.1/13.1-25-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-25-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-25-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration that is contained in eval strict code and the function has two identical parameters which are separated by a unique parameter name; - * @strict_only; + * @path chapter13/13.1/13.1-25-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration that is contained in eval strict code and the function has two identical parameters which are separated by a unique parameter name + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-26-s.js b/test/suite/converted/chapter13/13.1/13.1-26-s.js index c10b6624d6..7f66e44e44 100644 --- a/test/suite/converted/chapter13/13.1/13.1-26-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-26-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-26-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration whose FunctionBody is contained in strict code and the function has two identical parameters which are separated by a unique parameter name; - * @strict_only; + * @path chapter13/13.1/13.1-26-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration whose FunctionBody is contained in strict code and the function has two identical parameters which are separated by a unique parameter name + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-27-s.js b/test/suite/converted/chapter13/13.1/13.1-27-s.js index d849e8482e..51b07eeef6 100644 --- a/test/suite/converted/chapter13/13.1/13.1-27-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-27-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-27-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration that is contained in eval strict code and the function has three identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-27-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration that is contained in eval strict code and the function has three identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-28-s.js b/test/suite/converted/chapter13/13.1/13.1-28-s.js index 5068369b59..c257091266 100644 --- a/test/suite/converted/chapter13/13.1/13.1-28-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-28-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-28-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration whose FunctionBody is contained in strict code and the function has three identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-28-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionDeclaration whose FunctionBody is contained in strict code and the function has three identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-29-s.js b/test/suite/converted/chapter13/13.1/13.1-29-s.js index d2a3544654..b3d58d8f51 100644 --- a/test/suite/converted/chapter13/13.1/13.1-29-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-29-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-29-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression that is contained in eval strict code and the function has two identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-29-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression that is contained in eval strict code and the function has two identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-3-1.js b/test/suite/converted/chapter13/13.1/13.1-3-1.js index f0d0ed3bec..be88962d25 100644 --- a/test/suite/converted/chapter13/13.1/13.1-3-1.js +++ b/test/suite/converted/chapter13/13.1/13.1-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-3-1.js; - * @description: eval allowed as function identifier in non-strict function declaration; + * @path chapter13/13.1/13.1-3-1.js + * @description eval allowed as function identifier in non-strict function declaration */ diff --git a/test/suite/converted/chapter13/13.1/13.1-3-2.js b/test/suite/converted/chapter13/13.1/13.1-3-2.js index 3b294b014c..1243ba3e63 100644 --- a/test/suite/converted/chapter13/13.1/13.1-3-2.js +++ b/test/suite/converted/chapter13/13.1/13.1-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-3-2.js; - * @description: eval allowed as function identifier in non-strict function expression; + * @path chapter13/13.1/13.1-3-2.js + * @description eval allowed as function identifier in non-strict function expression */ diff --git a/test/suite/converted/chapter13/13.1/13.1-3-7.js b/test/suite/converted/chapter13/13.1/13.1-3-7.js index 8477c31a38..d7f87fc98d 100644 --- a/test/suite/converted/chapter13/13.1/13.1-3-7.js +++ b/test/suite/converted/chapter13/13.1/13.1-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-3-7.js; - * @description: arguments allowed as function identifier in non-strict function declaration; + * @path chapter13/13.1/13.1-3-7.js + * @description arguments allowed as function identifier in non-strict function declaration */ diff --git a/test/suite/converted/chapter13/13.1/13.1-3-8.js b/test/suite/converted/chapter13/13.1/13.1-3-8.js index de7457dac4..d10c2b1f80 100644 --- a/test/suite/converted/chapter13/13.1/13.1-3-8.js +++ b/test/suite/converted/chapter13/13.1/13.1-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-3-8.js; - * @description: arguments allowed as function identifier in non-strict function expression; + * @path chapter13/13.1/13.1-3-8.js + * @description arguments allowed as function identifier in non-strict function expression */ diff --git a/test/suite/converted/chapter13/13.1/13.1-3-s.js b/test/suite/converted/chapter13/13.1/13.1-3-s.js index 8b366ea64b..652e184449 100644 --- a/test/suite/converted/chapter13/13.1/13.1-3-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-3-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-3-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionDeclaration; - * @strict_only; + * @path chapter13/13.1/13.1-3-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionDeclaration + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-30-s.js b/test/suite/converted/chapter13/13.1/13.1-30-s.js index 0c075cc0cc..8430db54e9 100644 --- a/test/suite/converted/chapter13/13.1/13.1-30-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-30-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-30-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression whose FunctionBody is contained in strict code and the function has two identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-30-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression whose FunctionBody is contained in strict code and the function has two identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-31-s.js b/test/suite/converted/chapter13/13.1/13.1-31-s.js index f80bc9ecdf..4a8492f336 100644 --- a/test/suite/converted/chapter13/13.1/13.1-31-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-31-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-31-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression that is contained in eval strict code and the function has two identical parameters, which are separated by a unique parameter name; - * @strict_only; + * @path chapter13/13.1/13.1-31-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression that is contained in eval strict code and the function has two identical parameters, which are separated by a unique parameter name + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-32-s.js b/test/suite/converted/chapter13/13.1/13.1-32-s.js index 48dfd55395..b334285196 100644 --- a/test/suite/converted/chapter13/13.1/13.1-32-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-32-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-32-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression whose FunctionBody is strict and the function has two identical parameters, which are separated by a unique parameter name; - * @strict_only; + * @path chapter13/13.1/13.1-32-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using a FunctionExpression whose FunctionBody is strict and the function has two identical parameters, which are separated by a unique parameter name + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-33-s.js b/test/suite/converted/chapter13/13.1/13.1-33-s.js index cffc53c5fa..c6d117c78a 100644 --- a/test/suite/converted/chapter13/13.1/13.1-33-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-33-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-33-s.js; - * @description: Strict Mode - SyntaxError is thrown if function is created using a FunctionExpression that is contained in eval strict code and the function has three identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-33-s.js + * @description Strict Mode - SyntaxError is thrown if function is created using a FunctionExpression that is contained in eval strict code and the function has three identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-34-s.js b/test/suite/converted/chapter13/13.1/13.1-34-s.js index d57180aef8..57d7002b51 100644 --- a/test/suite/converted/chapter13/13.1/13.1-34-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-34-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-34-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function declaration has three identical parameters with a strict mode body; - * @strict_only; + * @path chapter13/13.1/13.1-34-s.js + * @description Strict Mode - SyntaxError is thrown if a function declaration has three identical parameters with a strict mode body + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-35-s.js b/test/suite/converted/chapter13/13.1/13.1-35-s.js index 5ccc1c18e0..2749f3d9b1 100644 --- a/test/suite/converted/chapter13/13.1/13.1-35-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-35-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-35-s.js; - * @description: StrictMode - SyntaxError is thrown if 'eval' occurs as the function name of a FunctionDeclaration in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-35-s.js + * @description StrictMode - SyntaxError is thrown if 'eval' occurs as the function name of a FunctionDeclaration in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-36-s.js b/test/suite/converted/chapter13/13.1/13.1-36-s.js index 64924420d5..5b169ea68e 100644 --- a/test/suite/converted/chapter13/13.1/13.1-36-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-36-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-36-s.js; - * @description: StrictMode - SyntaxError is thrown if 'eval' occurs as the function name of a FunctionDeclaration whose FunctionBody is in strict mode; - * @strict_only; + * @path chapter13/13.1/13.1-36-s.js + * @description StrictMode - SyntaxError is thrown if 'eval' occurs as the function name of a FunctionDeclaration whose FunctionBody is in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-37-s.js b/test/suite/converted/chapter13/13.1/13.1-37-s.js index 0beba2ed19..35449e2e88 100644 --- a/test/suite/converted/chapter13/13.1/13.1-37-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-37-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-37-s.js; - * @description: StrictMode - SyntaxError is thrown if 'eval' occurs as the Identifier of a FunctionExpression in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-37-s.js + * @description StrictMode - SyntaxError is thrown if 'eval' occurs as the Identifier of a FunctionExpression in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-38-s.js b/test/suite/converted/chapter13/13.1/13.1-38-s.js index 3d830de45c..11518ce432 100644 --- a/test/suite/converted/chapter13/13.1/13.1-38-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-38-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-38-s.js; - * @description: StrictMode - SyntaxError is thrown if 'eval' occurs as the Identifier of a FunctionExpression whose FunctionBody is contained in strict code; - * @strict_only; + * @path chapter13/13.1/13.1-38-s.js + * @description StrictMode - SyntaxError is thrown if 'eval' occurs as the Identifier of a FunctionExpression whose FunctionBody is contained in strict code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-39-s.js b/test/suite/converted/chapter13/13.1/13.1-39-s.js index 3b1d9ba668..810b8d095c 100644 --- a/test/suite/converted/chapter13/13.1/13.1-39-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-39-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-39-s.js; - * @description: StrictMode - SyntaxError is thrown if 'arguments' occurs as the function name of a FunctionDeclaration in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-39-s.js + * @description StrictMode - SyntaxError is thrown if 'arguments' occurs as the function name of a FunctionDeclaration in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-4-s.js b/test/suite/converted/chapter13/13.1/13.1-4-s.js index cf6600a99a..a14d6aaec6 100644 --- a/test/suite/converted/chapter13/13.1/13.1-4-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-4-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if the Identifier "eval" or the Identifier "arguments" occurs within a FormalParameterList * of a strict mode FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-4-s.js; - * @description: Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionExpression; - * @strict_only; + * @path chapter13/13.1/13.1-4-s.js + * @description Strict Mode - SyntaxError is thrown if the identifier 'arguments' appears within a FormalParameterList of a strict mode FunctionExpression + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-40-s.js b/test/suite/converted/chapter13/13.1/13.1-40-s.js index 4de220cf29..cf43a5b6d0 100644 --- a/test/suite/converted/chapter13/13.1/13.1-40-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-40-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-40-s.js; - * @description: StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionDeclaration whose FunctionBody is contained in strict code; - * @strict_only; + * @path chapter13/13.1/13.1-40-s.js + * @description StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionDeclaration whose FunctionBody is contained in strict code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-41-s.js b/test/suite/converted/chapter13/13.1/13.1-41-s.js index 17fb624e27..1517d5b7eb 100644 --- a/test/suite/converted/chapter13/13.1/13.1-41-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-41-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-41-s.js; - * @description: StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionExpression in strict eval code; - * @strict_only; + * @path chapter13/13.1/13.1-41-s.js + * @description StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionExpression in strict eval code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-42-s.js b/test/suite/converted/chapter13/13.1/13.1-42-s.js index d3e02c9331..f22bad70df 100644 --- a/test/suite/converted/chapter13/13.1/13.1-42-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-42-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.1/13.1-42-s.js; - * @description: StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionExpression whose FunctionBody is contained in strict code; - * @strict_only; + * @path chapter13/13.1/13.1-42-s.js + * @description StrictMode - SyntaxError is thrown if 'arguments' occurs as the Identifier of a FunctionExpression whose FunctionBody is contained in strict code + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-5-s.js b/test/suite/converted/chapter13/13.1/13.1-5-s.js index f519a3ef2b..bb77b0fb28 100644 --- a/test/suite/converted/chapter13/13.1/13.1-5-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-5-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-5-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is declared in 'strict mode' using a FunctionDeclaration and the function has two identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-5-s.js + * @description Strict Mode - SyntaxError is thrown if a function is declared in 'strict mode' using a FunctionDeclaration and the function has two identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-6-s.js b/test/suite/converted/chapter13/13.1/13.1-6-s.js index 66b8f91c0f..4aa9a51bde 100644 --- a/test/suite/converted/chapter13/13.1/13.1-6-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-6-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-6-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionDeclaration and the function has two identical parameters, which are separated by a unique parameter name; - * @strict_only; + * @path chapter13/13.1/13.1-6-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionDeclaration and the function has two identical parameters, which are separated by a unique parameter name + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-7-s.js b/test/suite/converted/chapter13/13.1/13.1-7-s.js index 0864c3a6e4..4b969b0b7a 100644 --- a/test/suite/converted/chapter13/13.1/13.1-7-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-7-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-7-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionDeclaration and the function has three identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-7-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionDeclaration and the function has three identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-8-s.js b/test/suite/converted/chapter13/13.1/13.1-8-s.js index 57e69c75d0..931a05fa70 100644 --- a/test/suite/converted/chapter13/13.1/13.1-8-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-8-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-8-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionExpression and the function has two identical parameters; - * @strict_only; + * @path chapter13/13.1/13.1-8-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionExpression and the function has two identical parameters + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.1/13.1-9-s.js b/test/suite/converted/chapter13/13.1/13.1-9-s.js index 6a68cfe3e1..bcd63185f1 100644 --- a/test/suite/converted/chapter13/13.1/13.1-9-s.js +++ b/test/suite/converted/chapter13/13.1/13.1-9-s.js @@ -23,9 +23,9 @@ * It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode * FunctionDeclaration or FunctionExpression. * - * @path: chapter13/13.1/13.1-9-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionExpression and the function has two identical parameters, which are separated by a unique parameter name; - * @strict_only; + * @path chapter13/13.1/13.1-9-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created in 'strict mode' using a FunctionExpression and the function has two identical parameters, which are separated by a unique parameter name + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.2/13.2-1-s.js b/test/suite/converted/chapter13/13.2/13.2-1-s.js index 52884aa841..65bbacb1c4 100644 --- a/test/suite/converted/chapter13/13.2/13.2-1-s.js +++ b/test/suite/converted/chapter13/13.2/13.2-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-1-s.js; - * @description: StrictMode - Writing or reading from a property named 'caller' of function objects is allowed under both strict and normal modes.; - * @strict_only; + * @path chapter13/13.2/13.2-1-s.js + * @description StrictMode - Writing or reading from a property named 'caller' of function objects is allowed under both strict and normal modes. + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.2/13.2-15-1.js b/test/suite/converted/chapter13/13.2/13.2-15-1.js index d88b9032a4..c158942431 100644 --- a/test/suite/converted/chapter13/13.2/13.2-15-1.js +++ b/test/suite/converted/chapter13/13.2/13.2-15-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-15-1.js; - * @description: Function Object has length as its own property and does not invoke the setter defined on Function.prototype.length (Step 15); + * @path chapter13/13.2/13.2-15-1.js + * @description Function Object has length as its own property and does not invoke the setter defined on Function.prototype.length (Step 15) */ diff --git a/test/suite/converted/chapter13/13.2/13.2-17-1.js b/test/suite/converted/chapter13/13.2/13.2-17-1.js index 324af1850b..4fba105238 100644 --- a/test/suite/converted/chapter13/13.2/13.2-17-1.js +++ b/test/suite/converted/chapter13/13.2/13.2-17-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-17-1.js; - * @description: Function Object has 'constructor' as its own property, it is not enumerable and does not invoke the setter defined on Function.prototype.constructor (Step 17); + * @path chapter13/13.2/13.2-17-1.js + * @description Function Object has 'constructor' as its own property, it is not enumerable and does not invoke the setter defined on Function.prototype.constructor (Step 17) */ diff --git a/test/suite/converted/chapter13/13.2/13.2-18-1.js b/test/suite/converted/chapter13/13.2/13.2-18-1.js index f07ae61d43..76df3a9125 100644 --- a/test/suite/converted/chapter13/13.2/13.2-18-1.js +++ b/test/suite/converted/chapter13/13.2/13.2-18-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-18-1.js; - * @description: Function Object has 'prototype' as its own property, it is not enumerable and does not invoke the setter defined on Function.prototype (Step 18); + * @path chapter13/13.2/13.2-18-1.js + * @description Function Object has 'prototype' as its own property, it is not enumerable and does not invoke the setter defined on Function.prototype (Step 18) */ diff --git a/test/suite/converted/chapter13/13.2/13.2-2-s.js b/test/suite/converted/chapter13/13.2/13.2-2-s.js index 48193774f4..a2002d9b3d 100644 --- a/test/suite/converted/chapter13/13.2/13.2-2-s.js +++ b/test/suite/converted/chapter13/13.2/13.2-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-2-s.js; - * @description: StrictMode - A TypeError is thrown when a strict mode code writes to properties named 'caller' of function instances.; - * @strict_only; + * @path chapter13/13.2/13.2-2-s.js + * @description StrictMode - A TypeError is thrown when a strict mode code writes to properties named 'caller' of function instances. + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.2/13.2-3-s.js b/test/suite/converted/chapter13/13.2/13.2-3-s.js index a404d8874c..7e1f4d3b16 100644 --- a/test/suite/converted/chapter13/13.2/13.2-3-s.js +++ b/test/suite/converted/chapter13/13.2/13.2-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-3-s.js; - * @description: StrictMode - Writing or reading from a property named 'arguments' of function objects is allowed under both strict and normal modes.; - * @strict_only; + * @path chapter13/13.2/13.2-3-s.js + * @description StrictMode - Writing or reading from a property named 'arguments' of function objects is allowed under both strict and normal modes. + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.2/13.2-4-s.js b/test/suite/converted/chapter13/13.2/13.2-4-s.js index 33fbf53c24..58fc850fea 100644 --- a/test/suite/converted/chapter13/13.2/13.2-4-s.js +++ b/test/suite/converted/chapter13/13.2/13.2-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-4-s.js; - * @description: StrictMode - A TypeError is thrown when a code in strict mode tries to write to 'arguments' of function instances.; - * @strict_only; + * @path chapter13/13.2/13.2-4-s.js + * @description StrictMode - A TypeError is thrown when a code in strict mode tries to write to 'arguments' of function instances. + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.2/13.2-5-s.js b/test/suite/converted/chapter13/13.2/13.2-5-s.js index 5abdd4d32e..c979f171ec 100644 --- a/test/suite/converted/chapter13/13.2/13.2-5-s.js +++ b/test/suite/converted/chapter13/13.2/13.2-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-5-s.js; - * @description: StrictMode - reading a property named 'caller' of function objects is not allowed outside the function; - * @strict_only; + * @path chapter13/13.2/13.2-5-s.js + * @description StrictMode - reading a property named 'caller' of function objects is not allowed outside the function + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.2/13.2-7-s.js b/test/suite/converted/chapter13/13.2/13.2-7-s.js index 5907e13bc5..e0cbb4881a 100644 --- a/test/suite/converted/chapter13/13.2/13.2-7-s.js +++ b/test/suite/converted/chapter13/13.2/13.2-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-7-s.js; - * @description: StrictMode - enumerating over a function object looking for 'caller' fails outside of the function; - * @strict_only; + * @path chapter13/13.2/13.2-7-s.js + * @description StrictMode - enumerating over a function object looking for 'caller' fails outside of the function + * @strict_only */ diff --git a/test/suite/converted/chapter13/13.2/13.2-8-s.js b/test/suite/converted/chapter13/13.2/13.2-8-s.js index 924a8d27e6..c4c78ba31c 100644 --- a/test/suite/converted/chapter13/13.2/13.2-8-s.js +++ b/test/suite/converted/chapter13/13.2/13.2-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter13/13.2/13.2-8-s.js; - * @description: StrictMode - enumerating over a function object looking for 'caller' fails inside the function; - * @strict_only; + * @path chapter13/13.2/13.2-8-s.js + * @description StrictMode - enumerating over a function object looking for 'caller' fails inside the function + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-1-s.js b/test/suite/converted/chapter14/14.1/14.1-1-s.js index 6607a8cfd8..e2bfdf58f2 100644 --- a/test/suite/converted/chapter14/14.1/14.1-1-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-1-s.js; - * @description: 'use strict' directive - correct usage; - * @strict_only; + * @path chapter14/14.1/14.1-1-s.js + * @description 'use strict' directive - correct usage + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-10-s.js b/test/suite/converted/chapter14/14.1/14.1-10-s.js index 2c684fa1a2..3725bd9dbc 100644 --- a/test/suite/converted/chapter14/14.1/14.1-10-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-10-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-10-s.js; - * @description: other directives - may follow 'use strict' directive ; - * @strict_only; + * @path chapter14/14.1/14.1-10-s.js + * @description other directives - may follow 'use strict' directive + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-11-s.js b/test/suite/converted/chapter14/14.1/14.1-11-s.js index 19c7212945..334b981110 100644 --- a/test/suite/converted/chapter14/14.1/14.1-11-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-11-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-11-s.js; - * @description: comments may preceed 'use strict' directive ; - * @strict_only; + * @path chapter14/14.1/14.1-11-s.js + * @description comments may preceed 'use strict' directive + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-12-s.js b/test/suite/converted/chapter14/14.1/14.1-12-s.js index 1d8013e5a9..97c2fa21d0 100644 --- a/test/suite/converted/chapter14/14.1/14.1-12-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-12-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-12-s.js; - * @description: comments may follow 'use strict' directive ; - * @strict_only; + * @path chapter14/14.1/14.1-12-s.js + * @description comments may follow 'use strict' directive + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-13-s.js b/test/suite/converted/chapter14/14.1/14.1-13-s.js index 0bb49f696b..ba6cd577fb 100644 --- a/test/suite/converted/chapter14/14.1/14.1-13-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-13-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-13-s.js; - * @description: semicolon insertion works for'use strict' directive ; - * @strict_only; + * @path chapter14/14.1/14.1-13-s.js + * @description semicolon insertion works for'use strict' directive + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-14-s.js b/test/suite/converted/chapter14/14.1/14.1-14-s.js index 07f36e5363..06f88dc3f2 100644 --- a/test/suite/converted/chapter14/14.1/14.1-14-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-14-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-14-s.js; - * @description: semicolon insertion may come before 'use strict' directive ; - * @strict_only; + * @path chapter14/14.1/14.1-14-s.js + * @description semicolon insertion may come before 'use strict' directive + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-15-s.js b/test/suite/converted/chapter14/14.1/14.1-15-s.js index c0b0a99d3f..43571ff8c7 100644 --- a/test/suite/converted/chapter14/14.1/14.1-15-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-15-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-15-s.js; - * @description: blank lines may come before 'use strict' directive ; - * @strict_only; + * @path chapter14/14.1/14.1-15-s.js + * @description blank lines may come before 'use strict' directive + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-16-s.js b/test/suite/converted/chapter14/14.1/14.1-16-s.js index 73768c6cc1..e1cf4f6e8f 100644 --- a/test/suite/converted/chapter14/14.1/14.1-16-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-16-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-16-s.js; - * @description: 'use strict' directive - not recognized if it follow an empty statement; - * @strict_only; + * @path chapter14/14.1/14.1-16-s.js + * @description 'use strict' directive - not recognized if it follow an empty statement + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-17-s.js b/test/suite/converted/chapter14/14.1/14.1-17-s.js index 6362df451d..3aa7562d6b 100644 --- a/test/suite/converted/chapter14/14.1/14.1-17-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-17-s.js @@ -1,9 +1,9 @@ /** - * @path: chapter14/14.1/14.1-17-s.js; - * @description: 'use strict' directive - not recognized if it follow some other statment empty statement; - * @strict_only; + * @path chapter14/14.1/14.1-17-s.js + * @description 'use strict' directive - not recognized if it follow some other statment empty statement + * @strict_only */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter14/14.1/14.1-2-s.js b/test/suite/converted/chapter14/14.1/14.1-2-s.js index 6318bdf17d..80e08e08d6 100644 --- a/test/suite/converted/chapter14/14.1/14.1-2-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-2-s.js; - * @description: "use strict" directive - correct usage double quotes; - * @strict_only; + * @path chapter14/14.1/14.1-2-s.js + * @description "use strict" directive - correct usage double quotes + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-3-s.js b/test/suite/converted/chapter14/14.1/14.1-3-s.js index 8a169ab4fb..6aac0281ff 100644 --- a/test/suite/converted/chapter14/14.1/14.1-3-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-3-s.js; - * @description: 'use strict' directive - not recognized if it contains extra whitespace; - * @strict_only; + * @path chapter14/14.1/14.1-3-s.js + * @description 'use strict' directive - not recognized if it contains extra whitespace + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-4-s.js b/test/suite/converted/chapter14/14.1/14.1-4-s.js index 7089dc6aa0..b0ebb59568 100644 --- a/test/suite/converted/chapter14/14.1/14.1-4-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-4-s.js; - * @description: 'use strict' directive - not recognized if contains Line Continuation; - * @strict_only; + * @path chapter14/14.1/14.1-4-s.js + * @description 'use strict' directive - not recognized if contains Line Continuation + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-5-s.js b/test/suite/converted/chapter14/14.1/14.1-5-s.js index 9efad54ab3..4379384214 100644 --- a/test/suite/converted/chapter14/14.1/14.1-5-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-5-s.js; - * @description: 'use strict' directive - not recognized if contains a EscapeSequence; - * @strict_only; + * @path chapter14/14.1/14.1-5-s.js + * @description 'use strict' directive - not recognized if contains a EscapeSequence + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-6-s.js b/test/suite/converted/chapter14/14.1/14.1-6-s.js index 0e7616a9f8..ead50092ba 100644 --- a/test/suite/converted/chapter14/14.1/14.1-6-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-6-s.js; - * @description: 'use strict' directive - not recognized if contains a instead of a space; - * @strict_only; + * @path chapter14/14.1/14.1-6-s.js + * @description 'use strict' directive - not recognized if contains a instead of a space + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-7-s.js b/test/suite/converted/chapter14/14.1/14.1-7-s.js index c3414195da..d38c8b2526 100644 --- a/test/suite/converted/chapter14/14.1/14.1-7-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-7-s.js; - * @description: 'use strict' directive - not recognized if upper case; - * @strict_only; + * @path chapter14/14.1/14.1-7-s.js + * @description 'use strict' directive - not recognized if upper case + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-8-s.js b/test/suite/converted/chapter14/14.1/14.1-8-s.js index 86f91e764a..f0ce33c2de 100644 --- a/test/suite/converted/chapter14/14.1/14.1-8-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-8-s.js; - * @description: 'use strict' directive - may follow other directives; - * @strict_only; + * @path chapter14/14.1/14.1-8-s.js + * @description 'use strict' directive - may follow other directives + * @strict_only */ diff --git a/test/suite/converted/chapter14/14.1/14.1-9-s.js b/test/suite/converted/chapter14/14.1/14.1-9-s.js index b37e25d87b..93795ec487 100644 --- a/test/suite/converted/chapter14/14.1/14.1-9-s.js +++ b/test/suite/converted/chapter14/14.1/14.1-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter14/14.1/14.1-9-s.js; - * @description: 'use strict' directive - may occur multiple times; - * @strict_only; + * @path chapter14/14.1/14.1-9-s.js + * @description 'use strict' directive - may occur multiple times + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.1/15.1.1.1-0.js b/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.1/15.1.1.1-0.js index 56588e5034..5132a9bbc3 100644 --- a/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.1/15.1.1.1-0.js +++ b/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.1/15.1.1.1-0.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.1/15.1.1/15.1.1.1/15.1.1.1-0.js; - * @description: Global.NaN is a data property with default attribute values (false); + * @path chapter15/15.1/15.1.1/15.1.1.1/15.1.1.1-0.js + * @description Global.NaN is a data property with default attribute values (false) */ var global = this; diff --git a/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.2/15.1.1.2-0.js b/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.2/15.1.1.2-0.js index 24fcdd8bd7..3cd5c74180 100644 --- a/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.2/15.1.1.2-0.js +++ b/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.2/15.1.1.2-0.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.1/15.1.1/15.1.1.2/15.1.1.2-0.js; - * @description: Global.Infinity is a data property with default attribute values (false); + * @path chapter15/15.1/15.1.1/15.1.1.2/15.1.1.2-0.js + * @description Global.Infinity is a data property with default attribute values (false) */ var global = this; diff --git a/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.3/15.1.1.3-0.js b/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.3/15.1.1.3-0.js index d47db0549e..453f5650a7 100644 --- a/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.3/15.1.1.3-0.js +++ b/test/suite/converted/chapter15/15.1/15.1.1/15.1.1.3/15.1.1.3-0.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.1/15.1.1/15.1.1.3/15.1.1.3-0.js; - * @description: Global.undefined is a data property with default attribute values (false); + * @path chapter15/15.1/15.1.1/15.1.1.3/15.1.1.3-0.js + * @description Global.undefined is a data property with default attribute values (false) */ var global = this; diff --git a/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.2/15.1.2.2-2-1.js b/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.2/15.1.2.2-2-1.js index a636b33770..5a9aaa0fc3 100644 --- a/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.2/15.1.2.2-2-1.js +++ b/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.2/15.1.2.2-2-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.1/15.1.2/15.1.2.2/15.1.2.2-2-1.js; - * @description: pareseInt - 'S' is the empty string when inputString does not contain any such characters; + * @path chapter15/15.1/15.1.2/15.1.2.2/15.1.2.2-2-1.js + * @description pareseInt - 'S' is the empty string when inputString does not contain any such characters */ -assertTrue(isNaN(parseInt("")) && parseInt("") !== parseInt("")); +assertTruthy(isNaN(parseInt("")) && parseInt("") !== parseInt("")); diff --git a/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.3/15.1.2.3-2-1.js b/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.3/15.1.2.3-2-1.js index da712434e2..fdbaa1a12a 100644 --- a/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.3/15.1.2.3-2-1.js +++ b/test/suite/converted/chapter15/15.1/15.1.2/15.1.2.3/15.1.2.3-2-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.1/15.1.2/15.1.2.3/15.1.2.3-2-1.js; - * @description: pareseFloat - 'trimmedString' is the empty string when inputString does not contain any such characters; + * @path chapter15/15.1/15.1.2/15.1.2.3/15.1.2.3-2-1.js + * @description pareseFloat - 'trimmedString' is the empty string when inputString does not contain any such characters */ -assertTrue(isNaN(parseFloat("")) && parseFloat("") !== parseFloat("")); +assertTruthy(isNaN(parseFloat("")) && parseFloat("") !== parseFloat("")); diff --git a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-1.js b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-1.js index 87300a5bc8..bbe87aec72 100644 --- a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.2/15.10.2.15-3-1.js; - * @description: Pattern - SyntaxError was thrown when 'A' does not contain exactly one character (15.10.2.5 step 3); + * @path chapter15/15.10/15.10.2/15.10.2.15-3-1.js + * @description Pattern - SyntaxError was thrown when 'A' does not contain exactly one character (15.10.2.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-2.js b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-2.js index b13f86a727..1f00db41ac 100644 --- a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-2.js +++ b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.2/15.10.2.15-3-2.js; - * @description: Pattern - SyntaxError was thrown when 'B' does not contain exactly one character (15.10.2.5 step 3); + * @path chapter15/15.10/15.10.2/15.10.2.15-3-2.js + * @description Pattern - SyntaxError was thrown when 'B' does not contain exactly one character (15.10.2.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-6-1.js b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-6-1.js index 53fce3d624..64da0ce37b 100644 --- a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-6-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.15-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.2/15.10.2.15-6-1.js; - * @description: Pattern - SyntaxError was thrown when one character in CharSet 'A' greater than one character in CharSet 'B' (15.10.2.15 CharacterRange step 6); + * @path chapter15/15.10/15.10.2/15.10.2.15-6-1.js + * @description Pattern - SyntaxError was thrown when one character in CharSet 'A' greater than one character in CharSet 'B' (15.10.2.15 CharacterRange step 6) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.2-1.js b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.2-1.js index 7d6e283767..01dd554c78 100644 --- a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.2-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.2/15.10.2.2-1.js; - * @description: Pattern - SyntaxError was thrown when compile a pattern; + * @path chapter15/15.10/15.10.2/15.10.2.2-1.js + * @description Pattern - SyntaxError was thrown when compile a pattern */ diff --git a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.5-3-1.js b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.5-3-1.js index 3c99149474..368b13e557 100644 --- a/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.5-3-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.2/15.10.2.5-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.2/15.10.2.5-3-1.js; - * @description: Term - SyntaxError was thrown when max is finite and less than min (15.10.2.5 step 3); + * @path chapter15/15.10/15.10.2/15.10.2.5-3-1.js + * @description Term - SyntaxError was thrown when max is finite and less than min (15.10.2.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-1.js b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-1.js index 3922d0e648..1be5f0c40f 100644 --- a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.4/15.10.4.1-1.js; - * @description: RegExp - the thrown error is TypeError instead of RegExpError when pattern is an object whose [[Class]] property is 'RegExp' and flags is not undefined ; + * @path chapter15/15.10/15.10.4/15.10.4.1-1.js + * @description RegExp - the thrown error is TypeError instead of RegExpError when pattern is an object whose [[Class]] property is 'RegExp' and flags is not undefined */ diff --git a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-2.js b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-2.js index b71a91aec2..cce9ef1ffd 100644 --- a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-2.js +++ b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.4/15.10.4.1-2.js; - * @description: RegExp - the thrown error is SyntaxError instead of RegExpError when the characters of 'P' do not have the syntactic form Pattern; + * @path chapter15/15.10/15.10.4/15.10.4.1-2.js + * @description RegExp - the thrown error is SyntaxError instead of RegExpError when the characters of 'P' do not have the syntactic form Pattern */ diff --git a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-3.js b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-3.js index 2e3de6af7c..072cbcede1 100644 --- a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-3.js +++ b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.4/15.10.4.1-3.js; - * @description: RegExp - the thrown error is SyntaxError instead of RegExpError when 'F' contains any character other than 'g', 'i', or 'm' ; + * @path chapter15/15.10/15.10.4/15.10.4.1-3.js + * @description RegExp - the thrown error is SyntaxError instead of RegExpError when 'F' contains any character other than 'g', 'i', or 'm' */ diff --git a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-4.js b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-4.js index b454127c23..4c0517deb6 100644 --- a/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-4.js +++ b/test/suite/converted/chapter15/15.10/15.10.4/15.10.4.1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.4/15.10.4.1-4.js; - * @description: RegExp - the SyntaxError is not thrown when flags is 'gim'; + * @path chapter15/15.10/15.10.4/15.10.4.1-4.js + * @description RegExp - the SyntaxError is not thrown when flags is 'gim' */ diff --git a/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.2/15.10.6.2-9-e-1.js b/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.2/15.10.6.2-9-e-1.js index 1a7f9c7be3..0ea11a79c7 100644 --- a/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.2/15.10.6.2-9-e-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.2/15.10.6.2-9-e-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.6/15.10.6.2/15.10.6.2-9-e-1.js; - * @description: RegExp.prototype.exec - the removed step 9.e won't affected current algorithm; + * @path chapter15/15.10/15.10.6/15.10.6.2/15.10.6.2-9-e-1.js + * @description RegExp.prototype.exec - the removed step 9.e won't affected current algorithm */ diff --git a/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.js b/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.js index 90b64e8421..5fc2e3022e 100644 --- a/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.js +++ b/test/suite/converted/chapter15/15.10/15.10.6/15.10.6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.6/15.10.6.js; - * @description: RegExp.prototype is itself a RegExp; + * @path chapter15/15.10/15.10.6/15.10.6.js + * @description RegExp.prototype is itself a RegExp */ diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1.js index 9f627c354f..1df7b3fe67 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1.js; - * @description: RegExp.prototype.source is of type String; + * @path chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-1.js + * @description RegExp.prototype.source is of type String */ -assertTrue((typeof(RegExp.prototype.source)) === 'string'); +assertTruthy((typeof(RegExp.prototype.source)) === 'string'); diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2.js index 69a1518d23..9f1c563cae 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2.js; - * @description: RegExp.prototype.source is a data property with default attribute values (false); + * @path chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2.js + * @description RegExp.prototype.source is a data property with default attribute values (false) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1.js index 2129873c89..118b509881 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1.js; - * @description: RegExp.prototype.global is of type Boolean; + * @path chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1.js + * @description RegExp.prototype.global is of type Boolean */ -assertTrue((typeof(RegExp.prototype.global)) === 'boolean'); +assertTruthy((typeof(RegExp.prototype.global)) === 'boolean'); diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2.js index 4242cbd345..bf03459e42 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2.js; - * @description: RegExp.prototype.global is a data property with default attribute values (false); + * @path chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2.js + * @description RegExp.prototype.global is a data property with default attribute values (false) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1.js index 6ba64a75b5..537801a88c 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1.js; - * @description: RegExp.prototype.ignoreCase is of type Boolean; + * @path chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1.js + * @description RegExp.prototype.ignoreCase is of type Boolean */ -assertTrue((typeof(RegExp.prototype.ignoreCase)) === 'boolean'); +assertTruthy((typeof(RegExp.prototype.ignoreCase)) === 'boolean'); diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2.js index c8b0502882..b30882f281 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2.js; - * @description: RegExp.prototype.ignoreCase is a data property with default attribute values (false); + * @path chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2.js + * @description RegExp.prototype.ignoreCase is a data property with default attribute values (false) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1.js index 18f8b71907..2b1cca5a68 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1.js; - * @description: RegExp.prototype.multiline is of type Boolean; + * @path chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1.js + * @description RegExp.prototype.multiline is of type Boolean */ -assertTrue((typeof(RegExp.prototype.multiline)) === 'boolean'); +assertTruthy((typeof(RegExp.prototype.multiline)) === 'boolean'); diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2.js index d795590958..41561dc375 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2.js; - * @description: RegExp.prototype.multiline is a data property with default attribute values (false); + * @path chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2.js + * @description RegExp.prototype.multiline is a data property with default attribute values (false) */ diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1.js index 6050b02f65..246a406c76 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1.js; - * @description: RegExp.prototype.lastIndex is of type Number; + * @path chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1.js + * @description RegExp.prototype.lastIndex is of type Number */ -assertTrue((typeof(RegExp.prototype.lastIndex)) === 'number'); +assertTruthy((typeof(RegExp.prototype.lastIndex)) === 'number'); diff --git a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2.js b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2.js index 83731c8703..65abe6c152 100644 --- a/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2.js +++ b/test/suite/converted/chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2.js; - * @description: RegExp.prototype.lastIndex is a data property with specified attribute values; + * @path chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2.js + * @description RegExp.prototype.lastIndex is a data property with specified attribute values */ diff --git a/test/suite/converted/chapter15/15.11/15.11-1.js b/test/suite/converted/chapter15/15.11/15.11-1.js index 6c85f14f46..ade6a9917c 100644 --- a/test/suite/converted/chapter15/15.11/15.11-1.js +++ b/test/suite/converted/chapter15/15.11/15.11-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11-1.js; - * @description: Error - ConversionError has been removed from IE9 standard mode; + * @path chapter15/15.11/15.11-1.js + * @description Error - ConversionError has been removed from IE9 standard mode */ -assertTrue(typeof ConversionError === "undefined"); +assertTruthy(typeof ConversionError === "undefined"); diff --git a/test/suite/converted/chapter15/15.11/15.11-2.js b/test/suite/converted/chapter15/15.11/15.11-2.js index 03bcb28242..60104bd15c 100644 --- a/test/suite/converted/chapter15/15.11/15.11-2.js +++ b/test/suite/converted/chapter15/15.11/15.11-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11-2.js; - * @description: Error - RegExpError has been removed from IE9 standard mode; + * @path chapter15/15.11/15.11-2.js + * @description Error - RegExpError has been removed from IE9 standard mode */ -assertTrue(typeof RegExpError === "undefined"); +assertTruthy(typeof RegExpError === "undefined"); diff --git a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js index eb2122fbfc..a4ebd026bc 100644 --- a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js +++ b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js; - * @description: Error.prototype.toString return the result of concatenating 'name', ':', a single space character, and 'msg' when 'name' and 'msg' are non-empty string; + * @path chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js + * @description Error.prototype.toString return the result of concatenating 'name', ':', a single space character, and 'msg' when 'name' and 'msg' are non-empty string */ diff --git a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js index 532f13868e..13512d9a96 100644 --- a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js +++ b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js; - * @description: Error.prototype.toString - 'Error' is returned when 'name' is absent and empty string is returned when 'msg' is undefined; + * @path chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js + * @description Error.prototype.toString - 'Error' is returned when 'name' is absent and empty string is returned when 'msg' is undefined */ diff --git a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js index c805099490..5610daa71a 100644 --- a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js +++ b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js; - * @description: Error.prototype.toString - 'Error' is returned when 'name' is absent and value of 'msg' is returned when 'msg' is non-empty string; + * @path chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js + * @description Error.prototype.toString - 'Error' is returned when 'name' is absent and value of 'msg' is returned when 'msg' is non-empty string */ diff --git a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js index 3195f16e26..083d970a76 100644 --- a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js +++ b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js; - * @description: Error.prototype.toString return the value of 'msg' when 'name' is empty string and 'msg' isn't undefined; + * @path chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js + * @description Error.prototype.toString return the value of 'msg' when 'name' is empty string and 'msg' isn't undefined */ diff --git a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js index e6b5685f14..3cce467e7a 100644 --- a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js +++ b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js; - * @description: Error.prototype.toString return empty string when 'name' is empty string and 'msg' is undefined; + * @path chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js + * @description Error.prototype.toString return empty string when 'name' is empty string and 'msg' is undefined */ diff --git a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js index 197847f9bd..2002002df7 100644 --- a/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js +++ b/test/suite/converted/chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js; - * @description: Error.prototype.toString return 'name' when 'name' is non-empty string and 'msg' is empty string; + * @path chapter15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js + * @description Error.prototype.toString return 'name' when 'name' is non-empty string and 'msg' is empty string */ diff --git a/test/suite/converted/chapter15/15.12/15.12-0-1.js b/test/suite/converted/chapter15/15.12/15.12-0-1.js index 129f775d88..48636cbd8c 100644 --- a/test/suite/converted/chapter15/15.12/15.12-0-1.js +++ b/test/suite/converted/chapter15/15.12/15.12-0-1.js @@ -23,8 +23,8 @@ * The name JSON must be bound to an object. * 4.2 calls out JSON as one of the built-in objects. * - * @path: chapter15/15.12/15.12-0-1.js; - * @description: JSON must be a built-in object; + * @path chapter15/15.12/15.12-0-1.js + * @description JSON must be a built-in object */ diff --git a/test/suite/converted/chapter15/15.12/15.12-0-2.js b/test/suite/converted/chapter15/15.12/15.12-0-2.js index 4978405459..661411f86f 100644 --- a/test/suite/converted/chapter15/15.12/15.12-0-2.js +++ b/test/suite/converted/chapter15/15.12/15.12-0-2.js @@ -23,8 +23,8 @@ * The name JSON must be bound to an object, and must not support [[Construct]]. * step 4 in 11.2.2 should throw a TypeError exception. * - * @path: chapter15/15.12/15.12-0-2.js; - * @description: JSON must not support the [[Construct]] method; + * @path chapter15/15.12/15.12-0-2.js + * @description JSON must not support the [[Construct]] method */ diff --git a/test/suite/converted/chapter15/15.12/15.12-0-3.js b/test/suite/converted/chapter15/15.12/15.12-0-3.js index ccaff3732a..c8ce125e2d 100644 --- a/test/suite/converted/chapter15/15.12/15.12-0-3.js +++ b/test/suite/converted/chapter15/15.12/15.12-0-3.js @@ -23,8 +23,8 @@ * The name JSON must be bound to an object, and must not support [[Call]]. * step 5 in 11.2.3 should throw a TypeError exception. * - * @path: chapter15/15.12/15.12-0-3.js; - * @description: JSON must not support the [[Call]] method; + * @path chapter15/15.12/15.12-0-3.js + * @description JSON must not support the [[Call]] method */ diff --git a/test/suite/converted/chapter15/15.12/15.12-0-4.js b/test/suite/converted/chapter15/15.12/15.12-0-4.js index b378a7db66..19673882d2 100644 --- a/test/suite/converted/chapter15/15.12/15.12-0-4.js +++ b/test/suite/converted/chapter15/15.12/15.12-0-4.js @@ -25,8 +25,8 @@ * unless otherwise specified. This default applies to the properties on * JSON, and we should not be able to enumerate them. * - * @path: chapter15/15.12/15.12-0-4.js; - * @description: JSON object's properties must be non enumerable; + * @path chapter15/15.12/15.12-0-4.js + * @description JSON object's properties must be non enumerable */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-1.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-1.js index bb64680c1a..1733d3ac4e 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-1.js; - * @description: The JSON lexical grammar treats whitespace as a token seperator; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-1.js + * @description The JSON lexical grammar treats whitespace as a token seperator */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-2.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-2.js index 1dbd9ee0d4..aab79fce53 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-2.js; - * @description: is not valid JSON whitespace as specified by the production JSONWhitespace.; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-2.js + * @description is not valid JSON whitespace as specified by the production JSONWhitespace. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-3.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-3.js index ecdde1a843..c68b195b38 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-3.js; - * @description: is not valid JSON whitespace as specified by the production JSONWhitespace.; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-3.js + * @description is not valid JSON whitespace as specified by the production JSONWhitespace. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-4.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-4.js index f971be3b8e..a9c5ef7170 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-4.js; - * @description: is not valid JSON whitespace as specified by the production JSONWhitespace.; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-4.js + * @description is not valid JSON whitespace as specified by the production JSONWhitespace. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-5.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-5.js index 8bcfc75151..ea6634c63c 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-5.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-5.js; - * @description: is not valid JSON whitespace as specified by the production JSONWhitespace.; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-5.js + * @description is not valid JSON whitespace as specified by the production JSONWhitespace. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-6.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-6.js index 4ce0c47e2f..aaa808be23 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-6.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-6.js; - * @description: is not valid JSON whitespace as specified by the production JSONWhitespace.; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-6.js + * @description is not valid JSON whitespace as specified by the production JSONWhitespace. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-7.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-7.js index 5d93430dcb..2185c067a4 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-7.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-7.js; - * @description: other category z spaces are not valid JSON whitespace as specified by the production JSONWhitespace.; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-7.js + * @description other category z spaces are not valid JSON whitespace as specified by the production JSONWhitespace. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-8.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-8.js index 42f01406bc..ae8788e93a 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-8.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-8.js; - * @description: U+2028 and U+2029 are not valid JSON whitespace as specified by the production JSONWhitespace.; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-8.js + * @description U+2028 and U+2029 are not valid JSON whitespace as specified by the production JSONWhitespace. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-9.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-9.js index 5a149051e2..650e6c3289 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-9.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-9.js; - * @description: Whitespace characters can appear before/after any JSONtoken; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-9.js + * @description Whitespace characters can appear before/after any JSONtoken */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-1.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-1.js index 3a0bdb48c5..8e203ce887 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-1.js; - * @description: The JSON lexical grammar treats as a whitespace character; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-1.js + * @description The JSON lexical grammar treats as a whitespace character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-2.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-2.js index 54ec2317ef..d1a211883b 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-2.js; - * @description: The JSON lexical grammar treats as a whitespace character; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-2.js + * @description The JSON lexical grammar treats as a whitespace character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-3.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-3.js index 6a6d358df1..12da031af9 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-3.js; - * @description: The JSON lexical grammar treats as a whitespace character; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-3.js + * @description The JSON lexical grammar treats as a whitespace character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-4.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-4.js index a645fd779a..fe77fce8af 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-4.js; - * @description: The JSON lexical grammar treats as a whitespace character; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g1-4.js + * @description The JSON lexical grammar treats as a whitespace character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-1.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-1.js index bd370174d3..63872f3767 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-1.js; - * @description: JSONStrings can be written using double quotes; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-1.js + * @description JSONStrings can be written using double quotes */ -assertTrue(JSON.parse('"abc"')==="abc"); +assertTruthy(JSON.parse('"abc"')==="abc"); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-2.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-2.js index 41656c0a81..9b562a9d6f 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-2.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-2.js; - * @description: A JSONString may not be delimited by single quotes ; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-2.js + * @description A JSONString may not be delimited by single quotes */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-3.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-3.js index c627a973ac..465c894d42 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-3.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-3.js; - * @description: A JSONString may not be delimited by Uncode escaped quotes ; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-3.js + * @description A JSONString may not be delimited by Uncode escaped quotes */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-4.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-4.js index a47f30a8a6..2bfbd227b2 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-4.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-4.js; - * @description: A JSONString must both begin and end with double quotes; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-4.js + * @description A JSONString must both begin and end with double quotes */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-5.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-5.js index 1aaf07fbff..13dd2f576c 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-5.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-5.js; - * @description: A JSONStrings can contain no JSONStringCharacters (Empty JSONStrings); + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g2-5.js + * @description A JSONStrings can contain no JSONStringCharacters (Empty JSONStrings) */ -assertTrue(JSON.parse('""')===""); +assertTruthy(JSON.parse('""')===""); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-1.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-1.js index 5f04c61c20..dda1adbcb7 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-1.js; - * @description: The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0000 thru U+0007; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-1.js + * @description The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0000 thru U+0007 */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-2.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-2.js index f78c91fa92..a7c4e64485 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-2.js; - * @description: The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0008 thru U+000F; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-2.js + * @description The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0008 thru U+000F */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-3.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-3.js index 8f7a54bfaa..bcab017be0 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-3.js; - * @description: The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0010 thru U+0017; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-3.js + * @description The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0010 thru U+0017 */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-4.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-4.js index 7594c92643..b7edebe8b2 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-4.js; - * @description: The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0018 thru U+001F; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g4-4.js + * @description The JSON lexical grammar does not allow a JSONStringCharacter to be any of the Unicode characters U+0018 thru U+001F */ diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-1.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-1.js index e3f5d07649..ad0c7fe78c 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-1.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-1.js; - * @description: The JSON lexical grammar allows Unicode escape sequences in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-1.js + * @description The JSON lexical grammar allows Unicode escape sequences in a JSONString */ /// Copyright (c) 2009 Microsoft Corporation @@ -24,4 +24,4 @@ /// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, /// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -assertTrue(JSON.parse('"\\u0058"')==='X'); +assertTruthy(JSON.parse('"\\u0058"')==='X'); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-2.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-2.js index 8ab617fcac..02fd3bc242 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-2.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-2.js; - * @description: A JSONStringCharacter UnicodeEscape may not have fewer than 4 hex characters; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-2.js + * @description A JSONStringCharacter UnicodeEscape may not have fewer than 4 hex characters */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-3.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-3.js index 82154c6097..62f5023772 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-3.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-3.js; - * @description: A JSONStringCharacter UnicodeEscape may not include any non=hex characters; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g5-3.js + * @description A JSONStringCharacter UnicodeEscape may not include any non=hex characters */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-1.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-1.js index 013f970afe..b83a421504 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-1.js; - * @description: The JSON lexical grammer allows '/' as a JSONEscapeCharacter after '' in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-1.js + * @description The JSON lexical grammer allows '/' as a JSONEscapeCharacter after '' in a JSONString */ -assertTrue(JSON.parse('"\\/"')==='/'); +assertTruthy(JSON.parse('"\\/"')==='/'); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-2.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-2.js index 5cea3cb1f6..087b6c9946 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-2.js; - * @description: The JSON lexical grammer allows '' as a JSONEscapeCharacter after '' in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-2.js + * @description The JSON lexical grammer allows '' as a JSONEscapeCharacter after '' in a JSONString */ -assertTrue(JSON.parse('"\\\\"')==='\\'); +assertTruthy(JSON.parse('"\\\\"')==='\\'); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-3.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-3.js index 47c81fa196..6cf9069969 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-3.js; - * @description: The JSON lexical grammer allows 'b' as a JSONEscapeCharacter after '' in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-3.js + * @description The JSON lexical grammer allows 'b' as a JSONEscapeCharacter after '' in a JSONString */ -assertTrue(JSON.parse('"\\b"')==='\b'); +assertTruthy(JSON.parse('"\\b"')==='\b'); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-4.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-4.js index cab5c28f32..f25fdc3e77 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-4.js; - * @description: The JSON lexical grammer allows 'f' as a JSONEscapeCharacter after '' in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-4.js + * @description The JSON lexical grammer allows 'f' as a JSONEscapeCharacter after '' in a JSONString */ -assertTrue(JSON.parse('"\\f"')==='\f'); +assertTruthy(JSON.parse('"\\f"')==='\f'); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-5.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-5.js index 461e5d541a..cce6e02cb5 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-5.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-5.js; - * @description: The JSON lexical grammer allows 'n' as a JSONEscapeCharacter after '' in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-5.js + * @description The JSON lexical grammer allows 'n' as a JSONEscapeCharacter after '' in a JSONString */ -assertTrue(JSON.parse('"\\n"')==='\n'); +assertTruthy(JSON.parse('"\\n"')==='\n'); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-6.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-6.js index 4674486502..219a63eda9 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-6.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-6.js; - * @description: The JSON lexical grammer allows 'r' as a JSONEscapeCharacter after '' in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-6.js + * @description The JSON lexical grammer allows 'r' as a JSONEscapeCharacter after '' in a JSONString */ -assertTrue(JSON.parse('"\\r"')==='\r'); +assertTruthy(JSON.parse('"\\r"')==='\r'); diff --git a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-7.js b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-7.js index e9275f4bc5..c4de5b22bd 100644 --- a/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-7.js +++ b/test/suite/converted/chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-7.js; - * @description: The JSON lexical grammer allows 't' as a JSONEscapeCharacter after '' in a JSONString; + * @path chapter15/15.12/15.12.1/15.12.1.1/15.12.1.1-g6-7.js + * @description The JSON lexical grammer allows 't' as a JSONEscapeCharacter after '' in a JSONString */ -assertTrue(JSON.parse('"\\t"')==='\t'); +assertTruthy(JSON.parse('"\\t"')==='\t'); diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-1.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-1.js index 7248dd2179..728fb3cc2d 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-1.js @@ -32,8 +32,8 @@ * This default applies to JSON.parse, and it must exist as a function * taking 2 parameters. * - * @path: chapter15/15.12/15.12.2/15.12.2-0-1.js; - * @description: JSON.parse must exist as a function; + * @path chapter15/15.12/15.12.2/15.12.2-0-1.js + * @description JSON.parse must exist as a function */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-2.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-2.js index a5f9ff2c84..c8ee9ad5ba 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-2.js @@ -32,8 +32,8 @@ * This default applies to JSON.parse, and it must exist as a function * taking 2 parameters. * - * @path: chapter15/15.12/15.12.2/15.12.2-0-2.js; - * @description: JSON.parse must exist as a function taking 2 parameters; + * @path chapter15/15.12/15.12.2/15.12.2-0-2.js + * @description JSON.parse must exist as a function taking 2 parameters */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-3.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-3.js index 0997b32905..fcc4e220a0 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-0-3.js @@ -23,8 +23,8 @@ * The initial value of [[Configurable]] on JSON is true. This means we * should be able to delete (8.6.2.5) the stringify and parse properties. * - * @path: chapter15/15.12/15.12.2/15.12.2-0-3.js; - * @description: JSON.parse must be deletable (configurable); + * @path chapter15/15.12/15.12.2/15.12.2-0-3.js + * @description JSON.parse must be deletable (configurable) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-1.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-1.js index 859ba8199e..de1d52a4c8 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-1.js; - * @description: JSON.parse - parsing an object where property name is a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-1.js + * @description JSON.parse - parsing an object where property name is a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-10.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-10.js index f2c465751d..2f4e0769c0 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-10.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-10.js; - * @description: JSON.parse - parsing an object where property value middles with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-10.js + * @description JSON.parse - parsing an object where property value middles with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-2.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-2.js index 623e2bcdd8..4dc37b552e 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-2.js; - * @description: JSON.parse - parsing an object where property name starts with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-2.js + * @description JSON.parse - parsing an object where property name starts with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-3.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-3.js index 198473ad6e..f7b89e275b 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-3.js; - * @description: JSON.parse - parsing an object where property name ends with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-3.js + * @description JSON.parse - parsing an object where property name ends with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-4.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-4.js index 2502a8185f..150bb9fee3 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-4.js; - * @description: JSON.parse - parsing an object where property name starts and ends with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-4.js + * @description JSON.parse - parsing an object where property name starts and ends with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-5.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-5.js index ccbfe8bcd7..2951f57602 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-5.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-5.js; - * @description: JSON.parse - parsing an object where property name middles with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-5.js + * @description JSON.parse - parsing an object where property name middles with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-6.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-6.js index 9011c3119d..cc63c7a608 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-6.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-6.js; - * @description: JSON.parse - parsing an object where property value is a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-6.js + * @description JSON.parse - parsing an object where property value is a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-7.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-7.js index 4f31a752a2..b86dca3921 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-7.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-7.js; - * @description: JSON.parse - parsing an object where property value starts with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-7.js + * @description JSON.parse - parsing an object where property value starts with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-8.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-8.js index 4801d6cb5b..807388b529 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-8.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-8.js; - * @description: JSON.parse - parsing an object where property value ends with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-8.js + * @description JSON.parse - parsing an object where property value ends with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-9.js b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-9.js index ee4a49b5f3..06e4ed7e96 100644 --- a/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-9.js +++ b/test/suite/converted/chapter15/15.12/15.12.2/15.12.2-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.2/15.12.2-2-9.js; - * @description: JSON.parse - parsing an object where property value starts and ends with a null character; + * @path chapter15/15.12/15.12.2/15.12.2-2-9.js + * @description JSON.parse - parsing an object where property value starts and ends with a null character */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-1.js index a2610e1f80..6ed7c5c185 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-1.js @@ -32,8 +32,8 @@ * This default applies to JSON.stringify, and it must exist as a function * taking 3 parameters. * - * @path: chapter15/15.12/15.12.3/15.12.3-0-1.js; - * @description: JSON.stringify must exist as be a function; + * @path chapter15/15.12/15.12.3/15.12.3-0-1.js + * @description JSON.stringify must exist as be a function */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-2.js index 850662f38e..8dcfb6a61a 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-2.js @@ -32,8 +32,8 @@ * This default applies to JSON.stringify, and it must exist as a function * taking 3 parameters. * - * @path: chapter15/15.12/15.12.3/15.12.3-0-2.js; - * @description: JSON.stringify must exist as be a function taking 3 parameters; + * @path chapter15/15.12/15.12.3/15.12.3-0-2.js + * @description JSON.stringify must exist as be a function taking 3 parameters */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-3.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-3.js index 4d4a1b986b..1710154acc 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-0-3.js @@ -23,8 +23,8 @@ * The initial value of [[Configurable]] on JSON is true. This means we * should be able to delete (8.6.2.5) the stringify and parse properties. * - * @path: chapter15/15.12/15.12.3/15.12.3-0-3.js; - * @description: JSON.stringify must be deletable (configurable); + * @path chapter15/15.12/15.12.3/15.12.3-0-3.js + * @description JSON.stringify must be deletable (configurable) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-1.js index 37471e8486..ab8683c5c1 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-1.js; - * @description: JSON.stringify(undefined) returns undefined; + * @path chapter15/15.12/15.12.3/15.12.3-11-1.js + * @description JSON.stringify(undefined) returns undefined */ -assertTrue(JSON.stringify(undefined) === undefined); +assertTruthy(JSON.stringify(undefined) === undefined); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-10.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-10.js index 1b1521e609..6a19a95bd1 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-10.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-10.js; - * @description: A JSON.stringify replacer function applied to a top level scalar value can return undefined.; + * @path chapter15/15.12/15.12.3/15.12.3-11-10.js + * @description A JSON.stringify replacer function applied to a top level scalar value can return undefined. */ -assertTrue(JSON.stringify(42, function(k, v) { return undefined }) === undefined); +assertTruthy(JSON.stringify(42, function(k, v) { return undefined }) === undefined); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-11.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-11.js index 64487ec08d..180620622b 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-11.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-11.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-11.js; - * @description: A JSON.stringify replacer function applied to a top level Object can return undefined.; + * @path chapter15/15.12/15.12.3/15.12.3-11-11.js + * @description A JSON.stringify replacer function applied to a top level Object can return undefined. */ -assertTrue(JSON.stringify({prop:1}, function(k, v) { return undefined }) === undefined); +assertTruthy(JSON.stringify({prop:1}, function(k, v) { return undefined }) === undefined); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-12.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-12.js index 625213106f..75782b3016 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-12.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-12.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-12.js; - * @description: A JSON.stringify replacer function applied to a top level scalar can return an Array.; + * @path chapter15/15.12/15.12.3/15.12.3-11-12.js + * @description A JSON.stringify replacer function applied to a top level scalar can return an Array. */ -assertTrue(JSON.stringify(42, function(k, v) { return v==42 ?[4,2]:v }) === '[4,2]'); +assertTruthy(JSON.stringify(42, function(k, v) { return v==42 ?[4,2]:v }) === '[4,2]'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-13.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-13.js index 30b618c405..40284b07b9 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-13.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-13.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-13.js; - * @description: A JSON.stringify replacer function applied to a top level scalar can return an Object.; + * @path chapter15/15.12/15.12.3/15.12.3-11-13.js + * @description A JSON.stringify replacer function applied to a top level scalar can return an Object. */ -assertTrue(JSON.stringify(42, function(k, v) { return v==42 ? {forty:2}: v}) === '{"forty":2}'); +assertTruthy(JSON.stringify(42, function(k, v) { return v==42 ? {forty:2}: v}) === '{"forty":2}'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-14.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-14.js index c83150cd71..a20897e8a1 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-14.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-14.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-14.js; - * @description: Applying JSON.stringify to a function returns undefined.; + * @path chapter15/15.12/15.12.3/15.12.3-11-14.js + * @description Applying JSON.stringify to a function returns undefined. */ -assertTrue(JSON.stringify(function() {}) === undefined); +assertTruthy(JSON.stringify(function() {}) === undefined); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-15.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-15.js index c625dcc420..6addba58b1 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-15.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-15.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-15.js; - * @description: Applying JSON.stringify with a replacer function to a function returns the replacer value.; + * @path chapter15/15.12/15.12.3/15.12.3-11-15.js + * @description Applying JSON.stringify with a replacer function to a function returns the replacer value. */ -assertTrue(JSON.stringify(function() {}, function(k,v) {return 99}) === '99'); +assertTruthy(JSON.stringify(function() {}, function(k,v) {return 99}) === '99'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-16.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-16.js index 0bc8645b68..762d4a9539 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-16.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-16.js; - * @description: JSON.stringify - stringifying an object where property name is the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-16.js + * @description JSON.stringify - stringifying an object where property name is the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-17.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-17.js index 86e217f235..a50f654cb6 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-17.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-17.js; - * @description: JSON.stringify - stringifying an object where property name starts with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-17.js + * @description JSON.stringify - stringifying an object where property name starts with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-18.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-18.js index 8d7a6776aa..6ecec25141 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-18.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-18.js; - * @description: JSON.stringify - stringifying an object where property name ends with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-18.js + * @description JSON.stringify - stringifying an object where property name ends with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-19.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-19.js index 9a6d9479b6..062fb3ba32 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-19.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-19.js; - * @description: JSON.stringify - stringifying an object where property name starts and ends with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-19.js + * @description JSON.stringify - stringifying an object where property name starts and ends with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-2.js index c351271914..e62ca83912 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-2.js; - * @description: A JSON.stringify replacer function works is applied to a top level undefined value.; + * @path chapter15/15.12/15.12.3/15.12.3-11-2.js + * @description A JSON.stringify replacer function works is applied to a top level undefined value. */ -assertTrue(JSON.stringify(undefined, function(k, v) { return "replacement" }) === '"replacement"'); +assertTruthy(JSON.stringify(undefined, function(k, v) { return "replacement" }) === '"replacement"'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-20.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-20.js index ebad08bd10..8299d496de 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-20.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-20.js; - * @description: JSON.stringify - stringifying an object where property name middles with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-20.js + * @description JSON.stringify - stringifying an object where property name middles with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-21.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-21.js index 8d2c298d30..a6c852e4fe 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-21.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-21.js; - * @description: JSON.stringify - stringifying an object where property value is the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-21.js + * @description JSON.stringify - stringifying an object where property value is the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-22.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-22.js index 5091ab75fb..e7b5efda31 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-22.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-22.js; - * @description: JSON.stringify - stringifying an object where property value starts with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-22.js + * @description JSON.stringify - stringifying an object where property value starts with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-23.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-23.js index fca2ba0ce8..b88b5ff4a1 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-23.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-23.js; - * @description: JSON.stringify - stringifying an object where property value ends with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-23.js + * @description JSON.stringify - stringifying an object where property value ends with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-24.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-24.js index 02f448fcc8..54a73824c8 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-24.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-24.js; - * @description: JSON.stringify - stringifying an object where property value starts and ends with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-24.js + * @description JSON.stringify - stringifying an object where property value starts and ends with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-25.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-25.js index 4c4cbc87bd..8aa246cba6 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-25.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-25.js; - * @description: JSON.stringify - stringifying an object where property value middles with the union of all null character (The abstract operation Quote(value) step 2.c); + * @path chapter15/15.12/15.12.3/15.12.3-11-25.js + * @description JSON.stringify - stringifying an object where property value middles with the union of all null character (The abstract operation Quote(value) step 2.c) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-26.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-26.js index 51eadd8f94..3f472d57be 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-26.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-26.js; - * @description: JSON.stringify - the last element of the concatenation is ']' (The abstract operation JA(value) step 10.b.iii); + * @path chapter15/15.12/15.12.3/15.12.3-11-26.js + * @description JSON.stringify - the last element of the concatenation is ']' (The abstract operation JA(value) step 10.b.iii) */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-3.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-3.js index 2abd93be20..11df5d2366 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-3.js; - * @description: A JSON.stringify correctly works on top level string values.; + * @path chapter15/15.12/15.12.3/15.12.3-11-3.js + * @description A JSON.stringify correctly works on top level string values. */ -assertTrue(JSON.stringify("a string") === '"a string"'); +assertTruthy(JSON.stringify("a string") === '"a string"'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-4.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-4.js index 7f43a347a4..d99cd30afc 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-4.js; - * @description: JSON.stringify correctly works on top level Number values.; + * @path chapter15/15.12/15.12.3/15.12.3-11-4.js + * @description JSON.stringify correctly works on top level Number values. */ -assertTrue(JSON.stringify(123) === '123'); +assertTruthy(JSON.stringify(123) === '123'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-5.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-5.js index a3c2af95c3..3ab20b3b51 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-5.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-5.js; - * @description: JSON.stringify correctly works on top level Boolean values.; + * @path chapter15/15.12/15.12.3/15.12.3-11-5.js + * @description JSON.stringify correctly works on top level Boolean values. */ -assertTrue(JSON.stringify(true) === 'true'); +assertTruthy(JSON.stringify(true) === 'true'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-6.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-6.js index 0719390c63..9eb76cc666 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-6.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-6.js; - * @description: JSON.stringify correctly works on top level null values.; + * @path chapter15/15.12/15.12.3/15.12.3-11-6.js + * @description JSON.stringify correctly works on top level null values. */ -assertTrue(JSON.stringify(null) === 'null'); +assertTruthy(JSON.stringify(null) === 'null'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-7.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-7.js index 8382098c4a..5e766d80cd 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-7.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-7.js; - * @description: JSON.stringify correctly works on top level Number objects.; + * @path chapter15/15.12/15.12.3/15.12.3-11-7.js + * @description JSON.stringify correctly works on top level Number objects. */ -assertTrue(JSON.stringify(new Number(42)) === '42'); +assertTruthy(JSON.stringify(new Number(42)) === '42'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-8.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-8.js index 2e30587b67..301138f2fb 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-8.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-8.js; - * @description: JSON.stringify correctly works on top level String objects.; + * @path chapter15/15.12/15.12.3/15.12.3-11-8.js + * @description JSON.stringify correctly works on top level String objects. */ -assertTrue(JSON.stringify(new String('wrappered')) === '"wrappered"'); +assertTruthy(JSON.stringify(new String('wrappered')) === '"wrappered"'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-9.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-9.js index 98dfde2048..87dec71081 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-9.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-11-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-11-9.js; - * @description: JSON.stringify correctly works on top level Boolean objects.; + * @path chapter15/15.12/15.12.3/15.12.3-11-9.js + * @description JSON.stringify correctly works on top level Boolean objects. */ -assertTrue(JSON.stringify(new Boolean(false)) === 'false'); +assertTruthy(JSON.stringify(new Boolean(false)) === 'false'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-4-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-4-1.js index ffc6c66066..e3401ac55b 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-4-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-4-1.js; - * @description: JSON.stringify ignores replacer aruguments that are not functions or arrays..; + * @path chapter15/15.12/15.12.3/15.12.3-4-1.js + * @description JSON.stringify ignores replacer aruguments that are not functions or arrays.. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-a-i-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-a-i-1.js index 1993ea5f48..98b68acf06 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-a-i-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-a-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-5-a-i-1.js; - * @description: JSON.stringify converts Number wrapper object space aruguments to Number values; + * @path chapter15/15.12/15.12.3/15.12.3-5-a-i-1.js + * @description JSON.stringify converts Number wrapper object space aruguments to Number values */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-b-i-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-b-i-1.js index c27e2cc3bb..92a776844a 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-b-i-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-5-b-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-5-b-i-1.js; - * @description: JSON.stringify converts String wrapper object space aruguments to String values; + * @path chapter15/15.12/15.12.3/15.12.3-5-b-i-1.js + * @description JSON.stringify converts String wrapper object space aruguments to String values */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-1.js index 25ca12ffdb..982032343e 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-6-a-1.js; - * @description: JSON.stringify treats numeric space arguments greater than 10 the same as a space argument of 10.; + * @path chapter15/15.12/15.12.3/15.12.3-6-a-1.js + * @description JSON.stringify treats numeric space arguments greater than 10 the same as a space argument of 10. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-2.js index 2a536bbea3..e9440f1e33 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-6-a-2.js; - * @description: JSON.stringify truccates non-integer numeric space arguments to their integer part.; + * @path chapter15/15.12/15.12.3/15.12.3-6-a-2.js + * @description JSON.stringify truccates non-integer numeric space arguments to their integer part. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-1.js index 278aafe09e..a3ed310e86 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-6-b-1.js; - * @description: JSON.stringify treats numeric space arguments less than 1 (0.999999)the same as emptry string space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-6-b-1.js + * @description JSON.stringify treats numeric space arguments less than 1 (0.999999)the same as emptry string space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-2.js index f874a64fcc..3f62784a5e 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-6-b-2.js; - * @description: JSON.stringify treats numeric space arguments less than 1 (0)the same as emptry string space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-6-b-2.js + * @description JSON.stringify treats numeric space arguments less than 1 (0)the same as emptry string space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-3.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-3.js index e86a716faa..7550bc0beb 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-6-b-3.js; - * @description: JSON.stringify treats numeric space arguments less than 1 (-5) the same as emptry string space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-6-b-3.js + * @description JSON.stringify treats numeric space arguments less than 1 (-5) the same as emptry string space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-4.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-4.js index ffaa41e759..dd152f0654 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-6-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-6-b-4.js; - * @description: JSON.stringify treats numeric space arguments (in the range 1..10) is equivalent to a string of spaces of that length.; + * @path chapter15/15.12/15.12.3/15.12.3-6-b-4.js + * @description JSON.stringify treats numeric space arguments (in the range 1..10) is equivalent to a string of spaces of that length. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-7-a-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-7-a-1.js index 2d16b7667b..970b946948 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-7-a-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-7-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-7-a-1.js; - * @description: JSON.stringify only uses the first 10 characters of a string space arguments.; + * @path chapter15/15.12/15.12.3/15.12.3-7-a-1.js + * @description JSON.stringify only uses the first 10 characters of a string space arguments. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-1.js index 42bef771fb..8cc802db29 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-8-a-1.js; - * @description: JSON.stringify treats an empty string space argument the same as a missing space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-8-a-1.js + * @description JSON.stringify treats an empty string space argument the same as a missing space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-2.js index 66606ac312..fc456ceda7 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-8-a-2.js; - * @description: JSON.stringify treats an Boolean space argument the same as a missing space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-8-a-2.js + * @description JSON.stringify treats an Boolean space argument the same as a missing space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-3.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-3.js index 77b2a6c109..e9df808fc7 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-8-a-3.js; - * @description: JSON.stringify treats an null space argument the same as a missing space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-8-a-3.js + * @description JSON.stringify treats an null space argument the same as a missing space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-4.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-4.js index e6a9a6c6c5..a3c9c25270 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-4.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-8-a-4.js; - * @description: JSON.stringify treats an Boolean wrapper space argument the same as a missing space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-8-a-4.js + * @description JSON.stringify treats an Boolean wrapper space argument the same as a missing space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-5.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-5.js index 667d385b5e..43ca066bfa 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-5.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3-8-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3-8-a-5.js; - * @description: JSON.stringify treats non-Number or String object space arguments the same as a missing space argument.; + * @path chapter15/15.12/15.12.3/15.12.3-8-a-5.js + * @description JSON.stringify treats non-Number or String object space arguments the same as a missing space argument. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-1.js index 9671188cef..5e425db437 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_2-2-b-i-1.js; - * @description: JSON.stringify converts string wrapper objects returned from a toJSON call to literal strings.; + * @path chapter15/15.12/15.12.3/15.12.3_2-2-b-i-1.js + * @description JSON.stringify converts string wrapper objects returned from a toJSON call to literal strings. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-2.js index 0faa9ad276..5787157a5f 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_2-2-b-i-2.js; - * @description: JSON.stringify converts Number wrapper objects returned from a toJSON call to literal Number.; + * @path chapter15/15.12/15.12.3/15.12.3_2-2-b-i-2.js + * @description JSON.stringify converts Number wrapper objects returned from a toJSON call to literal Number. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-3.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-3.js index be6148f571..5b0981dd4c 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-2-b-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_2-2-b-i-3.js; - * @description: JSON.stringify converts Boolean wrapper objects returned from a toJSON call to literal Boolean values.; + * @path chapter15/15.12/15.12.3/15.12.3_2-2-b-i-3.js + * @description JSON.stringify converts Boolean wrapper objects returned from a toJSON call to literal Boolean values. */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-1.js index 5bec172560..c1092e92b4 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_2-3-a-1.js; - * @description: JSON.stringify converts string wrapper objects returned from replacer functions to literal strings.; + * @path chapter15/15.12/15.12.3/15.12.3_2-3-a-1.js + * @description JSON.stringify converts string wrapper objects returned from replacer functions to literal strings. */ -assertTrue(JSON.stringify([42], function(k,v) {return v===42? new String('fortytwo'):v}) === '["fortytwo"]'); +assertTruthy(JSON.stringify([42], function(k,v) {return v===42? new String('fortytwo'):v}) === '["fortytwo"]'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-2.js index 84350cf9ec..8be3f25340 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_2-3-a-2.js; - * @description: JSON.stringify converts Number wrapper objects returned from replacer functions to literal numbers.; + * @path chapter15/15.12/15.12.3/15.12.3_2-3-a-2.js + * @description JSON.stringify converts Number wrapper objects returned from replacer functions to literal numbers. */ -assertTrue(JSON.stringify([42], function(k,v) {return v===42? new Number(84):v}) === '[84]'); +assertTruthy(JSON.stringify([42], function(k,v) {return v===42? new Number(84):v}) === '[84]'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js index 4eed83f31a..733b664f17 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js; - * @description: JSON.stringify converts Boolean wrapper objects returned from replacer functions to literal numbers.; + * @path chapter15/15.12/15.12.3/15.12.3_2-3-a-3.js + * @description JSON.stringify converts Boolean wrapper objects returned from replacer functions to literal numbers. */ -assertTrue(JSON.stringify([42], function(k,v) {return v===42? new Boolean(false):v}) === '[false]'); +assertTruthy(JSON.stringify([42], function(k,v) {return v===42? new Boolean(false):v}) === '[false]'); diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-1.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-1.js index 7d4a93dad0..a0f1e458b1 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-1.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_4-1-1.js; - * @description: JSON.stringify a circular object throws a error; + * @path chapter15/15.12/15.12.3/15.12.3_4-1-1.js + * @description JSON.stringify a circular object throws a error */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-2.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-2.js index fdf7ee7478..2f6f693c45 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-2.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_4-1-2.js; - * @description: JSON.stringify a circular object throws a TypeError; + * @path chapter15/15.12/15.12.3/15.12.3_4-1-2.js + * @description JSON.stringify a circular object throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-3.js b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-3.js index 4307cde611..be2b49ee51 100644 --- a/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-3.js +++ b/test/suite/converted/chapter15/15.12/15.12.3/15.12.3_4-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.12/15.12.3/15.12.3_4-1-3.js; - * @description: JSON.stringify a indirectly circular object throws a error; + * @path chapter15/15.12/15.12.3/15.12.3_4-1-3.js + * @description JSON.stringify a indirectly circular object throws a error */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.1/15.2.3.1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.1/15.2.3.1.js index 763df02c2c..d33bd7b353 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.1/15.2.3.1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.1/15.2.3.1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.1/15.2.3.1.js; - * @description: Object.prototype is a data property with default attribute values (false); + * @path chapter15/15.2/15.2.3/15.2.3.1/15.2.3.1.js + * @description Object.prototype is a data property with default attribute values (false) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-1.js index 63fb05ea54..f1ca084653 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-1.js; - * @description: Object.preventExtensions must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-1.js + * @description Object.preventExtensions must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-2.js index c359e0eda3..753068721e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-2.js; - * @description: Object.preventExtensions must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-0-2.js + * @description Object.preventExtensions must exist as a function taking 1 parameter */ -assertTrue(Object.preventExtensions.length === 1); +assertTruthy(Object.preventExtensions.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-1.js index 7539412a27..b836fec3ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-1.js; - * @description: Object.preventExtensions throws TypeError if 'O' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-1.js + * @description Object.preventExtensions throws TypeError if 'O' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-2.js index d77f7137e7..ad8fa553c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-2.js; - * @description: Object.preventExtensions throws TypeError if 'O' is null; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-2.js + * @description Object.preventExtensions throws TypeError if 'O' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-3.js index e1ca57beeb..cc7d65dff2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-3.js; - * @description: Object.preventExtensions throws TypeError if 'O' is a boolean primitive value; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-3.js + * @description Object.preventExtensions throws TypeError if 'O' is a boolean primitive value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-4.js index a140867161..ab591690a3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-4.js; - * @description: Object.preventExtensions throws TypeError if 'O' is a string primitive value; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1-4.js + * @description Object.preventExtensions throws TypeError if 'O' is a string primitive value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1.js index 39e76fe394..b50aa7759d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1.js; - * @description: Object.preventExtensions throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-1.js + * @description Object.preventExtensions throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2-1.js index dcce2541d2..771e50a18e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2-1.js; - * @description: Object.preventExtensions - repeated calls to preventExtensions have no side effects; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2-1.js + * @description Object.preventExtensions - repeated calls to preventExtensions have no side effects */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2.js index 49cdc29d25..9669069eb4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2.js @@ -21,8 +21,8 @@ /** * The effect of preventExtentions must be testable by calling isExtensible * - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2.js; - * @description: Object.preventExtensions returns its arguments after setting its extensible property to false; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-2.js + * @description Object.preventExtensions returns its arguments after setting its extensible property to false */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-1.js index 4b784333d4..f028402343 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-1.js; - * @description: Object.preventExtensions - Object.isExtensible(arg) returns false if arg is the returned object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-1.js + * @description Object.preventExtensions - Object.isExtensible(arg) returns false if arg is the returned object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-10.js index ee0c851642..bb06d4e222 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-10.js; - * @description: Object.preventExtensions - indexed properties cannot be added into an Error object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-10.js + * @description Object.preventExtensions - indexed properties cannot be added into an Error object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-11.js index 1fd472e361..1242e6a4c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-11.js; - * @description: Object.preventExtensions - indexed properties cannot be added into an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-11.js + * @description Object.preventExtensions - indexed properties cannot be added into an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-12.js index 8b38f68f07..49c5218cba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-12.js; - * @description: Object.preventExtensions - named properties cannot be added into the returned object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-12.js + * @description Object.preventExtensions - named properties cannot be added into the returned object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-13.js index aecfa419a0..6576e460bb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-13.js; - * @description: Object.preventExtensions - named properties cannot be added into a Function object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-13.js + * @description Object.preventExtensions - named properties cannot be added into a Function object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-14.js index a9620dbfe5..72fd616bc7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-14.js; - * @description: Object.preventExtensions - named properties cannot be added into an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-14.js + * @description Object.preventExtensions - named properties cannot be added into an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-15.js index fecf1e94d8..de8b8334b7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-15.js; - * @description: Object.preventExtensions - named properties cannot be added into a String object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-15.js + * @description Object.preventExtensions - named properties cannot be added into a String object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-16.js index 13be676f10..e4f162f6b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-16.js; - * @description: Object.preventExtensions - named properties cannot be added into a Boolean object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-16.js + * @description Object.preventExtensions - named properties cannot be added into a Boolean object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-17.js index c5ce45136c..2b6d3e9422 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-17.js; - * @description: Object.preventExtensions - named properties cannot be added into a Number object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-17.js + * @description Object.preventExtensions - named properties cannot be added into a Number object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-18.js index 874a8475bf..c9b6b2a60d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-18.js; - * @description: Object.preventExtensions - named properties cannot be added into a Date object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-18.js + * @description Object.preventExtensions - named properties cannot be added into a Date object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-19.js index 7f277fad60..bfcaa37197 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-19.js; - * @description: Object.preventExtensions - named properties cannot be added into a RegExp object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-19.js + * @description Object.preventExtensions - named properties cannot be added into a RegExp object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-2.js index 4c921b7eb0..4c953e1b86 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-2.js; - * @description: Object.preventExtensions - indexed properties cannot be added into the returned object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-2.js + * @description Object.preventExtensions - indexed properties cannot be added into the returned object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-20.js index bc344d0b2a..ffa4cc0d1f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-20.js; - * @description: Object.preventExtensions - named properties cannot be added into an Error object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-20.js + * @description Object.preventExtensions - named properties cannot be added into an Error object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-21.js index 4eb2e2bb6f..541bf59bfb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-21.js; - * @description: Object.preventExtensions - named properties cannot be added into an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-21.js + * @description Object.preventExtensions - named properties cannot be added into an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-22.js index c71d097a63..d0341f988a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-22.js; - * @description: Object.preventExtensions - properties can still be deleted after extensions have been prevented; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-22.js + * @description Object.preventExtensions - properties can still be deleted after extensions have been prevented */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-23.js index d5f05097e8..a1c08e5ffe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-23.js; - * @description: Object.preventExtensions - properties can still be reassigned after extensions have been prevented; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-23.js + * @description Object.preventExtensions - properties can still be reassigned after extensions have been prevented */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-24.js index c401e60f12..8c1af9e172 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-24.js; - * @description: Object.preventExtensions - [[Extensible]]: false on a prototype doesn't prevent adding properties to an instance that inherits from that prototype; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-24.js + * @description Object.preventExtensions - [[Extensible]]: false on a prototype doesn't prevent adding properties to an instance that inherits from that prototype */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-3.js index a434002111..a0d7b9fab1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-3.js; - * @description: Object.preventExtensions - indexed properties cannot be added into a Function object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-3.js + * @description Object.preventExtensions - indexed properties cannot be added into a Function object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-4.js index 6075dd16a9..d73e404a40 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-4.js; - * @description: Object.preventExtensions - indexed properties cannot be added into an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-4.js + * @description Object.preventExtensions - indexed properties cannot be added into an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5-1.js index c15fd4e332..f60bec941a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5-1.js; - * @description: Object.preventExtensions - indexed properties cannot be added into a String object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5-1.js + * @description Object.preventExtensions - indexed properties cannot be added into a String object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5.js index 5c3aa2b25f..c5cc9d9f7c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5.js; - * @description: Object.preventExtensions - indexed properties cannot be added into a String object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-5.js + * @description Object.preventExtensions - indexed properties cannot be added into a String object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-6.js index 1cfe55d21c..48f4f1729d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-6.js; - * @description: Object.preventExtensions - indexed properties cannot be added into a Boolean object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-6.js + * @description Object.preventExtensions - indexed properties cannot be added into a Boolean object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-7.js index eb5a4be679..abe7e774c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-7.js; - * @description: Object.preventExtensions - indexed properties cannot be added into a Number object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-7.js + * @description Object.preventExtensions - indexed properties cannot be added into a Number object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-8.js index a712c8e503..0450aa4cab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-8.js; - * @description: Object.preventExtensions - indexed properties cannot be added into a Date object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-8.js + * @description Object.preventExtensions - indexed properties cannot be added into a Date object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-9.js index f8d8efa253..280d9a8f22 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-9.js; - * @description: Object.preventExtensions - indexed properties cannot be added into a RegExp object; + * @path chapter15/15.2/15.2.3/15.2.3.10/15.2.3.10-3-9.js + * @description Object.preventExtensions - indexed properties cannot be added into a RegExp object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-1.js index 74b15a141a..3664ba3e55 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-1.js; - * @description: Object.isSealed must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-1.js + * @description Object.isSealed must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-2.js index a9a3094afc..d812cac76f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-2.js; - * @description: Object.isSealed must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-0-2.js + * @description Object.isSealed must exist as a function taking 1 parameter */ -assertTrue(Object.isSealed.length === 1); +assertTruthy(Object.isSealed.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-1.js index 427e8c2812..2285fb503f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-1.js; - * @description: Object.isSealed throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-1.js + * @description Object.isSealed throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-1.js index a0c0850461..2f665c8fc3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-1.js; - * @description: Object.isSealed returns false for all built-in objects (Global); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-1.js + * @description Object.isSealed returns false for all built-in objects (Global) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-10.js index ced5e5f453..e9be345793 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-10.js; - * @description: Object.isSealed returns false for all built-in objects (Boolean); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-10.js + * @description Object.isSealed returns false for all built-in objects (Boolean) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-11.js index c413ab97bc..e6cbf0fb96 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-11.js; - * @description: Object.isSealed returns false for all built-in objects (Boolean.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-11.js + * @description Object.isSealed returns false for all built-in objects (Boolean.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-12.js index 3a0a1dbbc5..3d9da95f67 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-12.js; - * @description: Object.isSealed returns false for all built-in objects (Number); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-12.js + * @description Object.isSealed returns false for all built-in objects (Number) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-13.js index 50f2cea276..c098d55571 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-13.js; - * @description: Object.isSealed returns false for all built-in objects (Number.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-13.js + * @description Object.isSealed returns false for all built-in objects (Number.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-14.js index fe48b9f599..73db2df852 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-14.js; - * @description: Object.isSealed returns false for all built-in objects (Math); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-14.js + * @description Object.isSealed returns false for all built-in objects (Math) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-15.js index c9c8f02fb5..0c1c9d3ad0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-15.js; - * @description: Object.isSealed returns false for all built-in objects (Date); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-15.js + * @description Object.isSealed returns false for all built-in objects (Date) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-16.js index b86e81b1d2..f1869bb47e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-16.js; - * @description: Object.isSealed returns false for all built-in objects (Date.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-16.js + * @description Object.isSealed returns false for all built-in objects (Date.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-17.js index e0d684b142..677b6be358 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-17.js; - * @description: Object.isSealed returns false for all built-in objects (RegExp); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-17.js + * @description Object.isSealed returns false for all built-in objects (RegExp) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-18.js index ce19af3929..9e2ef9a9bf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-18.js; - * @description: Object.isSealed returns false for all built-in objects (RegExp.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-18.js + * @description Object.isSealed returns false for all built-in objects (RegExp.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-19.js index ee707d3d55..92e98fcc67 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-19.js; - * @description: Object.isSealed returns false for all built-in objects (Error); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-19.js + * @description Object.isSealed returns false for all built-in objects (Error) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-2.js index 2edfd626f2..8a3819fe85 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-2.js; - * @description: Object.isSealed returns false for all built-in objects (Object); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-2.js + * @description Object.isSealed returns false for all built-in objects (Object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-20.js index 23653d265a..dda359544b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-20.js; - * @description: Object.isSealed returns false for all built-in objects (Error.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-20.js + * @description Object.isSealed returns false for all built-in objects (Error.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-21.js index 5924131e0a..8c2eca95f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-21.js; - * @description: Object.isSealed returns false for all built-in objects (EvalError); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-21.js + * @description Object.isSealed returns false for all built-in objects (EvalError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-22.js index 41428e27a8..1659a244bb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-22.js; - * @description: Object.isSealed returns false for all built-in objects (RangeError); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-22.js + * @description Object.isSealed returns false for all built-in objects (RangeError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-23.js index eead296801..fd5d639c04 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-23.js; - * @description: Object.isSealed returns false for all built-in objects (ReferenceError); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-23.js + * @description Object.isSealed returns false for all built-in objects (ReferenceError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-24.js index f2f56f5b6b..8604b595c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-24.js; - * @description: Object.isSealed returns false for all built-in objects (SyntaxError); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-24.js + * @description Object.isSealed returns false for all built-in objects (SyntaxError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-25.js index d5bc044abc..c7cf6dc0e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-25.js; - * @description: Object.isSealed returns false for all built-in objects (TypeError); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-25.js + * @description Object.isSealed returns false for all built-in objects (TypeError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-26.js index feb64d4d89..f3c25b5823 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-26.js; - * @description: Object.isSealed returns false for all built-in objects (URIError); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-26.js + * @description Object.isSealed returns false for all built-in objects (URIError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-27.js index 793f93c9dd..c844319756 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-27.js; - * @description: Object.isSealed returns false for all built-in objects (JSON); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-27.js + * @description Object.isSealed returns false for all built-in objects (JSON) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-3.js index 0d484c5f8c..c45afc371b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-3.js; - * @description: Object.isSealed returns false for all built-in objects (Object.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-3.js + * @description Object.isSealed returns false for all built-in objects (Object.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-4.js index da53d60e11..4ed5c2b543 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-4.js; - * @description: Object.isSealed returns false for all built-in objects (Function); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-4.js + * @description Object.isSealed returns false for all built-in objects (Function) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-5.js index 80b50763a8..d926f66164 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-5.js; - * @description: Object.isSealed returns false for all built-in objects (Function.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-5.js + * @description Object.isSealed returns false for all built-in objects (Function.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-6.js index 22ed04de00..e1a0602f02 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-6.js; - * @description: Object.isSealed returns false for all built-in objects (Array); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-6.js + * @description Object.isSealed returns false for all built-in objects (Array) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-7.js index 369b4fe388..db2d9658f4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-7.js; - * @description: Object.isSealed returns false for all built-in objects (Array.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-7.js + * @description Object.isSealed returns false for all built-in objects (Array.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-8.js index 82d7e30261..7bdb4e642b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-8.js; - * @description: Object.isSealed returns false for all built-in objects (String); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-8.js + * @description Object.isSealed returns false for all built-in objects (String) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-9.js index d3903e0aea..8b825ddebd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-9.js; - * @description: Object.isSealed returns false for all built-in objects (String.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.11/15.2.3.11-4-9.js + * @description Object.isSealed returns false for all built-in objects (String.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-1.js index 1604b466ae..c29043f222 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-1.js; - * @description: Object.isFrozen must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-1.js + * @description Object.isFrozen must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-2.js index 78539fc022..d529153d5e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-2.js; - * @description: Object.isFrozen must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-0-2.js + * @description Object.isFrozen must exist as a function taking 1 parameter */ -assertTrue(Object.isFrozen.length === 1); +assertTruthy(Object.isFrozen.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js index aeecf31221..0aaf5dc1bc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js; - * @description: Object.isFrozen - TypeError is thrown when the first param 'O' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js + * @description Object.isFrozen - TypeError is thrown when the first param 'O' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-2.js index f1e7d33eb9..e8696580a3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-2.js; - * @description: Object.isFrozen - TypeError is thrown when the first param 'O' is null; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-2.js + * @description Object.isFrozen - TypeError is thrown when the first param 'O' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-3.js index 11d9fe48c8..262880a297 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-3.js; - * @description: Object.isFrozen - TypeError is thrown when the first param 'O' is a boolean; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-3.js + * @description Object.isFrozen - TypeError is thrown when the first param 'O' is a boolean */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-4.js index bbe3939864..0a41287554 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-4.js; - * @description: Object.isFrozen - TypeError is thrown when the first param 'O' is a string; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-4.js + * @description Object.isFrozen - TypeError is thrown when the first param 'O' is a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-5.js index 13a8258103..dc692624e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-5.js; - * @description: Object.isFrozen applies to dense array; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-5.js + * @description Object.isFrozen applies to dense array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-6.js index c7e8575a13..7884e2d5a4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-6.js; - * @description: Object.isFrozen applies to sparse array; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-6.js + * @description Object.isFrozen applies to sparse array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-7.js index 5a3ad0cf91..cafb4141ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-7.js; - * @description: Object.isFrozen applies to non-array object which contains index named properties; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-7.js + * @description Object.isFrozen applies to non-array object which contains index named properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1.js index ffdad60816..d87a87dc86 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1.js; - * @description: Object.isFrozen throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-1.js + * @description Object.isFrozen throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-1.js index f7ed5820c5..e3aa87e9e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-1.js; - * @description: Object.isFrozen - inherited data property is not considered into the for each loop; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-1.js + * @description Object.isFrozen - inherited data property is not considered into the for each loop */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-2.js index 5c0c48e77d..6cc7705c69 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-2.js; - * @description: Object.isFrozen - inherited accessor property is not considered into the for each loop; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-2.js + * @description Object.isFrozen - inherited accessor property is not considered into the for each loop */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-1.js index 0b2dad35a3..522a8f18d6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-1.js; - * @description: Object.isFrozen - 'P' is own data property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-1.js + * @description Object.isFrozen - 'P' is own data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-11.js index 25ab24b53a..08b1d1be06 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-11.js; - * @description: Object.isFrozen - 'O' is the Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-11.js + * @description Object.isFrozen - 'O' is the Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-12.js index d1558b5684..76ac8f1e8e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-12.js; - * @description: Object.isFrozen - 'O' is a String object; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-12.js + * @description Object.isFrozen - 'O' is a String object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-13.js index b120e38d55..12f4b91bde 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-13.js; - * @description: Object.isFrozen - 'O' is a Function object; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-13.js + * @description Object.isFrozen - 'O' is a Function object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-14.js index ca4ba6adbb..8325d00aff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-14.js; - * @description: Object.isFrozen - 'O' is an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-14.js + * @description Object.isFrozen - 'O' is an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-2.js index 328054af4c..4098322197 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-2.js; - * @description: Object.isFrozen - 'P' is own data property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-2.js + * @description Object.isFrozen - 'P' is own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-3.js index 76a89d1270..d1e153dbc3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-3.js; - * @description: Object.isFrozen - 'P' is own data property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-3.js + * @description Object.isFrozen - 'P' is own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-4.js index 391db7c606..3639102de3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-4.js; - * @description: Object.isFrozen - 'P' is own accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-4.js + * @description Object.isFrozen - 'P' is own accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-5.js index 37aba60977..3a8943466a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-5.js; - * @description: Object.isFrozen - 'P' is own accessor property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-5.js + * @description Object.isFrozen - 'P' is own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-6.js index 0b756052be..0497294fd8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-6.js; - * @description: Object.isFrozen - 'P' is own accessor property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-6.js + * @description Object.isFrozen - 'P' is own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-7.js index 5755607fab..5afd98f4ea 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-7.js; - * @description: Object.isFrozen - 'P' is own accessor property without a get function; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-7.js + * @description Object.isFrozen - 'P' is own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-8.js index 9f27f4428d..f71648a175 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-8.js; - * @description: Object.isFrozen - 'P' is own accessor property without a get function that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-a-8.js + * @description Object.isFrozen - 'P' is own accessor property without a get function that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-b-i-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-b-i-1.js index d1d4f8385a..6359219244 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-b-i-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-b-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-b-i-1.js; - * @description: Object.isFrozen returns false if 'O' contains own writable data property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-b-i-1.js + * @description Object.isFrozen returns false if 'O' contains own writable data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-1.js index 37acf78d67..32a430abc5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-1.js; - * @description: Object.isFrozen returns false if 'O' contains own configurable data property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-1.js + * @description Object.isFrozen returns false if 'O' contains own configurable data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-2.js index fb9fa163f3..2024f42a24 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-2.js; - * @description: Object.isFrozen returns false if 'O' contains own configurable accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-2-c-2.js + * @description Object.isFrozen returns false if 'O' contains own configurable accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-1.js index 87e3595dd8..ea5df0d4e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-1.js; - * @description: Object.isFrozen returns false for all built-in objects (Global); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-1.js + * @description Object.isFrozen returns false for all built-in objects (Global) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-10.js index 33c9a52526..298ee4747e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-10.js; - * @description: Object.isFrozen returns false for all built-in objects (Boolean); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-10.js + * @description Object.isFrozen returns false for all built-in objects (Boolean) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-11.js index adcbabf93f..e1b20cdef5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-11.js; - * @description: Object.isFrozen returns false for all built-in objects (Boolean.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-11.js + * @description Object.isFrozen returns false for all built-in objects (Boolean.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-12.js index fdd2c7f0fa..c9bee43698 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-12.js; - * @description: Object.isFrozen returns false for all built-in objects (Number); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-12.js + * @description Object.isFrozen returns false for all built-in objects (Number) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-13.js index b609fc472d..991103d45b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-13.js; - * @description: Object.isFrozen returns false for all built-in objects (Number.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-13.js + * @description Object.isFrozen returns false for all built-in objects (Number.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-14.js index 4cb1c43829..e04f4dd992 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-14.js; - * @description: Object.isFrozen returns false for all built-in objects (Math); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-14.js + * @description Object.isFrozen returns false for all built-in objects (Math) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-15.js index 16cef5e342..6ec2fcadc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-15.js; - * @description: Object.isFrozen returns false for all built-in objects (Date); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-15.js + * @description Object.isFrozen returns false for all built-in objects (Date) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-16.js index b05e7bc981..151e105397 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-16.js; - * @description: Object.isFrozen returns false for all built-in objects (Date.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-16.js + * @description Object.isFrozen returns false for all built-in objects (Date.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-17.js index 2521fc1d7c..7cd67c2b0b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-17.js; - * @description: Object.isFrozen returns false for all built-in objects (RegExp); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-17.js + * @description Object.isFrozen returns false for all built-in objects (RegExp) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-18.js index 0221aaf5aa..6cfb13c994 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-18.js; - * @description: Object.isFrozen returns false for all built-in objects (RegExp.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-18.js + * @description Object.isFrozen returns false for all built-in objects (RegExp.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-19.js index 4ce8342551..305c5d9913 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-19.js; - * @description: Object.isFrozen returns false for all built-in objects (Error); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-19.js + * @description Object.isFrozen returns false for all built-in objects (Error) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-2.js index fbaa1cb55e..4aca2c05fa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-2.js; - * @description: Object.isFrozen returns false for all built-in objects (Object); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-2.js + * @description Object.isFrozen returns false for all built-in objects (Object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-20.js index b3b56ee46b..2df4716979 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-20.js; - * @description: Object.isFrozen returns false for all built-in objects (Error.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-20.js + * @description Object.isFrozen returns false for all built-in objects (Error.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-21.js index fccbda071e..5c24fafa9f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-21.js; - * @description: Object.isFrozen returns false for all built-in objects (EvalError); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-21.js + * @description Object.isFrozen returns false for all built-in objects (EvalError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-22.js index 29fe95aef1..665abbd8cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-22.js; - * @description: Object.isFrozen returns false for all built-in objects (RangeError); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-22.js + * @description Object.isFrozen returns false for all built-in objects (RangeError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-23.js index c80d9da793..011846a72b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-23.js; - * @description: Object.isFrozen returns false for all built-in objects (ReferenceError); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-23.js + * @description Object.isFrozen returns false for all built-in objects (ReferenceError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-24.js index 1ec737baf8..d419bb41f7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-24.js; - * @description: Object.isFrozen returns false for all built-in objects (SyntaxError); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-24.js + * @description Object.isFrozen returns false for all built-in objects (SyntaxError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-25.js index 83cb71e20a..a60ac4dc2f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-25.js; - * @description: Object.isFrozen returns false for all built-in objects (TypeError); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-25.js + * @description Object.isFrozen returns false for all built-in objects (TypeError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-26.js index 4ddc7584a2..9e211ff83f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-26.js; - * @description: Object.isFrozen returns false for all built-in objects (URIError); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-26.js + * @description Object.isFrozen returns false for all built-in objects (URIError) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-27.js index 5f5d13a998..cd5eb3adaf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-27.js; - * @description: Object.isFrozen returns false for all built-in objects (JSON); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-27.js + * @description Object.isFrozen returns false for all built-in objects (JSON) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-28.js index 8501784b92..73d6aadb93 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-28.js; - * @description: Object.isFrozen returns true when all own properties of 'O' are not writable and not configurable, and 'O' is not extensible; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-28.js + * @description Object.isFrozen returns true when all own properties of 'O' are not writable and not configurable, and 'O' is not extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-3.js index 2b4262308d..11b0beed90 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-3.js; - * @description: Object.isFrozen returns false for all built-in objects (Object.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-3.js + * @description Object.isFrozen returns false for all built-in objects (Object.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-4.js index d097243591..efcee1cf03 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-4.js; - * @description: Object.isFrozen returns false for all built-in objects (Function); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-4.js + * @description Object.isFrozen returns false for all built-in objects (Function) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-5.js index 2ee76e004a..36732465be 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-5.js; - * @description: Object.isFrozen returns false for all built-in objects (Function.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-5.js + * @description Object.isFrozen returns false for all built-in objects (Function.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-6.js index 312a3a3437..3295640e1b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-6.js; - * @description: Object.isFrozen returns false for all built-in objects (Array); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-6.js + * @description Object.isFrozen returns false for all built-in objects (Array) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-7.js index 1823a3e714..abcafac455 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-7.js; - * @description: Object.isFrozen returns false for all built-in objects (Array.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-7.js + * @description Object.isFrozen returns false for all built-in objects (Array.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-8.js index a236ac4939..4bd390b658 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-8.js; - * @description: Object.isFrozen returns false for all built-in objects (String); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-8.js + * @description Object.isFrozen returns false for all built-in objects (String) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-9.js index 1911b222e2..f0d5c9bdde 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-9.js; - * @description: Object.isFrozen returns false for all built-in objects (String.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-3-9.js + * @description Object.isFrozen returns false for all built-in objects (String.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-4-1.js index 42a1f4172e..460787a637 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-4-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-4-1.js; - * @description: Object.isFrozen returns false if extensible is true; + * @path chapter15/15.2/15.2.3/15.2.3.12/15.2.3.12-4-1.js + * @description Object.isFrozen returns false if extensible is true */ -assertTrue(!Object.isFrozen({})); +assertTruthy(!Object.isFrozen({})); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-1.js index 7c0855210c..b8388bd8aa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-1.js; - * @description: Object.isExtensible must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-1.js + * @description Object.isExtensible must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-2.js index e544e10fab..8b4a81b1d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-2.js; - * @description: Object.isExtensible must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-2.js + * @description Object.isExtensible must exist as a function taking 1 parameter */ -assertTrue(Object.isExtensible.length === 1); +assertTruthy(Object.isExtensible.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-3.js index 2b009881f6..86c8833397 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-3.js @@ -22,8 +22,8 @@ * A newly created object using the Object contructor has its [[Extensible]] * property set to true by default (15.2.2.1, step 8). * - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-3.js; - * @description: Object.isExtensible is true for objects created using the Object constructor; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-0-3.js + * @description Object.isExtensible is true for objects created using the Object constructor */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-1.js index 41f62137f8..1c42a18068 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-1.js; - * @description: Object.isExtensible throws TypeError if 'O' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-1.js + * @description Object.isExtensible throws TypeError if 'O' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-2.js index d54f792604..8badc5c6ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-2.js; - * @description: Object.isExtensible throws TypeError if 'O' is null; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-2.js + * @description Object.isExtensible throws TypeError if 'O' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-3.js index 1b00b0b309..4c5348af30 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-3.js; - * @description: Object.isExtensible throws TypeError if 'O' is a boolean; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-3.js + * @description Object.isExtensible throws TypeError if 'O' is a boolean */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-4.js index 93f12994dc..ae4ccef511 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-4.js; - * @description: Object.isExtensible throws TypeError if 'O' is a string; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1-4.js + * @description Object.isExtensible throws TypeError if 'O' is a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1.js index d2700ec5fa..a9ce28c584 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1.js; - * @description: Object.isExtensible throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-1.js + * @description Object.isExtensible throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-1.js index 7939433a93..a869261e18 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-1.js; - * @description: Object.isExtensible returns true for all built-in objects (Global); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-1.js + * @description Object.isExtensible returns true for all built-in objects (Global) */ global = this; diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-10.js index dfb50200d3..378327270f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-10.js; - * @description: Object.isExtensible returns true for all built-in objects (RegExp); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-10.js + * @description Object.isExtensible returns true for all built-in objects (RegExp) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-11.js index c4264eeeb4..44d85510a8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-11.js; - * @description: Object.isExtensible returns true for all built-in objects (Error); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-11.js + * @description Object.isExtensible returns true for all built-in objects (Error) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-12.js index 1d9cce03ae..aa0f32c1b0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-12.js; - * @description: Object.isExtensible returns true for all built-in objects (JSON); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-12.js + * @description Object.isExtensible returns true for all built-in objects (JSON) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-13.js index 013fdca56c..27a75fb841 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-13.js; - * @description: Object.isExtensible returns true for all built-in objects (Function.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-13.js + * @description Object.isExtensible returns true for all built-in objects (Function.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-14.js index 97d213221a..f94febcacd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-14.js; - * @description: Object.isExtensible returns true for all built-in objects (Function.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-14.js + * @description Object.isExtensible returns true for all built-in objects (Function.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-15.js index 98312c60b5..1f696d4a98 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-15.js; - * @description: Object.isExtensible returns true for all built-in objects (Array.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-15.js + * @description Object.isExtensible returns true for all built-in objects (Array.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-16.js index bee5822154..909e250cd2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-16.js; - * @description: Object.isExtensible returns true for all built-in objects (String.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-16.js + * @description Object.isExtensible returns true for all built-in objects (String.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-17.js index 1304a0ecf1..f00f51dee9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-17.js; - * @description: Object.isExtensible returns true for all built-in objects (Boolean.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-17.js + * @description Object.isExtensible returns true for all built-in objects (Boolean.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-18.js index ea8e59102e..982de9b916 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-18.js; - * @description: Object.isExtensible returns true for all built-in objects (Number.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-18.js + * @description Object.isExtensible returns true for all built-in objects (Number.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-19.js index 6edef245a5..88d853033c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-19.js; - * @description: Object.isExtensible returns true for all built-in objects (Date.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-19.js + * @description Object.isExtensible returns true for all built-in objects (Date.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-2.js index fc0c12a6cb..4be1ec8179 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-2.js; - * @description: Object.isExtensible returns true for all built-in objects (Object); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-2.js + * @description Object.isExtensible returns true for all built-in objects (Object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-20.js index 0ec5982677..ac19da3aa1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-20.js; - * @description: Object.isExtensible returns true for all built-in objects (RegExp.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-20.js + * @description Object.isExtensible returns true for all built-in objects (RegExp.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-21.js index ed61f68a5a..9693159cf6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-21.js @@ -29,8 +29,8 @@ * RegExp.prototype * Error.prototype * - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-21.js; - * @description: Object.isExtensible returns true for all built-in objects (Error.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-21.js + * @description Object.isExtensible returns true for all built-in objects (Error.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-22.js index 20e929b918..362a3104c4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-22.js; - * @description: Object.isExtensible returns true if 'O' is extensible; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-22.js + * @description Object.isExtensible returns true if 'O' is extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-23.js index 26b8d74c7f..80ed50c351 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-23.js; - * @description: Object.isExtensible returns false if 'O' is not extensible; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-23.js + * @description Object.isExtensible returns false if 'O' is not extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-24.js index 6c7625f0b6..393a10ed71 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-24.js; - * @description: Object.isExtensible returns true if O is extensible and has a prototype that is extensible; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-24.js + * @description Object.isExtensible returns true if O is extensible and has a prototype that is extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-25.js index b779080e64..0bd44028c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-25.js; - * @description: Object.isExtensible returns true if O is extensible and has a prototype that is not extensible; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-25.js + * @description Object.isExtensible returns true if O is extensible and has a prototype that is not extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-26.js index 2603482757..50c594a7fa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-26.js; - * @description: Object.isExtensible returns false if O is not extensible and has a prototype that is extensible; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-26.js + * @description Object.isExtensible returns false if O is not extensible and has a prototype that is extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-27.js index c8f7e15075..a2d85746e9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-27.js; - * @description: Object.isExtensible returns false if O is not extensible and has a prototype that is not extensible; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-27.js + * @description Object.isExtensible returns false if O is not extensible and has a prototype that is not extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-29.js index 8b455d0d03..0e3e77801d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-29.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-29.js; - * @description: Object.isExtensible returns true for the global object; + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-29.js + * @description Object.isExtensible returns true for the global object */ -assertTrue(Object.isExtensible(fnGlobalObject())); +assertTruthy(Object.isExtensible(fnGlobalObject())); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-3.js index 9503556be4..6d7b013e6e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-3.js; - * @description: Object.isExtensible returns true for all built-in objects (Function); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-3.js + * @description Object.isExtensible returns true for all built-in objects (Function) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-4.js index 327d4267fc..798d4ebe55 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-4.js; - * @description: Object.isExtensible returns true for all built-in objects (Array); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-4.js + * @description Object.isExtensible returns true for all built-in objects (Array) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-5.js index c3b3b8902c..56bfb5dc59 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-5.js; - * @description: Object.isExtensible returns true for all built-in objects (String); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-5.js + * @description Object.isExtensible returns true for all built-in objects (String) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-6.js index 4427c716f9..9d42883a63 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-6.js; - * @description: Object.isExtensible returns true for all built-in objects (Boolean); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-6.js + * @description Object.isExtensible returns true for all built-in objects (Boolean) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-7.js index 6eb98abfde..1089f6164e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-7.js; - * @description: Object.isExtensible returns true for all built-in objects (Number); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-7.js + * @description Object.isExtensible returns true for all built-in objects (Number) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-8.js index d38569b30f..e0b3ce323a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-8.js; - * @description: Object.isExtensible returns true for all built-in objects (Math); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-8.js + * @description Object.isExtensible returns true for all built-in objects (Math) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-9.js index 3b4553ae7e..432e524776 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-9.js; - * @description: Object.isExtensible returns true for all built-in objects (Date); + * @path chapter15/15.2/15.2.3/15.2.3.13/15.2.3.13-2-9.js + * @description Object.isExtensible returns true for all built-in objects (Date) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-1.js index 6e78e8a3ea..cf88bb7303 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-1.js; - * @description: Object.keys must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-1.js + * @description Object.keys must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-2.js index 4eb912f2f2..829b17f164 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-2.js; - * @description: Object.keys must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-0-2.js + * @description Object.keys must exist as a function taking 1 parameter */ -assertTrue(Object.keys.length === 1); +assertTruthy(Object.keys.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1.js index 7448be17a1..9c042e8781 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1.js; - * @description: Object.keys throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1.js + * @description Object.keys throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2.js index abb0ef3ab1..c4f7a2a3fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2.js; - * @description: Object.keys throws TypeError if type of first param is not Object (boolean); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2.js + * @description Object.keys throws TypeError if type of first param is not Object (boolean) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js index 439aba524c..d51dbae58a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js; - * @description: Object.keys throws TypeError if type of first param is not Object (string); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3.js + * @description Object.keys throws TypeError if type of first param is not Object (string) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-4.js index 774a138d77..c161923bb0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-4.js; - * @description: Object.keys throws TypeError if type of first param is not Object (null); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-4.js + * @description Object.keys throws TypeError if type of first param is not Object (null) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-5.js index 0438cd84df..4d397e6fd2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-5.js; - * @description: Object.keys throws TypeError if type of first param is not Object (undefined); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-5.js + * @description Object.keys throws TypeError if type of first param is not Object (undefined) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-1.js index f3ad92bf0c..c528831694 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-1.js; - * @description: Object.keys returns the standard built-in Array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-1.js + * @description Object.keys returns the standard built-in Array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-2.js index cb9e7a219b..b75afbeb6d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-2.js; - * @description: Object.keys returns the standard built-in Array (check [[Class]]; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-2.js + * @description Object.keys returns the standard built-in Array (check [[Class]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-3.js index 898a364428..dabe3937ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-3.js; - * @description: Object.keys returns the standard built-in Array (Array overridden); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-3.js + * @description Object.keys returns the standard built-in Array (Array overridden) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-4.js index e5ff6b9c27..6c1ddb8cc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-4.js; - * @description: Object.keys returns the standard built-in Array that is extensible; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-4.js + * @description Object.keys returns the standard built-in Array that is extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-5.js index d0ae84fcd4..fe85cc00ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-5.js; - * @description: Object.keys returns the standard built-in Array that is not sealed; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-5.js + * @description Object.keys returns the standard built-in Array that is not sealed */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-6.js index d0492a4ae1..f57585a78b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-6.js; - * @description: Object.keys returns the standard built-in Array that is not frozen; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-6.js + * @description Object.keys returns the standard built-in Array that is not frozen */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-7.js index 9631a42f9b..61ea9057f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-7.js; - * @description: Object.keys - 'n' is 0 when 'O' doesn't contain own enumerable data or accessor properties; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-7.js + * @description Object.keys - 'n' is 0 when 'O' doesn't contain own enumerable data or accessor properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-8.js index ec8e6dd2db..ea9417a576 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-8.js; - * @description: Object.keys - 'n' is the correct value when enumerable properties exist in 'O'; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-2-8.js + * @description Object.keys - 'n' is the correct value when enumerable properties exist in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-1.js index 8ed569d444..03220a8150 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-1.js; - * @description: Object.keys returns the standard built-in Array containing own enumerable properties; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-1.js + * @description Object.keys returns the standard built-in Array containing own enumerable properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-2.js index f420ac85b9..2fbc0cd846 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-2.js; - * @description: Object.keys returns the standard built-in Array containing own enumerable properties (function); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-2.js + * @description Object.keys returns the standard built-in Array containing own enumerable properties (function) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3.js index fe0b9b005e..6af6a15b56 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3.js; - * @description: Object.keys returns the standard built-in Array containing own enumerable properties (array); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-3.js + * @description Object.keys returns the standard built-in Array containing own enumerable properties (array) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-4.js index e9cf0be9e6..cd31f346e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-4.js @@ -19,8 +19,8 @@ // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-4.js; - * @description: Object.keys of an arguments object returns the indices of the given arguments; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-4.js + * @description Object.keys of an arguments object returns the indices of the given arguments */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-5.js index dac747f9d3..e7b3d7271b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-5.js @@ -19,8 +19,8 @@ // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-5.js; - * @description: Object.keys must return a fresh array on each invocation; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-5.js + * @description Object.keys must return a fresh array on each invocation */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-6.js index c3ea1b942f..fb7d92f7c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-6.js; - * @description: Object.keys - returns the standard built-in Array (instanceof Array); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-6.js + * @description Object.keys - returns the standard built-in Array (instanceof Array) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-7.js index c33722cd2a..ea8bcc3abd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-7.js; - * @description: Object.keys - length of the returned array equals the number of own enumerable properties of 'O'; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-3-7.js + * @description Object.keys - length of the returned array equals the number of own enumerable properties of 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-4-1.js index f0a1782a77..3b3e51161e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-4-1.js; - * @description: Object.keys - elements of the returned array start from index 0; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-4-1.js + * @description Object.keys - elements of the returned array start from index 0 */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-1.js index f7078ca077..0661448c91 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-1.js; - * @description: Object.keys - own enumerable data property of 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-1.js + * @description Object.keys - own enumerable data property of 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-10.js index f8e94db636..2c20f9a7e9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-10.js; - * @description: Object.keys - inherted enumerable accessor property that is over-ridden by non-enumerable own accessor property is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-10.js + * @description Object.keys - inherted enumerable accessor property that is over-ridden by non-enumerable own accessor property is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-11.js index c51ddc29d0..3ac222b8be 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-11.js; - * @description: Object.keys - own enumerable indexed data property of dense array 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-11.js + * @description Object.keys - own enumerable indexed data property of dense array 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-12.js index 950eae8da0..25b835619a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-12.js; - * @description: Object.keys - own enumerable indexed accessor property of dense array 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-12.js + * @description Object.keys - own enumerable indexed accessor property of dense array 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-13.js index 97d472ecf5..d684685432 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-13.js; - * @description: Object.keys - own enumerable indexed data property of sparse array 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-13.js + * @description Object.keys - own enumerable indexed data property of sparse array 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-14.js index be74fd1a96..4fac9145cf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-14.js; - * @description: Object.keys - own enumerable indexed accessor property of sparse array 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-14.js + * @description Object.keys - own enumerable indexed accessor property of sparse array 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-15.js index 1fe355e9c6..bd31144629 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-15.js; - * @description: Object.keys - own enumerable indexed data property of String object 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-15.js + * @description Object.keys - own enumerable indexed data property of String object 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-16.js index 76271da7ab..0d57773bf9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-16.js; - * @description: Object.keys - own enumerable indexed accessor property of String object 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-16.js + * @description Object.keys - own enumerable indexed accessor property of String object 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-2.js index 710b663c58..b36caa04e1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-2.js; - * @description: Object.keys - own enumerable accessor property of 'O' is defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-2.js + * @description Object.keys - own enumerable accessor property of 'O' is defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-3.js index 6ba10a6402..2f728346ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-3.js; - * @description: Object.keys - non-enumerable own data property of 'O' is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-3.js + * @description Object.keys - non-enumerable own data property of 'O' is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-4.js index 1a7894d2e3..6aeb5a0966 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-4.js; - * @description: Object.keys - non-enumerable own accessor property of 'O' is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-4.js + * @description Object.keys - non-enumerable own accessor property of 'O' is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-5.js index 7aa1574c47..672d2fa6c5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-5.js; - * @description: Object.keys - inherited enumerable data property of 'O' is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-5.js + * @description Object.keys - inherited enumerable data property of 'O' is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-6.js index 97c0c2d6c7..33f91e7814 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-6.js; - * @description: Object.keys - inherited enumerable accessor property of 'O' is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-6.js + * @description Object.keys - inherited enumerable accessor property of 'O' is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-7.js index 7089308bb7..a760df6a6b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-7.js; - * @description: Object.keys - inherted enumerable data property that is over-ridden by non-enumerable own data property is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-7.js + * @description Object.keys - inherted enumerable data property that is over-ridden by non-enumerable own data property is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-8.js index a0adbdcab1..5db405d007 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-8.js; - * @description: Object.keys - inherted enumerable data property that is over-ridden by non-enumerable own accessor property is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-8.js + * @description Object.keys - inherted enumerable data property that is over-ridden by non-enumerable own accessor property is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-9.js index 32458307a4..87edd0a159 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-9.js; - * @description: Object.keys - inherted enumerable accessor property that is over-ridden by non-enumerable own data property is not defined in returned array; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-9.js + * @description Object.keys - inherted enumerable accessor property that is over-ridden by non-enumerable own data property is not defined in returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-1.js index 2edda55125..187d25e34a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-1.js; - * @description: Object.keys - 'value' attribute of element in returned array is correct.; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-1.js + * @description Object.keys - 'value' attribute of element in returned array is correct. */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-2.js index 4f52d745ae..c0c939cdd6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-2.js; - * @description: Object.keys - 'writable' attribute of element of returned array is correct; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-2.js + * @description Object.keys - 'writable' attribute of element of returned array is correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-3.js index 615d9d24c4..59e3cf4a72 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-3.js; - * @description: Object.keys - 'enumerable' attribute of element of returned array is correct; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-3.js + * @description Object.keys - 'enumerable' attribute of element of returned array is correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-4.js index e94d23a6a3..c9b04b0b8a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-4.js; - * @description: Object.keys - Verify that 'configurable' attribute of element of returned array is correct; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-a-4.js + * @description Object.keys - Verify that 'configurable' attribute of element of returned array is correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-b-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-b-1.js index 62babcca37..82013404cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-b-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-b-1.js; - * @description: Object.keys - Verify that 'index' of returned array is ascend by 1; + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-5-b-1.js + * @description Object.keys - Verify that 'index' of returned array is ascend by 1 */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-1.js index 558b754a32..8fffbaa9b7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-1.js; - * @description: Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (dense array); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-1.js + * @description Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (dense array) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-2.js index ea11adc5e3..b725b2935b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-2.js; - * @description: Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (sparse array); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-2.js + * @description Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (sparse array) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-3.js index c9ac0b5f65..e3571b0043 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-3.js; - * @description: Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (String object); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-3.js + * @description Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (String object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-4.js index d69db38fba..fd4b316978 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-4.js; - * @description: Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (Arguments object); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-4.js + * @description Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (Arguments object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-5.js index f29a39cde2..f2b5786cc9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-5.js; - * @description: Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (any other built-in object); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-5.js + * @description Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (any other built-in object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-6.js index 0d12aca679..49243e6de6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-6.js; - * @description: Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (global Object); + * @path chapter15/15.2/15.2.3/15.2.3.14/15.2.3.14-6-6.js + * @description Object.keys - the order of elements in returned array is the same with the order of properties in 'O' (global Object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-1.js index be52b4dc14..e6b58c9dcf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-1.js; - * @description: Object.getPrototypeOf must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-1.js + * @description Object.getPrototypeOf must exist as a function */ -assertTrue(typeof(Object.getPrototypeOf) === "function"); +assertTruthy(typeof(Object.getPrototypeOf) === "function"); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-2.js index d31e4f3e93..d4477112b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-2.js; - * @description: Object.getPrototypeOf must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-2.js + * @description Object.getPrototypeOf must exist as a function taking 1 parameter */ -assertTrue(Object.getPrototypeOf.length === 1); +assertTruthy(Object.getPrototypeOf.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-3.js index efbdbb46ea..75605f95dc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-3.js; - * @description: Object.getPrototypeOf must take 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-3.js + * @description Object.getPrototypeOf must take 1 parameter */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-2.js index 62d9cb6c7c..53148e2324 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-2.js; - * @description: Object.getPrototypeOf throws TypeError if 'O' is null; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-2.js + * @description Object.getPrototypeOf throws TypeError if 'O' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3.js index bef822559d..bd3dc20b36 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3.js; - * @description: Object.getPrototypeOf throws TypeError if 'O' is a boolean; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3.js + * @description Object.getPrototypeOf throws TypeError if 'O' is a boolean */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4.js index 9e719b5875..5f6177862d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4.js; - * @description: Object.getPrototypeOf throws TypeError if 'O' is a string; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4.js + * @description Object.getPrototypeOf throws TypeError if 'O' is a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1.js index 98966c121b..cef17d2dc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1.js; - * @description: Object.getPrototypeOf throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-1.js + * @description Object.getPrototypeOf throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-1.js index a0740380c0..1037941a20 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-1.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Boolean); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-1.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Boolean) */ -assertTrue(Object.getPrototypeOf(Boolean) === Function.prototype); +assertTruthy(Object.getPrototypeOf(Boolean) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-10.js index a5d54e4a30..f69811357f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-10.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (RegExp); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-10.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (RegExp) */ -assertTrue(Object.getPrototypeOf(RegExp) === Function.prototype); +assertTruthy(Object.getPrototypeOf(RegExp) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-11.js index 371675ccac..8eb379f351 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-11.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-11.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Error); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-11.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Error) */ -assertTrue(Object.getPrototypeOf(Error) === Function.prototype); +assertTruthy(Object.getPrototypeOf(Error) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-12.js index 462d8192ba..f11612efa8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-12.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-12.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (EvalError); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-12.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (EvalError) */ -assertTrue(Object.getPrototypeOf(EvalError) === Function.prototype); +assertTruthy(Object.getPrototypeOf(EvalError) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-13.js index f7fff6381b..a9e93f7e60 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-13.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-13.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (RangeError); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-13.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (RangeError) */ -assertTrue(Object.getPrototypeOf(RangeError) === Function.prototype); +assertTruthy(Object.getPrototypeOf(RangeError) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-14.js index d9c285682a..bd3f4cee92 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-14.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-14.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (ReferenceError); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-14.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (ReferenceError) */ -assertTrue(Object.getPrototypeOf(ReferenceError) === Function.prototype); +assertTruthy(Object.getPrototypeOf(ReferenceError) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-15.js index bb5957562c..93d7a6519e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-15.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-15.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (SyntaxError); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-15.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (SyntaxError) */ -assertTrue(Object.getPrototypeOf(SyntaxError) === Function.prototype); +assertTruthy(Object.getPrototypeOf(SyntaxError) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-16.js index d9cf209e55..8ea40a4cb2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-16.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-16.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (TypeError); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-16.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (TypeError) */ -assertTrue(Object.getPrototypeOf(TypeError) === Function.prototype); +assertTruthy(Object.getPrototypeOf(TypeError) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-17.js index ea4adbe6b7..8f9dc91514 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-17.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-17.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (URIError); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-17.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (URIError) */ -assertTrue(Object.getPrototypeOf(URIError) === Function.prototype); +assertTruthy(Object.getPrototypeOf(URIError) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-18.js index 58bce97f94..07dfd7db21 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-18.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-18.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (JSON); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-18.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (JSON) */ -assertTrue(Object.getPrototypeOf(JSON) === Object.prototype); +assertTruthy(Object.getPrototypeOf(JSON) === Object.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-19.js index 49fce298fa..2d8aeff9d4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-19.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Object object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-19.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Object object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-2.js index 3186c9f3ee..2e58995873 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-2.js @@ -22,8 +22,8 @@ * Let 'x' be the return value from getPrototypeOf when called on d. * Then, x.isPrototypeOf(d) must be true. * - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-2.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (custom object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-2.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (custom object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-20.js index 74bdb10a91..8cd4b0b9f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-20.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Function Object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-20.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Function Object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-21.js index 5285f234cb..be28beeb00 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-21.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Array object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-21.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Array object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-22.js index d006e4223b..b379b0d2e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-22.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (String object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-22.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (String object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-23.js index a9772e43ba..53e4844b44 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-23.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Boolean object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-23.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Boolean object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-24.js index 4012719970..00a8952aa0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-24.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Number object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-24.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Number object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-25.js index 5a926830b7..7b9c4140cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-25.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Date object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-25.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Date object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-26.js index d77d5c72f1..26c3f00a36 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-26.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (RegExp object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-26.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (RegExp object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-27.js index cd2c342f6c..c5b77c1cf6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-27.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Error object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-27.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Error object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-28.js index 06c8831b89..7174058099 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-28.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (the Arguments object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-28.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (the Arguments object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-3.js index 78e6847be5..a506461e74 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-3.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-3.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Object) */ -assertTrue(Object.getPrototypeOf(Object) === Function.prototype); +assertTruthy(Object.getPrototypeOf(Object) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-30.js index 2b275a4504..fcbf77c916 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-30.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (the global object); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-30.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (the global object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-31.js index e2336f7d3d..79a76efc9c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-31.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-31.js; - * @description: Object.getPrototypeOf returns null; + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-31.js + * @description Object.getPrototypeOf returns null */ -assertTrue((Object.getPrototypeOf(Object.prototype) === null)); +assertTruthy((Object.getPrototypeOf(Object.prototype) === null)); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-4.js index c0d1eb81bd..5f498c7938 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-4.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Function); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-4.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Function) */ -assertTrue(Object.getPrototypeOf(Function) === Function.prototype); +assertTruthy(Object.getPrototypeOf(Function) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-5.js index b1a8dc5f90..bb32b845d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-5.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Array); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-5.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Array) */ -assertTrue(Object.getPrototypeOf(Array) === Function.prototype); +assertTruthy(Object.getPrototypeOf(Array) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-6.js index c85394f782..23cb815de6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-6.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (String); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-6.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (String) */ -assertTrue(Object.getPrototypeOf(String) === Function.prototype); +assertTruthy(Object.getPrototypeOf(String) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-7.js index c6d659354b..b7ce07d96e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-7.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Number); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-7.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Number) */ -assertTrue(Object.getPrototypeOf(Number) === Function.prototype); +assertTruthy(Object.getPrototypeOf(Number) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-8.js index 0ffcfac7b7..f93be7ca8c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-8.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Math); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-8.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Math) */ -assertTrue(Object.getPrototypeOf(Math) === Object.prototype); +assertTruthy(Object.getPrototypeOf(Math) === Object.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-9.js index 43ffa832cb..ed6b4a8139 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-9.js; - * @description: Object.getPrototypeOf returns the [[Prototype]] of its parameter (Date); + * @path chapter15/15.2/15.2.3/15.2.3.2/15.2.3.2-2-9.js + * @description Object.getPrototypeOf returns the [[Prototype]] of its parameter (Date) */ -assertTrue(Object.getPrototypeOf(Date) === Function.prototype); +assertTruthy(Object.getPrototypeOf(Date) === Function.prototype); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-1.js index 607633f24d..f86772304b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-1.js; - * @description: Object.getOwnPropertyDescriptor must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-1.js + * @description Object.getOwnPropertyDescriptor must exist as a function */ -assertTrue(typeof(Object.getOwnPropertyDescriptor) === "function"); +assertTruthy(typeof(Object.getOwnPropertyDescriptor) === "function"); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-2.js index bb16862d01..9a229d771b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-2.js; - * @description: Object.getOwnPropertyDescriptor must exist as a function taking 2 parameters; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-0-2.js + * @description Object.getOwnPropertyDescriptor must exist as a function taking 2 parameters */ -assertTrue(Object.getOwnPropertyDescriptor.length === 2); +assertTruthy(Object.getOwnPropertyDescriptor.length === 2); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-1.js index 59e766fe55..649d3b4345 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-1.js; - * @description: Object.getOwnPropertyDescriptor - TypeError is thrown when first param is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-1.js + * @description Object.getOwnPropertyDescriptor - TypeError is thrown when first param is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-2.js index e66c06325f..333ee559e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-2.js; - * @description: Object.getOwnPropertyDescriptor - TypeError is thrown when first param is null; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-2.js + * @description Object.getOwnPropertyDescriptor - TypeError is thrown when first param is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-3.js index 59879a2a3d..4aa8c416dd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-3.js; - * @description: Object.getOwnPropertyDescriptor - TypeError is thrown when first param is a boolean; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-3.js + * @description Object.getOwnPropertyDescriptor - TypeError is thrown when first param is a boolean */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-4.js index 8cdd2e48b9..974724dd4b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-4.js; - * @description: Object.getOwnPropertyDescriptor - TypeError is thrown when first param is a number; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1-4.js + * @description Object.getOwnPropertyDescriptor - TypeError is thrown when first param is a number */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1.js index a9bf596685..935d8d0b49 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1.js; - * @description: Object.getOwnPropertyDescriptor throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-1.js + * @description Object.getOwnPropertyDescriptor throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-1.js index 9a7b3794cc..490a1dfb37 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-1.js; - * @description: Object.getOwnPropertyDescriptor returns undefined for undefined property name; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-1.js + * @description Object.getOwnPropertyDescriptor returns undefined for undefined property name */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-10.js index 1ee36ccacf..47e1cd3131 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-10.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is -0); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-10.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is -0) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-11.js index 526e169bf3..7fe0d81140 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-11.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is positive number); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-11.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is positive number) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-12.js index 03d65e89b0..c488d38ffa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-12.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is negative number); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-12.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is negative number) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-13.js index 51ed6298e5..21d5fdf6d2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-13.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is Infinity); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-13.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-14.js index 273b2b698e..70b64114ca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-14.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is +Infinity); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-14.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is +Infinity) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-15.js index 430e8642fb..e1f3a6a86b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-15.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is -Infinity); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-15.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-16.js index a67ef8cd63..28151df265 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-16.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1(following 20 zeros)); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-16.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1(following 20 zeros)) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-17.js index 06e305b43c..ffd4377a5f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-17.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1(following 21 zeros)); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-17.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1(following 21 zeros)) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-18.js index dd1d839780..c213cdabd8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-18.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1(following 22 zeros)); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-18.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1(following 22 zeros)) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-19.js index fc529e62ab..ab34ab8666 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-19.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e+20); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-19.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e+20) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-2.js index 43ee8947f6..3f73f3dd76 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-2.js; - * @description: Object.getOwnPropertyDescriptor returns undefined for null property name; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-2.js + * @description Object.getOwnPropertyDescriptor returns undefined for null property name */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-20.js index 8f88ef151b..a02bd68245 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-20.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to string (value is 1e+21); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-20.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to string (value is 1e+21) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-21.js index 9326637369..1b2c6f1038 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-21.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e+22); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-21.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e+22) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-22.js index 3ee9df7269..d54884ad1e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-22.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0.000001); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-22.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0.000001) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-23.js index 68f1b34aa0..928469a8ed 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-23.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0.0000001); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-23.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0.0000001) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-24.js index 94122fbf21..2458b3cc8f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-24.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0.00000001); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-24.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0.00000001) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-25.js index 74d61fe4e8..6eeffad281 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-25.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e-7); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-25.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e-7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-26.js index 3b09f28a24..e7e5754028 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-26.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e-6); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-26.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e-6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-27.js index 47f28441b3..bdfb75b386 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-27.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e-5); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-27.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 1e-5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-28.js index 324032074d..6667ac3958 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-28.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is an integer that converts to a string (value is 123); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-28.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is an integer that converts to a string (value is 123) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-29.js index 3350874452..455ff0ceaa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-29.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a decimal that converts to a string (value is 123.456); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-29.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a decimal that converts to a string (value is 123.456) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-3.js index 29ddcf69ca..2b62c7b323 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-3.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-3.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-30.js index a4a8101339..1b1a2e743f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-30.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 100000000000000000000.123); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-30.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 100000000000000000000.123) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-31.js index 269b7b1089..638697f711 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-31.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 123.1234567); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-31.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 123.1234567) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-32.js index 0aded63f27..adc6211ade 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-32.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is applied to an empty string ; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-32.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is applied to an empty string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-33.js index bda2562a52..f3401b8fc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-33.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-33.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is applied to string 'AB - * \cd' ; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-33.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is applied to string 'AB + * \cd' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-34.js index b6717a105b..40f3f78bd5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-34.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is applied to string 'undefined' ; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-34.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is applied to string 'undefined' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-35.js index 32caaed7dc..8b47290652 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-35.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is applied to string 'null' ; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-35.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is applied to string 'null' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-36.js index e37f4ae086..8ea2fdd06b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-36.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is applied to string '123���¦�cd' ; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-36.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is applied to string '123���¦�cd' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-37.js index 906df75e63..6d94e0bb91 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-37.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is applied to string '1' ; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-37.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is applied to string '1' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-38.js index 820a33fde0..6da85e0e09 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-38.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is an array that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-38.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is an array that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-39.js index 7241d5ad0e..ac6148959a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-39.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a String Object that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-39.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a String Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-4.js index 04b8c80e26..fdcfd5dd83 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-4.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is null that converts to string 'null'; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-4.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is null that converts to string 'null' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-40.js index 899f5f2896..6f43dd648b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-40.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a Boolean Object that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-40.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a Boolean Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-41.js index be333e4fe0..29cea95a34 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-41.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a Number Object that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-41.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a Number Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-42.js index 8734e85791..8a762f2544 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-42.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is an object which has an own toString method; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-42.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is an object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-43.js index 4fd5f33f8e..56c0e2002f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-43.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is an object which has an own valueOf method; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-43.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is an object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-44.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-44.js index 13da043807..e58df54f4b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-44.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-44.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is an object that has an own toString method that returns an object and toValue method that returns a primitive value; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-44.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is an object that has an own toString method that returns an object and toValue method that returns a primitive value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-45.js index 50a9859735..c5657e2982 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-45.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is an object which has an own toString and valueOf method; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-45.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is an object which has an own toString and valueOf method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-46.js index b9101f001c..da812d5edc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-46.js; - * @description: Object.getOwnPropertyDescriptor - TypeError exception was thrown when 'P' is an object that both toString and valueOf wouldn't return primitive value; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-46.js + * @description Object.getOwnPropertyDescriptor - TypeError exception was thrown when 'P' is an object that both toString and valueOf wouldn't return primitive value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-47.js index 189418f469..74b3f2571c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-47.js; - * @description: Object.getOwnPropertyDescriptor - uses inherited toString method when 'P' is an object with an own valueOf and inherited toString methods; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-47.js + * @description Object.getOwnPropertyDescriptor - uses inherited toString method when 'P' is an object with an own valueOf and inherited toString methods */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-5.js index d67bc31a4b..fa20c573c7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-5.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a boolean whose value is false; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-5.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a boolean whose value is false */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-6.js index 5c925c91e4..ad5ece819e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-6.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a boolean whose value is true; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-6.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a boolean whose value is true */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-7.js index 3ff03d624f..7c1063487a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-7.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is NaN); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-7.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-8.js index 2f88fc40d6..bb49b0c3ea 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-8.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-8.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is 0) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-9.js index a5d58688c8..d5506d6e64 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-9.js; - * @description: Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is +0); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-2-9.js + * @description Object.getOwnPropertyDescriptor - argument 'P' is a number that converts to a string (value is +0) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-1.js index d22e20f6a9..bd4a4d2f5f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-1.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is own data property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-1.js + * @description Object.getOwnPropertyDescriptor - 'P' is own data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-10.js index e1e1f9c0ef..5fbba8ccab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-10.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is not an existing property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-10.js + * @description Object.getOwnPropertyDescriptor - 'P' is not an existing property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-13.js index 02809abcf4..0b00542f1b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-13.js; - * @description: Object.getOwnPropertyDescriptor applied to the Arguments object which implements its own property get method; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-13.js + * @description Object.getOwnPropertyDescriptor applied to the Arguments object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-14.js index 1e17a6f5a2..40fcce164d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-14.js; - * @description: Object.getOwnPropertyDescriptor applied to a String object which implements its own property get method; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-14.js + * @description Object.getOwnPropertyDescriptor applied to a String object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-15.js index cf4f0a01f3..3cd9b84002 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-15.js; - * @description: Object.getOwnPropertyDescriptor applied to a Function object which implements its own property get method; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-15.js + * @description Object.getOwnPropertyDescriptor applied to a Function object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-2.js index 31818b0c66..c552b43176 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-2.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-2.js + * @description Object.getOwnPropertyDescriptor - 'P' is inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-3.js index 23c48bd45e..c169e502fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-3.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is own data property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-3.js + * @description Object.getOwnPropertyDescriptor - 'P' is own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-4.js index 0fba2eb029..b629728764 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-4.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is own data property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-4.js + * @description Object.getOwnPropertyDescriptor - 'P' is own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-5.js index 86420d841b..b87973b627 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-5.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is own accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-5.js + * @description Object.getOwnPropertyDescriptor - 'P' is own accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-6.js index 92c9ad7ceb..aa3da2218b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-6.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-6.js + * @description Object.getOwnPropertyDescriptor - 'P' is inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-7.js index 648cbed511..5b3608b2c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-7.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is own accessor property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-7.js + * @description Object.getOwnPropertyDescriptor - 'P' is own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-8.js index e93a682935..d3302a2738 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-8.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is own accessor property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-8.js + * @description Object.getOwnPropertyDescriptor - 'P' is own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-9.js index 295cb4dd89..f87904d68e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-9.js; - * @description: Object.getOwnPropertyDescriptor - 'P' is own accessor property without a get function; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-3-9.js + * @description Object.getOwnPropertyDescriptor - 'P' is own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-1.js index 919b67efad..da52b2d7f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-1.js; - * @description: Object.getOwnPropertyDescriptor returns an object representing a data desc for valid data valued properties; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-1.js + * @description Object.getOwnPropertyDescriptor returns an object representing a data desc for valid data valued properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-10.js index b1db3f261d..ccba01a229 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-10.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.decodeURIComponent); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-10.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.decodeURIComponent) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-100.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-100.js index 2a093061f7..268909adef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-100.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-100.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-100.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.atan2); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-100.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.atan2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-101.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-101.js index d832fbe895..2c3ad309d7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-101.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-101.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-101.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.ceil); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-101.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.ceil) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-102.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-102.js index c84b946b9d..08a899cb9e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-102.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-102.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-102.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.cos); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-102.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.cos) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-103.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-103.js index 9863d65c45..3fddba0b50 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-103.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-103.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-103.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.exp); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-103.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.exp) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-104.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-104.js index 5c59b46737..7eb5376f1d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-104.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-104.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-104.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.floor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-104.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.floor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-105.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-105.js index 1c5cc8cb5e..9e1381d615 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-105.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-105.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-105.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.log); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-105.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.log) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-106.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-106.js index 79c63a1a78..5f1bc0e32d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-106.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-106.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-106.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.max); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-106.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.max) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-107.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-107.js index ff9e3847bf..b09cebf5e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-107.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-107.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-107.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.min); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-107.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.min) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-108.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-108.js index c2e9af98c9..855a883456 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-108.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-108.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-108.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.pow); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-108.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.pow) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-109.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-109.js index 58f3ec8dc4..db52b742b5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-109.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-109.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-109.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.random); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-109.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.random) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-11.js index 477958aa07..ea71773adc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-11.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.encodeURIComponent); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-11.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.encodeURIComponent) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-110.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-110.js index 1f4b474cc6..389171a57b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-110.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-110.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-110.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.round); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-110.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.round) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-111.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-111.js index 0226c3d390..a2f849e69e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-111.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-111.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-111.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.sin); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-111.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.sin) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-112.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-112.js index 387d0ed912..ca29df0004 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-112.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-112.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-112.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.sqrt); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-112.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.sqrt) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-113.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-113.js index 5dc11de38d..ae33429498 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-113.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-113.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-113.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.tan); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-113.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.tan) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-114.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-114.js index 85ff44ef18..0b064408fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-114.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-114.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-114.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.parse); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-114.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.parse) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-115.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-115.js index e322e9206e..f8128d609c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-115.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-115.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-115.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.UTC); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-115.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.UTC) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-116.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-116.js index 94a7568ce4..59e65898ef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-116.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-116.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-116.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-116.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-117.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-117.js index 0ccdbb8c89..db2dc6851e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-117.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-117.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-117.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getTime); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-117.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getTime) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-118.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-118.js index 2d57ef8a27..a86c481ef6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-118.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-118.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-118.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getTimezoneOffset); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-118.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getTimezoneOffset) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-119.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-119.js index 85cc69371d..f21b597761 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-119.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-119.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-119.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getYear); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-119.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getYear) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-12.js index 240f8abf24..ea9dca31e2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-12.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.escape); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-12.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.escape) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-120.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-120.js index 92afd7cd0c..18a3729ab4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-120.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-120.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-120.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getFullYear); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-120.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getFullYear) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-121.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-121.js index 8b1394d5e8..77ecb33dee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-121.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-121.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-121.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getMonth); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-121.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getMonth) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-122.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-122.js index 9fd5d6255f..187da85472 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-122.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-122.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-122.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getDate); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-122.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getDate) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-123.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-123.js index bed5ab2778..cfa549b9ff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-123.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-123.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-123.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getDay); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-123.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getDay) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-124.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-124.js index 1993259f2e..b63e50416c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-124.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-124.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-124.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getHours); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-124.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getHours) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-125.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-125.js index a8dde85551..ac2298a245 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-125.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-125.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-125.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getMinutes); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-125.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getMinutes) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-126.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-126.js index 94054de954..eda7a65f3b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-126.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-126.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-126.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getSeconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-126.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getSeconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-127.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-127.js index 9987b20168..0f18e849d8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-127.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-127.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-127.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getMilliseconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-127.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getMilliseconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-128.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-128.js index 18feba058d..5f944aaf3e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-128.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-128.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-128.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCFullYear); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-128.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCFullYear) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-129.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-129.js index 6b93b75b04..a85fe9e554 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-129.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-129.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-129.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCMonth); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-129.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCMonth) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-13.js index 587949b837..3aa7be85ca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-13.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.unescape); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-13.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.unescape) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-130.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-130.js index fac9ac121c..725674eaff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-130.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-130.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-130.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCDate); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-130.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCDate) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-131.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-131.js index cfd450ad4c..47223dde52 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-131.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-131.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-131.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCDay); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-131.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCDay) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-132.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-132.js index fa89776cca..fc54b9bdf7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-132.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-132.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-132.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCHours); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-132.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCHours) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-133.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-133.js index 27eb1db515..0986e6c6e5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-133.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-133.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-133.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCMinutes); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-133.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCMinutes) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-134.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-134.js index dc1deee9c9..82b37f2d12 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-134.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-134.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-134.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCSeconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-134.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCSeconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-135.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-135.js index edf88eea14..042ac26791 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-135.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-135.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-135.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCMilliseconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-135.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.getUTCMilliseconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-136.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-136.js index 2ac13bafa6..2081845f46 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-136.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-136.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-136.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setTime); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-136.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setTime) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-137.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-137.js index 818d49f1ce..a74243fc95 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-137.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-137.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-137.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setYear); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-137.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setYear) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-138.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-138.js index 80723a6841..6d8b85ea89 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-138.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-138.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-138.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setFullYear); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-138.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setFullYear) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-139.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-139.js index 78b63b23b5..07842bda97 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-139.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-139.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-139.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setMonth); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-139.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setMonth) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-14.js index 262750b3ce..fae331061e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-14.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.getPrototypeOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-14.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.getPrototypeOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-140.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-140.js index a4d42102db..fe0bef02b6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-140.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-140.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-140.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setDate); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-140.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setDate) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-141.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-141.js index 7dd11abafe..173251c705 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-141.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-141.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-141.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setHours); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-141.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setHours) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-142.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-142.js index 023f78f101..6ed0450a44 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-142.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-142.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-142.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setMinutes); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-142.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setMinutes) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-143.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-143.js index 3afbfbb04d..0a0417c479 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-143.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-143.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-143.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setSeconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-143.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setSeconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-144.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-144.js index 88c590577a..b8621896ff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-144.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-144.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-144.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setMilliseconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-144.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setMilliseconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-145.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-145.js index f118ad388c..92a3bb75ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-145.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-145.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-145.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCFullYear); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-145.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCFullYear) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-146.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-146.js index 7ba26c72e1..45362cc2b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-146.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-146.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-146.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCMonth); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-146.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCMonth) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-147.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-147.js index 5ba632a4fc..4041e50a6a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-147.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-147.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-147.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCDate); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-147.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCDate) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-148.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-148.js index e7fe0097ea..97ea9ba338 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-148.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-148.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-148.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCHours); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-148.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCHours) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-149.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-149.js index 6139baaa0d..7cd14177d8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-149.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-149.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-149.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCMinutes); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-149.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCMinutes) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-15.js index 83e6a23fdc..28a96d3629 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-15.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.getOwnPropertyDescriptor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-15.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.getOwnPropertyDescriptor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-150.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-150.js index d184a52fbb..eab334075c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-150.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-150.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-150.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCSeconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-150.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCSeconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-151.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-151.js index f79fcb2434..e0ffeda050 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-151.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-151.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-151.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCMilliseconds); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-151.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setUTCMilliseconds) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-152.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-152.js index 7d7ba1d514..ef1502322c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-152.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-152.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-152.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toLocaleString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-152.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toLocaleString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-153.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-153.js index dd250ab476..f5d4f89522 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-153.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-153.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-153.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-153.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-154.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-154.js index 36426b2192..747c9fca1d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-154.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-154.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-154.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toUTCString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-154.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toUTCString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-155.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-155.js index 6388a78373..d9624d6d4e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-155.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-155.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-155.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toGMTString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-155.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toGMTString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-156.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-156.js index b316fee807..66ed37f080 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-156.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-156.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-156.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toTimeString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-156.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toTimeString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-157.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-157.js index 0cbfd98db8..cc0338cb68 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-157.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-157.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-157.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toDateString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-157.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toDateString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-158.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-158.js index 72fa975d1b..ab517e7ea8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-158.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-158.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-158.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toLocaleDateString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-158.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toLocaleDateString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-159.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-159.js index 150d301de4..c27e768700 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-159.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-159.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-159.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toLocaleTimeString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-159.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toLocaleTimeString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-16.js index 26ae11da8c..c973b6f2c5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-16.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.getOwnPropertyNames); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-16.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.getOwnPropertyNames) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-160.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-160.js index dbde625a57..d84e8133d2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-160.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-160.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-160.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.valueOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-160.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.valueOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-161.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-161.js index 9ef5fabffa..7c13ce5485 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-161.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-161.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-161.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toISOString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-161.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toISOString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-162.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-162.js index 8d3ef36f69..bcb7cebf1e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-162.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-162.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-162.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toJSON); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-162.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.toJSON) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-163.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-163.js index 693bb9270e..d411ffb741 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-163.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-163.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-163.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-163.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js index 67728b6448..ad26ce9559 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.compile); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-164.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.compile) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-165.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-165.js index d94715d6e1..5987534da4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-165.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-165.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-165.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.exec); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-165.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.exec) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-166.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-166.js index d76c127849..61c08b71d6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-166.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-166.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-166.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.test); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-166.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.test) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-167.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-167.js index 7952ea3c31..9ab924beb2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-167.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-167.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-167.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-167.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RegExp.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-168.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-168.js index a968d9d875..186ef51d3e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-168.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-168.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-168.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Error.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-168.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Error.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-169.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-169.js index 703ca068bd..e37c63e427 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-169.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-169.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-169.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Error.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-169.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Error.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-17.js index f238b0c65a..cfdc5e42ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-17.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-17.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-170.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-170.js index de5df8b89f..f968dd7f54 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-170.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-170.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-170.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (EvalError.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-170.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (EvalError.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-171.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-171.js index 4f0f787143..ff85ccdb70 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-171.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-171.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-171.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RangeError.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-171.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (RangeError.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-172.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-172.js index 3ab83c7171..80124aa9de 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-172.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-172.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-172.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (ReferenceError.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-172.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (ReferenceError.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-173.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-173.js index 2bd7f3a53d..caf2f715ea 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-173.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-173.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-173.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (SyntaxError.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-173.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (SyntaxError.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-174.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-174.js index 335adba534..1346397bc2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-174.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-174.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-174.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (TypeError.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-174.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (TypeError.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-175.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-175.js index f176c288ea..9168193790 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-175.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-175.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-175.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (URIError.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-175.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (URIError.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-176.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-176.js index 169c78a6d9..8bab289ecd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-176.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-176.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-176.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (JSON.stringify); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-176.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (JSON.stringify) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-177.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-177.js index ca9d7715a1..c61c1122fa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-177.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-177.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-177.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (JSON.parse); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-177.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (JSON.parse) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178.js index f921ac89ac..4f639434eb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Global.NaN); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Global.NaN) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179.js index cb982e046a..ebb127b277 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Global.Infinity); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Global.Infinity) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-18.js index abcdf67f8d..6b1ce89516 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-18.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.defineProperty); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-18.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.defineProperty) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180.js index 7861509937..3ac6939817 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Global.undefined); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Global.undefined) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-182.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-182.js index 5acb5c84ba..ab953ab7d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-182.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-182.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-182.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Object.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-182.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Object.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183.js index 436ff2d365..029d73e77e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183.js; - * @description: Object.getOwnPropertyDescriptor returns undefined for non-existent property (arguments_1) on built-in object (Function); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183.js + * @description Object.getOwnPropertyDescriptor returns undefined for non-existent property (arguments_1) on built-in object (Function) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184.js index e7d4b88940..f4a11f65b9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184.js; - * @description: Object.getOwnPropertyDescriptor returns undefined for non-existent property (caller) on built-in object (Math); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-184.js + * @description Object.getOwnPropertyDescriptor returns undefined for non-existent property (caller) on built-in object (Math) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-185.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-185.js index fe609c2f0d..f194c9d49d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-185.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-185.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-185.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Function.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-185.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Function.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186.js index 1704a46d41..d259e176ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Function.length); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Function.length) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187.js index cfdbee1e43..dfd6b84e2a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Function (instance).length); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Function (instance).length) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188.js index d798c6db0e..d424c23682 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188.js; - * @description: Object.getOwnPropertyDescriptor returns undefined for non-existent properties on built-ins (Function (instance).name); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-188.js + * @description Object.getOwnPropertyDescriptor returns undefined for non-existent properties on built-ins (Function (instance).name) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-189.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-189.js index ceb2bec096..84142fb4c4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-189.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-189.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-189.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Array.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-189.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Array.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-19.js index 9bbb9692d3..624bfa5770 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-19.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.defineProperties); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-19.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.defineProperties) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-190.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-190.js index 2844de97c6..9bef2f2afc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-190.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-190.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-190.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (String.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-190.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (String.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191.js index d9fb517148..fe83f7846c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (String.length); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (String.length) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-192.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-192.js index b43deefb47..129ea74feb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-192.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-192.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-192.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (String (instance).length); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-192.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (String (instance).length) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-193.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-193.js index 1617cc7f86..23c9039d91 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-193.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-193.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-193.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Boolean.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-193.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Boolean.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194.js index eabb3ac774..b03d252299 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Boolean.length); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Boolean.length) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-195.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-195.js index 5f35c7fad6..f830615e72 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-195.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-195.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-195.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-195.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-196.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-196.js index d3755254b3..af9bfd2e27 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-196.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-196.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-196.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.MAX_VALUE); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-196.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.MAX_VALUE) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-197.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-197.js index 3072c237f5..39253f42c8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-197.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-197.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-197.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.MIN_VALUE); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-197.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.MIN_VALUE) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-198.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-198.js index 17f8fbc0e7..10c39fa126 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-198.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-198.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-198.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.NaN); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-198.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.NaN) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-199.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-199.js index c6d0cd6b92..b555032276 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-199.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-199.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-199.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.NEGATIVE_INFINITY); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-199.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.NEGATIVE_INFINITY) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-2.js index 7433e95a33..36fda23556 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-2.js; - * @description: Object.getOwnPropertyDescriptor returns undefined for non-existent properties; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-2.js + * @description Object.getOwnPropertyDescriptor returns undefined for non-existent properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20.js index 274c18ac23..08d050b3bf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.seal); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.seal) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-200.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-200.js index 389d534404..31f0c7dc79 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-200.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-200.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-200.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.POSITIVE_INFINITY); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-200.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.POSITIVE_INFINITY) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201.js index b7bdfffc0c..fd02f0a080 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.length); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Number.length) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-202.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-202.js index 69e38c53f1..d6e0d24989 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-202.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-202.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-202.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.E); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-202.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.E) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-203.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-203.js index e0a4cb29fd..52583e7b1f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-203.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-203.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-203.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LN10); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-203.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LN10) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-204.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-204.js index 196c79e595..c8969411b5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-204.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-204.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-204.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LN2); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-204.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LN2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-205.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-205.js index b97258fd31..cb3745c124 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-205.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-205.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-205.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LOG2E); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-205.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LOG2E) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-206.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-206.js index 38cd8449ea..95f0e30b9f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-206.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-206.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-206.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LOG10E); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-206.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.LOG10E) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-207.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-207.js index a739a64069..f715c0fc77 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-207.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-207.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-207.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.PI); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-207.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.PI) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-208.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-208.js index 59ed4913c4..64ad3823a5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-208.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-208.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-208.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.SQRT1_2); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-208.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.SQRT1_2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-209.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-209.js index b36f11577a..6a816b8c40 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-209.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-209.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-209.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.SQRT2); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-209.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Math.SQRT2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21.js index 8aa5ee9273..4b5ba86aff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.freeze); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.freeze) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-210.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-210.js index a00da917dd..09b874535c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-210.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-210.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-210.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Date.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-210.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Date.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-211.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-211.js index 9478bea15f..ee958dcd3a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-211.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-211.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-211.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-211.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212.js index ac93b570fb..c8fe077dd6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.source); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-212.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.source) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213.js index 297a5d867a..fa9cc20250 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.global); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-213.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.global) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214.js index a5e1a2aaa6..68ee362960 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.ignoreCase); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-214.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.ignoreCase) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215.js index 458b5b59cc..47f7b5280d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.multiline); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-215.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RegExp.prototype.multiline) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216.js index 29875189dd..5cfa937b20 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Error.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-216.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (Error.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217.js index 8a31093e39..0efee530f4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (EvalError.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-217.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (EvalError.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218.js index 25d940d254..b1cdb91815 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RangeError.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-218.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (RangeError.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219.js index b0f7fe58e7..a360ae8a40 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (ReferenceError.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-219.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (ReferenceError.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22.js index a41bbdf4ab..c54551eac0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.preventExtensions); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.preventExtensions) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220.js index 4b6e6c091b..9940643506 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (SyntaxError.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (SyntaxError.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221.js index 2741450f16..e3c57322dd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (TypeError.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (TypeError.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222.js index dd09e5593b..26ba9b2284 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222.js; - * @description: Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (URIError.prototype); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222.js + * @description Object.getOwnPropertyDescriptor returns data desc (all false) for properties on built-ins (URIError.prototype) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-223.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-223.js index f8e2301bc9..11aba65487 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-223.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-223.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-223.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'value' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-223.js + * @description Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'value' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-224.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-224.js index 0dd2c6b9e3..13bb606c82 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-224.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-224.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-224.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'writable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-224.js + * @description Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'writable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-225.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-225.js index 7552b8e626..2bdd1b08b4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-225.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-225.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-225.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'enumerable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-225.js + * @description Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'enumerable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-226.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-226.js index 12b63c3b1c..c52e882aa5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-226.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-226.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-226.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'configurable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-226.js + * @description Object.getOwnPropertyDescriptor - ensure that 'value' property of returned object is data property with correct 'configurable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-227.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-227.js index 4bf734daa4..1b2bdc1f47 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-227.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-227.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-227.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'value' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-227.js + * @description Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'value' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-228.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-228.js index e9c00c7187..ff349c2ebf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-228.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-228.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-228.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'writable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-228.js + * @description Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'writable' attribute */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-229.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-229.js index 97eaaba2aa..5baf764bdd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-229.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-229.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-229.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'enumerable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-229.js + * @description Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'enumerable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23.js index bf03e10991..6233800940 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.isSealed); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.isSealed) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-230.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-230.js index a8fa7272c8..2af6328d49 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-230.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-230.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-230.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'configurable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-230.js + * @description Object.getOwnPropertyDescriptor - ensure that 'writable' property of returned object is data property with correct 'configurable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-231.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-231.js index 39433730f7..6282e0d250 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-231.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-231.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-231.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'value' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-231.js + * @description Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'value' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-232.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-232.js index 0764334118..ef790e2928 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-232.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-232.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-232.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'writable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-232.js + * @description Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'writable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-233.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-233.js index 671ddbd1b9..2e42b1758c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-233.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-233.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-233.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'enumerable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-233.js + * @description Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'enumerable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-234.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-234.js index 8c07c5768c..421f43ac58 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-234.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-234.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-234.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'configurable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-234.js + * @description Object.getOwnPropertyDescriptor - ensure that 'enumerable' property of returned object is data property with correct 'configurable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-235.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-235.js index ab021b9364..af9a77b3a4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-235.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-235.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-235.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'value' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-235.js + * @description Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'value' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-236.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-236.js index 70c4919feb..cc72ce2cb5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-236.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-236.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-236.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'writable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-236.js + * @description Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'writable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-237.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-237.js index c606d72b3f..f184989702 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-237.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-237.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-237.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'enumerable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-237.js + * @description Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'enumerable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-238.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-238.js index 4702dd9f8d..6bfc01b561 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-238.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-238.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-238.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'configurable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-238.js + * @description Object.getOwnPropertyDescriptor - ensure that 'configurable' property of returned object is data property with correct 'configurable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-239.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-239.js index 6e37afaacb..2612ba94a6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-239.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-239.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-239.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'value' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-239.js + * @description Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'value' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24.js index eebed6a7d3..cc683fadd8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.isFrozen); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.isFrozen) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-240.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-240.js index 7c4c3a7bb7..8167af4390 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-240.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-240.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-240.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'writable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-240.js + * @description Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'writable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-241.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-241.js index 32ab9e1a6b..d18dc89418 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-241.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-241.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-241.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'enumerable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-241.js + * @description Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'enumerable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-242.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-242.js index c7bb7832f9..1e36fcf1ae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-242.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-242.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-242.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'configurable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-242.js + * @description Object.getOwnPropertyDescriptor - ensure that 'get' property of returned object is data property with correct 'configurable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-243.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-243.js index 58cd02b999..4a26279a04 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-243.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-243.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-243.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'value' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-243.js + * @description Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'value' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-244.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-244.js index e020052a5d..8635846f80 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-244.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-244.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-244.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'writable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-244.js + * @description Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'writable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-245.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-245.js index 831c110014..f886ff2ba4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-245.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-245.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-245.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'enumerable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-245.js + * @description Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'enumerable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-246.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-246.js index 373e858143..ae6bd5e7ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-246.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-246.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-246.js; - * @description: Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'configurable' attribute; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-246.js + * @description Object.getOwnPropertyDescriptor - ensure that 'set' property of returned object is data property with correct 'configurable' attribute */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-247.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-247.js index 35270172bc..2269a0fbf2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-247.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-247.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-247.js; - * @description: Object.getOwnPropertyDescriptor - returned value is an instance of object; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-247.js + * @description Object.getOwnPropertyDescriptor - returned value is an instance of object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-248.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-248.js index 3037b87311..85c94c845c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-248.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-248.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-248.js; - * @description: Object.getOwnPropertyDescriptor - returned object contains the property 'value' if the value of property 'value' is not explicitly specified when defined by Object.defineProperty; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-248.js + * @description Object.getOwnPropertyDescriptor - returned object contains the property 'value' if the value of property 'value' is not explicitly specified when defined by Object.defineProperty */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-249.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-249.js index e57f8b7333..7c79ebcc9e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-249.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-249.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-249.js; - * @description: Object.getOwnPropertyDescriptor - returned object contains the property 'set' if the value of property 'set' is not explicitly specified when defined by Object.defineProperty.; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-249.js + * @description Object.getOwnPropertyDescriptor - returned object contains the property 'set' if the value of property 'set' is not explicitly specified when defined by Object.defineProperty. */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25.js index a5c02a2a64..297d503612 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.isExtensible); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.isExtensible) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-250.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-250.js index a5060d34bb..35d3d14fb5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-250.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-250.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-250.js; - * @description: Object.getOwnPropertyDescriptor - returned object contains the property 'get' if the value of property 'get' is not explicitly specified when defined by Object.defineProperty.; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-250.js + * @description Object.getOwnPropertyDescriptor - returned object contains the property 'get' if the value of property 'get' is not explicitly specified when defined by Object.defineProperty. */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-26.js index 6c1299aa36..bda8eaad0c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-26.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.keys); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-26.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.keys) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-27.js index bbca5b4e0a..6eb988f78e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-27.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-27.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-28.js index 9d8e79f62e..3d7a28b61c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-28.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-28.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-29.js index 6ab39f3e6c..431c7e15d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-29.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.valueOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-29.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.valueOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-3.js index b6bb23b06d..0dce81e399 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-3.js; - * @description: Object.getOwnPropertyDescriptor returns an object representing an accessor desc for valid accessor properties; + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-3.js + * @description Object.getOwnPropertyDescriptor returns an object representing an accessor desc for valid accessor properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-30.js index 79eb8806af..6977f240d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-30.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.isPrototypeOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-30.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.isPrototypeOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-31.js index ed1411397a..5e704b5ec7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-31.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.hasOwnProperty); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-31.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.hasOwnProperty) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-32.js index 8c436e2a08..d64eda11d7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-32.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.propertyIsEnumerable); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-32.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.propertyIsEnumerable) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-33.js index 514ca57983..cab3249a88 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-33.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.toLocaleString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-33.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Object.prototype.toLocaleString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-34.js index cfaee36094..0d0d2e62df 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-34.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-34.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-35.js index 51ea132e8c..3ac4bb3293 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-35.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-35.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-36.js index 5d2199ca0e..eec0e42f52 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-36.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.apply); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-36.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.apply) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-37.js index 25c20d1dd9..80b0ac72c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-37.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.call); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-37.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.call) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38.js index fff48cc33d..db22a2f099 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-39.js index cf3685290b..d9432b76e2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-39.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-39.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-4.js index c0aba41b97..1fdd8a2e7b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-4.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.eval); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-4.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.eval) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-40.js index 199213124f..646243673a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-40.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.concat); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-40.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.concat) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-41.js index a9d27fbdd0..81e4cbd770 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-41.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.join); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-41.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.join) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-42.js index 2a037d41a1..629ac851bc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-42.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.reverse); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-42.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.reverse) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-43.js index fe0f416af8..5bd05f8358 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-43.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.slice); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-43.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.slice) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-44.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-44.js index 7b1f999c1a..73e3513713 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-44.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-44.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.sort); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-44.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.sort) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-45.js index a5b54b96c3..53e91c4697 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-45.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-45.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-46.js index 1fe46f8c9f..314e391075 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-46.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.push); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-46.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.push) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-47.js index b1f8049381..1488b56bc2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-47.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.pop); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-47.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.pop) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-48.js index 9d092f66b7..a1ec78a015 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-48.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.shift); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-48.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.shift) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-49.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-49.js index 6115780c8c..ea03d41e66 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-49.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-49.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.unshift); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-49.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.unshift) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-5.js index 5f58db30b7..3e4669e6e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-5.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.parseInt); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-5.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.parseInt) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-50.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-50.js index 1078a8a2a8..83ee0844af 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-50.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-50.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.splice); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-50.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.splice) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-51.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-51.js index 8bfb112e4c..2b8980a9e2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-51.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-51.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-51.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.toLocaleString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-51.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.toLocaleString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-52.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-52.js index 0d30df7454..824e36ce01 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-52.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-52.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-52.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.indexOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-52.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.indexOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-53.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-53.js index 6262a5b49a..3726636343 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-53.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-53.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-53.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.lastIndexOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-53.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.lastIndexOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-54.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-54.js index e3c295150a..5a5795c87a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-54.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-54.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-54.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.every); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-54.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.every) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-55.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-55.js index 904e699d74..d98ac2f020 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-55.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-55.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-55.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.some); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-55.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.some) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-56.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-56.js index 2af01f656a..c7d0ccb67b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-56.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-56.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-56.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.forEach); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-56.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.forEach) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-57.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-57.js index e063ae805e..4ff54ca815 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-57.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-57.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-57.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.map); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-57.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.map) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-58.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-58.js index 4ca6ad51f7..5ab77d727f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-58.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-58.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-58.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.filter); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-58.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.filter) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-59.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-59.js index 3e1392af63..876af58b11 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-59.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-59.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-59.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.reduce); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-59.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.reduce) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-6.js index e7964ef97c..56016b00e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-6.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.parseFloat); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-6.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.parseFloat) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-60.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-60.js index 1157391065..4907572206 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-60.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-60.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-60.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.reduceRight); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-60.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Array.prototype.reduceRight) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-61.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-61.js index 420f09e9de..f10d17700f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-61.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-61.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-61.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.fromCharCode); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-61.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.fromCharCode) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-62.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-62.js index 8f2fbf1fbd..a129cca238 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-62.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-62.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-62.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-62.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-63.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-63.js index 3cee32be6a..3e2fb5a3e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-63.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-63.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-63.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.charAt); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-63.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.charAt) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-64.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-64.js index d63e691525..2ed7884bfb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-64.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-64.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-64.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.charCodeAt); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-64.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.charCodeAt) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-65.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-65.js index d98ca469e8..0a2a722fd4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-65.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-65.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-65.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.concat); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-65.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.concat) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-66.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-66.js index 2cc4e94224..76808cceda 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-66.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-66.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-66.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.indexOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-66.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.indexOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-67.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-67.js index e2bb73bcb0..4a56fc480a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-67.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-67.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-67.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.lastIndexOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-67.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.lastIndexOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-68.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-68.js index 0579060263..eaa279182e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-68.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-68.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-68.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.match); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-68.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.match) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-69.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-69.js index 5b0f82838a..a1cf462561 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-69.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-69.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-69.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.replace); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-69.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.replace) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-7.js index 2842e7b7b8..44566b83eb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-7.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.isNaN); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-7.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.isNaN) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-70.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-70.js index 8225583fc7..c59baec56e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-70.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-70.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-70.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.search); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-70.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.search) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-71.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-71.js index b146915da6..3430218cf6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-71.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-71.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-71.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.slice); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-71.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.slice) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-72.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-72.js index 2aac7db862..afb05e7118 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-72.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-72.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-72.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.split); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-72.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.split) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-73.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-73.js index c711073659..24f56ddbcf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-73.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-73.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-73.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.substring); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-73.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.substring) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js index 32918373c6..9759a4a126 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.substr); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-74.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.substr) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-75.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-75.js index 4e7f4943e0..65a1eb38c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-75.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-75.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-75.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toLowerCase); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-75.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toLowerCase) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-76.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-76.js index a109ac216f..ff2f1fae32 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-76.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-76.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-76.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-76.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-77.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-77.js index 8655141777..29e738974e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-77.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-77.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-77.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toUpperCase); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-77.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toUpperCase) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-78.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-78.js index 30dd505b5b..f044683b2a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-78.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-78.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-78.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.valueOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-78.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.valueOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-79.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-79.js index 0a33616ec9..7606b0b064 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-79.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-79.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-79.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toLocaleLowerCase); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-79.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toLocaleLowerCase) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-8.js index 7e44de7a32..72fb7b05f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-8.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.isFinite); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-8.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.isFinite) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-80.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-80.js index c2e63f87a3..2e826f4908 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-80.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-80.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-80.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toLocaleUpperCase); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-80.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.toLocaleUpperCase) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-81.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-81.js index 873dffead6..9265ff39f5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-81.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-81.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-81.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.localeCompare); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-81.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.localeCompare) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-82.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-82.js index 87ff93e840..0518b79a6d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-82.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-82.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-82.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.trim); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-82.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (String.prototype.trim) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-84.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-84.js index 5c85bcf12c..c98c1d0d4b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-84.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-84.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-84.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Boolean.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-84.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Boolean.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-85.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-85.js index 676dc97337..904fa3060d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-85.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-85.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-85.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Boolean.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-85.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Boolean.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-86.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-86.js index dfecad928d..53f9992eda 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-86.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-86.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-86.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Boolean.prototype.valueOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-86.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Boolean.prototype.valueOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-88.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-88.js index 3ad7391019..eff66dcdfe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-88.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-88.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-88.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.constructor); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-88.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.constructor) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-89.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-89.js index 4fa7c76567..422dc4dd64 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-89.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-89.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-89.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-89.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-9.js index 5c383b5591..d8c9e6cf24 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-9.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.decodeURI); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-9.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Global.decodeURI) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-90.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-90.js index 187f9f798f..4f6e6903e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-90.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-90.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-90.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toLocaleString); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-90.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toLocaleString) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-91.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-91.js index 2d8553b765..f037a33474 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-91.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-91.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-91.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toFixed); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-91.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toFixed) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-92.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-92.js index 743c28102b..9a3e8628cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-92.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-92.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-92.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toExponential); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-92.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toExponential) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-93.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-93.js index 85c5ea5f88..469525a03e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-93.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-93.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-93.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toPrecision); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-93.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.toPrecision) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-94.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-94.js index 430e09aa00..e8381199c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-94.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-94.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-94.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.valueOf); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-94.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Number.prototype.valueOf) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-96.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-96.js index 965bcf0884..0443340510 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-96.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-96.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-96.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.abs); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-96.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.abs) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-97.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-97.js index 3cd20f137d..b268f45104 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-97.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-97.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-97.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.acos); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-97.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.acos) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-98.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-98.js index ec08a4e5d3..d11e614b41 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-98.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-98.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-98.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.asin); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-98.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.asin) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-99.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-99.js index 8a5377f3db..6bd903cb24 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-99.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-99.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-99.js; - * @description: Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.atan); + * @path chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-99.js + * @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Math.atan) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-1.js index fec1806d79..78c19dd23f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-1.js; - * @description: Object.getOwnPropertyNames must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-1.js + * @description Object.getOwnPropertyNames must exist as a function */ -assertTrue(typeof(Object.getOwnPropertyNames) === "function"); +assertTruthy(typeof(Object.getOwnPropertyNames) === "function"); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-2.js index a55fea24c8..192497fba1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-2.js; - * @description: Object.getOwnPropertyNames must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-0-2.js + * @description Object.getOwnPropertyNames must exist as a function taking 1 parameter */ -assertTrue(Object.getOwnPropertyNames.length === 1); +assertTruthy(Object.getOwnPropertyNames.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-2.js index 870c8ca7d4..ac0dc08b01 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-2.js; - * @description: Object.getOwnPropertyNames throws TypeError if 'O' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-2.js + * @description Object.getOwnPropertyNames throws TypeError if 'O' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-3.js index 33b5b0281d..4e7bb647f7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-3.js; - * @description: Object.getOwnPropertyNames throws TypeError if 'O' is null; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-3.js + * @description Object.getOwnPropertyNames throws TypeError if 'O' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4.js index f4dc875dc7..ac1afe73da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4.js; - * @description: Object.getOwnPropertyNames throws TypeError if 'O' is a boolean; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4.js + * @description Object.getOwnPropertyNames throws TypeError if 'O' is a boolean */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5.js index dcf2bf8689..0c6254cfcd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5.js; - * @description: Object.getOwnPropertyNames throws TypeError if 'O' is a string; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5.js + * @description Object.getOwnPropertyNames throws TypeError if 'O' is a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1.js index 269b3d9af5..30f45d4007 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1.js; - * @description: Object.getOwnPropertyNames throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-1.js + * @description Object.getOwnPropertyNames throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-1.js index 4de22473e5..c021f564ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-1.js; - * @description: Object.getOwnPropertyNames - returned array is an array according to Array.isArray; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-1.js + * @description Object.getOwnPropertyNames - returned array is an array according to Array.isArray */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-2.js index 10609c7b39..16bd867556 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-2.js; - * @description: Object.getOwnPropertyNames - returned array is an instance of Array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-2.js + * @description Object.getOwnPropertyNames - returned array is an instance of Array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-3.js index dc1b40dd7e..881fb41c64 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-3.js; - * @description: Object.getOwnPropertyNames - length of returned array is initialized to 0; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-3.js + * @description Object.getOwnPropertyNames - length of returned array is initialized to 0 */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-4.js index 52d84a3ccf..56df052da1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-4.js; - * @description: Object.getOwnPropertyNames - returned array is the standard built-in constructor; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-2-4.js + * @description Object.getOwnPropertyNames - returned array is the standard built-in constructor */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-3-1.js index c116b465c3..ebcaebd676 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-3-1.js; - * @description: Object.getOwnPropertyNames - elements of the returned array start from index 0; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-3-1.js + * @description Object.getOwnPropertyNames - elements of the returned array start from index 0 */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1.js index 54443da661..4c44c953d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1.js; - * @description: Object.getOwnPropertyNames returns array of property names (Global); + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1.js + * @description Object.getOwnPropertyNames returns array of property names (Global) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2.js index daea87b55d..0cc514a04f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2.js; - * @description: Object.getOwnPropertyNames returns array of property names (Object); + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2.js + * @description Object.getOwnPropertyNames returns array of property names (Object) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-36.js index b3d62edc21..04f94c7c6e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-36.js; - * @description: Object.getOwnPropertyNames - inherited data properties are not pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-36.js + * @description Object.getOwnPropertyNames - inherited data properties are not pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-37.js index 7c9b76744c..4b889cac65 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-37.js; - * @description: Object.getOwnPropertyNames - inherited accessor properties are not pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-37.js + * @description Object.getOwnPropertyNames - inherited accessor properties are not pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-38.js index 9439a854ca..3b7388de4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-38.js; - * @description: Object.getOwnPropertyNames - own data properties are pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-38.js + * @description Object.getOwnPropertyNames - own data properties are pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-39.js index fd137902d7..cbcbb458a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-39.js; - * @description: Object.getOwnPropertyNames - own accessor properties are pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-39.js + * @description Object.getOwnPropertyNames - own accessor properties are pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-40.js index c2e3836509..14f006e90b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-40.js; - * @description: Object.getOwnPropertyNames - inherited data property of String object 'O' is not pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-40.js + * @description Object.getOwnPropertyNames - inherited data property of String object 'O' is not pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-41.js index 188812d989..91e4b46ee2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-41.js; - * @description: Object.getOwnPropertyNames - inherited accessor property of String object 'O' is not pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-41.js + * @description Object.getOwnPropertyNames - inherited accessor property of String object 'O' is not pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-42.js index 865eafa7b1..4014997050 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-42.js; - * @description: Object.getOwnPropertyNames - own data property of String object 'O' is pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-42.js + * @description Object.getOwnPropertyNames - own data property of String object 'O' is pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-43.js index 065c932a95..c73b98de27 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-43.js; - * @description: Object.getOwnPropertyNames - own accessor property of String object 'O' is pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-43.js + * @description Object.getOwnPropertyNames - own accessor property of String object 'O' is pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-44.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-44.js index 458e55ebae..865e94263b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-44.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-44.js; - * @description: Object.getOwnPropertyNames - own index properties of String object are pushed into the returned Array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-44.js + * @description Object.getOwnPropertyNames - own index properties of String object are pushed into the returned Array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-45.js index 8bfd5674c0..7db5746a07 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-45.js; - * @description: Object.getOwnPropertyNames - inherited data property of Array object 'O' is not pushed into the returned array.; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-45.js + * @description Object.getOwnPropertyNames - inherited data property of Array object 'O' is not pushed into the returned array. */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-46.js index 5c0a5a39d7..88f576eb2c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-46.js; - * @description: Object.getOwnPropertyNames - inherited accessor property of Array object 'O' is not pushed into the returned array.; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-46.js + * @description Object.getOwnPropertyNames - inherited accessor property of Array object 'O' is not pushed into the returned array. */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-47.js index 7d84aea9a1..66ddac6fe8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-47.js; - * @description: Object.getOwnPropertyNames - own data property of Array object 'O' is pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-47.js + * @description Object.getOwnPropertyNames - own data property of Array object 'O' is pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-48.js index 655e602e76..552d5e7939 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-48.js; - * @description: Object.getOwnPropertyNames - own accessor property of Array object 'O' is pushed into the returned array.; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-48.js + * @description Object.getOwnPropertyNames - own accessor property of Array object 'O' is pushed into the returned array. */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-49.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-49.js index 587d0f7b3d..a731280468 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-49.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-49.js; - * @description: Object.getOwnPropertyNames - own index properties of Array objcect are pushed into the returned Array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-49.js + * @description Object.getOwnPropertyNames - own index properties of Array objcect are pushed into the returned Array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-50.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-50.js index 767112c14d..56c7771266 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-50.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-50.js; - * @description: Object.getOwnPropertyNames - non-enumerable own property of 'O' is pushed into the returned Array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-50.js + * @description Object.getOwnPropertyNames - non-enumerable own property of 'O' is pushed into the returned Array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1.js index 961c2704e2..1245490aae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1.js; - * @description: Object.getOwnPropertyNames - descriptor of resultant array is all true; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1.js + * @description Object.getOwnPropertyNames - descriptor of resultant array is all true */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-2.js index 7205057c52..61c29ffcfa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-2.js; - * @description: Object.getOwnPropertyNames - all own properties are pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-2.js + * @description Object.getOwnPropertyNames - all own properties are pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-3.js index 85dffc609d..384a833dbc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-3.js; - * @description: Object.getOwnPropertyNames - own property named empty('') is pushed into the returned array; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-3.js + * @description Object.getOwnPropertyNames - own property named empty('') is pushed into the returned array */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-4.js index bb922a3da0..df1127e345 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-4.js; - * @description: Object.getOwnPropertyNames - elements of the returned array are writable; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-4.js + * @description Object.getOwnPropertyNames - elements of the returned array are writable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-5.js index ddbddde6a0..489295f016 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-5.js; - * @description: Object.getOwnPropertyNames - elements of the returned array are enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-5.js + * @description Object.getOwnPropertyNames - elements of the returned array are enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-6.js index 512f8d6e8a..1a4e3bb2b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-6.js; - * @description: Object.getOwnPropertyNames - elements of the returned array are configurable; + * @path chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-6.js + * @description Object.getOwnPropertyNames - elements of the returned array are configurable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-1.js index 445503e5a0..52c264d696 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-1.js; - * @description: Object.create must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-1.js + * @description Object.create must exist as a function */ -assertTrue(typeof(Object.create) === "function"); +assertTruthy(typeof(Object.create) === "function"); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-2.js index 0b954fdcdb..18c47ffb47 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-2.js; - * @description: Object.create must exist as a function taking 2 parameters; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-0-2.js + * @description Object.create must exist as a function taking 2 parameters */ -assertTrue(Object.create.length === 2); +assertTruthy(Object.create.length === 2); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-1.js index a7d07fcdb9..c084acbc3f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-1.js; - * @description: Object.create throws TypeError if 'O' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-1.js + * @description Object.create throws TypeError if 'O' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-2.js index 518f2d0432..59d921d0b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-2.js; - * @description: Object.create TypeError is not thrown if 'O' is null; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-2.js + * @description Object.create TypeError is not thrown if 'O' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-3.js index 8bacb1c281..225404d903 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-3.js; - * @description: Object.create throws TypeError if 'O' is a boolean primitive; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-3.js + * @description Object.create throws TypeError if 'O' is a boolean primitive */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-4.js index f28eacd13b..0055e0180e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-4.js; - * @description: Object.create throws TypeError if 'O' is a number primitive; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1-4.js + * @description Object.create throws TypeError if 'O' is a number primitive */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1.js index f4fabb71dd..35e659db6b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1.js; - * @description: Object.create throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-1.js + * @description Object.create throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-1.js index 47c72eb09b..7d99473404 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-1.js @@ -22,8 +22,8 @@ * create sets the [[Prototype]] of the created object to first parameter. * This can be checked using isPrototypeOf, or getPrototypeOf. * - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-1.js; - * @description: Object.create creates new Object; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-1.js + * @description Object.create creates new Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-2.js index 08c5f9f440..318643c48f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-2.js; - * @description: Object.create - returned object is an instance of Object; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-2-2.js + * @description Object.create - returned object is an instance of Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-3-1.js index 1e9f31ef10..b728df653f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-3-1.js @@ -22,8 +22,8 @@ * create sets the [[Prototype]] of the created object to first parameter. * This can be checked using isPrototypeOf, or getPrototypeOf. * - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-3-1.js; - * @description: Object.create sets the prototype of the passed-in object; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-3-1.js + * @description Object.create sets the prototype of the passed-in object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-1.js index 9d7c7f0cd3..d45ea42dd6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-1.js @@ -22,8 +22,8 @@ * create sets the [[Prototype]] of the created object to first parameter. * This can be checked using isPrototypeOf, or getPrototypeOf. * - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-1.js; - * @description: Object.create sets the prototype of the passed-in object and adds new properties; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-1.js + * @description Object.create sets the prototype of the passed-in object and adds new properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-10.js index 7ba0774a3a..4e844600a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-10.js; - * @description: Object.create - argument 'Properties' is the Math object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-10.js + * @description Object.create - argument 'Properties' is the Math object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-100.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-100.js index a9f3605b05..5b1e26a246 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-100.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-100.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-100.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is not present (8.10.5 step 4); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-100.js + * @description Object.create - 'configurable' property of one property in 'Properties' is not present (8.10.5 step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-101.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-101.js index 93e472fe72..81d4c4ff68 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-101.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-101.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-101.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-101.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-102.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-102.js index 97d59c7c55..957472eddc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-102.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-102.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-102.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-102.js + * @description Object.create - 'configurable' property of one property in 'Properties' is an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-103.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-103.js index 872d8a5f6a..9db166d828 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-103.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-103.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-103.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-103.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-104.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-104.js index 6d20820ac8..e8e0c2b0ae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-104.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-104.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-104.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-104.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-105.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-105.js index 5b5b53fd21..9de6ddaa4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-105.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-105.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-105.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-105.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-106.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-106.js index 3e7b14fb35..4c2772c048 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-106.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-106.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-106.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-106.js + * @description Object.create - 'configurable' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-107.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-107.js index 91770cdc26..cc5d4e98af 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-107.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-107.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-107.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-107.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-108.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-108.js index 963541e9e7..2023150e60 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-108.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-108.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-108.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-108.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-109.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-109.js index 8002d46e21..e7718f41e2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-109.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-109.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-109.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-109.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-11.js index 1d9c88cf4d..e2b15329f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-11.js; - * @description: Object.create - argument 'Properties' is a Date object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-11.js + * @description Object.create - argument 'Properties' is a Date object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-110.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-110.js index 89bb9b0e38..fcbd7fae61 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-110.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-110.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-110.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-110.js + * @description Object.create - 'configurable' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-111.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-111.js index ddd1d3452b..abfc2601cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-111.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-111.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-111.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-111.js + * @description Object.create - 'configurable' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-112.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-112.js index 324f6a13ca..83b3605c84 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-112.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-112.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-112.js; - * @description: Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-112.js + * @description Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-113.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-113.js index f9e0c9647a..0dfc6438ca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-113.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-113.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-113.js; - * @description: Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-113.js + * @description Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-114.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-114.js index bacb51851a..c0adbada43 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-114.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-114.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-114.js; - * @description: Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-114.js + * @description Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-115.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-115.js index bc6a0becb8..26aba548d2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-115.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-115.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-115.js; - * @description: Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-115.js + * @description Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-116.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-116.js index e84319c570..6d53b7461a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-116.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-116.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-116.js; - * @description: Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-116.js + * @description Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-117.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-117.js index 8453ccabeb..750d6ddbb4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-117.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-117.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-117.js; - * @description: Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-117.js + * @description Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-118.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-118.js index da1a19dfdd..46b13ef8c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-118.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-118.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-118.js; - * @description: Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-118.js + * @description Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-119.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-119.js index ee1893f70f..72108ec6e1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-119.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-119.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-119.js; - * @description: Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-119.js + * @description Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-12.js index be0d3db3f1..4c7a084308 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-12.js; - * @description: Object.create - argument 'Properties' is a RegExp object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-12.js + * @description Object.create - argument 'Properties' is a RegExp object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-120.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-120.js index d7340489e8..1d56345fa1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-120.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-120.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-120.js; - * @description: Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-120.js + * @description Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-121.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-121.js index bbd37c9a93..fa221c0540 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-121.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-121.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-121.js; - * @description: Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-121.js + * @description Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-122.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-122.js index c18ab69bab..0b7f0e8840 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-122.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-122.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-122.js; - * @description: Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-122.js + * @description Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-124.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-124.js index e766eaab07..72fa424500 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-124.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-124.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-124.js; - * @description: Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-124.js + * @description Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-125.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-125.js index d42554af6f..f04c11c269 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-125.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-125.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-125.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is undefined (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-125.js + * @description Object.create - 'configurable' property of one property in 'Properties' is undefined (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-126.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-126.js index 1995ca9cc7..67bd50b8aa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-126.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-126.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-126.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is null (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-126.js + * @description Object.create - 'configurable' property of one property in 'Properties' is null (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-127.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-127.js index 71bdce39d0..a0c7959327 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-127.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-127.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-127.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is true (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-127.js + * @description Object.create - 'configurable' property of one property in 'Properties' is true (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-128.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-128.js index ca91f10063..7c6b0211a8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-128.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-128.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-128.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is false (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-128.js + * @description Object.create - 'configurable' property of one property in 'Properties' is false (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-129.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-129.js index 73e5ac2c55..3d2f06ff82 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-129.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-129.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-129.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is 0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-129.js + * @description Object.create - 'configurable' property of one property in 'Properties' is 0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-13.js index c09395b080..b473b3841f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-13.js; - * @description: Object.create - argument 'Properties' is the JSON object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-13.js + * @description Object.create - argument 'Properties' is the JSON object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-130.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-130.js index 2a8565d07a..b84ee1379f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-130.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-130.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-130.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is +0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-130.js + * @description Object.create - 'configurable' property of one property in 'Properties' is +0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-131.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-131.js index 27f5b8b9d6..73ee5ce87f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-131.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-131.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-131.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is -0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-131.js + * @description Object.create - 'configurable' property of one property in 'Properties' is -0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-132.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-132.js index 46c41dd124..7fac5a7e4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-132.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-132.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-132.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is NaN (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-132.js + * @description Object.create - 'configurable' property of one property in 'Properties' is NaN (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-133.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-133.js index 21f75b578a..ad2d0c8d85 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-133.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-133.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-133.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a positive number (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-133.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a positive number (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-134.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-134.js index 3587c2b4d3..d3f12b4120 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-134.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-134.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-134.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a negative number (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-134.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a negative number (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-135.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-135.js index ab12f2626b..6c37e6719a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-135.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-135.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-135.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is an empty string (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-135.js + * @description Object.create - 'configurable' property of one property in 'Properties' is an empty string (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-136.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-136.js index 2d65eba398..4ddc4d6c4f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-136.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-136.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-136.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a non-empty string (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-136.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a non-empty string (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-137.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-137.js index abb63318e5..d21c970b5f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-137.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-137.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-137.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a Function object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-137.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a Function object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-138.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-138.js index 9f46e80db4..256c06bd12 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-138.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-138.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-138.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is an Array object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-138.js + * @description Object.create - 'configurable' property of one property in 'Properties' is an Array object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-139.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-139.js index 3d07829c98..1568e16610 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-139.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-139.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-139.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a String object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-139.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a String object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-14.js index de718b97ba..6a6292b1e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-14.js; - * @description: Object.create - argument 'Properties' is an Error object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-14.js + * @description Object.create - argument 'Properties' is an Error object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-140.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-140.js index 1fd8213aae..7b526f5b12 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-140.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-140.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-140.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a Boolean object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-140.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a Boolean object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-141.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-141.js index d4f4f911f0..bda516d09f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-141.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-141.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-141.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a Number object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-141.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a Number object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-142.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-142.js index 34be239205..bc47088dc7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-142.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-142.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-142.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is the Math object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-142.js + * @description Object.create - 'configurable' property of one property in 'Properties' is the Math object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-143.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-143.js index 881366ebb4..41b2bf8f5e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-143.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-143.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-143.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a Date object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-143.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a Date object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-144.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-144.js index 5363bf923a..7cbb2d81a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-144.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-144.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-144.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a RegExp object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-144.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a RegExp object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-145.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-145.js index f30a4755ad..e2fa8b7607 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-145.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-145.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-145.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is the JSON object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-145.js + * @description Object.create - 'configurable' property of one property in 'Properties' is the JSON object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-146.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-146.js index 9977dd0ee6..9b90434b16 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-146.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-146.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-146.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is an Error object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-146.js + * @description Object.create - 'configurable' property of one property in 'Properties' is an Error object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-147.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-147.js index 88520b3c2f..9a7b5191da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-147.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-147.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-147.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is an Arguments object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-147.js + * @description Object.create - 'configurable' property of one property in 'Properties' is an Arguments object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-149.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-149.js index 91f87483de..27ec2ab19c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-149.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-149.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-149.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is the global object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-149.js + * @description Object.create - 'configurable' property of one property in 'Properties' is the global object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-15.js index d83c7c59a9..6c0a3f58d7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-15.js; - * @description: Object.create - argument 'Properties' is the Aguments object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-15.js + * @description Object.create - argument 'Properties' is the Aguments object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-150.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-150.js index 6ee243b342..eed3c53727 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-150.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-150.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-150.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is a string (value is 'false') which is treated as the value true (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-150.js + * @description Object.create - 'configurable' property of one property in 'Properties' is a string (value is 'false') which is treated as the value true (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-151.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-151.js index af31a44411..1c8ab92d55 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-151.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-151.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-151.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is new Boolean(false) which is treated as the value true (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-151.js + * @description Object.create - 'configurable' property of one property in 'Properties' is new Boolean(false) which is treated as the value true (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-152.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-152.js index 959f39adf5..ca938a4118 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-152.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-152.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-152.js; - * @description: Object.create - 'value' property of one property in 'Properties' is present (8.10.5 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-152.js + * @description Object.create - 'value' property of one property in 'Properties' is present (8.10.5 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-153.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-153.js index b04ccd5bf6..e7cc8395e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-153.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-153.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-153.js; - * @description: Object.create - 'value' property of one property in 'Properties' is not present (8.10.5 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-153.js + * @description Object.create - 'value' property of one property in 'Properties' is not present (8.10.5 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-154.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-154.js index 474272d6a5..d4175cbc26 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-154.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-154.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-154.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-154.js + * @description Object.create - 'value' property of one property in 'Properties' is own data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-155.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-155.js index 006aab930e..0c82a84834 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-155.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-155.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-155.js; - * @description: Object.create - 'value' property of one property in 'Properties' is an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-155.js + * @description Object.create - 'value' property of one property in 'Properties' is an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-156.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-156.js index ca69d03bcd..0658fd9587 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-156.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-156.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-156.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-156.js + * @description Object.create - 'value' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-157.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-157.js index 059d818373..dc043f8710 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-157.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-157.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-157.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-157.js + * @description Object.create - 'value' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-158.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-158.js index 543aeb33e8..ad378ed631 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-158.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-158.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-158.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-158.js + * @description Object.create - 'value' property of one property in 'Properties' is own accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-159.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-159.js index 88e1480776..6bfc42fba7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-159.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-159.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-159.js; - * @description: Object.create - 'value' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-159.js + * @description Object.create - 'value' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-16.js index 5d47459885..5d8920c5b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-16.js; - * @description: Object.create - own enumerable data property in 'Properties' is defined in 'obj' (15.2.3.7 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-16.js + * @description Object.create - own enumerable data property in 'Properties' is defined in 'obj' (15.2.3.7 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-160.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-160.js index 4f0564f9b7..1be98d03fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-160.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-160.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-160.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-160.js + * @description Object.create - 'value' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-161.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-161.js index 2030bf8be0..70810847fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-161.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-161.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-161.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-161.js + * @description Object.create - 'value' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-162.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-162.js index 379327c00d..946b214aa6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-162.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-162.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-162.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-162.js + * @description Object.create - 'value' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-163.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-163.js index b9601d587b..e1acf1894c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-163.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-163.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-163.js; - * @description: Object.create - 'value' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-163.js + * @description Object.create - 'value' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-164.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-164.js index d8ed8e900b..9550e3f4c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-164.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-164.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-164.js; - * @description: Object.create - 'value' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-164.js + * @description Object.create - 'value' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-165.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-165.js index 04fd454c6a..14845039c8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-165.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-165.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-165.js; - * @description: Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-165.js + * @description Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-166.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-166.js index be07c29ef0..534f6f3e87 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-166.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-166.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-166.js; - * @description: Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-166.js + * @description Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-167.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-167.js index 0663ae30f0..639d905efa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-167.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-167.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-167.js; - * @description: Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-167.js + * @description Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-168.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-168.js index ed03cc5cc4..b1519668e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-168.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-168.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-168.js; - * @description: Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-168.js + * @description Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-169.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-169.js index c7c874a986..d54a11d127 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-169.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-169.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-169.js; - * @description: Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-169.js + * @description Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-17.js index 9ce3f6f54d..836e355d8a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-17.js; - * @description: Object.create - own data property in 'Properties' which is not enumerable is not defined in 'obj' (15.2.3.7 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-17.js + * @description Object.create - own data property in 'Properties' which is not enumerable is not defined in 'obj' (15.2.3.7 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-170.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-170.js index 32a83d5180..8f216b35e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-170.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-170.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-170.js; - * @description: Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-170.js + * @description Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-171.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-171.js index ee38c52f02..e969e36f72 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-171.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-171.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-171.js; - * @description: Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-171.js + * @description Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-172.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-172.js index 6a1fdcc65b..2ea2fcc81b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-172.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-172.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-172.js; - * @description: Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-172.js + * @description Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-173.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-173.js index 687df19dd5..e28345b268 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-173.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-173.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-173.js; - * @description: Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-173.js + * @description Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-174.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-174.js index 80ca118d19..52fdbed9c7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-174.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-174.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-174.js; - * @description: Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-174.js + * @description Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-175.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-175.js index 64dacd2841..dde3a2245f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-175.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-175.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-175.js; - * @description: Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-175.js + * @description Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-177.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-177.js index e93f75a75b..a300ee4249 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-177.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-177.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-177.js; - * @description: Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-177.js + * @description Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-178.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-178.js index 590773b9d9..754e959b5b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-178.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-178.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-178.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is true (8.10.5 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-178.js + * @description Object.create - 'writable' property of one property in 'Properties' is true (8.10.5 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-179.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-179.js index 49049dc29a..fe50ba7c97 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-179.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-179.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-179.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is not present (8.10.5 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-179.js + * @description Object.create - 'writable' property of one property in 'Properties' is not present (8.10.5 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-18.js index 3855061869..db9d324a54 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-18.js; - * @description: Object.create - an enumerable inherited data property in 'Properties' is not defined in 'obj' (15.2.3.7 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-18.js + * @description Object.create - an enumerable inherited data property in 'Properties' is not defined in 'obj' (15.2.3.7 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-180.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-180.js index 92475d79c2..d62e7ca1f5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-180.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-180.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-180.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-180.js + * @description Object.create - 'writable' property of one property in 'Properties' is own data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-181.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-181.js index 70f01905e4..6856eaec5f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-181.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-181.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-181.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-181.js + * @description Object.create - 'writable' property of one property in 'Properties' is an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-182.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-182.js index 18b3318075..9a6f0db897 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-182.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-182.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-182.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-182.js + * @description Object.create - 'writable' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-183.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-183.js index 525166395b..5ec677b17a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-183.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-183.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-183.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-183.js + * @description Object.create - 'writable' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-184.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-184.js index 807d2ec072..c840648104 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-184.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-184.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-184.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-184.js + * @description Object.create - 'writable' property of one property in 'Properties' is own accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-185.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-185.js index 8592177ced..bc3b45246e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-185.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-185.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-185.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-185.js + * @description Object.create - 'writable' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-186.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-186.js index f826a0326b..ea6c165e85 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-186.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-186.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-186.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-186.js + * @description Object.create - 'writable' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-187.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-187.js index 77993b189a..675c462514 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-187.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-187.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-187.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-187.js + * @description Object.create - 'writable' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-188.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-188.js index 738f0bc69a..59f1ea023b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-188.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-188.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-188.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-188.js + * @description Object.create - 'writable' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-189.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-189.js index cb166a48ed..23b96c90ef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-189.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-189.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-189.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-189.js + * @description Object.create - 'writable' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-19.js index 11cd5b1ebb..ae19c06774 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-19.js; - * @description: Object.create - own enumerable accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-19.js + * @description Object.create - own enumerable accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-190.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-190.js index b036898a55..7a7a25678c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-190.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-190.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-190.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-190.js + * @description Object.create - 'writable' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-191.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-191.js index fb09170b0a..84a31cb79f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-191.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-191.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-191.js; - * @description: Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-191.js + * @description Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-192.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-192.js index 7709adda7b..21af7f69f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-192.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-192.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-192.js; - * @description: Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-192.js + * @description Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-193.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-193.js index 7c50143109..696738718e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-193.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-193.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-193.js; - * @description: Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-193.js + * @description Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-194.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-194.js index f1b5e96e5a..ff32c3ed22 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-194.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-194.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-194.js; - * @description: Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-194.js + * @description Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-195.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-195.js index 0d774fc7b0..6565ab1622 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-195.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-195.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-195.js; - * @description: Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-195.js + * @description Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-196.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-196.js index c359524c3b..d41ba07518 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-196.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-196.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-196.js; - * @description: Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-196.js + * @description Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-197.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-197.js index 925052ea67..2d25555c42 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-197.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-197.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-197.js; - * @description: Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-197.js + * @description Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-198.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-198.js index 6784cab4d3..97aafc4d69 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-198.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-198.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-198.js; - * @description: Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-198.js + * @description Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-199.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-199.js index 0cc542ba0c..c1bb1f8376 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-199.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-199.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-199.js; - * @description: Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-199.js + * @description Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-2.js index 9fa1f584f5..bdf59b6596 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-2.js; - * @description: Object.create - 'Properties' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-2.js + * @description Object.create - 'Properties' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-20.js index 2c9c38cf3c..cd02bd4408 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-20.js; - * @description: Object.create - own accessor property in 'Properties' which is not enumerable is not defined in 'obj' (15.2.3.7 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-20.js + * @description Object.create - own accessor property in 'Properties' which is not enumerable is not defined in 'obj' (15.2.3.7 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-200.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-200.js index 5c4c810d73..1584997f69 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-200.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-200.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-200.js; - * @description: Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-200.js + * @description Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-201.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-201.js index 52e527edc0..f9b120d44a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-201.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-201.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-201.js; - * @description: Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-201.js + * @description Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-203.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-203.js index a7109dacf1..ef485fe397 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-203.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-203.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-203.js; - * @description: Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-203.js + * @description Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-204.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-204.js index f4630f20e9..9ef7e23bb2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-204.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-204.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-204.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is undefined (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-204.js + * @description Object.create - 'writable' property of one property in 'Properties' is undefined (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-205.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-205.js index ee6eca11d3..0b604ee867 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-205.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-205.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-205.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is null (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-205.js + * @description Object.create - 'writable' property of one property in 'Properties' is null (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-206.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-206.js index 38b8c1b323..c00a8b5a47 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-206.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-206.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-206.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is true (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-206.js + * @description Object.create - 'writable' property of one property in 'Properties' is true (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-207.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-207.js index eb34998e60..56e891480c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-207.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-207.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-207.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is false (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-207.js + * @description Object.create - 'writable' property of one property in 'Properties' is false (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-208.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-208.js index d04d11ac82..2ec2430189 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-208.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-208.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-208.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is 0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-208.js + * @description Object.create - 'writable' property of one property in 'Properties' is 0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-209.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-209.js index c84c72a9be..319036ba0d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-209.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-209.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-209.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is +0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-209.js + * @description Object.create - 'writable' property of one property in 'Properties' is +0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-21.js index b07b199070..b226a48eac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-21.js; - * @description: Object.create - an enumerable inherited accessor property in 'Properties' is not defined in 'obj' (15.2.3.7 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-21.js + * @description Object.create - an enumerable inherited accessor property in 'Properties' is not defined in 'obj' (15.2.3.7 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-210.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-210.js index 9f56effa39..2c054b37eb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-210.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-210.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-210.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is -0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-210.js + * @description Object.create - 'writable' property of one property in 'Properties' is -0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-211.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-211.js index 1ed6011886..1be7608acc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-211.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-211.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-211.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is NaN (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-211.js + * @description Object.create - 'writable' property of one property in 'Properties' is NaN (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-212.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-212.js index 3338c1e2b4..ae589f1ff9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-212.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-212.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-212.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a positive number primitive (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-212.js + * @description Object.create - 'writable' property of one property in 'Properties' is a positive number primitive (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-213.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-213.js index 3e162a59ba..088df154a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-213.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-213.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-213.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a negative number primitive (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-213.js + * @description Object.create - 'writable' property of one property in 'Properties' is a negative number primitive (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-214.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-214.js index 9c960b8bb4..4cb72dd4f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-214.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-214.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-214.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is an empty string (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-214.js + * @description Object.create - 'writable' property of one property in 'Properties' is an empty string (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-215.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-215.js index 8af2be4efc..92edb49079 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-215.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-215.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-215.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a non-empty string (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-215.js + * @description Object.create - 'writable' property of one property in 'Properties' is a non-empty string (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-216.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-216.js index a59a218579..013699bdce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-216.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-216.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-216.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a Function object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-216.js + * @description Object.create - 'writable' property of one property in 'Properties' is a Function object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-217.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-217.js index cd032d4365..3d3c96d913 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-217.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-217.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-217.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is an Array object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-217.js + * @description Object.create - 'writable' property of one property in 'Properties' is an Array object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-218.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-218.js index c119783039..11483d7355 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-218.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-218.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-218.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a String object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-218.js + * @description Object.create - 'writable' property of one property in 'Properties' is a String object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-219.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-219.js index bfe8f9c068..230b5aab1c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-219.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-219.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-219.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a Boolean object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-219.js + * @description Object.create - 'writable' property of one property in 'Properties' is a Boolean object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-22.js index 498fbd1f39..b8c7cc6901 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-22.js; - * @description: Object.create - own enumerable data property that overrides an enumerable inherited data property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-22.js + * @description Object.create - own enumerable data property that overrides an enumerable inherited data property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-220.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-220.js index ce5f8d395a..37484ca5bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-220.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-220.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-220.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a Number object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-220.js + * @description Object.create - 'writable' property of one property in 'Properties' is a Number object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-221.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-221.js index 42a52e2d7f..9ead55eebc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-221.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-221.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-221.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is the Math object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-221.js + * @description Object.create - 'writable' property of one property in 'Properties' is the Math object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-222.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-222.js index b51029e975..845c4c8c3f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-222.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-222.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-222.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a Date object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-222.js + * @description Object.create - 'writable' property of one property in 'Properties' is a Date object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-223.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-223.js index d810ed98f1..54c367cc95 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-223.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-223.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-223.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a RegExp object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-223.js + * @description Object.create - 'writable' property of one property in 'Properties' is a RegExp object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-224.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-224.js index 7fc6738cc2..0164d47a66 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-224.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-224.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-224.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is the JSON object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-224.js + * @description Object.create - 'writable' property of one property in 'Properties' is the JSON object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-225.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-225.js index 82ea3c5c22..1df7e435e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-225.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-225.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-225.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is an Error object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-225.js + * @description Object.create - 'writable' property of one property in 'Properties' is an Error object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-226.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-226.js index 68fe7697ee..b95dd13f03 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-226.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-226.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-226.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is an Arguments object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-226.js + * @description Object.create - 'writable' property of one property in 'Properties' is an Arguments object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-228.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-228.js index 8930ac2c0e..7abd061d00 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-228.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-228.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-228.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is the global object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-228.js + * @description Object.create - 'writable' property of one property in 'Properties' is the global object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-229.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-229.js index 753da675ea..18cb599cbc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-229.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-229.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-229.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is a string (value is 'false') which is treated as the value true (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-229.js + * @description Object.create - 'writable' property of one property in 'Properties' is a string (value is 'false') which is treated as the value true (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-23.js index 8b2a961690..974e86ed2f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-23.js; - * @description: Object.create - own enumerable data property that overrides an enumerable inherited accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-23.js + * @description Object.create - own enumerable data property that overrides an enumerable inherited accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-230.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-230.js index fefa470b92..eb3527c249 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-230.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-230.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-230.js; - * @description: Object.create - 'writable' property of one property in 'Properties' is new Boolean(false) which is treated as the value true (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-230.js + * @description Object.create - 'writable' property of one property in 'Properties' is new Boolean(false) which is treated as the value true (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-231.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-231.js index 8b4fe79b47..df4af56db6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-231.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-231.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-231.js; - * @description: Object.create - 'get' property of one property in 'Properties' is present (8.10.5 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-231.js + * @description Object.create - 'get' property of one property in 'Properties' is present (8.10.5 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-232.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-232.js index aec43633f6..acf9da4391 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-232.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-232.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-232.js; - * @description: Object.create - 'get' property of one property in 'Properties' is not present (8.10.5 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-232.js + * @description Object.create - 'get' property of one property in 'Properties' is not present (8.10.5 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-233.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-233.js index 454ea11b48..2ebc8df714 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-233.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-233.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-233.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-233.js + * @description Object.create - 'get' property of one property in 'Properties' is own data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-234.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-234.js index d8a601843d..bf92b166e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-234.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-234.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-234.js; - * @description: Object.create - 'get' property of one property in 'Properties' is an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-234.js + * @description Object.create - 'get' property of one property in 'Properties' is an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-235.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-235.js index 7459cae909..fa326f02ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-235.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-235.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-235.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-235.js + * @description Object.create - 'get' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-236.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-236.js index f28fc9ae73..4cae352dd0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-236.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-236.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-236.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-236.js + * @description Object.create - 'get' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-237.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-237.js index f600654df5..1c9e99887e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-237.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-237.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-237.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-237.js + * @description Object.create - 'get' property of one property in 'Properties' is own accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-238.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-238.js index a7919465cf..8472201723 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-238.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-238.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-238.js; - * @description: Object.create - 'get' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-238.js + * @description Object.create - 'get' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-239.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-239.js index 75b62c67ac..12fafab573 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-239.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-239.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-239.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-239.js + * @description Object.create - 'get' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-24.js index 3cc1d81965..de88f617bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-24.js; - * @description: Object.create - own enumerable accessor property that overrides an enumerable inherited data property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-24.js + * @description Object.create - own enumerable accessor property that overrides an enumerable inherited data property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-240.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-240.js index 70b78d492d..e7ab0f5f4e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-240.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-240.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-240.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-240.js + * @description Object.create - 'get' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-241.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-241.js index 4246228328..3fd3d06e74 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-241.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-241.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-241.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-241.js + * @description Object.create - 'get' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-242.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-242.js index 01edc736c9..6513de49e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-242.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-242.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-242.js; - * @description: Object.create - 'get' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-242.js + * @description Object.create - 'get' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-243.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-243.js index 9cef0e5094..c20f7b4603 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-243.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-243.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-243.js; - * @description: Object.create - 'get' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-243.js + * @description Object.create - 'get' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-244.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-244.js index 5842f90917..6654a95d50 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-244.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-244.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-244.js; - * @description: Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-244.js + * @description Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-245.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-245.js index 0a26d9f4f4..293e3e7a28 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-245.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-245.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-245.js; - * @description: Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-245.js + * @description Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-246.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-246.js index 53e9db9827..29abf9aa22 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-246.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-246.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-246.js; - * @description: Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-246.js + * @description Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-247.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-247.js index e69215d8a4..832e0cf846 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-247.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-247.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-247.js; - * @description: Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-247.js + * @description Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-248.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-248.js index 7539fa566e..2d6124f519 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-248.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-248.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-248.js; - * @description: Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-248.js + * @description Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-249.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-249.js index ba17440433..080a6db647 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-249.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-249.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-249.js; - * @description: Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-249.js + * @description Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-25.js index 145de99489..ffb146e044 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-25.js; - * @description: Object.create - own enumerable accessor property that overrides an enumerable inherited accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a) ; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-25.js + * @description Object.create - own enumerable accessor property that overrides an enumerable inherited accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-250.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-250.js index c640f71b45..3aef8be158 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-250.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-250.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-250.js; - * @description: Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-250.js + * @description Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-251.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-251.js index 9a8eccd312..f65db6372e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-251.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-251.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-251.js; - * @description: Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-251.js + * @description Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-252.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-252.js index b28e966e96..ec7e91e5e6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-252.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-252.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-252.js; - * @description: Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-252.js + * @description Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-253.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-253.js index 8d8fe52ac9..0d1a0d2129 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-253.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-253.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-253.js; - * @description: Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-253.js + * @description Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-254.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-254.js index a0bed6ab77..6c2984069c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-254.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-254.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-254.js; - * @description: Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-254.js + * @description Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-256.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-256.js index f93c334b7f..76e84dcc29 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-256.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-256.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-256.js; - * @description: Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-256.js + * @description Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-257.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-257.js index f86be05035..6a75948e08 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-257.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-257.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-257.js; - * @description: Object.create - 'get' property of one property in 'Properties' is undefined (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-257.js + * @description Object.create - 'get' property of one property in 'Properties' is undefined (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-258.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-258.js index 47ce31e925..d25c29a588 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-258.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-258.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-258.js; - * @description: Object.create - 'get' property of one property in 'Properties' is the primitive value null (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-258.js + * @description Object.create - 'get' property of one property in 'Properties' is the primitive value null (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-259.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-259.js index 9f038e2443..cc148110e9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-259.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-259.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-259.js; - * @description: Object.create - 'get' property of one property in 'Properties' is a boolean primitive (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-259.js + * @description Object.create - 'get' property of one property in 'Properties' is a boolean primitive (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-26.js index e9b44372b4..11b7a462b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-26.js; - * @description: Object.create - TypeError is thrown when own enumerable accessor property of 'Properties' without a get function (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-26.js + * @description Object.create - TypeError is thrown when own enumerable accessor property of 'Properties' without a get function (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-260.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-260.js index f0624f3f9b..3986b07190 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-260.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-260.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-260.js; - * @description: Object.create - 'get' property of one property in 'Properties' is a number primitive (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-260.js + * @description Object.create - 'get' property of one property in 'Properties' is a number primitive (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-261.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-261.js index 0401ff2cc3..349e926d6e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-261.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-261.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-261.js; - * @description: Object.create - 'get' property of one property in 'Properties' is a primitive string (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-261.js + * @description Object.create - 'get' property of one property in 'Properties' is a primitive string (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-262.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-262.js index 0ed5e6e01a..4d72d04ada 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-262.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-262.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-262.js; - * @description: Object.create - 'get' property of one property in 'Properties' is an Array object (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-262.js + * @description Object.create - 'get' property of one property in 'Properties' is an Array object (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-263.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-263.js index 5fb78627e4..7d8970f645 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-263.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-263.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-263.js; - * @description: Object.create - 'get' property of one property in 'Properties' is a function (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-263.js + * @description Object.create - 'get' property of one property in 'Properties' is a function (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-266.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-266.js index f6d130cf07..08920d6f7e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-266.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-266.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-266.js; - * @description: Object.create - 'set' property of one property in 'Properties' is present (8.10.5 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-266.js + * @description Object.create - 'set' property of one property in 'Properties' is present (8.10.5 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-267.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-267.js index 1dae6baf84..6bf314c0bc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-267.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-267.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-267.js; - * @description: Object.create - 'set' property of one property in 'Properties' is not present (8.10.5 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-267.js + * @description Object.create - 'set' property of one property in 'Properties' is not present (8.10.5 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-268.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-268.js index dd1655d738..109d3b4960 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-268.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-268.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-268.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-268.js + * @description Object.create - 'set' property of one property in 'Properties' is own data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-269.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-269.js index 3a7ee5411a..3090d75c28 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-269.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-269.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-269.js; - * @description: Object.create - 'set' property of one property in 'Properties' is an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-269.js + * @description Object.create - 'set' property of one property in 'Properties' is an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-27.js index 1d72613526..4554a7884d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-27.js; - * @description: Object.create - own enumerable accessor property in 'Properties' without a get function that overrides an enumerable inherited accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-27.js + * @description Object.create - own enumerable accessor property in 'Properties' without a get function that overrides an enumerable inherited accessor property in 'Properties' is defined in 'obj' (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-270.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-270.js index afe548b02f..700b07b2fa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-270.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-270.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-270.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-270.js + * @description Object.create - 'set' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-271.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-271.js index dd9f6a7511..6305e26463 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-271.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-271.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-271.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-271.js + * @description Object.create - 'set' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-272.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-272.js index ac76a3d0e7..fa1868cbe0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-272.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-272.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-272.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-272.js + * @description Object.create - 'set' property of one property in 'Properties' is own accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-273.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-273.js index aa2451a4d9..82238e7db6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-273.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-273.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-273.js; - * @description: Object.create - 'set' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-273.js + * @description Object.create - 'set' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-274.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-274.js index 4f7256578c..b40f0754f5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-274.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-274.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-274.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-274.js + * @description Object.create - 'set' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-275.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-275.js index 678f414a2e..13c423dd8e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-275.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-275.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-275.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-275.js + * @description Object.create - 'set' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-276.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-276.js index aceab9a77b..827e4b8ae9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-276.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-276.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-276.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-276.js + * @description Object.create - 'set' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-277.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-277.js index 1c671aa6e2..78734602da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-277.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-277.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-277.js; - * @description: Object.create - 'set' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-277.js + * @description Object.create - 'set' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-278.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-278.js index 413f70afb8..4ed0142091 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-278.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-278.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-278.js; - * @description: Object.create - 'set' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-278.js + * @description Object.create - 'set' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-279.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-279.js index e7ba747e8f..f5bc0f359b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-279.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-279.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-279.js; - * @description: Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-279.js + * @description Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-28.js index a6c80aa85e..d82c3abf05 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-28.js; - * @description: Object.create - 'Properties' is a Function object which implements its own [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-28.js + * @description Object.create - 'Properties' is a Function object which implements its own [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-280.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-280.js index d548121955..0f06e097b6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-280.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-280.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-280.js; - * @description: Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-280.js + * @description Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-281.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-281.js index be5bebf28e..e4dec49587 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-281.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-281.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-281.js; - * @description: Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-281.js + * @description Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-282.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-282.js index 8824a85524..f0db391d36 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-282.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-282.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-282.js; - * @description: Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-282.js + * @description Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-283.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-283.js index 9f02f0c83e..867423ccbb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-283.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-283.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-283.js; - * @description: Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-283.js + * @description Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-284.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-284.js index 31ee3f994e..c367e337d6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-284.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-284.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-284.js; - * @description: Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-284.js + * @description Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-285.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-285.js index e12e4d04f8..3c4479c0fa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-285.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-285.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-285.js; - * @description: Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-285.js + * @description Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-286.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-286.js index c2de269e4a..c6247274bc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-286.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-286.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-286.js; - * @description: Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-286.js + * @description Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-287.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-287.js index ed05deb596..2810cae951 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-287.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-287.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-287.js; - * @description: Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-287.js + * @description Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-288.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-288.js index fc09c55202..7f3e059cdf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-288.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-288.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-288.js; - * @description: Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-288.js + * @description Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-289.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-289.js index c1ebfc4c60..d72f7b55f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-289.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-289.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-289.js; - * @description: Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-289.js + * @description Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-29.js index 1f741718de..42aa83a2b7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-29.js; - * @description: Object.create - 'Properties' is an Array object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-29.js + * @description Object.create - 'Properties' is an Array object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-291.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-291.js index ec05c4e10d..b23c7a20d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-291.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-291.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-291.js; - * @description: Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-291.js + * @description Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-292.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-292.js index 0f6e929871..d0415e55ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-292.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-292.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-292.js; - * @description: Object.create - 'set' property of one property in 'Properties' is undefined (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-292.js + * @description Object.create - 'set' property of one property in 'Properties' is undefined (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-293.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-293.js index aa1f60d6d8..9179f75417 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-293.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-293.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-293.js; - * @description: Object.create - 'set' property of one property in 'Properties' is a primitive value null (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-293.js + * @description Object.create - 'set' property of one property in 'Properties' is a primitive value null (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-294.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-294.js index de12082594..88200cb590 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-294.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-294.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-294.js; - * @description: Object.create - 'set' property of one property in 'Properties' is a primitive boolean value true (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-294.js + * @description Object.create - 'set' property of one property in 'Properties' is a primitive boolean value true (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-295.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-295.js index ffe1c713d9..c4c7054ef5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-295.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-295.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-295.js; - * @description: Object.create - 'set' property of one property in 'Properties' is a primitive number value (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-295.js + * @description Object.create - 'set' property of one property in 'Properties' is a primitive number value (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-296.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-296.js index 5c2554556f..da1e8d0f95 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-296.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-296.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-296.js; - * @description: Object.create - 'set' property of one property in 'Properties' is a primitive string value (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-296.js + * @description Object.create - 'set' property of one property in 'Properties' is a primitive string value (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-297.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-297.js index 4144d22989..7efc005164 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-297.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-297.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-297.js; - * @description: Object.create - 'set' property of one property in 'Properties' is an Date object (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-297.js + * @description Object.create - 'set' property of one property in 'Properties' is an Date object (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-298.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-298.js index 0b4ffe7a56..a0a54ab2b9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-298.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-298.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-298.js; - * @description: Object.create - 'set' property of one property in 'Properties' is a function (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-298.js + * @description Object.create - 'set' property of one property in 'Properties' is a function (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-3.js index 531306f3f0..4245d1b93d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-3.js; - * @description: Object.create throws TypeError if 'Properties' is null (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-3.js + * @description Object.create throws TypeError if 'Properties' is null (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-30.js index c248d084ad..9d236c8a19 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-30.js; - * @description: Object.create - 'Properties' is a String object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-30.js + * @description Object.create - 'Properties' is a String object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-300.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-300.js index 4f9359621d..3dff3367fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-300.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-300.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-300.js; - * @description: Object.create - 'set' property of one property in 'Properties' is a host object that isn't callable (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-300.js + * @description Object.create - 'set' property of one property in 'Properties' is a host object that isn't callable (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-301.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-301.js index 1502092b2a..b1027f6591 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-301.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-301.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-301.js; - * @description: Object.create - TypeError is thrown if both 'set' property and 'value' property of one property in 'Properties' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-301.js + * @description Object.create - TypeError is thrown if both 'set' property and 'value' property of one property in 'Properties' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-302.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-302.js index 01d37127b4..1efb50feed 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-302.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-302.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-302.js; - * @description: Object.create - TypeError is thrown if both 'set' property and 'writable' property of one property in 'Properties' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-302.js + * @description Object.create - TypeError is thrown if both 'set' property and 'writable' property of one property in 'Properties' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-303.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-303.js index 606185405e..7d3e60b900 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-303.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-303.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-303.js; - * @description: Object.create - TypeError is thrown if both 'get' property and 'value' property of one property in 'Properties' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-303.js + * @description Object.create - TypeError is thrown if both 'get' property and 'value' property of one property in 'Properties' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-304.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-304.js index fb22f424d9..b12ec8239d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-304.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-304.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-304.js; - * @description: Object.create - TypeError is thrown if both 'get' property and 'writable' property of one property in 'Properties' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-304.js + * @description Object.create - TypeError is thrown if both 'get' property and 'writable' property of one property in 'Properties' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-305.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-305.js index f2b520e741..8b95761999 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-305.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-305.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-305.js; - * @description: Object.create defines a data property when one property in 'Properties' is generic descriptor (8.12.9 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-305.js + * @description Object.create defines a data property when one property in 'Properties' is generic descriptor (8.12.9 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-306.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-306.js index 566d8bc423..caaa9d82d3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-306.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-306.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-306.js; - * @description: Object.create - [[Value]] is set as undefined if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-306.js + * @description Object.create - [[Value]] is set as undefined if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-307.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-307.js index c8df3afea3..c2eaad241c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-307.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-307.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-307.js; - * @description: Object.create - [[Writable]] is set as false if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-307.js + * @description Object.create - [[Writable]] is set as false if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-308.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-308.js index 632cd5c537..d48e60f226 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-308.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-308.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-308.js; - * @description: Object.create - [[Enumerable]] is set as false if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-308.js + * @description Object.create - [[Enumerable]] is set as false if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-309.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-309.js index 49adba1976..074d30f642 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-309.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-309.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-309.js; - * @description: Object.create - [[Configurable]] is set as false if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-309.js + * @description Object.create - [[Configurable]] is set as false if it is absent in data descriptor of one property in 'Properties' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-31.js index 3d056c21cc..87e2c27b2c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-31.js; - * @description: Object.create - 'Properties' is a Boolean object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-31.js + * @description Object.create - 'Properties' is a Boolean object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-310.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-310.js index 9305c467eb..d458c499f5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-310.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-310.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-310.js; - * @description: Object.create - [[Get]] is set as undefined if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-310.js + * @description Object.create - [[Get]] is set as undefined if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-311.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-311.js index 500bf76f1c..6917c517d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-311.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-311.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-311.js; - * @description: Object.create - [[Set]] is set as undefined if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-311.js + * @description Object.create - [[Set]] is set as undefined if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-312.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-312.js index 1ab64037f6..6be34b54f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-312.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-312.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-312.js; - * @description: Object.create - [[Enumerable]] is set as false if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-312.js + * @description Object.create - [[Enumerable]] is set as false if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-313.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-313.js index 187c5f74bc..ff59f6c678 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-313.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-313.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-313.js; - * @description: Object.create - [[Configurable]] is set as false if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-313.js + * @description Object.create - [[Configurable]] is set as false if it is absent in accessor descriptor of one property in 'Properties' (8.12.9 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-314.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-314.js index ba7b3b6c32..3a88d540dd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-314.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-314.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-314.js; - * @description: Object.create - some enumerable own property in 'Properties' is empty object (15.2.3.7 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-314.js + * @description Object.create - some enumerable own property in 'Properties' is empty object (15.2.3.7 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-315.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-315.js index f6c8e4abcd..1197e68f5e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-315.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-315.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-315.js; - * @description: Object.create - all properties in 'Properties' are enumerable (data property and accessor property) (15.2.3.7 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-315.js + * @description Object.create - all properties in 'Properties' are enumerable (data property and accessor property) (15.2.3.7 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-316.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-316.js index 61c9e91feb..799a8d3e81 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-316.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-316.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-316.js; - * @description: Object.create - enumerable properties of 'Properties' are given numerical names (15.2.3.7 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-316.js + * @description Object.create - enumerable properties of 'Properties' are given numerical names (15.2.3.7 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-32.js index 0d6ed694b4..b26dec9247 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-32.js; - * @description: Object.create - 'Properties' is a Number object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-32.js + * @description Object.create - 'Properties' is a Number object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-33.js index d9eb87dd95..c3c5085536 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-33.js; - * @description: Object.create - 'Properties' is the Math object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-33.js + * @description Object.create - 'Properties' is the Math object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-34.js index 2741a7fe9f..c76c4fbea2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-34.js; - * @description: Object.create - 'Properties' is a Date object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-34.js + * @description Object.create - 'Properties' is a Date object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-35.js index 44290f6410..bcc11599a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-35.js; - * @description: Object.create - 'Properties' is a RegExp object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-35.js + * @description Object.create - 'Properties' is a RegExp object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-36.js index 79615b3f11..e763f4c18a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-36.js; - * @description: Object.create - 'Properties' is the JSON object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-36.js + * @description Object.create - 'Properties' is the JSON object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-37.js index 458fc29376..690ddb9e90 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-37.js; - * @description: Object.create - 'Properties' is an Error object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-37.js + * @description Object.create - 'Properties' is an Error object that uses Object's [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-38.js index c6b1155fe4..d8596e6dd0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-38.js; - * @description: Object.create - 'Properties' is an Arguments object which implements its own [[Get]] method to access own enumerable property (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-38.js + * @description Object.create - 'Properties' is an Arguments object which implements its own [[Get]] method to access own enumerable property (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-39.js index dcc4bf0112..44d1df9eac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-39.js; - * @description: Object.create - ensure that side-effects of gets occur in the same order as they would for: for (P in props) props[P] (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-39.js + * @description Object.create - ensure that side-effects of gets occur in the same order as they would for: for (P in props) props[P] (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-4.js index d89a2d6651..e765832297 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-4.js; - * @description: Object.create - argument 'Properties' is an object (15.2.3.7 step 2).; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-4.js + * @description Object.create - argument 'Properties' is an object (15.2.3.7 step 2). */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-40.js index 4faef8c5d1..0d5b5ab1f9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-40.js; - * @description: Object.create - ensure that if an exception is thrown it occurs in the correct order relative to prior and subsequent side-effects (15.2.3.7 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-40.js + * @description Object.create - ensure that if an exception is thrown it occurs in the correct order relative to prior and subsequent side-effects (15.2.3.7 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-41.js index 401081ea28..dc796bb3ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-41.js; - * @description: Object.create - value of one property in 'Properties' is undefined (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-41.js + * @description Object.create - value of one property in 'Properties' is undefined (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-42.js index 7f53f2f13a..fd3ba66525 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-42.js; - * @description: Object.create - value of one property in 'Properties' is null (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-42.js + * @description Object.create - value of one property in 'Properties' is null (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-43.js index 2fed249ba2..a6a8aba3e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-43.js; - * @description: Object.create - value of one property in 'Properties' is false (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-43.js + * @description Object.create - value of one property in 'Properties' is false (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-44.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-44.js index 7d769edb96..8ef9b3ecbc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-44.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-44.js; - * @description: Object.create - value of one property in 'Properties' is a number primitive (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-44.js + * @description Object.create - value of one property in 'Properties' is a number primitive (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-45.js index d6bdf1cedd..324121d66a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-45.js; - * @description: Object.create - value of one property in 'Properties' is a string (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-45.js + * @description Object.create - value of one property in 'Properties' is a string (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-46.js index 7cbbfdd128..4f919f2d76 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-46.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is true (8.10.5 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-46.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is true (8.10.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-47.js index 4b7db7fe9a..113f73cb11 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-47.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is not present (8.10.5 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-47.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is not present (8.10.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-48.js index 4f73554f7f..0d9451b306 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-48.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-48.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-49.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-49.js index 975f1d5d5b..b6a9dbc49d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-49.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-49.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-49.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-5.js index fe324c9aef..d7e935476c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-5.js; - * @description: Object.create - argument 'Properties' is a Function object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-5.js + * @description Object.create - argument 'Properties' is a Function object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-50.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-50.js index 3d4893cb71..6151a077cc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-50.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-50.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-50.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own data property that overrides an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-51.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-51.js index 43aead7334..b6752c91e6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-51.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-51.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-51.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-51.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own data property that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-52.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-52.js index d800760632..71590532d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-52.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-52.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-52.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-52.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-53.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-53.js index 575240f59c..27e82a352c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-53.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-53.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-53.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-53.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-54.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-54.js index 66a9b92b6e..970e03a66d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-54.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-54.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-54.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-54.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own accessor property that overrides an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-55.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-55.js index 2ac9fa02e8..4eedcfa231 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-55.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-55.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-55.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-55.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own accessor property that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-56.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-56.js index 91b515823e..65e753f591 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-56.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-56.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-56.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-56.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own accessor property without a get function (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-57.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-57.js index a94c3c7710..b2fa5fa358 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-57.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-57.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-57.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-57.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is own accessor property without a get function, which overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-58.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-58.js index 7280689dc0..cc63350131 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-58.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-58.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-58.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-58.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is an inherited accessor property without a get function (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-59.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-59.js index 34fdd68f30..2b1befc017 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-59.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-59.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-59.js; - * @description: Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-59.js + * @description Object.create - one property in 'Properties' is a Function object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-6.js index 6cdcae715f..26d41ab973 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-6.js; - * @description: Object.create - argument 'Properties' is an Array object (15.2.3.7 step 2).; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-6.js + * @description Object.create - argument 'Properties' is an Array object (15.2.3.7 step 2). */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-60.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-60.js index 645a8f7b53..95d5202e50 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-60.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-60.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-60.js; - * @description: Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-60.js + * @description Object.create - one property in 'Properties' is an Array object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-61.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-61.js index 8abf4f7d77..9e1f7003c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-61.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-61.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-61.js; - * @description: Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-61.js + * @description Object.create - one property in 'Properties' is a String object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-62.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-62.js index 51e74715dc..ab14c4104f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-62.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-62.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-62.js; - * @description: Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-62.js + * @description Object.create - one property in 'Properties' is a Boolean object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-63.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-63.js index e863da4901..10351c4ce0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-63.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-63.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-63.js; - * @description: Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-63.js + * @description Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-64.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-64.js index 45e3f8451b..6b738d2145 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-64.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-64.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-64.js; - * @description: Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-64.js + * @description Object.create - one property in 'Properties' is the Math object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-65.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-65.js index 0d0c296e5c..96c4586353 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-65.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-65.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-65.js; - * @description: Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-65.js + * @description Object.create - one property in 'Properties' is a Date object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-66.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-66.js index 47524ea8e9..6d6c5d5859 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-66.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-66.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-66.js; - * @description: Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-66.js + * @description Object.create - one property in 'Properties' is a RegExp object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-67.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-67.js index 47671ba761..3e45e86682 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-67.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-67.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-67.js; - * @description: Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-67.js + * @description Object.create - one property in 'Properties' is the JSON object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-68.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-68.js index 6240ccdf20..da705a3c4c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-68.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-68.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-68.js; - * @description: Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-68.js + * @description Object.create - one property in 'Properties' is an Error object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-69.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-69.js index 1e858b0a76..4c79f97daf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-69.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-69.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-69.js; - * @description: Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-69.js + * @description Object.create - one property in 'Properties' is an Arguments object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-7.js index 69af16d1fa..f668ce1ff5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-7.js; - * @description: Object.create - argument 'Properties' is a String object (15.2.3.7 step 2); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-7.js + * @description Object.create - argument 'Properties' is a String object (15.2.3.7 step 2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-71.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-71.js index 97841cc91a..5deb4fddcb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-71.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-71.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-71.js; - * @description: Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-71.js + * @description Object.create - one property in 'Properties' is the global object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-72.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-72.js index 002414699c..431181a2f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-72.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-72.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-72.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is undefined (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-72.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is undefined (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-73.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-73.js index 335cf815c0..c779ef89c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-73.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-73.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-73.js; - * @description: Object.create - value of 'enumerable' property of one property in 'Properties' is null (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-73.js + * @description Object.create - value of 'enumerable' property of one property in 'Properties' is null (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-74.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-74.js index dd9881d409..7c83e8196c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-74.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-74.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-74.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is true (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-74.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is true (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-75.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-75.js index 1b67cd1d4e..bfcc381d14 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-75.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-75.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-75.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is false (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-75.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is false (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-76.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-76.js index a44ec5c39f..64b3592341 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-76.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-76.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-76.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is 0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-76.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is 0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-77.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-77.js index 8b1ca27902..5e1e69d114 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-77.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-77.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-77.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is +0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-77.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is +0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-78.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-78.js index aba9ee30f0..cd8e38808b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-78.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-78.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-78.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is -0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-78.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is -0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-79.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-79.js index 4f6c0baf41..cd93aa78c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-79.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-79.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-79.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is NaN (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-79.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is NaN (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-8.js index 98560dca05..7efec11091 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-8.js; - * @description: Object.create - argument 'Properties' is a Boolean object whose primitive value is true (15.2.3.7 step 2).; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-8.js + * @description Object.create - argument 'Properties' is a Boolean object whose primitive value is true (15.2.3.7 step 2). */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-80.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-80.js index 8e96f7c734..147b501cf6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-80.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-80.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-80.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a positive number primitive (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-80.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a positive number primitive (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-81.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-81.js index 570b403566..4e588409f4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-81.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-81.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-81.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a negative number primitive (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-81.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a negative number primitive (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-82.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-82.js index 6fa4aa0886..9b4d12b013 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-82.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-82.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-82.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is an empty string (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-82.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is an empty string (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-83.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-83.js index b33d1338b5..8ab7904328 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-83.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-83.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-83.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a non-empty string (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-83.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a non-empty string (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-84.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-84.js index 9e23e368f2..569fbab8de 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-84.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-84.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-84.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a Function object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-84.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a Function object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-85.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-85.js index 006622440b..fee65ca55a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-85.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-85.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-85.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is an Array object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-85.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is an Array object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-86.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-86.js index 99bf1d4eeb..4ebea4c6bf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-86.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-86.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-86.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a String object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-86.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a String object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-87.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-87.js index 9ad2fcfcf4..3a8f224214 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-87.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-87.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-87.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a Boolean object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-87.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a Boolean object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-88.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-88.js index b3313e2580..8434c0bdc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-88.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-88.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-88.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a Number object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-88.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a Number object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-89.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-89.js index 6d181c1aa9..53a220138b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-89.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-89.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-89.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is the Math object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-89.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is the Math object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-9.js index c0bbb9fa9b..db10aa6d5f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-9.js; - * @description: Object.create - argument 'Properties' is a Number object whose primitive value is any interesting number (15.2.3.7 step 2).; + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-9.js + * @description Object.create - argument 'Properties' is a Number object whose primitive value is any interesting number (15.2.3.7 step 2). */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-90.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-90.js index cbdc922d4c..374bff26e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-90.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-90.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-90.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a Date object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-90.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a Date object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-91.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-91.js index ba4b3d7812..ec69886007 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-91.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-91.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-91.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a RegExp object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-91.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a RegExp object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-92.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-92.js index 3378a1066a..90557e51f6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-92.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-92.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-92.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is the JSON object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-92.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is the JSON object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-93.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-93.js index 91353026c0..8a75125467 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-93.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-93.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-93.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is an Error object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-93.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is an Error object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-94.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-94.js index e0c72d038c..bf0819c535 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-94.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-94.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-94.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is an Arguments object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-94.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is an Arguments object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-96.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-96.js index 3051a0c487..09539c5677 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-96.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-96.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-96.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is the global object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-96.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is the global object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-97.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-97.js index 82bdf97b56..c0ee1043ef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-97.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-97.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-97.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is a string (value is 'false'), which is treated as the value true (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-97.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is a string (value is 'false'), which is treated as the value true (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-98.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-98.js index 8d7528ef47..652dc4e4ce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-98.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-98.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-98.js; - * @description: Object.create - 'enumerable' property of one property in 'Properties' is new Boolean(false), which is treated as the value true (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-98.js + * @description Object.create - 'enumerable' property of one property in 'Properties' is new Boolean(false), which is treated as the value true (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-99.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-99.js index faaf73f125..a9f0ab0a11 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-99.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-99.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-99.js; - * @description: Object.create - 'configurable' property of one property in 'Properties' is true (8.10.5 step 4); + * @path chapter15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-99.js + * @description Object.create - 'configurable' property of one property in 'Properties' is true (8.10.5 step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-1.js index f57cdb532e..7162f39bb5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-1.js; - * @description: Object.defineProperty must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-1.js + * @description Object.defineProperty must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-2.js index 81e33c9cc8..8ca8cc0ccb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-2.js; - * @description: Object.defineProperty must exist as a function taking 3 parameters; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-0-2.js + * @description Object.defineProperty must exist as a function taking 3 parameters */ -assertTrue(Object.defineProperty.length === 3); +assertTruthy(Object.defineProperty.length === 3); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-1.js index 8b5015c852..0c9b6f8cc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-1.js; - * @description: Object.defineProperty applied to undefined throws a TypeError; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-1.js + * @description Object.defineProperty applied to undefined throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-2.js index e2a364a75e..ce4bc0bcba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-2.js; - * @description: Object.defineProperty applied to null throws a TypeError; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-2.js + * @description Object.defineProperty applied to null throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-3.js index fb1d3deac2..8ba369a3fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-3.js; - * @description: Object.defineProperty applied to number primitive throws a TypeError; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-3.js + * @description Object.defineProperty applied to number primitive throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-4.js index db3ef6843a..ff933db124 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-4.js; - * @description: Object.defineProperty applied to string primitive throws a TypeError; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1-4.js + * @description Object.defineProperty applied to string primitive throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1.js index 80b3e9ba85..5f59b29a2c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1.js; - * @description: Object.defineProperty throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-1.js + * @description Object.defineProperty throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-1.js index 7fde38eb11..4c63b2b95e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-1.js; - * @description: Object.defineProperty - argument 'P' is undefined that converts to string 'undefined'; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-1.js + * @description Object.defineProperty - argument 'P' is undefined that converts to string 'undefined' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-10.js index 9096bf623d..dffd9018ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-10.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is a negative number); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-10.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is a negative number) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-11.js index fbe120ca86..c71d20a626 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-11.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is Infinity); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-11.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-12.js index 6d9b4f2f53..d703b7c7f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-12.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is +Infinity); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-12.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is +Infinity) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-13.js index 3c9030e828..4ac7c2cb6e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-13.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is -Infinity); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-13.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-14.js index 0a2ad23ba6..b44474b9e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-14.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 20 zeros)); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-14.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 20 zeros)) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-15.js index a2eae03150..17d5d4aca5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-15.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 21 zeros)); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-15.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 21 zeros)) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-16.js index 5aa3110b92..23966e2e95 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-16.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 22 zeros)); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-16.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 22 zeros)) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17-1.js index d36cbad5d8..10a37f5bda 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17-1.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(trailing 5 zeros)); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17-1.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(trailing 5 zeros)) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17.js index 72ef88bc61..85b37ca94c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e+20); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-17.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e+20) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-18.js index 5101e99c63..d1655f4d75 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-18.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to string (value is 1e+21); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-18.js + * @description Object.defineProperty - argument 'P' is a number that converts to string (value is 1e+21) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-19.js index 75dbae8f38..253be16459 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-19.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to string (value is 1e+22); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-19.js + * @description Object.defineProperty - argument 'P' is a number that converts to string (value is 1e+22) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-2.js index 55c0dd165c..a518d7bf32 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-2.js; - * @description: Object.defineProperty - argument 'P' is null that converts to string 'null'; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-2.js + * @description Object.defineProperty - argument 'P' is null that converts to string 'null' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-20.js index 767565b72f..241b422e37 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-20.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 0.000001); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-20.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 0.000001) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-21.js index 48337b7f91..b716c2b569 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-21.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 0.0000001); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-21.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 0.0000001) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-22.js index 2afe9cd051..27c85e3f56 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-22.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 0.00000001); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-22.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 0.00000001) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-23.js index 437341b353..dda9f7f1be 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-23.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e-7); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-23.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e-7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-24.js index f9d1c741c2..b43414372f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-24.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e-6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-24.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e-6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-25.js index f3474dd8dc..e4a13b417b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-25.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e-5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-25.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1e-5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-26.js index 0fb68e83ba..961e951225 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-26.js; - * @description: Object.defineProperty - argument 'P' is an integer that converts to a string (value is 123); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-26.js + * @description Object.defineProperty - argument 'P' is an integer that converts to a string (value is 123) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-27.js index 1e842c8b79..e1e22bc358 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-27.js; - * @description: Object.defineProperty - argument 'P' is a decimal that converts to a string (value is 123.456); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-27.js + * @description Object.defineProperty - argument 'P' is a decimal that converts to a string (value is 123.456) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-28.js index 8b1d47a4df..6127079acb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-28.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 19 zeros).1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-28.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 19 zeros).1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-29.js index d440f9b43f..5aaeafc287 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-29.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 20 zeros).1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-29.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 20 zeros).1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-3.js index 7941917e85..b6da56ed83 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-3.js; - * @description: Object.defineProperty - argument 'P' is a boolean whose value is false; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-3.js + * @description Object.defineProperty - argument 'P' is a boolean whose value is false */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-30.js index b7bedee79e..f794e0d5d2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-30.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 21 zeros).1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-30.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 21 zeros).1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-31.js index fb57da848b..218bee28b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-31.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 22 zeros).1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-31.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 1(following 22 zeros).1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-32.js index fd5a93a9d1..1496d4b814 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-32.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 123.1234567); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-32.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 123.1234567) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-33.js index ed3b95d15a..8deebf6038 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-33.js; - * @description: Object.defineProperty - argument 'P' is applied to an empty string ; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-33.js + * @description Object.defineProperty - argument 'P' is applied to an empty string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-34.js index cac991b5f8..6644af6f38 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-34.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-34.js; - * @description: Object.defineProperty - argument 'P' is applied to string 'AB - * \cd' ; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-34.js + * @description Object.defineProperty - argument 'P' is applied to string 'AB + * \cd' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-35.js index e6c5131fd2..03790114da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-35.js; - * @description: Object.defineProperty - argument 'P' is applied to string 'undefined' ; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-35.js + * @description Object.defineProperty - argument 'P' is applied to string 'undefined' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-36.js index 9a2d572801..a5fb7bc0aa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-36.js; - * @description: Object.defineProperty - argument 'P' is applied to string 'null' ; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-36.js + * @description Object.defineProperty - argument 'P' is applied to string 'null' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-37.js index 323e792b4e..db4db6929b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-37.js; - * @description: Object.defineProperty - argument 'P' is applied to string '123αβπcd' ; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-37.js + * @description Object.defineProperty - argument 'P' is applied to string '123αβπcd' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-38.js index 3abd8659d2..38857c37f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-38.js; - * @description: Object.defineProperty - argument 'P' is applied to string '1' ; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-38.js + * @description Object.defineProperty - argument 'P' is applied to string '1' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-39.js index 7a75424968..ab518c8227 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-39.js; - * @description: Object.defineProperty - argument 'P' is an array that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-39.js + * @description Object.defineProperty - argument 'P' is an array that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-4.js index d3f2d613e8..9dfa408abc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-4.js; - * @description: Object.defineProperty - argument 'P' is a boolean whose value is true; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-4.js + * @description Object.defineProperty - argument 'P' is a boolean whose value is true */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-40.js index ae37882c77..a3424cca84 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-40.js; - * @description: Object.defineProperty - argument 'P' is a String Object that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-40.js + * @description Object.defineProperty - argument 'P' is a String Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-41.js index bceb3022a8..7e736c11f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-41.js; - * @description: Object.defineProperty - argument 'P' is a Boolean Object that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-41.js + * @description Object.defineProperty - argument 'P' is a Boolean Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-42.js index 61f86b36b3..7950a6a896 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-42.js; - * @description: Object.defineProperty - argument 'P' is a Number Object that converts to a string; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-42.js + * @description Object.defineProperty - argument 'P' is a Number Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-43.js index 8c44c05d3a..c2d840706b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-43.js; - * @description: Object.defineProperty - argument 'P' is an object that has an own toString method; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-43.js + * @description Object.defineProperty - argument 'P' is an object that has an own toString method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-44.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-44.js index 1a6de5a87e..981c2389f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-44.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-44.js; - * @description: Object.defineProperty - argument 'P' is an object that has an own valueOf method; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-44.js + * @description Object.defineProperty - argument 'P' is an object that has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-45.js index cc03d9a63b..c2c6097763 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-45.js; - * @description: Object.defineProperty - argument 'P' is an object whose toString method returns an object and whose valueOf method returns a primitive value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-45.js + * @description Object.defineProperty - argument 'P' is an object whose toString method returns an object and whose valueOf method returns a primitive value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-46.js index 8a39af216c..5fc5a36df1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-46.js; - * @description: Object.defineProperty - argument 'P' is an object that has an own toString and valueOf method; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-46.js + * @description Object.defineProperty - argument 'P' is an object that has an own toString and valueOf method */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-47.js index 4f9881440e..6e854022c5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-47.js; - * @description: Object.defineProperty - TypeError exception is thrown when 'P' is an object that neither toString nor valueOf returns a primitive value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-47.js + * @description Object.defineProperty - TypeError exception is thrown when 'P' is an object that neither toString nor valueOf returns a primitive value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-48.js index 66c48e4475..d6b8db913d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-48.js; - * @description: Object.defineProperty - an inherited toString method is invoked when 'P' is an object with an own valueOf and an inherited toString methods; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-48.js + * @description Object.defineProperty - an inherited toString method is invoked when 'P' is an object with an own valueOf and an inherited toString methods */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-5.js index bb4ae43d26..2791fd7b12 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-5.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-5.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is NaN); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-5.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is NaN) */ /// Copyright (c) 2009 Microsoft Corporation diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-6.js index 5482a710fb..d9186287cf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-6.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is 0); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-6.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is 0) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-7.js index dc93d3785c..9ce07e3102 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-7.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is +0); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-7.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is +0) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-8.js index de1d880b66..0d31e6b4c5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-8.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is -0); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-8.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is -0) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-9.js index ebd271c422..08eaef2906 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-9.js; - * @description: Object.defineProperty - argument 'P' is a number that converts to a string (value is a positive number); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-2-9.js + * @description Object.defineProperty - argument 'P' is a number that converts to a string (value is a positive number) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-1.js index db6a0ab1ae..4f13fc3d3b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-1.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-1.js; - * @description: Object.defineProperty throws TypeError if desc has 'get' and 'value' present(8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-1.js + * @description Object.defineProperty throws TypeError if desc has 'get' and 'value' present(8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-10.js index 931d59bd49..5c58003c1a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-10.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-10.js; - * @description: Object.defineProperty throws TypeError if setter is not callable but not undefined (Number)(8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-10.js + * @description Object.defineProperty throws TypeError if setter is not callable but not undefined (Number)(8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-100.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-100.js index 3f4842514b..17d409a112 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-100.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-100.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-100.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is null (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-100.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is null (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-101.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-101.js index 7787e4062a..fd86fe2c3c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-101.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-101.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-101.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is true (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-101.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is true (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-102.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-102.js index e170062cd0..14e786dfd9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-102.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-102.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-102.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is false (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-102.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is false (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-103.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-103.js index 2d32f1067d..bfdef54fc2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-103.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-103.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-103.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is 0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-103.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is 0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-104.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-104.js index 707114cdec..4ef845658d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-104.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-104.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-104.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is +0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-104.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is +0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-105.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-105.js index 7f6c01e3ee..685c433c89 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-105.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-105.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-105.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is -0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-105.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is -0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-106.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-106.js index cf28d0027a..db264995bb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-106.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-106.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-106.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is NaN (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-106.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is NaN (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-107.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-107.js index c91021b509..c989a5ce44 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-107.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-107.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-107.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a positive number (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-107.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a positive number (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-108.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-108.js index fae56b334f..fff077a2fc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-108.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-108.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-108.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a negative number (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-108.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a negative number (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-109.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-109.js index 06d050bd9b..bc0a659472 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-109.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-109.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-109.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is an empty string (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-109.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is an empty string (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-11.js index dcac57f0f2..8fcc3a6fe8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-11.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-11.js; - * @description: Object.defineProperty throws TypeError if setter is not callable but not undefined (Boolean)(8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-11.js + * @description Object.defineProperty throws TypeError if setter is not callable but not undefined (Boolean)(8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-110.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-110.js index 1d699bc7dc..508b859162 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-110.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-110.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-110.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a non-empty string (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-110.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a non-empty string (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-111.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-111.js index 33c60f5c4b..00068478cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-111.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-111.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-111.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a Function object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-111.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a Function object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-112.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-112.js index 1f90b333c8..e716b8978b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-112.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-112.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-112.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is an Array object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-112.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is an Array object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-113.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-113.js index d8f6d16a7f..17672aa44c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-113.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-113.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-113.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a String object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-113.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a String object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-114.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-114.js index 7f9a7a847b..975478d225 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-114.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-114.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-114.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a Boolean object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-114.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a Boolean object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-115.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-115.js index 0400607a2e..39dab2906e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-115.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-115.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-115.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a Number object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-115.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a Number object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-116.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-116.js index 872f1b0b1e..725a99a5e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-116.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-116.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-116.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is the Math object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-116.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is the Math object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-117.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-117.js index 80185198d6..e40bd806d2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-117.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-117.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-117.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a Date object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-117.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a Date object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-118.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-118.js index aab68ae100..96fe7ec00d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-118.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-118.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-118.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a RegExp object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-118.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a RegExp object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-119.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-119.js index cd7aa91507..41a2b25397 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-119.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-119.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-119.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is the JSON object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-119.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is the JSON object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-12.js index cbc3060830..5bfa44e16e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-12.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-12.js; - * @description: Object.defineProperty throws TypeError if setter is not callable but not undefined (String)(8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-12.js + * @description Object.defineProperty throws TypeError if setter is not callable but not undefined (String)(8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-120.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-120.js index 4ab07ecb1f..343aaf002b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-120.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-120.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-120.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is a Error object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-120.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is a Error object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-121.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-121.js index f055c1bee9..63720a085c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-121.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-121.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-121.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is the Argument object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-121.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is the Argument object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-123.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-123.js index eab070ba4d..d7644b4117 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-123.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-123.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-123.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is the global object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-123.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is the global object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-124.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-124.js index 574eed1c96..f72d58aa29 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-124.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-124.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-124.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is treated as true when it is a string (value is 'false') (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-124.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is treated as true when it is a string (value is 'false') (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-125.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-125.js index 4af00b94ce..41d8297707 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-125.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-125.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-125.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is treated as true when it is new Boolean(false) (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-125.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is treated as true when it is new Boolean(false) (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-126.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-126.js index 2ba17dbda5..c418597b7e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-126.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-126.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-126.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is present (8.10.5 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-126.js + * @description Object.defineProperty - 'value' property in 'Attributes' is present (8.10.5 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-127.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-127.js index 0dead0fef1..123834d3b6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-127.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-127.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-127.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is not present (8.10.5 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-127.js + * @description Object.defineProperty - 'value' property in 'Attributes' is not present (8.10.5 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-129.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-129.js index 3597ee1f69..b59dad0a08 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-129.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-129.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-129.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-129.js + * @description Object.defineProperty - 'value' property in 'Attributes' is an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-13.js index 368f6badfb..0d97adc087 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-13.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-13.js; - * @description: Object.defineProperty throws TypeError if the setter in desc is not callable (Null)(8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-13.js + * @description Object.defineProperty throws TypeError if the setter in desc is not callable (Null)(8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-130.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-130.js index 4ff77d95df..5092de7365 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-130.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-130.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-130.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-130.js + * @description Object.defineProperty - 'value' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-131.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-131.js index 916c00e8f3..dedcd6df33 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-131.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-131.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-131.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-131.js + * @description Object.defineProperty - 'value' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-132.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-132.js index 321370be0b..5d83fb4b20 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-132.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-132.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-132.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is own accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-132.js + * @description Object.defineProperty - 'value' property in 'Attributes' is own accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-133.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-133.js index 003c210fea..78693b9a57 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-133.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-133.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-133.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-133.js + * @description Object.defineProperty - 'value' property in 'Attributes' is an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-134.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-134.js index 674d971121..c4eeed37f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-134.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-134.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-134.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-134.js + * @description Object.defineProperty - 'value' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-135.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-135.js index fa84527ece..18f768a657 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-135.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-135.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-135.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-135.js + * @description Object.defineProperty - 'value' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-136.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-136.js index 067e88eaa0..4314fab60d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-136.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-136.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-136.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is own accessor property without a get function (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-136.js + * @description Object.defineProperty - 'value' property in 'Attributes' is own accessor property without a get function (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-137.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-137.js index 03dc24d711..467e2f2655 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-137.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-137.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-137.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-137.js + * @description Object.defineProperty - 'value' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-138.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-138.js index c0502e9b64..5911c8296c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-138.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-138.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-138.js; - * @description: Object.defineProperty - 'value' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-138.js + * @description Object.defineProperty - 'value' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139-1.js index cec5622334..eba08f1d36 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139-1.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139-1.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139.js index 841eecca33..7737521115 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-139.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-14.js index 3fe9b345bb..4f54f8a9cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-14.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-14.js; - * @description: Object.defineProperty throws TypeError if setter is not callable but not undefined (Object)(8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-14.js + * @description Object.defineProperty throws TypeError if setter is not callable but not undefined (Object)(8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140-1.js index b6807034d7..30ab3296c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140-1.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140-1.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140.js index 9c581e44e3..a17888b2ae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-140.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141-1.js index 9516711742..08036e535f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141-1.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141-1.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141.js index 3055883b5d..2848de6316 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142-1.js index fd9c7fd237..ad0fd29db0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142-1.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142-1.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142.js index 444e2aa44e..9d7afc6d9e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-142.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143-1.js index 174bc67d2d..df419dcaf2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143-1.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143-1.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143.js index 3b8bb81e9b..961cef6767 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-143.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144-1.js index e69a382612..97f27f3b8c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144-1.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144-1.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144.js index 9fe74be763..1e61275f68 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-144.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145-1.js index 8cf98ed2a8..ae9e105eeb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145-1.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145-1.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145.js index 1deaa70c79..b6c0814f56 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-145.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146-1.js index 44ed355de4..c6d7b1cdc4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146-1.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146-1.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146.js index 235b3a97c5..5c13a06f72 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-146.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147-1.js index 41f7a2a9e4..a63e2b0d6d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147-1.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147-1.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147.js index edbe2144da..071514d627 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-147.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148-1.js index aab077fed6..06b593b499 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148-1.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148-1.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148.js index c96fd77d3d..20c8b23e7e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-148.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149-1.js index 244f0971ae..dda47577fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149-1.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149-1.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'value' property of prototype object (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149.js index c5b29824cc..3e2c24e866 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-149.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-15.js index 6188ad3f6a..b7eb519718 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-15.js; - * @description: Object.defineProperty - 'Attributes' is undefined (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-15.js + * @description Object.defineProperty - 'Attributes' is undefined (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-151.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-151.js index 62e358c153..2e962e9578 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-151.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-151.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-151.js; - * @description: Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-151.js + * @description Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-152.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-152.js index 868e011402..fa1dcea6d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-152.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-152.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-152.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is present (8.10.5 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-152.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is present (8.10.5 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-153.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-153.js index 9e2c2dde90..6bb70a2bba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-153.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-153.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-153.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is not present (8.10.5 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-153.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is not present (8.10.5 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-154.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-154.js index 392c2f94f9..c34bf9977d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-154.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-154.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-154.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-154.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-155.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-155.js index 0cf4efefc9..d0b065c4ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-155.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-155.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-155.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-155.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-156.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-156.js index 2cff701740..56646747ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-156.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-156.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-156.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-156.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-157.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-157.js index a69b82b849..1eca799abc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-157.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-157.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-157.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-157.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-158.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-158.js index 4701486d94..a1886ffdb3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-158.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-158.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-158.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-158.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-159.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-159.js index a2d1095516..f863467147 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-159.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-159.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-159.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-159.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-16.js index 3980ca96e3..5aec6dddb9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-16.js; - * @description: Object.defineProperty - 'Attributes' is null (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-16.js + * @description Object.defineProperty - 'Attributes' is null (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-160.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-160.js index faae878abb..8de5942b1e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-160.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-160.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-160.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-160.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-161.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-161.js index 7416af802f..529487b8c7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-161.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-161.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-161.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-161.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-162.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-162.js index 919641dfc4..20b56d6f74 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-162.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-162.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-162.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own accessor property without a get function (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-162.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own accessor property without a get function (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-163.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-163.js index 7092286ce4..b5908ce957 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-163.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-163.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-163.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-163.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-164.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-164.js index 316ec66981..09ba0bc18e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-164.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-164.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-164.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-164.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165-1.js index 7a2b8d91a2..437c63b2fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165-1.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165-1.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165.js index db587e0695..ff96dacc8e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-165.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166-1.js index 75385cc351..887b6e86e9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166-1.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166-1.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166.js index bbcc0c58d6..ab3b3bfb98 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-166.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167-1.js index 154e18c458..840b9d8f83 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167-1.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167-1.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167.js index 5a37c95420..455851a3f4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-167.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168-1.js index c807a10d8c..712cdd9aed 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168-1.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168-1.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168.js index 641a78540a..eb11a6ef27 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-168.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169-1.js index 43cb5671e4..61e491b32f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169-1.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169-1.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169.js index 7160dd5530..63bc444181 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-169.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-17.js index 01414d1ca1..d321541783 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-17.js; - * @description: Object.defineProperty - 'Attributes' is a boolean primitive (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-17.js + * @description Object.defineProperty - 'Attributes' is a boolean primitive (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170-1.js index 91c11d0c56..b681a3ba46 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170-1.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170-1.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170.js index f124152eb5..de97cec41c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-170.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171-1.js index ea462c0af7..3b9fecc8f1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171-1.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171-1.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171.js index a10bcfe930..bbbf5ac4cc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-171.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172-1.js index bc9adce967..32413a8539 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172-1.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172-1.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172.js index 2faf60ed6f..78508716a3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-172.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173-1.js index 4cc8ea3da7..bce25827c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173-1.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173-1.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173.js index 96fea95617..2caee5a970 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-173.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174-1.js index d0b7ad6c45..b86a98e65a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174-1.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174-1.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174.js index 81978f60da..83ca437217 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-174.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175-1.js index 89bc178d69..87cfca2344 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175-1.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175-1.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'writable' property of prototype object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175.js index bfb154bf4a..b276d5f89a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-175.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-177.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-177.js index 330590a92c..c28b77e737 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-177.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-177.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-177.js; - * @description: Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-177.js + * @description Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-178.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-178.js index 4e993f6ba0..445502f87f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-178.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-178.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-178.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is undefined (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-178.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is undefined (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-179.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-179.js index 07281ced06..c4af66a114 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-179.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-179.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-179.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is null (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-179.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is null (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-18.js index 92483ef1bc..0e5412c65f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-18.js; - * @description: Object.defineProperty - 'Attributes' is a number primitive (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-18.js + * @description Object.defineProperty - 'Attributes' is a number primitive (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-180.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-180.js index e7b5caf6e6..e525300bbc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-180.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-180.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-180.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is true (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-180.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is true (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-181.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-181.js index 3f9829d825..0bd252a69a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-181.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-181.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-181.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is false (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-181.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is false (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-182.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-182.js index 12e060edc4..9c1590f425 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-182.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-182.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-182.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is 0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-182.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is 0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-183.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-183.js index ea6ebcb20b..5921e9c92b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-183.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-183.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-183.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is +0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-183.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is +0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-184.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-184.js index d80c6b1d98..701b6eaf42 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-184.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-184.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-184.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is -0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-184.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is -0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-185.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-185.js index f4723f5273..7e154f9867 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-185.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-185.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-185.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is NaN (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-185.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is NaN (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-186.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-186.js index 76bc7acdec..822a9e221e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-186.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-186.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-186.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a positive number (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-186.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a positive number (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-187.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-187.js index 85b6efbc8f..5af737a487 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-187.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-187.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-187.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a negative number (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-187.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a negative number (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-188.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-188.js index fe5165dcf0..2e8b886e59 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-188.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-188.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-188.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is an empty string (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-188.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is an empty string (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-189.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-189.js index d0f5f03874..4c58f163ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-189.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-189.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-189.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a non-empty string (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-189.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a non-empty string (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-19.js index 045b0c14ea..3141a53b34 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-19.js; - * @description: Object.defineProperty - 'Attributes' is a string primitive (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-19.js + * @description Object.defineProperty - 'Attributes' is a string primitive (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-190.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-190.js index 7f1a6bb1cc..9bb02a8633 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-190.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-190.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-190.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a Function object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-190.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a Function object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-191.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-191.js index ad5e50445b..7e3bdd314e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-191.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-191.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-191.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is an Array object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-191.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is an Array object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-192.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-192.js index a71e552806..c958f46bf5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-192.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-192.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-192.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a String object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-192.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a String object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-193.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-193.js index 7023bdec2c..5e24d4a9a3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-193.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-193.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-193.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a Boolean object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-193.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a Boolean object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-194.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-194.js index 85471c78fd..ff15127203 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-194.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-194.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-194.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a Number object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-194.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a Number object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-195.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-195.js index 5132c1a85c..f66f281dca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-195.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-195.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-195.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is the Math object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-195.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is the Math object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-196.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-196.js index 5d87f7b334..cef20a78d3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-196.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-196.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-196.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a Date object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-196.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a Date object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-197.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-197.js index ec17448a86..029190a6e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-197.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-197.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-197.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a RegExp object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-197.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a RegExp object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-198.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-198.js index 7d35ecf1cc..b7de616b1c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-198.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-198.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-198.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is the JSON object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-198.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is the JSON object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-199.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-199.js index 1369b97e34..4f2f198c9b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-199.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-199.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-199.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is a Error object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-199.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is a Error object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-2.js index 69ff5d2bc9..5d67fce1a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-2.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-2.js; - * @description: Object.defineProperty throws TypeError if desc has 'get' and 'writable' present(8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-2.js + * @description Object.defineProperty throws TypeError if desc has 'get' and 'writable' present(8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-20.js index bc4fc8963e..9afc8cfac6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-20.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is present (8.10.5 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-20.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is present (8.10.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-200.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-200.js index 8cab32bb74..ed662a98a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-200.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-200.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-200.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is the Argument object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-200.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is the Argument object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-202.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-202.js index 6a15b019ac..511e3eabcf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-202.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-202.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-202.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is the global object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-202.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is the global object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-203.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-203.js index 6fc13d2986..32c84f715c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-203.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-203.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-203.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is treated as true when it is a string(value is 'false') (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-203.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is treated as true when it is a string(value is 'false') (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-204.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-204.js index ee8d07f121..a34e45619a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-204.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-204.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-204.js; - * @description: Object.defineProperty - 'writable' property in 'Attributes' is treated as true when it is new Boolean(false) (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-204.js + * @description Object.defineProperty - 'writable' property in 'Attributes' is treated as true when it is new Boolean(false) (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-205.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-205.js index 77641c022c..3eb7182089 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-205.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-205.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-205.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is present (8.10.5 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-205.js + * @description Object.defineProperty - 'get' property in 'Attributes' is present (8.10.5 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-206.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-206.js index 61da247b61..7ec84620ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-206.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-206.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-206.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is not present (8.10.5 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-206.js + * @description Object.defineProperty - 'get' property in 'Attributes' is not present (8.10.5 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-207.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-207.js index ccd93e0b68..0d15ddc0e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-207.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-207.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-207.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-207.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-208.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-208.js index 387473f9f1..7d2664ed55 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-208.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-208.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-208.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-208.js + * @description Object.defineProperty - 'get' property in 'Attributes' is an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-209.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-209.js index 84374b265a..21c2fa3aff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-209.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-209.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-209.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-209.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-21.js index 0986344ef1..1320b9bc7c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-21.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is not present (8.10.5 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-21.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is not present (8.10.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-210.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-210.js index 1782f0c337..72137f39cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-210.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-210.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-210.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-210.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-211.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-211.js index 993a9ae896..e6602ceb92 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-211.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-211.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-211.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-211.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-212.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-212.js index e667566166..9e18e6725c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-212.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-212.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-212.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-212.js + * @description Object.defineProperty - 'get' property in 'Attributes' is an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-213.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-213.js index a023a1854c..d36be3c48b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-213.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-213.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-213.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-213.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-214.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-214.js index 0d12968fa4..b367b3451f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-214.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-214.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-214.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-214.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-215.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-215.js index 06e34d71a0..95f3c537f9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-215.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-215.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-215.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own accessor property without a get function (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-215.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own accessor property without a get function (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-216.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-216.js index fd12c89146..8495cf4648 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-216.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-216.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-216.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-216.js + * @description Object.defineProperty - 'get' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-217.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-217.js index fafc44c291..2bb5f58b69 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-217.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-217.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-217.js; - * @description: Object.defineProperty - 'get' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-217.js + * @description Object.defineProperty - 'get' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218-1.js index c07b7ec932..28d0e8c183 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218-1.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218-1.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218.js index d08f8db0a9..f845da46f1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-218.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219-1.js index eaeabaa5d0..dda8e149e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219-1.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219-1.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219.js index efb3b3e714..a30ac93066 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-219.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-22.js index 91dbfefaaf..7cacdb3cd2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-22.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-22.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220-1.js index 70d21936af..6fbcdf5186 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220-1.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220-1.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220.js index e9a3a1997b..74ea73093c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-220.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221-1.js index cd53813989..2c64fc5914 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221-1.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221-1.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221.js index bda80cbb58..105d6456f1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-221.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222-1.js index 3574d8de8c..1bc7eb20d3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222-1.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222-1.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222.js index 8b1d9e851e..15c1287c67 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-222.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223-1.js index 224a18527f..00df88dada 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223-1.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223-1.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223.js index e2e9b33ea7..e86ef5cd1f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-223.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224-1.js index 077316ab89..ad92da9e48 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224-1.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224-1.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224.js index 456cbea320..d325d00bde 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-224.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225-1.js index 4c9b28cb38..ce89702f7b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225-1.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225-1.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225.js index cd223cbd16..7ac270f41e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-225.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226-1.js index acb8139ae1..084686e600 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226-1.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226-1.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226.js index 4916e7f3df..5ab4018716 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-226.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227-1.js index ae0add1a33..5cdd78fd24 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227-1.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227-1.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227.js index deca8aa199..d9b520a9ca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-227.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228-1.js index 6fa98cea09..7370d50155 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228-1.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228-1.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'get' property of prototype object (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228.js index 61080d172a..559cb04720 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-228.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-23.js index f13c8009bb..fdd3500897 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-23.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-23.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-230.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-230.js index 8599694171..525b9f8ec6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-230.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-230.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-230.js; - * @description: Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-230.js + * @description Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-231.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-231.js index 71093c92e1..add7d259c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-231.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-231.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-231.js; - * @description: Object.defineProperty - value of 'get' property in 'Attributes' is undefined (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-231.js + * @description Object.defineProperty - value of 'get' property in 'Attributes' is undefined (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-232.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-232.js index 3a1ee891b6..a0cf1ebf11 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-232.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-232.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-232.js; - * @description: Object.defineProperty - value of 'get' property in 'Attributes' is a function (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-232.js + * @description Object.defineProperty - value of 'get' property in 'Attributes' is a function (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-235.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-235.js index b368422b32..93d366eadf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-235.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-235.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-235.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is present (8.10.5 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-235.js + * @description Object.defineProperty - 'set' property in 'Attributes' is present (8.10.5 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-236.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-236.js index edd6fca448..86d4237c6f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-236.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-236.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-236.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is not present (8.10.5 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-236.js + * @description Object.defineProperty - 'set' property in 'Attributes' is not present (8.10.5 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-237.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-237.js index 0f65e460b4..090b55a65e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-237.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-237.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-237.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-237.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-238.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-238.js index b4e524e905..889ad7d35d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-238.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-238.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-238.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-238.js + * @description Object.defineProperty - 'set' property in 'Attributes' is an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-239.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-239.js index 871308631a..4d3acf4160 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-239.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-239.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-239.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-239.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-24.js index ec3595603c..37e0483a67 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-24.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-24.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-240.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-240.js index b461bb5593..adcc44f8f1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-240.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-240.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-240.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-240.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-241.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-241.js index 0fff5a888f..8e39cac903 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-241.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-241.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-241.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-241.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-242.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-242.js index bf7768a08b..8a0892258e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-242.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-242.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-242.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-242.js + * @description Object.defineProperty - 'set' property in 'Attributes' is an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-243.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-243.js index 40351f3289..1b5992d435 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-243.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-243.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-243.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-243.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-244.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-244.js index f5f82cc9ca..366a65ebcc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-244.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-244.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-244.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-244.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-245.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-245.js index 7aca7b49ab..ef637782b5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-245.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-245.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-245.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own accessor property without a get function (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-245.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own accessor property without a get function (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-246.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-246.js index e55dcdd8f3..11dfb163ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-246.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-246.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-246.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-246.js + * @description Object.defineProperty - 'set' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-247.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-247.js index d7952b84e3..a73e0a2ec7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-247.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-247.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-247.js; - * @description: Object.defineProperty - 'set' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-247.js + * @description Object.defineProperty - 'set' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248-1.js index d3cde94fa1..8bd71bfc73 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248-1.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248-1.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248.js index 75034fee2a..0f09dabcbb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-248.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249-1.js index c7a7fa539b..23555d0bab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249-1.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249-1.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249.js index 7766001d04..5d57a809ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-249.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-25.js index c4bc433319..3ceeeed536 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-25.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-25.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250-1.js index 84a001136f..1624670656 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250-1.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250-1.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250.js index 75b8743419..2dbbf5a541 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-250.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251-1.js index e246f2d36b..c6423c617b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251-1.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251-1.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251.js index 68879c2127..67b31e2a7a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-251.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252-1.js index 2c3081d43b..ae40d00350 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252-1.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252-1.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252.js index aea042ec07..7340cd917a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-252.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253-1.js index bd538e425b..2727adf1e5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253-1.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253-1.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253.js index c074b527a3..1cc9116199 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-253.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254-1.js index 40f9647c1a..25bbeeb727 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254-1.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254-1.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254.js index ee15cd2cc1..ed0c02e3ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-254.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255-1.js index f3c6702709..014ac518cf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255-1.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255-1.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255.js index 3c65cc773e..294d761023 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255.js; - * @description: Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-255.js + * @description Object.defineProperty - 'Attributes' is a RegExp object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256-1.js index abe78ed483..e6b698abd6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256-1.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256-1.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256.js index 88d06a3e2b..d4dfa3359d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-256.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257-1.js index 666c6bdf94..71bfa60a1e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257-1.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257-1.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257.js index 7616fb3e11..3f06ff1e5b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-257.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258-1.js index 40613bb2e5..eb5953f58f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258-1.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258-1.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'set' property of prototype object (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258.js index 686c3080d8..1f7e1bdea0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-258.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-26.js index 82837f8b73..7cd52c6358 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-26.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-26.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-260.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-260.js index 439de26272..15d944a101 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-260.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-260.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-260.js; - * @description: Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-260.js + * @description Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-261.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-261.js index b3a7e8ef95..0719cdf0b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-261.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-261.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-261.js; - * @description: Object.defineProperty - value of 'set' property in 'Attributes' is undefined (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-261.js + * @description Object.defineProperty - value of 'set' property in 'Attributes' is undefined (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-262.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-262.js index 755339d964..c3ec48dcde 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-262.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-262.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-262.js; - * @description: Object.defineProperty - value of 'set' property in 'Attributes' is a function (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-262.js + * @description Object.defineProperty - value of 'set' property in 'Attributes' is a function (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-27.js index 61bc7abaa3..c4d05116ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-27.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-27.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-28.js index 2a4f49af59..39a601197d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-28.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-28.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-29.js index 5fd9049733..6c9ad178dc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-29.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-29.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-3.js index ee91659ead..0747310cf1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-3.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-3.js; - * @description: Object.defineProperty throws TypeError if desc has 'set' and 'value' present(8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-3.js + * @description Object.defineProperty throws TypeError if desc has 'set' and 'value' present(8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-30.js index da8ca4fad8..b8406a9d23 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-30.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property without a get function (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-30.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property without a get function (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-31.js index 8d9304a5c7..305aa85374 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-31.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-31.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-32.js index fd68c00483..d7aee828ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-32.js; - * @description: Object.defineProperty - 'enumerable' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-32.js + * @description Object.defineProperty - 'enumerable' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33-1.js index c528abb675..2c980038f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33-1.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33-1.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33.js index b8278e8105..4b479ab0cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-33.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34-1.js index e94ac07c4d..c1635721f6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34-1.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34-1.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34.js index 22519617e2..1e475043ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-34.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35-1.js index f90363700d..7159df12dc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35-1.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35-1.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35.js index b00aece0d8..89200c6ff6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-35.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36-1.js index 63cb5c63f0..28fd2e0834 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36-1.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36-1.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36.js index ee41323443..500c932693 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-36.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37-1.js index 2f67ef5adb..7052b2d315 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37-1.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37-1.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37.js index e8f5e2f938..0d317b0115 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-37.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38-1.js index 98fae1b965..70de732a08 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38-1.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38-1.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38.js index ba2efe4bf2..36475fac1e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-38.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39-1.js index 61c5fe65de..87c6678c8c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39-1.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39-1.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39.js index 3490318fca..36280a049a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-39.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-4.js index 2dc2ff48be..bed0011c14 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-4.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-4.js; - * @description: Object.defineProperty throws TypeError if desc has 'set' and 'writable' present(8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-4.js + * @description Object.defineProperty throws TypeError if desc has 'set' and 'writable' present(8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40-1.js index 641dff3e82..5ed8d62af2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40-1.js; - * @description: Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40-1.js + * @description Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40.js index f37f334431..45f224165e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40.js; - * @description: Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-40.js + * @description Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41-1.js index 704afffd57..84abdec33a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41-1.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41-1.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41.js index 20ef99f328..a956cf66c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-41.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42-1.js index 849ee3f5b0..ef7f47595c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42-1.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42-1.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42.js index 61a4bae1c5..87a3ffb673 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-42.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43-1.js index 25ea4af13d..4bb08e6f74 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43-1.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43-1.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'enumerable' property of prototype object (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43.js index 6078b9e6f0..7b13019427 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-43.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-45.js index 6b9a9d83bf..18d250b5e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-45.js; - * @description: Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-45.js + * @description Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-46.js index 86c4b01242..868ee2fa49 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-46.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is undefined (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-46.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is undefined (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-47.js index 7dcefea2da..86e595fd2e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-47.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is null (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-47.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is null (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-48.js index 3adc19954c..8f4f9ea82e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-48.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is true (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-48.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is true (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-49.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-49.js index 0f1c3869ed..93ddb3de86 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-49.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-49.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is false (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-49.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is false (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-5.js index 7f72610c04..f58a862b2e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-5.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-5.js; - * @description: Object.defineProperty throws TypeError if getter is not callable but not undefined (Number)(8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-5.js + * @description Object.defineProperty throws TypeError if getter is not callable but not undefined (Number)(8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-50.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-50.js index 583e972d27..c95fbad704 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-50.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-50.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is 0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-50.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is 0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-51.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-51.js index d7082acf78..0e7fb5bf9b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-51.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-51.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-51.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is +0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-51.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is +0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-52.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-52.js index fd0627675a..89433488fb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-52.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-52.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-52.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is -0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-52.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is -0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-53.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-53.js index 85641faaa6..d69f2948a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-53.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-53.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-53.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is NaN (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-53.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is NaN (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-54.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-54.js index 9ab2abe0d2..32708e9de3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-54.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-54.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-54.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a positive number (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-54.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a positive number (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-55.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-55.js index fafdee2b01..ca060da1b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-55.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-55.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-55.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a negative number (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-55.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a negative number (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-56.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-56.js index 0210a023b7..7cbb9d5e1f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-56.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-56.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-56.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is an empty string (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-56.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is an empty string (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-57.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-57.js index c076740e8d..783f6f2ebb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-57.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-57.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-57.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a non-empty string (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-57.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a non-empty string (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-58.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-58.js index 74b98f6f83..7806a8c83d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-58.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-58.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-58.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Function object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-58.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Function object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-59.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-59.js index 31a52c940d..ffc8156a21 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-59.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-59.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-59.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is an Array object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-59.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is an Array object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-6.js index e302de5483..b6e4c45750 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-6.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-6.js; - * @description: Object.defineProperty throws TypeError if getter is not callable but not undefined (Boolean)(8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-6.js + * @description Object.defineProperty throws TypeError if getter is not callable but not undefined (Boolean)(8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-60.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-60.js index f7a248b8b0..63597bd103 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-60.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-60.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-60.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a String Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-60.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a String Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-61.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-61.js index 3914343f29..16a7fc7346 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-61.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-61.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-61.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Boolean Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-61.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Boolean Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-62.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-62.js index c80e2faff8..4972533f4a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-62.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-62.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-62.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Number Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-62.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Number Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-63.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-63.js index aae1c93877..4c1eb4e540 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-63.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-63.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-63.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is the Math Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-63.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is the Math Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-64.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-64.js index 209ad5a16e..e2b4fe35bc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-64.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-64.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-64.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Date Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-64.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a Date Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-65.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-65.js index aba9fb9f4e..b18b8b93d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-65.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-65.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-65.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is a RegExp Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-65.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is a RegExp Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-66.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-66.js index 2527713438..5366cae4e6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-66.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-66.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-66.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is the JSON Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-66.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is the JSON Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-67.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-67.js index aa63c3a738..91d7073d55 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-67.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-67.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-67.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is an Error Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-67.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is an Error Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-68.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-68.js index 240c76e94f..85a1ee7607 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-68.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-68.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-68.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is an Arguments Object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-68.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is an Arguments Object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-7.js index 5988e6b722..b44ed7d804 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-7.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-7.js; - * @description: Object.defineProperty throws TypeError if getter is not callable but not undefined (String)(8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-7.js + * @description Object.defineProperty throws TypeError if getter is not callable but not undefined (String)(8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-70.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-70.js index 815e6f6451..dad1cc8c64 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-70.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-70.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-70.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is the global object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-70.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is the global object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-71.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-71.js index 195712d631..42c10d6e2e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-71.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-71.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-71.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is treated as true when it is a string (value is 'false') (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-71.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is treated as true when it is a string (value is 'false') (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-72.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-72.js index df8d890e51..9b588660a5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-72.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-72.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-72.js; - * @description: Object.defineProperty - value of 'enumerable' property in 'Attributes' is new Boolean(false) which is treated as true value (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-72.js + * @description Object.defineProperty - value of 'enumerable' property in 'Attributes' is new Boolean(false) which is treated as true value (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-73.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-73.js index 47a6afb187..233632b2d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-73.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-73.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-73.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is present (8.10.5 step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-73.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is present (8.10.5 step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-74.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-74.js index dc6f0f735b..5cfc752a32 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-74.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-74.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-74.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is not present (8.10.5 step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-74.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is not present (8.10.5 step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-75.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-75.js index f38a695058..ebce9d746a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-75.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-75.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-75.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-75.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-76.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-76.js index 0aeb5c96a5..4d3dc783cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-76.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-76.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-76.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-76.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-77.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-77.js index 42fd0ccea9..25749836db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-77.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-77.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-77.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-77.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own data property that overrides an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-78.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-78.js index b962f34b25..35d4e7b036 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-78.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-78.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-78.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-78.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own data property that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-79.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-79.js index 99977547a6..f66f735fe4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-79.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-79.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-79.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-79.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-8.js index 689d013d60..23d33c8d91 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-8.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-8.js; - * @description: Object.defineProperty throws TypeError if getter is not callable but not undefined (Null)(8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-8.js + * @description Object.defineProperty throws TypeError if getter is not callable but not undefined (Null)(8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-80.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-80.js index f51672362f..d7f01356a8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-80.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-80.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-80.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-80.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-81.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-81.js index 6cf080a44f..998c1d14ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-81.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-81.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-81.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-81.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property that overrides an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-82.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-82.js index 6adff7e655..cac9c874ae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-82.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-82.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-82.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-82.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-83.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-83.js index 179b4299f7..37cb60a37b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-83.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-83.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-83.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property without a get function (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-83.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property without a get function (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-84.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-84.js index 98efd21059..c0f2a430b0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-84.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-84.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-84.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-84.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is own accessor property(without a get function) that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-85.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-85.js index a7c218556d..a3c9468b0e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-85.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-85.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-85.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-85.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is an inherited accessor property without a get function (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86-1.js index 8eafe68370..7d39ac3b7b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86-1.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'configurable' property of prototype object (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86-1.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'configurable' property of prototype object (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86.js index d5984b3263..d5b0a21e04 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86.js; - * @description: Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-86.js + * @description Object.defineProperty - 'Attributes' is a Function object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87-1.js index 8354e11b14..9f190fc08a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87-1.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87-1.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87.js index 97ab8ff01e..dcff045b91 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87.js; - * @description: Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-87.js + * @description Object.defineProperty - 'Attributes' is an Array object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88-1.js index 0d519e54c8..368676c281 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88-1.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88-1.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88.js index c49b66ac52..bd3866b1c2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88.js; - * @description: Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-88.js + * @description Object.defineProperty - 'Attributes' is a String object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89-1.js index 18da243dea..61899ed75b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89-1.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89-1.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89.js index f98c7693a2..95f45756fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89.js; - * @description: Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-89.js + * @description Object.defineProperty - 'Attributes' is a Boolean object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-9.js index 41dd70fd38..da7c078591 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-9.js @@ -23,8 +23,8 @@ * into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError * if the property desc ends up having a mix of accessor and data property elements. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-9.js; - * @description: Object.defineProperty throws TypeError if getter is not callable but not undefined (Object)(8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-9.js + * @description Object.defineProperty throws TypeError if getter is not callable but not undefined (Object)(8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90-1.js index d04261f486..ce9c89ad98 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90-1.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90-1.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90.js index 76557b521d..cdb62e9a4e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90.js; - * @description: Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-90.js + * @description Object.defineProperty - 'Attributes' is a Number object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91-1.js index b1b1f1c152..9eea70ada6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91-1.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91-1.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91.js index e3cf23797d..0bdfc3661d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91.js; - * @description: Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-91.js + * @description Object.defineProperty - 'Attributes' is the Math object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92-1.js index ce051042fc..24b58bd734 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92-1.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92-1.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92.js index aca900be5e..49c10bc267 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92.js; - * @description: Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-92.js + * @description Object.defineProperty - 'Attributes' is a Date object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93-1.js index cc31a4d28a..b86179785d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93-1.js; - * @description: Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93-1.js + * @description Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93.js index 12b60dd4f8..d4e28b5ecb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93.js; - * @description: Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-93.js + * @description Object.defineProperty - 'Attributes' is an RegExp object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94-1.js index f89ee3e084..58fdb51245 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94-1.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94-1.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94.js index 122b0c8149..900b428490 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94.js; - * @description: Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-94.js + * @description Object.defineProperty - 'Attributes' is the JSON object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95-1.js index 691782c0d6..4dde9df72e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95-1.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95-1.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95.js index b0673efed3..7edde1a6fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95.js; - * @description: Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-95.js + * @description Object.defineProperty - 'Attributes' is an Error object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96-1.js index f96589bb49..be65da3b6e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96-1.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96-1.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96.js index 6d3de3c8b6..9d0caf338a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96.js; - * @description: Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-96.js + * @description Object.defineProperty - 'Attributes' is an Arguments object which implements its own [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-98.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-98.js index 5c654f5b35..b75c0efb35 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-98.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-98.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-98.js; - * @description: Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-98.js + * @description Object.defineProperty - 'Attributes' is the global object that uses Object's [[Get]] method to access the 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-99.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-99.js index 62ed30f20f..45117ee9e9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-99.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-99.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-99.js; - * @description: Object.defineProperty - 'configurable' property in 'Attributes' is undefined (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-99.js + * @description Object.defineProperty - 'configurable' property in 'Attributes' is undefined (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-1.js index 2def0a90a9..b54e2c6d80 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-1.js @@ -25,8 +25,8 @@ * current is undefined and extensible is false. The value of desc does not * matter. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-1.js; - * @description: Object.defineProperty throws TypeError when adding properties to non-extensible objects(8.12.9 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-1.js + * @description Object.defineProperty throws TypeError when adding properties to non-extensible objects(8.12.9 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-10.js index 4436829707..752359ec9c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-10.js @@ -24,8 +24,8 @@ * current.[[Enumerable]] and desc.[[Enumerable]] are the boolean negations * of each other. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-10.js; - * @description: Object.defineProperty throws TypeError when changing [[Enumerable]] from false to true on non-configurable accessor properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-10.js + * @description Object.defineProperty throws TypeError when changing [[Enumerable]] from false to true on non-configurable accessor properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-100.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-100.js index 89fa3ad4ab..a7da2395fc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-100.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-100.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-100.js; - * @description: Object.defineProperty - 'name' and 'desc' are data properties, desc.value and name.value are two different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-100.js + * @description Object.defineProperty - 'name' and 'desc' are data properties, desc.value and name.value are two different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-101.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-101.js index 735751a7c0..e196dbc77a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-101.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-101.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-101.js; - * @description: Object.defineProperty - 'name' and 'desc' are data properties, name.value is present and desc.value is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-101.js + * @description Object.defineProperty - 'name' and 'desc' are data properties, name.value is present and desc.value is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-102.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-102.js index 8e62a4dc46..2d62cb1010 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-102.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-102.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-102.js; - * @description: Object.defineProperty - 'name' and 'desc' are data properties, desc.value is present and name.value is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-102.js + * @description Object.defineProperty - 'name' and 'desc' are data properties, desc.value is present and name.value is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-103.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-103.js index 19af846a32..57551e6c22 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-103.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-103.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-103.js; - * @description: Object.defineProperty - 'name' and 'desc' are data properties, name.writable and desc.writable are different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-103.js + * @description Object.defineProperty - 'name' and 'desc' are data properties, name.writable and desc.writable are different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-104.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-104.js index 731d272213..9467c19595 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-104.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-104.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-104.js; - * @description: Object.defineProperty - 'name' and 'desc' are data properties, name.enumerable and desc.enumerable are different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-104.js + * @description Object.defineProperty - 'name' and 'desc' are data properties, name.enumerable and desc.enumerable are different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-105.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-105.js index 46fde2bc36..00a2e55296 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-105.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-105.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-105.js; - * @description: Object.defineProperty - 'name' and 'desc' are data properties, name.configurable = true and desc.configurable = false (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-105.js + * @description Object.defineProperty - 'name' and 'desc' are data properties, name.configurable = true and desc.configurable = false (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-106.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-106.js index f1e8a5d14e..1291f3b415 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-106.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-106.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-106.js; - * @description: Object.defineProperty - 'name' and 'desc' are data properties, several attributes values of name and desc are different (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-106.js + * @description Object.defineProperty - 'name' and 'desc' are data properties, several attributes values of name and desc are different (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-107.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-107.js index 4176d4cbc3..3a869129b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-107.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-107.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-107.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, both desc.[[Get]] and name.[[Get]] are two different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-107.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, both desc.[[Get]] and name.[[Get]] are two different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-108.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-108.js index dce480577a..4124446cba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-108.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-108.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-108.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Get]] is present and desc.[[Get]] is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-108.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Get]] is present and desc.[[Get]] is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-109.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-109.js index 895d428835..3cda1bf048 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-109.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-109.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-109.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Get]] is undefined and desc.[[Get]] is function (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-109.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Get]] is undefined and desc.[[Get]] is function (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-11.js index 21eb4e8491..36fda9f72b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-11.js @@ -24,8 +24,8 @@ * current.[[Enumerable]] and desc.[[Enumerable]] are the boolean negations * of each other. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-11.js; - * @description: Object.defineProperty throws TypeError when changing [[Enumerable]] from true to false on non-configurable accessor properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-11.js + * @description Object.defineProperty throws TypeError when changing [[Enumerable]] from true to false on non-configurable accessor properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-110.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-110.js index 3ca3926e5e..11d4b1c087 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-110.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-110.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-110.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, both desc.[[Set]] and name.[[Set]] are two different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-110.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, both desc.[[Set]] and name.[[Set]] are two different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-111.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-111.js index 48ea2033f4..1eb3760e7f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-111.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-111.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-111.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Set]] is present and desc.[[Set]] is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-111.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Set]] is present and desc.[[Set]] is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-112.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-112.js index 8fc629b911..89f6752b05 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-112.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-112.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-112.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Set]] is undefined and desc.[[Set]] is function (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-112.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, name.[[Set]] is undefined and desc.[[Set]] is function (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-113.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-113.js index 9c0aea1fd5..ce29f03a1c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-113.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-113.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-113.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, name.enumerable and desc.enumerable are different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-113.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, name.enumerable and desc.enumerable are different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-114.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-114.js index 6cb802af64..57772fc3b9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-114.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-114.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-114.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, name.configurable = true and desc.configurable = false (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-114.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, name.configurable = true and desc.configurable = false (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-115.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-115.js index 2d5f5226e4..4c8def6e48 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-115.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-115.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-115.js; - * @description: Object.defineProperty - 'name' and 'desc' are accessor properties, several attributes values of 'name' and 'desc' are different (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-115.js + * @description Object.defineProperty - 'name' and 'desc' are accessor properties, several attributes values of 'name' and 'desc' are different (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-116.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-116.js index e8ca5f4275..00eebeec33 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-116.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-116.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-116.js; - * @description: Object.defineProperty - 'O' is an Array, test the length property of 'O' is own data property (15.4.5.1 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-116.js + * @description Object.defineProperty - 'O' is an Array, test the length property of 'O' is own data property (15.4.5.1 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-117.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-117.js index 8a2a780a41..4dde17576b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-117.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-117.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-117.js; - * @description: Object.defineProperty - 'O' is an Array, test the length property of 'O' is own data property that overrides an inherited data property (15.4.5.1 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-117.js + * @description Object.defineProperty - 'O' is an Array, test the length property of 'O' is own data property that overrides an inherited data property (15.4.5.1 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-118.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-118.js index 8230e60881..c6bee1b6f4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-118.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-118.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-118.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is absent (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-118.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is absent (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-119.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-119.js index d18550c1c5..fd8681f46b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-119.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-119.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-119.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is same with corresponding attribute value of the length property in 'O' (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-119.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is same with corresponding attribute value of the length property in 'O' (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-12.js index 592bf1c05c..c2440962ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-12.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 9a of * [[DefineOwnProperty]] rejects changing the kind of a property. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-12.js; - * @description: Object.defineProperty throws TypeError when changing non-configurable data properties to accessor properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-12.js + * @description Object.defineProperty throws TypeError when changing non-configurable data properties to accessor properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-120.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-120.js index b2d8d365e5..6a6119f53e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-120.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-120.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-120.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Configurable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-120.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Configurable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-121.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-121.js index 0c4370deee..e704f07458 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-121.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-121.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-121.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Enumerable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-121.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Enumerable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-122.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-122.js index f2be66ce9c..45e23741a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-122.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-122.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-122.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test TypeError is thrown when 'desc' is accessor descriptor (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-122.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test TypeError is thrown when 'desc' is accessor descriptor (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-123.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-123.js index 3a92575f9e..8bab2d3650 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-123.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-123.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-123.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Writable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-123.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Writable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-124.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-124.js index 0db45ed48f..92e0efc6ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-124.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-124.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-124.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test updating the [[Writable]] attribute of the length property from true to false (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-124.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is absent, test updating the [[Writable]] attribute of the length property from true to false (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-125.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-125.js index c9f0a800e4..4b9078a96a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-125.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-125.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-125.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test that RangeError exception is thrown when [[Value]] field of 'desc' is undefined (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-125.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test that RangeError exception is thrown when [[Value]] field of 'desc' is undefined (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-126.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-126.js index 58bc76636c..a0d252583e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-126.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-126.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-126.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is null (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-126.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is null (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-127.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-127.js index b6215a2c7b..7f1e9630e2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-127.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-127.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-127.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value false (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-127.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value false (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-128.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-128.js index b41d86b545..e56e7910f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-128.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-128.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-128.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value true (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-128.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value true (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-129.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-129.js index bb3b64e8fd..a3fb1b2f42 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-129.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-129.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-129.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is 0 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-129.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is 0 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-13.js index 03b981357d..30e52a5af2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-13.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 9a of * [[DefineOwnProperty]] rejects changing the kind of a property. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-13.js; - * @description: Object.defineProperty throws TypeError when changing non-configurable accessor properties to data properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-13.js + * @description Object.defineProperty throws TypeError when changing non-configurable accessor properties to data properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-130.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-130.js index e3d8946914..6d76ea7dfe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-130.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-130.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-130.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is +0 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-130.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is +0 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-131.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-131.js index b3d94292cf..5322eae217 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-131.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-131.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-131.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is -0 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-131.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is -0 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-132.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-132.js index addeec6628..efdb9ab6f1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-132.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-132.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-132.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is a positive number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-132.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is a positive number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-133.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-133.js index 4faa8e9d50..7559524258 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-133.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-133.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-133.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a negative number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-133.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a negative number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-134.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-134.js index 80460c4d5a..9f7cf74df7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-134.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-134.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-134.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is +Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-134.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is +Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-135.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-135.js index 3c8f2bb55e..c2f3281895 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-135.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-135.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-135.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is -Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-135.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is -Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-136.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-136.js index b42548b138..be68a405ed 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-136.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-136.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-136.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is NaN (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-136.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is NaN (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-137.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-137.js index ebe134361d..916fd371a3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-137.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-137.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-137.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is a string containing a positive number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-137.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is not thrown when the [[Value]] field of 'desc' is a string containing a positive number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-138.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-138.js index b946953b67..89407683e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-138.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-138.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-138.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing a negative number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-138.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing a negative number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-139.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-139.js index b8ebc363a9..af162a8f50 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-139.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-139.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-139.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing a decimal number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-139.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing a decimal number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-14.js index b9888c135c..c4f55fd48d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-14.js @@ -23,8 +23,8 @@ * of O to define the property. For configurable properties, step 9b of * [[DefineOwnProperty]] permits changing the kind of a property. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-14.js; - * @description: Object.defineProperty permits changing data property to accessor property for configurable properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-14.js + * @description Object.defineProperty permits changing data property to accessor property for configurable properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-140.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-140.js index 54a6272aee..db679ff178 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-140.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-140.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-140.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing +Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-140.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing +Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-141.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-141.js index 155d62f4e1..cce2014828 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-141.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-141.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-141.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing -Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-141.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string containing -Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-142.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-142.js index 6c5c0307e5..d5c0625c42 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-142.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-142.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-142.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an exponential number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-142.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an exponential number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-143.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-143.js index abc8bd3bd7..59f9170810 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-143.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-143.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-143.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a hex number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-143.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a hex number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-144.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-144.js index cfc5763ab1..fd73a67c22 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-144.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-144.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-144.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a number with leading zeros (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-144.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a number with leading zeros (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-145.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-145.js index ab7e84c43d..bb5c13e75e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-145.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-145.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-145.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string which doesn't convert to a number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-145.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError exception is thrown when the [[Value]] field of 'desc' is a string which doesn't convert to a number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-146.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-146.js index 398d2de005..715920bf34 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-146.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-146.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-146.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an object which has an own toString method (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-146.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an object which has an own toString method (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-147.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-147.js index bb34735f51..021eeb6033 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-147.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-147.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-147.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-147.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-148.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-148.js index 3f5f3f4b7d..2d9f95a339 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-148.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-148.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-148.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method that returns an object and toString method that returns a string (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-148.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method that returns an object and toString method that returns a string (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-149.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-149.js index a3d765c7bd..dd282e31c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-149.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-149.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-149.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own toString and valueOf method (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-149.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own toString and valueOf method (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-15.js index 6f7c597c07..40bd9dcd45 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-15.js @@ -23,8 +23,8 @@ * of O to define the property. For configurable properties, step 9c of * [[DefineOwnProperty]] permits changing the kind of a property. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-15.js; - * @description: Object.defineProperty permits changing accessor property to data property for configurable properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-15.js + * @description Object.defineProperty permits changing accessor property to data property for configurable properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-150.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-150.js index ad29759389..ec324af3ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-150.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-150.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-150.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test TypeError is thrown when the [[Value]] field of 'desc' is an Object that both toString and valueOf wouldn't return primitive value (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-150.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test TypeError is thrown when the [[Value]] field of 'desc' is an Object that both toString and valueOf wouldn't return primitive value (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-151.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-151.js index 1604d15b17..a4f47006fc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-151.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-151.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-151.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', and the [[Value]] field of 'desc' is an Object with an own toString method and an inherited valueOf method (15.4.5.1 step 3.c), test that the inherited valueOf method is used; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-151.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', and the [[Value]] field of 'desc' is an Object with an own toString method and an inherited valueOf method (15.4.5.1 step 3.c), test that the inherited valueOf method is used */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-152.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-152.js index 4fc8f5444f..33f0e2b65e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-152.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-152.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-152.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is a positive non-integer values (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-152.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is a positive non-integer values (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-153.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-153.js index b2866c6475..a7440ef0ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-153.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-153.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-153.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is a negative non-integer values (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-153.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is a negative non-integer values (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-154.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-154.js index 23f14b91d1..61b21bea81 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-154.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-154.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-154.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 2 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-154.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 2 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-155.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-155.js index 8f0cf431b7..04ff982a49 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-155.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-155.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-155.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 1 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-155.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 1 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-156.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-156.js index 43009eb0f8..15fec9e5d4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-156.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-156.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-156.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-156.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-157.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-157.js index 61d0244dc3..ebe729b858 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-157.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-157.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-157.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 + 1 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-157.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 + 1 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-159.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-159.js index 4136cdd2d6..c42b349a51 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-159.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-159.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-159.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', set the [[Value]] field of 'desc' to a value greater than the existing value of length (15.4.5.1 step 3.f); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-159.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', set the [[Value]] field of 'desc' to a value greater than the existing value of length (15.4.5.1 step 3.f) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-16.js index 6b768e6988..4275137fee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-16.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 10.a.i * of [[DefineOwnProperty]] rejects if relaxing the [[Writable]] attribute. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-16.js; - * @description: Object.defineProperty throws TypeError when relaxing [[Writable]] on non-configurable data properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-16.js + * @description Object.defineProperty throws TypeError when relaxing [[Writable]] on non-configurable data properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-160.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-160.js index e1ec37f39a..571d0084a4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-160.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-160.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-160.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', set the [[Value]] field of 'desc' to a value equal to the existing value of length (15.4.5.1 step 3.f); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-160.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', set the [[Value]] field of 'desc' to a value equal to the existing value of length (15.4.5.1 step 3.f) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-161.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-161.js index beaa7eaeb8..5315397eaf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-161.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-161.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-161.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', set the [[Value]] field of 'desc' to a value lesser than the existing value of length and test that indexes beyond the new length are deleted(15.4.5.1 step 3.f); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-161.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', set the [[Value]] field of 'desc' to a value lesser than the existing value of length and test that indexes beyond the new length are deleted(15.4.5.1 step 3.f) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-162.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-162.js index ca5857bedf..7e4ba92974 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-162.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-162.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-162.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is greater than value of the length property, test TypeError is thrown when the length property is not writable (15.4.5.1 step 3.f.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-162.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is greater than value of the length property, test TypeError is thrown when the length property is not writable (15.4.5.1 step 3.f.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-163.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-163.js index 3bb0f2f4a8..28324e5b53 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-163.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-163.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-163.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' equals to value of the length property, test no TypeError is thrown when the length property is not writable (15.4.5.1 step 3.f.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-163.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' equals to value of the length property, test no TypeError is thrown when the length property is not writable (15.4.5.1 step 3.f.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-164.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-164.js index 70435bc62d..9bbfe31080 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-164.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-164.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-164.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test TypeError is thrown when the [[Writable]] attribute of the length property is false (15.4.5.1 step 3.g); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-164.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test TypeError is thrown when the [[Writable]] attribute of the length property is false (15.4.5.1 step 3.g) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-165.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-165.js index 602f939b80..14f467e0f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-165.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-165.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-165.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true after deleting properties with large index named if the [[Writable]] field of 'desc' is absent (15.4.5.1 step 3.h); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-165.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true after deleting properties with large index named if the [[Writable]] field of 'desc' is absent (15.4.5.1 step 3.h) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-166.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-166.js index 7d0558e71d..a60cfd6328 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-166.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-166.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-166.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true after deleting properties with large index named if the [[Writable]] field of 'desc' is true (15.4.5.1 step 3.h); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-166.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true after deleting properties with large index named if the [[Writable]] field of 'desc' is true (15.4.5.1 step 3.h) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-167.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-167.js index 53aa2d2d21..ded75e8da2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-167.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-167.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-167.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false after deleting properties with large index named if the [[Writable]] field of 'desc' is false (15.4.5.1 step 3.i.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-167.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false after deleting properties with large index named if the [[Writable]] field of 'desc' is false (15.4.5.1 step 3.i.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-168.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-168.js index 10acb3fa0f..9241dda9c7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-168.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-168.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-168.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', whose writable attribute is being changed to false and the [[Value]] field of 'desc' is less than value of the length property and also lesser than an index of the array which is set to configurable:false, test that new length is set to a value greater than the non-deletable index by 1, writable attribute of length is set to false and TypeError exception is thrown (15.4.5.1 step 3.i.iii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-168.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', whose writable attribute is being changed to false and the [[Value]] field of 'desc' is less than value of the length property and also lesser than an index of the array which is set to configurable:false, test that new length is set to a value greater than the non-deletable index by 1, writable attribute of length is set to false and TypeError exception is thrown (15.4.5.1 step 3.i.iii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-169.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-169.js index bb4d74cd94..48b4d6403b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-169.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-169.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-169.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property and also lesser than an index of the array which is set to configurable: false, test that new length is set to a value greater than the non-deletable index by 1, and TypeError is thrown (15.4.5.1 step 3.l.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-169.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property and also lesser than an index of the array which is set to configurable: false, test that new length is set to a value greater than the non-deletable index by 1, and TypeError is thrown (15.4.5.1 step 3.l.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-17.js index 9344df4200..f77c5ebc7b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-17.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 10.a.ii.1 * of [[DefineOwnProperty]] rejects changing the value of non-writable properties. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-17.js; - * @description: Object.defineProperty throws TypeError when changing value of non-writable non-configurable data properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-17.js + * @description Object.defineProperty throws TypeError when changing value of non-writable non-configurable data properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js index bc830e4f80..a652d28ba3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property and also lesser than an index of the array which is set to configurable: false, test that new length is set to a value greater than the non-deletable index by 1, writable attribute of length is set to false and TypeError exception is thrown (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property and also lesser than an index of the array which is set to configurable: false, test that new length is set to a value greater than the non-deletable index by 1, writable attribute of length is set to false and TypeError exception is thrown (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-171.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-171.js index fbb0959744..3b3e4f879d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-171.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-171.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-171.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of an inherited data property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-171.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of an inherited data property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-172.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-172.js index cb1cc88e83..ce74d637df 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-172.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-172.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-172.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides an inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-172.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides an inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-173.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-173.js index 30d0243da3..f982894f76 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-173.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-173.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-173.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides an inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-173.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides an inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-174.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-174.js index 85a3708e8d..e12966729a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-174.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-174.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-174.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-174.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-175.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-175.js index ecf4c3d78b..249077a352 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-175.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-175.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-175.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of an inherited accessor property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-175.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of an inherited accessor property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-176.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-176.js index ff06abd2d2..42164bc928 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-176.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-176.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-176.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides an inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-176.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides an inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-177.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-177.js index 2239419527..1195a30ec2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-177.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-177.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-177.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides an inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-177.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides an inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-178.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-178.js index 0d470c7b95..eb2da82432 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-178.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-178.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-178.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the configurable large index named property of 'O' is deleted (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-178.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the configurable large index named property of 'O' is deleted (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-179-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-179-1.js index 89b8d39f0d..1f71ea2928 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-179-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-179-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-179-1.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is greater than value of the length property, test value of the length property is same as [[Value]] (15.4.5.1 step 3.l.iii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-179-1.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is greater than value of the length property, test value of the length property is same as [[Value]] (15.4.5.1 step 3.l.iii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-18.js index 86a94c8243..46b14f1722 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-18.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 11.a.i * of [[DefineOwnProperty]] rejects changing the setter if present. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-18.js; - * @description: Object.defineProperty throws TypeError when changing setter of non-configurable accessor properties(8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-18.js + * @description Object.defineProperty throws TypeError when changing setter of non-configurable accessor properties(8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-181.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-181.js index 9b41d91eaf..4edaa2e841 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-181.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-181.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-181.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last when the [[Writable]] field of 'desc' is false and 'O' doesn't contain non-configurable large index named property (15.4.5.1 step 3.m); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-181.js + * @description Object.defineProperty - 'O' is an Array, 'name' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last when the [[Writable]] field of 'desc' is false and 'O' doesn't contain non-configurable large index named property (15.4.5.1 step 3.m) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-182.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-182.js index fca731e37d..45bb97419d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-182.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-182.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-182.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is available String values that convert to numbers (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-182.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is available String values that convert to numbers (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-183.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-183.js index dc7fa0c425..3481a7844c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-183.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-183.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-183.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 - 2 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-183.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 - 2 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-184.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-184.js index 90c0cfea9d..d62b30231c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-184.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-184.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-184.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 - 1 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-184.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 - 1 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-185.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-185.js index 15687b9713..227f716b39 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-185.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-185.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-185.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-185.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-186.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-186.js index e940863f4c..9cdb36a530 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-186.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-186.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-186.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 + 1 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-186.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is boundary value 2^32 + 1 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-187.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-187.js index 2a7280d275..af66cfa4b0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-187.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-187.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-187.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test TypeError is not thrown if the [[Writable]] attribute of the length property in 'O' is false and value of 'name' is less than value of the length property (15.4.5.1 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-187.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test TypeError is not thrown if the [[Writable]] attribute of the length property in 'O' is false and value of 'name' is less than value of the length property (15.4.5.1 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-188.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-188.js index 77bc6dd433..55e5ab2552 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-188.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-188.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-188.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test TypeError is thrown if the [[Writable]] attribute of the length property in 'O' is false and value of 'name' equals to value of the length property (15.4.5.1 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-188.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test TypeError is thrown if the [[Writable]] attribute of the length property in 'O' is false and value of 'name' equals to value of the length property (15.4.5.1 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-189.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-189.js index 9d1ec39978..571bcb50e5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-189.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-189.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-189.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test TypeError is thrown if the [[Writable]] attribute of the length property in 'O' is false and value of 'name' is greater than value of the length property (15.4.5.1 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-189.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test TypeError is thrown if the [[Writable]] attribute of the length property in 'O' is false and value of 'name' is greater than value of the length property (15.4.5.1 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-19.js index 19b3401ece..0146213e8a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-19.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 11.a.i * of [[DefineOwnProperty]] permits setting a setter (if absent). * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-19.js; - * @description: Object.defineProperty permits setting a setter (if absent) of non-configurable accessor properties(8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-19.js + * @description Object.defineProperty permits setting a setter (if absent) of non-configurable accessor properties(8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-190.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-190.js index 903d705b41..280afe529f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-190.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-190.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-190.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own data property, test TypeError is thrown on updating the configurable attribute from false to true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-190.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own data property, test TypeError is thrown on updating the configurable attribute from false to true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-191.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-191.js index a886a3df46..57e52948bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-191.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-191.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-191.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is an inherited data property, test that defining own index named property is successful (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-191.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is an inherited data property, test that defining own index named property is successful (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-192.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-192.js index b8e4a80e67..49efe7a192 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-192.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-192.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-192.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own data property that overrides an inherited data property, test TypeError is thrown on updating the [[Configurable]] attribute from false to true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-192.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own data property that overrides an inherited data property, test TypeError is thrown on updating the [[Configurable]] attribute from false to true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-193.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-193.js index f802b25575..03a7f4e818 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-193.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-193.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-193.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own data property that overrides an inherited accessor property, test TypeError is thrown when update the [[Configurable]] attribute to true and value of [[Configurable]] attribute of original is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-193.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own data property that overrides an inherited accessor property, test TypeError is thrown when update the [[Configurable]] attribute to true and value of [[Configurable]] attribute of original is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-194.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-194.js index 4bbe238358..3b1eb58d4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-194.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-194.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-194.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own accessor property, test TypeError is thrown on updating the configurable attribute from false to true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-194.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own accessor property, test TypeError is thrown on updating the configurable attribute from false to true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-195.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-195.js index cfd9ae34f5..6e7d0eecca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-195.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-195.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-195.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is an inherited accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-195.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is an inherited accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-196.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-196.js index d4fcdf6ee7..7e94f18c1a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-196.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-196.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-196.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own accessor property that overrides an inherited data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-196.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own accessor property that overrides an inherited data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-197.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-197.js index 4d27dcd628..1384b811f9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-197.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-197.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-197.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own accessor property that overrides an inherited accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-197.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is own accessor property that overrides an inherited accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-198.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-198.js index 56fca35919..d1f7738c18 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-198.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-198.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-198.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test TypeError is thrown when 'O' is not extensible (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-198.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test TypeError is thrown when 'O' is not extensible (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-199.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-199.js index fa586680a6..925fe4ec36 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-199.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-199.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-199.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test 'name' is defined as data property when 'desc' is generic descriptor (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-199.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test 'name' is defined as data property when 'desc' is generic descriptor (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-2.js index 54f76bd7cc..c486e3f6b5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-2.js @@ -23,8 +23,8 @@ * of O to define the property. For newly defined data properties, attributes * missing from desc should have values set to the defaults from 8.6.1. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-2.js; - * @description: Object.defineProperty sets missing attributes to their default values (data properties)(8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-2.js + * @description Object.defineProperty sets missing attributes to their default values (data properties)(8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-20.js index db47c9c23b..fb59844a36 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-20.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 11.a.ii * of [[DefineOwnProperty]] rejects changing the getter if present. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-20.js; - * @description: Object.defineProperty throws TypeError when changing getter (if present) of non-configurable accessor properties(8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-20.js + * @description Object.defineProperty throws TypeError when changing getter (if present) of non-configurable accessor properties(8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-200.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-200.js index b66dd0b902..018e651437 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-200.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-200.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-200.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test [[Value]] of 'name' property of 'Attributes' is set as undefined if [[Value]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-200.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test [[Value]] of 'name' property of 'Attributes' is set as undefined if [[Value]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-201.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-201.js index 1c741663ef..0ff8fc4cff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-201.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-201.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-201.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Writable]] is absent in data descriptor 'desc', test [[Writable]] attribute of property 'name' is set to false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-201.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Writable]] is absent in data descriptor 'desc', test [[Writable]] attribute of property 'name' is set to false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-202.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-202.js index dc1c4493ad..ce5ea3d289 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-202.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-202.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-202.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Enumerable]] is absent in data descriptor 'desc', test [[Enumerable]] of property 'name' is set to false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-202.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Enumerable]] is absent in data descriptor 'desc', test [[Enumerable]] of property 'name' is set to false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-203.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-203.js index bcab132f05..2901ebedc7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-203.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-203.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-203.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Configurable]] is absent in data descriptor 'desc', test [[Configurable]] of property 'name' is set to false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-203.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Configurable]] is absent in data descriptor 'desc', test [[Configurable]] of property 'name' is set to false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-204.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-204.js index e6d528a626..4d0fc796be 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-204.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-204.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-204.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'desc' is data descriptor, test updating all attribute values of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-204.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'desc' is data descriptor, test updating all attribute values of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-205.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-205.js index 4f6ad02bed..abff47fbcb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-205.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-205.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-205.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Get]] is absent in accessor descriptor 'desc', test [[Get]] attribute of property 'name' is set to undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-205.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Get]] is absent in accessor descriptor 'desc', test [[Get]] attribute of property 'name' is set to undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-206.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-206.js index 8e392c560c..60ab9e56f9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-206.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-206.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-206.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test [[Set]] of 'name' property in 'Attributes' is set as undefined if [[Set]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-206.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O', test [[Set]] of 'name' property in 'Attributes' is set as undefined if [[Set]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-207.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-207.js index c4100f87fa..84568be591 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-207.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-207.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-207.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Enumerable]] is absent in accessor descriptor 'desc', test [[Enumerable]] attribute of property 'name' is set to false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-207.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Enumerable]] is absent in accessor descriptor 'desc', test [[Enumerable]] attribute of property 'name' is set to false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-208.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-208.js index 79c5df8b8b..0b9c4f42f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-208.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-208.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-208.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Configurable]] is absent in accessor descriptor 'desc', test [[Configurable]] attribute of property 'name' is set to false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-208.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' property doesn't exist in 'O' and [[Configurable]] is absent in accessor descriptor 'desc', test [[Configurable]] attribute of property 'name' is set to false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-209.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-209.js index 4d3b977617..dd529e39f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-209.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-209.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-209.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'desc' is accessor descriptor, test updating all attribute values of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-209.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'desc' is accessor descriptor, test updating all attribute values of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-21.js index c0eab0592f..3d79f69439 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-21.js @@ -23,8 +23,8 @@ * of O to define the property. For non-configurable properties, step 11.a.ii * of [[DefineOwnProperty]] permits setting a getter if absent. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-21.js; - * @description: Object.defineProperty permits setting a getter (if absent) of non-configurable accessor properties(8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-21.js + * @description Object.defineProperty permits setting a getter (if absent) of non-configurable accessor properties(8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-210.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-210.js index 2f3656fb67..0d08a7497d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-210.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-210.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-210.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if every field in 'desc' is absent (name is data property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-210.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if every field in 'desc' is absent (name is data property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-211.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-211.js index ddfa53b233..fc73b6fdf1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-211.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-211.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-211.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if every field in 'desc' is absent(name is accessor property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-211.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if every field in 'desc' is absent(name is accessor property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-212.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-212.js index 41689fbf72..8766ea24a6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-212.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-212.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-212.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'name'(desc is data property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-212.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'name'(desc is data property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-213.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-213.js index 09aa8b9314..e197db1ab1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-213.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-213.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-213.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'name'(desc is accessor property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-213.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'name'(desc is accessor property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-214.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-214.js index 572a121520..6e4719a119 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-214.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-214.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-214.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property and its configurable and writable attributes are set to false, test TypeError is thrown when the type of the [[Value]] field of 'desc' is different from the type of the [[Value]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-214.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property and its configurable and writable attributes are set to false, test TypeError is thrown when the type of the [[Value]] field of 'desc' is different from the type of the [[Value]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-215.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-215.js index 276313befd..9bea634264 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-215.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-215.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-215.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-215.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-216.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-216.js index 7890ed8e05..8dd837e3e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-216.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-216.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-216.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are null (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-216.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are null (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-217.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-217.js index d27018be5d..7a6b54f15b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-217.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-217.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-217.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are NaN (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-217.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are NaN (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-218.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-218.js index 4a6aa478cf..36349839c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-218.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-218.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-218.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'name' is -0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-218.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'name' is -0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-219.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-219.js index 55cb06eb26..79b035ba05 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-219.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-219.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-219.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'name' is +0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-219.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'name' is +0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-22.js index c6e2d613e0..2bb11b21cf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-22.js; - * @description: Object.defineProperty - 'name' is existing own data property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-22.js + * @description Object.defineProperty - 'name' is existing own data property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-220.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-220.js index 59c2e4313d..1e5fae8521 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-220.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-220.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-220.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with same vaule (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-220.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with same vaule (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-221.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-221.js index 5fbfb2f313..4b851df291 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-221.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-221.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-221.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-221.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-222.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-222.js index 869ccd8b9b..fccc2cff33 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-222.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-222.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-222.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings which have same length and same characters in corresponding positions (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-222.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings which have same length and same characters in corresponding positions (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-223.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-223.js index 864de0e395..b2ae012389 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-223.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-223.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-223.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-223.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-224.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-224.js index 9014fb437e..4fb047e049 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-224.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-224.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-224.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-224.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-225.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-225.js index d33cabef2b..2821187961 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-225.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-225.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-225.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-225.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-226.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-226.js index 52d4d3928b..b121aba8a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-226.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-226.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-226.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-226.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-227.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-227.js index 57ee545abe..ad3cd64959 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-227.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-227.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-227.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to two different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-227.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, test TypeError is thrown when the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to two different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-228.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-228.js index a06cfd586b..b80accff54 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-228.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-228.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-228.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Writable]] field of 'desc' and the [[Writable]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-228.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Writable]] field of 'desc' and the [[Writable]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-229.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-229.js index e9e2b3682a..a200c4d5fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-229.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-229.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-229.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Writable]] field of 'desc' and the [[Writable]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-229.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Writable]] field of 'desc' and the [[Writable]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-23.js index 0e306f5ca0..446718a5da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-23.js; - * @description: Object.defineProperty - 'name' is existing an inherited data property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-23.js + * @description Object.defineProperty - 'name' is existing an inherited data property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-230.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-230.js index 3840872e2c..d5eba1d8c8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-230.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-230.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-230.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-230.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-231.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-231.js index b3abe872c4..7b1d135c0d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-231.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-231.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-231.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-231.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-232.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-232.js index 30cf0f5551..74e707aa85 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-232.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-232.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-232.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-232.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-233.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-233.js index a69d715031..ab62b6cfd5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-233.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-233.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-233.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-233.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-234.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-234.js index 5450968397..ed9348b09f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-234.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-234.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-234.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Enumerable]] field of 'desc' and the [[Enumerable]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-234.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Enumerable]] field of 'desc' and the [[Enumerable]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-235.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-235.js index e43fea2dfb..392ed8d1b2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-235.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-235.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-235.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Enumerable]] field of 'desc' and the [[Enumerable]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-235.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Enumerable]] field of 'desc' and the [[Enumerable]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-236.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-236.js index 749542fa98..da1ca19c40 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-236.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-236.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-236.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Configurable]] field of 'desc' and the [[Configurable]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-236.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Configurable]] field of 'desc' and the [[Configurable]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-237.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-237.js index 71ccb1989f..07d2f94dc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-237.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-237.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-237.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Configurable]] field of 'desc' and the [[Configurable]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-237.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index property, the [[Configurable]] field of 'desc' and the [[Configurable]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-238.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-238.js index 4becacafbd..ef996a0841 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-238.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-238.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-238.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if the [[Configurable]] attribute value of 'name' is false and the [[Configurable]] field of 'desc' is true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-238.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if the [[Configurable]] attribute value of 'name' is false and the [[Configurable]] field of 'desc' is true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-239.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-239.js index b518e8621b..7c5a137c72 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-239.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-239.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-239.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if the [[Configurable]] attribute value of 'name' is false, and [[Enumerable]] of 'desc' is present and its value is different from the [[Enumerable]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-239.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if the [[Configurable]] attribute value of 'name' is false, and [[Enumerable]] of 'desc' is present and its value is different from the [[Enumerable]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-24.js index b654a3a8d5..f598460dd9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-24.js; - * @description: Object.defineProperty - 'name' is own data property that overrides an inherited data property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-24.js + * @description Object.defineProperty - 'name' is own data property that overrides an inherited data property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-240.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-240.js index 3dd9642b25..80a0c39a81 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-240.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-240.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-240.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if 'name' is accessor property, and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-240.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if 'name' is accessor property, and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-241.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-241.js index 05abfb04b5..5a5228beb1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-241.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-241.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-241.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if 'name' is data property, and'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-241.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, TypeError is thrown if 'name' is data property, and'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242-1.js index 3b012ebb28..bc7df30547 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242-1.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is true, test 'name' is updated successfully (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242-1.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is true, test 'name' is updated successfully (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242.js index 4be634a6a2..54ee5b7166 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is true, test 'name' is converted from data property to accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-242.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is true, test 'name' is converted from data property to accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243-1.js index 3bfae8e4ca..9c46e13ea7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243-1.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and assignment to the accessor property, fails to convert accessor property from accessor property to data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243-1.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and assignment to the accessor property, fails to convert accessor property from accessor property to data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243.js index 99afe090f3..d899085a19 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is true, test 'name' is converted from accessor property to data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-243.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is true, test 'name' is converted from accessor property to data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-244.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-244.js index dd9d00403a..2d2f085c7d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-244.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-244.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-244.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false and the [[Writable]] field of 'desc' is true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-244.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false and the [[Writable]] field of 'desc' is true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-245.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-245.js index b94859b6e5..c101c6b7f9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-245.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-245.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-245.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the type of the [[Value]] field of 'desc' is different from the type of the [[Value]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-245.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the type of the [[Value]] field of 'desc' is different from the type of the [[Value]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-246.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-246.js index 19e1d37a74..e3f70f8eb5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-246.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-246.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-246.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'name' is -0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-246.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'name' is -0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-247.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-247.js index db6f3de06e..ab6aa28922 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-247.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-247.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-247.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'name' is +0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-247.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'name' is +0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-248.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-248.js index 50c290a0e4..d6a69b5b1f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-248.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-248.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-248.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with different vaules (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-248.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with different vaules (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-249.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-249.js index ddf0af61b8..d8daabb899 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-249.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-249.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-249.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-249.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-25.js index 239237bfa3..9b67a18d93 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-25.js; - * @description: Object.defineProperty - 'data' is own data property that overrides an inherited accessor property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-25.js + * @description Object.defineProperty - 'data' is own data property that overrides an inherited accessor property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-250.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-250.js index 5d4449fce6..2052a96cb1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-250.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-250.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-250.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-250.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-251.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-251.js index 231ec35799..c39a32d81a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-251.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-251.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-251.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-251.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Writable]] attribute value of 'name' is false, and the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-252.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-252.js index 8fff5ff442..2c86521d09 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-252.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-252.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-252.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-252.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-253.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-253.js index 244e731e38..7cff81be77 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-253.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-253.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-253.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' is an object and the [[Set]] attribute value of 'name' is undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-253.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' is an object and the [[Set]] attribute value of 'name' is undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-254.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-254.js index 4ccd189379..5f6ccb3460 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-254.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-254.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-254.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is not thrown if the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-254.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is not thrown if the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'name' are undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-255.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-255.js index a999af6bd9..2dd0a59435 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-255.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-255.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-255.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-255.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-256.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-256.js index 2e46fe6027..1ddbf74253 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-256.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-256.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-256.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' is an object and the [[Get]] attribute value of 'name' is undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-256.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' is an object and the [[Get]] attribute value of 'name' is undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-257.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-257.js index 79f9b14280..38a12906e9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-257.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-257.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-257.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is not thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-257.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, 'name' is accessor property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'name' is false, test TypeError is not thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'name' are undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-258.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-258.js index e53688c49e..de68cb2573 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-258.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-258.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-258.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Value]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-258.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Value]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-259.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-259.js index 0ad9303302..92faf25278 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-259.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-259.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-259.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'name' as undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-259.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'name' as undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-26.js index e74283bf4a..19312d8f8c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-26.js; - * @description: Object.defineProperty - 'name' is own accessor property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-26.js + * @description Object.defineProperty - 'name' is own accessor property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-260.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-260.js index 3c89b1f30c..04d63789d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-260.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-260.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-260.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'name' from undefined to number (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-260.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'name' from undefined to number (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-261.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-261.js index ca5a56506b..0b8d1a51b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-261.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-261.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-261.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Writable]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-261.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Writable]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-262.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-262.js index 23ea8a9e5c..b50c78edfa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-262.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-262.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-262.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Enumerable]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-262.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Enumerable]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-263.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-263.js index 356320cc37..5e40bcc221 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-263.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-263.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-263.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Configurable]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-263.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating the [[Configurable]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-264.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-264.js index 4b77bda2d4..4f5f45f148 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-264.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-264.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-264.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-264.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is data property and 'desc' is data descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-265.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-265.js index 476bac21cc..4e3a0d421e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-265.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-265.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-265.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-265.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-266.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-266.js index 3cd7204d09..6876684b21 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-266.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-266.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-266.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test setting the [[Get]] attribute value of 'name' as undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-266.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test setting the [[Get]] attribute value of 'name' as undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-267.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-267.js index ee02a4686b..117cb75cb9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-267.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-267.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-267.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'name' from undefined to function object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-267.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'name' from undefined to function object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-268.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-268.js index 4835a244b8..f22dca228a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-268.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-268.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-268.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-268.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-269.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-269.js index d276b31131..1423015058 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-269.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-269.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-269.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test setting the [[Set]] attribute value of 'name' as undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-269.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test setting the [[Set]] attribute value of 'name' as undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-27.js index 5909506811..4eceaefa1b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-27.js; - * @description: Object.defineProperty - 'name' is an inherited accessor property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-27.js + * @description Object.defineProperty - 'name' is an inherited accessor property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-270.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-270.js index 3fd3f60bfa..5863b8bba2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-270.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-270.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-270.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'name' from undefined to function object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-270.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'name' from undefined to function object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-271.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-271.js index b7ca1408a6..32972379e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-271.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-271.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-271.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Enumerable]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-271.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Enumerable]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-272.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-272.js index eacf3d83b0..9c48d3f8ca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-272.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-272.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-272.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Configurable]] attribute value of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-272.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating the [[Configurable]] attribute value of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-273.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-273.js index f631ecccb2..98016f3a1e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-273.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-273.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-273.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-273.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, name is accessor property and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-274.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-274.js index bcbd1a149e..9a045be213 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-274.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-274.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-274.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test the length property of 'O' is not changed if ToUint32('name') is less than value of the length property in 'O' (15.4.5.1 step 4.e); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-274.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test the length property of 'O' is not changed if ToUint32('name') is less than value of the length property in 'O' (15.4.5.1 step 4.e) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-275.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-275.js index 80adf52fb5..1d67b6a09c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-275.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-275.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-275.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test the length property of 'O' is set as ToUint32('name') + 1 if ToUint32('name') equals to value of the length property in 'O' (15.4.5.1 step 4.e.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-275.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test the length property of 'O' is set as ToUint32('name') + 1 if ToUint32('name') equals to value of the length property in 'O' (15.4.5.1 step 4.e.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-276.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-276.js index ce851bee2e..6e483e7d54 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-276.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-276.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-276.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test the length property of 'O' is set as ToUint32('name') + 1 if ToUint32('name') is greater than value of the length property in 'O' (15.4.5.1 step 4.e.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-276.js + * @description Object.defineProperty - 'O' is an Array, 'name' is an array index named property, test the length property of 'O' is set as ToUint32('name') + 1 if ToUint32('name') is greater than value of the length property in 'O' (15.4.5.1 step 4.e.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-277.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-277.js index d5760ff101..b7dc4e1157 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-277.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-277.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-277.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic property that won't exist on 'O', and 'desc' is data descriptor, test 'name' is defined in 'O' with all correct attribute values (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-277.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic property that won't exist on 'O', and 'desc' is data descriptor, test 'name' is defined in 'O' with all correct attribute values (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-278.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-278.js index 5d4b3ad90f..bc9f345ba8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-278.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-278.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-278.js; - * @description: Object.defineProperty - 'name' is generic property that won't exist on 'O', and 'desc' is accessor descriptor, test 'name' is defined in 'O' with all correct attribute values (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-278.js + * @description Object.defineProperty - 'name' is generic property that won't exist on 'O', and 'desc' is accessor descriptor, test 'name' is defined in 'O' with all correct attribute values (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-279.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-279.js index f20fe09516..ac1d4d6214 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-279.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-279.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-279.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-279.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-28.js index 8f3c965dcc..eed214031c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-28.js; - * @description: Object.defineProperty - 'name' is own accessor property that overrides an inherited data property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-28.js + * @description Object.defineProperty - 'name' is own accessor property that overrides an inherited data property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-280.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-280.js index 2cb0020283..49f6599937 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-280.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-280.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-280.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-280.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-281.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-281.js index eb59669349..4c9a46ed04 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-281.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-281.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-281.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-281.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-282.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-282.js index 5e8b586ef2..d1dc839d56 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-282.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-282.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-282.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-282.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-283.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-283.js index 4cd7acd8bf..dbf344f8c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-283.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-283.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-283.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-283.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-284.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-284.js index f0b837eb5d..f8dc22a861 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-284.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-284.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-284.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-284.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-285.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-285.js index e06f350093..d13fd2d96e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-285.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-285.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-285.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-285.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-286.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-286.js index 44d6a6a7fa..cd983f1a0a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-286.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-286.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-286.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test TypeError is thrown when updating the [[Set]] attribute value of 'name' (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-286.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test TypeError is thrown when updating the [[Set]] attribute value of 'name' (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-287.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-287.js index 7722d97006..af1f6712b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-287.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-287.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-287.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-287.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-288.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-288.js index c18856628a..83df88109e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-288.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-288.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-288.js; - * @description: Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-288.js + * @description Object.defineProperty - 'O' is an Array, 'name' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289-1.js index 7cc8269dcb..a240bd4ea3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own property which is defined in both [[ParameterMap]] of 'O' and 'O', and is deleted afterwards, and 'desc' is data descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own property which is defined in both [[ParameterMap]] of 'O' and 'O', and is deleted afterwards, and 'desc' is data descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { delete arguments[0]; Object.defineProperty(arguments, "0", { value: 10, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289.js index 5d79927991..65ac5b5746 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own property of 'O', and is deleted afterwards, and 'desc' is data descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-289.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own property of 'O', and is deleted afterwards, and 'desc' is data descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { delete arguments[0]; Object.defineProperty(arguments, "0", { value: 10, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-29.js index 606947ab55..a728609e1b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-29.js; - * @description: Object.defineProperty - 'name' is own accessor property that overrides an inherited accessor property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-29.js + * @description Object.defineProperty - 'name' is own accessor property that overrides an inherited accessor property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290-1.js index 0395cc77e5..ce97111514 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own property which is defined in both [[ParameterMap]] of 'O' and 'O', is deleted afterwards, and 'desc' is accessor descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own property which is defined in both [[ParameterMap]] of 'O' and 'O', is deleted afterwards, and 'desc' is accessor descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { delete arguments[0]; function getFunc() { return 10; diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290.js index d3799b55ed..d786ed06e6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own property of 'O', and is deleted afterwards, and 'desc' is accessor descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-290.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own property of 'O', and is deleted afterwards, and 'desc' is accessor descriptor, test 'name' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { delete arguments[0]; function getFunc() { return 10; diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291-1.js index c25ca15a00..ca1a7cc46f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3 and 5.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3 and 5.a.i) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function getFunc1() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291.js index bd0616321a..a1ba105b92 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-291.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { function getFunc1() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292-1.js index f0cfb27162..9bac25a803 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3 and 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3 and 5.b) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "0", { value: 20, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292.js index ef3e3f5808..23b69890f5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-292.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 20, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-1.js index ba48fd69a5..db3305358b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is not thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and configurable (10.6 [[DefineOwnProperty]] step 3 and 5b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-1.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is not thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and configurable (10.6 [[DefineOwnProperty]] step 3 and 5b) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 10, writable: false diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-2.js index 33d831b41a..692619efad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-2.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-2.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is defined as unwritable and non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-2.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is defined as unwritable and non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-3.js index de1a8bace0..1564178e07 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-3.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-3.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is not thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and configurable (10.6 [[DefineOwnProperty]] step 3 and step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293-3.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is not thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and configurable (10.6 [[DefineOwnProperty]] step 3 and step 5.b) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293.js index a36337d42b..d44c99ed11 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and non-configurable (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-293.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is defined as non-writable and non-configurable (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294-1.js index ff127e8d5d..87a047296f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and 5b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and 5b) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294.js index 7df6e2b9f6..76e799ba68 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-294.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295-1.js index 8297d0ba42..62b0976a0b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295.js index 8d703df74e..0331b612ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-295.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296-1.js index 2d9d4efa7b..a240cf0fc1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5b) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296.js index a7a21ae1a6..5d3eecbb4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-296.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 10, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297-1.js index b1fb24fd82..5ab3a39009 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5a) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function getFunc1() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297.js index 2a4f4ea53c..b45d94f853 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-297.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc1() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298-1.js index c30ec09b20..fb92603a6e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] steps 4 and 5a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] steps 4 and 5a) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function getFunc() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298.js index 03590a5d93..d3b7a40baa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-298.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299-1.js index e79ff4ebdb..43c2f31c13 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] steps 4 and 5a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] steps 4 and 5a) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function getFunc() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299.js index b0db4871ef..47c2bff1de 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-299.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-3.js index 92bcddf17b..7abd01d085 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-3.js @@ -23,8 +23,8 @@ * of O to define the property. For newly defined accessor properties, attributes * missing from desc should have values set to the defaults from 8.6.1. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-3.js; - * @description: Object.defineProperty sets missing attributes to their default values (accessor)(8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-3.js + * @description Object.defineProperty sets missing attributes to their default values (accessor)(8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-30.js index 341a223aef..d6c6cf8c13 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-30.js; - * @description: Object.defineProperty - 'name' is own accessor property without a get function (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-30.js + * @description Object.defineProperty - 'name' is own accessor property without a get function (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300-1.js index bb022017ac..d636844d7c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5a) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function getFunc() { return 0; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300.js index 8c0bb0287d..b745aa3091 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-300.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301-1.js index 76f21149f7..d06b509f14 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is an index named property of 'O', and 'desc' is data descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is an index named property of 'O', and 'desc' is data descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { delete arguments[0]; Object.defineProperty(arguments, "0", { value: 10, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301.js index 6063c13cd6..11c9699974 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an array index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-301.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an array index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { delete arguments[0]; Object.defineProperty(arguments, "0", { value: 10, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302-1.js index ddfe25238c..3467d79fbb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is an index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3 and step 5a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is an index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3 and step 5a) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { delete arguments[0]; function getFunc() { return 10; diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302.js index bce8a180a3..a44be514e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-302.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test 'name' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { delete arguments[0]; function getFunc() { return 10; diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-303.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-303.js index 2e33827495..03edce5d04 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-303.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-303.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-303.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-303.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { function getFunc1() { return 10; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-304.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-304.js index ae6cf55e60..1899b1b7dc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-304.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-304.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-304.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-304.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 20, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-305.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-305.js index 969242fe62..03b34cd8f7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-305.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-305.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-305.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-305.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'name' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 0, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-306.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-306.js index 53692e1d3d..de2cb408cc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-306.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-306.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-306.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-306.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 0, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-307.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-307.js index 33da7539ba..7d2cc6356a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-307.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-307.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-307.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-307.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 0, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-308.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-308.js index 33d4fd7e93..ba97d57a6d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-308.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-308.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-308.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-308.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "0", { value: 0, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-309.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-309.js index f871e7e21f..f54868ae21 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-309.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-309.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-309.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-309.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc1() { return 0; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-31.js index 4edd39170f..6ec3aef4ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-31.js; - * @description: Object.defineProperty - 'name' is own accessor property without a get function that overrides an inherited accessor property(8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-31.js + * @description Object.defineProperty - 'name' is own accessor property without a get function that overrides an inherited accessor property(8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-310.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-310.js index d483198b63..d5c6b1dbb7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-310.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-310.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-310.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-310.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return 0; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-311.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-311.js index 94673c0a1a..b05de29beb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-311.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-311.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-311.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-311.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return 0; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-312.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-312.js index b989553e95..3077121f08 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-312.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-312.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-312.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-312.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is an index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return 0; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313-1.js index baafa366f3..4998c1cf85 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own property, and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own property, and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "genericProperty", { value: 1001, writable: true, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313.js index f93f87c7de..1879b12e51 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is generic property, and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-313.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is generic property, and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "genericProperty", { value: 1001, writable: true, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314-1.js index 16d65a5134..8222feab76 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function getFunc() { return "getFunctionString"; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314.js index 269a0f3d11..0fe5e60c6c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is generic property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-314.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is generic property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return "getFunctionString"; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315-1.js index da6fcaa265..797c01745e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "genericProperty", { get: function () { return 1001; diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315.js index 141c6e27dc..f981afe62b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-315.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "genericProperty", { get: function () { return 1001; diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316-1.js index 3bd8254f47..3260b8b770 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "genericProperty", { value: 1001, writable: true, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316.js index 1cf269b367..6588cf662c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-316.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "genericProperty", { value: 1001, writable: true, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317-1.js index a2cba2e9ce..df9077293d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "genericProperty", { value: 1001, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317.js index 7c6b5fd1ce..9e86d41832 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-317.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "genericProperty", { value: 1001, writable: false, diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318-1.js index 8be46c04c8..7346c2c250 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'name' is own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "genericProperty", { writable: false, configurable: false diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318.js index 8c8ef66b06..9a0bcd6b1c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-318.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'name' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "genericProperty", { writable: false, configurable: false diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319-1.js index 6d8d480c34..d153d0b4f6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "genericProperty", { enumerable: true, configurable: false diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319.js index b97a35db65..fb5e70fac7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-319.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "genericProperty", { enumerable: true, configurable: false diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-32.js index 04ddab1611..712595982b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-32.js; - * @description: Object.defineProperty - 'name' is an inherited accessor property without a get function (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-32.js + * @description Object.defineProperty - 'name' is an inherited accessor property without a get function (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320-1.js index 27e165ec31..3615100334 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { Object.defineProperty(arguments, "genericProperty", { configurable: false }); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320.js index a90b8cbd3c..dae0eba363 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-320.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { Object.defineProperty(arguments, "genericProperty", { configurable: false }); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321-1.js index 2045d5df8a..95736ac3aa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function getFunc() { return "genericPropertyString"; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321.js index 6b4e03f15a..9fd2c02bbe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-321.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function getFunc() { return "genericPropertyString"; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322-1.js index 92a5c1ea98..923b530352 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function setFunc(value) { this.genericPropertyString = value; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322.js index dee92b54de..ad06204cef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-322.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function setFunc(value) { this.genericPropertyString = value; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323-1.js index b4f4293765..fc91545898 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323-1.js; - * @description: Object.defineProperty - ''O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323-1.js + * @description Object.defineProperty - ''O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function setFunc(value) { this.genericPropertyString = value; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323.js index bd6617b381..3252a4a2c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323.js; - * @description: Object.defineProperty - ''O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-323.js + * @description Object.defineProperty - ''O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function setFunc(value) { this.genericPropertyString = value; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324-1.js index e3826678e2..924ea04c33 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324-1.js + * @description Object.defineProperty - 'O' is an Arguments object of a function that has formal parameters, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function (a, b, c) { +assertTruthy((function (a, b, c) { function setFunc(value) { this.genericPropertyString = value; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324.js index 47619713d1..6ab7c0e3f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-324.js + * @description Object.defineProperty - 'O' is an Arguments object, 'P' is own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ -assertTrue((function () { +assertTruthy((function () { function setFunc(value) { this.genericPropertyString = value; } diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325-1.js index 7a2252936a..802764b8a4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325-1.js; - * @description: Object.defineProperty - 'O' is an Arguments object which created with function take formal parameters, 'name' is own property of [[ParameterMap]] of 'O', test 'name' is deleted if 'name' is configurable and 'desc' is accessor descriptor (10.6 [[DefineOwnProperty]] step 5.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325-1.js + * @description Object.defineProperty - 'O' is an Arguments object which created with function take formal parameters, 'name' is own property of [[ParameterMap]] of 'O', test 'name' is deleted if 'name' is configurable and 'desc' is accessor descriptor (10.6 [[DefineOwnProperty]] step 5.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325.js index a33156d4e6..a1f6841e44 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325.js; - * @description: Object.defineProperty - 'O' is an Arguments object, 'name' is own property of [[ParameterMap]] of 'O', test 'name' is deleted if 'name' is configurable and 'desc' is accessor descriptor (10.6 [[DefineOwnProperty]] step 5.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-325.js + * @description Object.defineProperty - 'O' is an Arguments object, 'name' is own property of [[ParameterMap]] of 'O', test 'name' is deleted if 'name' is configurable and 'desc' is accessor descriptor (10.6 [[DefineOwnProperty]] step 5.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-326.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-326.js index 13a8f5ac98..cb44e63e55 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-326.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-326.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-326.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) is writable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-326.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) is writable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-327.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-327.js index 71a1d8e11c..6c1af9e7ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-327.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-327.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-327.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-327.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-328.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-328.js index ea2312e81d..8b05fcf29d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-328.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-328.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-328.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-328.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-329.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-329.js index 3866022d94..fe40a24c9e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-329.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-329.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-329.js; - * @description: ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-329.js + * @description ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-33.js index 23dc61dc2c..2e205708a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-33.js; - * @description: Object.defineProperty - 'O' is a Function object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-33.js + * @description Object.defineProperty - 'O' is a Function object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-330.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-330.js index fee7eef047..133a22f92d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-330.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-330.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-330.js; - * @description: ES5 Attributes - success to update [[enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-330.js + * @description ES5 Attributes - success to update [[enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-331.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-331.js index 4f9d90149f..18724d4329 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-331.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-331.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-331.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-331.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-332.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-332.js index e512002da7..4abdf4aa17 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-332.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-332.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-332.js; - * @description: ES5 Attributes - success to update the data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-332.js + * @description ES5 Attributes - success to update the data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is true) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-1.js index b3bca5aba2..228d5eb84a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-1.js; - * @description: Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Object object (8.12.9 - step 10); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-1.js + * @description Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Object object (8.12.9 - step 10) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-10.js index 2594c46e91..da2089511a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-10.js; - * @description: ES5 Attributes - indexed data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false is writable using simple assignment, 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-10.js + * @description ES5 Attributes - indexed data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false is writable using simple assignment, 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-11.js index 45ac1ce323..1043da4016 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-11.js; - * @description: ES5 Attributes - indexed property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false is writable using simple assignment, 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-11.js + * @description ES5 Attributes - indexed property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false is writable using simple assignment, 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-2.js index 1f965af75a..b233848a89 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-2.js; - * @description: Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'A' is an Array object (8.12.9 - step 10); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-2.js + * @description Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'A' is an Array object (8.12.9 - step 10) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-3.js index f1214d539c..89e0d8a50a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-3.js; - * @description: Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Arguments object (8.12.9 - step 10); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-3.js + * @description Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Arguments object (8.12.9 - step 10) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-4.js index 72cd09fd4a..681834f209 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-4.js; - * @description: Indexed property 'P' with attributes [[Writable]]: true, [[Enumerable]]:true, [[Configurable]]:false is writable using simple assignment, 'A' is an Array Object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-4.js + * @description Indexed property 'P' with attributes [[Writable]]: true, [[Enumerable]]:true, [[Configurable]]:false is writable using simple assignment, 'A' is an Array Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-5.js index 73d9450677..7ec3b54283 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-5.js; - * @description: ES5 Attributes - named data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false is writable using simple assignment, 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-5.js + * @description ES5 Attributes - named data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false is writable using simple assignment, 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-6.js index f1c4e6e19a..e93107b9e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-6.js; - * @description: Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Object object (8.12.9 - step 10); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-6.js + * @description Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Object object (8.12.9 - step 10) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-7.js index 2e99fc65e4..537e144f5a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-7.js; - * @description: Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'A' is an Array object (8.12.9 - step 10); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-7.js + * @description Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'A' is an Array object (8.12.9 - step 10) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-8.js index 62c047e0b5..09cf5884d8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-8.js; - * @description: Object.defineProperty will update [[Value]] attribute of indexed property 'P'successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Arguments object (8.12.9 - step 10); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-8.js + * @description Object.defineProperty will update [[Value]] attribute of indexed property 'P'successfully when [[Configurable]] attribute is false, [[Writable]] attribute is true and 'O' is an Arguments object (8.12.9 - step 10) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-9.js index ce23524db2..0abd93ba8c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-9.js; - * @description: Object.defineProperty - Named property 'P' with attributes [[Writable]]: true, [[Enumerable]]:true, [[Configurable]]:false is writable using simple assignment, 'A' is an Array Object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333-9.js + * @description Object.defineProperty - Named property 'P' with attributes [[Writable]]: true, [[Enumerable]]:true, [[Configurable]]:false is writable using simple assignment, 'A' is an Array Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333.js index 78dedec8e4..7f726a7bfb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) is writable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-333.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) is writable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-334.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-334.js index 06087b0f35..dd00164059 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-334.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-334.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-334.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-334.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-335.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-335.js index f24df04c02..1732d54c11 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-335.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-335.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-335.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-335.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-336.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-336.js index 26f08214cc..67d7ae534f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-336.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-336.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-336.js; - * @description: ES5 Attributes - Success to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-336.js + * @description ES5 Attributes - Success to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-337.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-337.js index e074ecbc11..0f894020f1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-337.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-337.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-337.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-337.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-338.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-338.js index 723572d499..0b30bd43a5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-338.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-338.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-338.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-338.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-1.js index f451dda43b..9778981073 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-1.js; - * @description: Object.defineProperty - Updating indexed data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'A' is an Array object (8.12.9 - step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-1.js + * @description Object.defineProperty - Updating indexed data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'A' is an Array object (8.12.9 - step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-2.js index d49cf7ec68..2663a90f1e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-2.js; - * @description: Object.defineProperty - Updating named data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'O' is an Arguments object (8.12.9 - step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-2.js + * @description Object.defineProperty - Updating named data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'O' is an Arguments object (8.12.9 - step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-3.js index 8a02e61021..41ac64202b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-3.js; - * @description: Object.defineProperty - Updating named data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'A' is an Array object (8.12.9 - step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-3.js + * @description Object.defineProperty - Updating named data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'A' is an Array object (8.12.9 - step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-4.js index 78e32ad98e..f0cddf0425 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-4.js; - * @description: Object.defineProperty - Updating indexed data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'O' is an Arguments object (8.12.9 - step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339-4.js + * @description Object.defineProperty - Updating indexed data property 'P' with attributes [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: false to an accessor property does not succeed, 'O' is an Arguments object (8.12.9 - step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339.js index 1fc0ecc70b..ad0813049e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339.js; - * @description: ES5 Attributes - fail to update the data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-339.js + * @description ES5 Attributes - fail to update the data property ([[Writable]] is true, [[Enumerable]] is true, [[Configurable]] is false) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-34.js index 6cdf3d5b8f..8ab133a1dc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-34.js; - * @description: Object.defineProperty - 'O' is an Array object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-34.js + * @description Object.defineProperty - 'O' is an Array object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-340.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-340.js index 7028b119b5..19d9f6e532 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-340.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-340.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-340.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) is writable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-340.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) is writable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-341.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-341.js index afb04fda51..f8a031f8bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-341.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-341.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-341.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-341.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-342.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-342.js index 2d04e917bd..9f23cd1ee9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-342.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-342.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-342.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-342.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-343.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-343.js index fbf4d5ea40..66aa8c6117 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-343.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-343.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-343.js; - * @description: ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-343.js + * @description ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-344.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-344.js index 627a99f8d4..825c4a493e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-344.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-344.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-344.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-344.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-345.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-345.js index 13277393da..83b3dfdaae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-345.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-345.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-345.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-345.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-346.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-346.js index 702a0dde79..fd1edce547 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-346.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-346.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-346.js; - * @description: ES5 Attributes - success to update the data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-346.js + * @description ES5 Attributes - success to update the data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is true) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-347.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-347.js index 1c8c3404d6..eb993f1805 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-347.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-347.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-347.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) is writable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-347.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) is writable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-348.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-348.js index 161d7606a7..3bef3f8c0c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-348.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-348.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-348.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-348.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-349.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-349.js index e49a26db23..48c362942d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-349.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-349.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-349.js; - * @description: ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-349.js + * @description ES5 Attributes - property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-35.js index 3243b4e8c0..c84e4441a8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-35.js; - * @description: Object.defineProperty - 'O' is a String object which implements its own [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-35.js + * @description Object.defineProperty - 'O' is a String object which implements its own [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-350.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-350.js index a267d17aae..6f1cf83ed6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-350.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-350.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-350.js; - * @description: ES5 Attributes - fail to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-350.js + * @description ES5 Attributes - fail to update [[Writable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-351.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-351.js index 612dc9df47..e4473ae4a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-351.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-351.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-351.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-351.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-352.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-352.js index fe07ed94a4..683b4444f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-352.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-352.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-352.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-352.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-353.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-353.js index 9f5d3ee960..1088ef3cd2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-353.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-353.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-353.js; - * @description: ES5 Attributes - fail to update the data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-353.js + * @description ES5 Attributes - fail to update the data property ([[Writable]] is true, [[Enumerable]] is false, [[Configurable]] is false) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-1.js index 421ea10880..81327939ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-1.js; - * @description: Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Object object (8.12.9 step - Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-1.js + * @description Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Object object (8.12.9 step - Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-10.js index 01196a2fed..2c2e4fccf7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-10.js; - * @description: Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Object object (8.12.9 step - Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-10.js + * @description Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Object object (8.12.9 step - Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-11.js index 80447352c2..4aad65021b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-11.js; - * @description: Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'A' is an Array object (8.12.9 step - Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-11.js + * @description Object.defineProperty will update [[Value]] attribute of named property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'A' is an Array object (8.12.9 step - Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-12.js index d9120383cf..371d4c1cc4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-12.js; - * @description: Object.defineProperty will update [[Value]] attribute of indexed property successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Arguments object (8.12.9 - step Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-12.js + * @description Object.defineProperty will update [[Value]] attribute of indexed property successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Arguments object (8.12.9 - step Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-13.js index 46c34e4cb5..024ae99bbc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-13.js; - * @description: Object.defineProperty will update [[Value]] attribute of indexed property successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is the global object (8.12.9 - step Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-13.js + * @description Object.defineProperty will update [[Value]] attribute of indexed property successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is the global object (8.12.9 - step Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-15.js index 06065465bd..5cbae802d8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-15.js; - * @description: Object.defineProperty - Named property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true is non-writable using simple assignment, 'A' is an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-15.js + * @description Object.defineProperty - Named property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true is non-writable using simple assignment, 'A' is an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-16.js index 89d884f118..dcfd02e7c5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-16.js; - * @description: ES5 Attributes - property 'P' is an indexed data property with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]] : true) is non-writable using simple assignment, 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-16.js + * @description ES5 Attributes - property 'P' is an indexed data property with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]] : true) is non-writable using simple assignment, 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-2.js index 860434307f..c9cb9e943b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-2.js; - * @description: Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'A' is an Array object (8.12.9 step - Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-2.js + * @description Object.defineProperty will update [[Value]] attribute of indexed property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'A' is an Array object (8.12.9 step - Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-3.js index 4a135647fb..87affc1153 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-3.js; - * @description: Object.defineProperty will update [[Value]] attribute successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Arguments object (8.12.9 - step Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-3.js + * @description Object.defineProperty will update [[Value]] attribute successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is an Arguments object (8.12.9 - step Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-4.js index 74b632f791..00c88e0858 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-4.js; - * @description: Object.defineProperty will update [[Value]] attribute successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is the global object (8.12.9 - step Note); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-4.js + * @description Object.defineProperty will update [[Value]] attribute successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false, 'O' is the global object (8.12.9 - step Note) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-6.js index 63a22dfbe5..c7e3ff4dd8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-6.js; - * @description: Object.defineProperty - Indexed property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true is non-writable using simple assignment, 'A' is an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-6.js + * @description Object.defineProperty - Indexed property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true is non-writable using simple assignment, 'A' is an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-7.js index 5c99b4fbd8..533e916045 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-7.js; - * @description: ES5 Attributes - property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]] : true) is non-writable using simple assignment, 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-7.js + * @description ES5 Attributes - property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]] : true) is non-writable using simple assignment, 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-8.js index 8a83d8c9a7..173c9d07ca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-8.js; - * @description: ES5 Attributes - property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true is non-writable using simple assignment, 'O' is the global object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354-8.js + * @description ES5 Attributes - property 'P' with attributes [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true is non-writable using simple assignment, 'O' is the global object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354.js index 76a76c9c51..72683cdd51 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) is unwritable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-354.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) is unwritable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-355.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-355.js index 88c40ce11e..2549d5b8a3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-355.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-355.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-355.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-355.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-356.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-356.js index fdbc9087d6..d06c7d8dda 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-356.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-356.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-356.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-356.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-357.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-357.js index 998f8f8a04..24788751e6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-357.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-357.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-357.js; - * @description: ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-357.js + * @description ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-358.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-358.js index 21a28b04a2..7ae5503ed9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-358.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-358.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-358.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-358.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-359.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-359.js index 8b0a50e51a..313fb197c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-359.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-359.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-359.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-359.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-36.js index df9759139f..d761e4d87b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-36.js; - * @description: Object.defineProperty - 'O' is a Boolean object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-36.js + * @description Object.defineProperty - 'O' is a Boolean object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-1.js index b0e2d43af8..fbd1a41198 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-1.js; - * @description: ES5 Attributes - Updating indexed data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'A' is an Array object (8.12.9 - step 9.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-1.js + * @description ES5 Attributes - Updating indexed data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'A' is an Array object (8.12.9 - step 9.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-2.js index be322083cf..6c705b57e6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-2.js; - * @description: ES5 Attributes - Updating data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is an Arguments object (8.12.9 - step 9.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-2.js + * @description ES5 Attributes - Updating data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is an Arguments object (8.12.9 - step 9.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-3.js index a409aaf600..0715e088cc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-3.js; - * @description: ES5 Attributes - Updating data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is the global object (8.12.9 - step 9.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-3.js + * @description ES5 Attributes - Updating data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is the global object (8.12.9 - step 9.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-5.js index ebb4483d76..2e82d9b4aa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-5.js; - * @description: ES5 Attributes - Updating named data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'A' is an Array object (8.12.9 - step 9.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-5.js + * @description ES5 Attributes - Updating named data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'A' is an Array object (8.12.9 - step 9.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-6.js index dd02c3e9f5..8b011ae5a4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-6.js; - * @description: ES5 Attributes - Updating indexed data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is an Arguments object (8.12.9 - step 9.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-6.js + * @description ES5 Attributes - Updating indexed data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is an Arguments object (8.12.9 - step 9.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-7.js index c95602d20f..deb5db7816 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-7.js; - * @description: ES5 Attributes - Updating indexed data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is the global object (8.12.9 - step 9.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360-7.js + * @description ES5 Attributes - Updating indexed data property 'P' whose attributes are [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an accessor property, 'O' is the global object (8.12.9 - step 9.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360.js index ad26b3415a..bee4d95d07 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360.js; - * @description: ES5 Attributes - success to update the data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-360.js + * @description ES5 Attributes - success to update the data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is true) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-361.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-361.js index 4a96aff8ac..2f452140b5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-361.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-361.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-361.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) is unwritable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-361.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) is unwritable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-362.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-362.js index 0d76171f0f..2a219387f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-362.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-362.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-362.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-362.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-363.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-363.js index 1a11d32d52..4fea90a903 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-363.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-363.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-363.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-363.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-364.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-364.js index 8b8a2f3f56..1371a137a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-364.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-364.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-364.js; - * @description: ES5 Attributes - fail to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-364.js + * @description ES5 Attributes - fail to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-365.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-365.js index 718c552e02..7ec238754b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-365.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-365.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-365.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-365.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-366.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-366.js index 5a8efef4de..014fb57e41 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-366.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-366.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-366.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-366.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-367.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-367.js index 1845aa620c..5564ab66a4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-367.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-367.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-367.js; - * @description: ES5 Attributes - fail to update the data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-367.js + * @description ES5 Attributes - fail to update the data property ([[Writable]] is false, [[Enumerable]] is true, [[Configurable]] is false) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-368.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-368.js index c28b2abbdc..bfac869ee7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-368.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-368.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-368.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) is unwritable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-368.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) is unwritable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-369.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-369.js index e1ec66919d..3559368865 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-369.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-369.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-369.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-369.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-37.js index f03ec0e40c..978ecb8061 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-37.js; - * @description: Object.defineProperty - 'O' is a Number object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-37.js + * @description Object.defineProperty - 'O' is a Number object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-370.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-370.js index 00fd523766..f840da3d0f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-370.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-370.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-370.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-370.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-371.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-371.js index 947001d757..57b7864efd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-371.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-371.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-371.js; - * @description: ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-371.js + * @description ES5 Attributes - success to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-372.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-372.js index 9620388d0b..5f65823693 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-372.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-372.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-372.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-372.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-373.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-373.js index 8361401102..95e7cc1f2f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-373.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-373.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-373.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-373.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-374.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-374.js index c6b2d79283..8ff33f7676 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-374.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-374.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-374.js; - * @description: ES5 Attributes - success to update the data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-374.js + * @description ES5 Attributes - success to update the data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is true) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-375.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-375.js index 04a5e8e374..938bcfca94 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-375.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-375.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-375.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) is unwritable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-375.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) is unwritable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-376.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-376.js index 1c5305e14d..0f561b5ffb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-376.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-376.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-376.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-376.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-377.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-377.js index 53b6c7d042..8b3cace9cf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-377.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-377.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-377.js; - * @description: ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-377.js + * @description ES5 Attributes - property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-378.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-378.js index 2389401312..c40aaf500c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-378.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-378.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-378.js; - * @description: ES5 Attributes - fail to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-378.js + * @description ES5 Attributes - fail to update [[Writable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-379.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-379.js index d8036ce609..381e5174eb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-379.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-379.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-379.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-379.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-38.js index b7eaf4a9c9..83d08819ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-38.js; - * @description: Object.defineProperty - 'O' is the Math object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-38.js + * @description Object.defineProperty - 'O' is the Math object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-380.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-380.js index 75734da9b1..b25b9967ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-380.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-380.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-380.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-380.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-381.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-381.js index 129a6ab06f..d8191c35d4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-381.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-381.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-381.js; - * @description: ES5 Attributes - fail to update the data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to an accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-381.js + * @description ES5 Attributes - fail to update the data property ([[Writable]] is false, [[Enumerable]] is false, [[Configurable]] is false) to an accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-382.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-382.js index 57f2ba170a..44b8d669b4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-382.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-382.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-382.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a number; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-382.js + * @description ES5 Attributes - [[Value]] attribute of data property is a number */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-383.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-383.js index 1632b7c40b..8fc38e0d49 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-383.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-383.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-383.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a string; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-383.js + * @description ES5 Attributes - [[Value]] attribute of data property is a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-384.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-384.js index ab40b0a961..276a7df14e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-384.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-384.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-384.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a boolean; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-384.js + * @description ES5 Attributes - [[Value]] attribute of data property is a boolean */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-385.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-385.js index 77cb50880f..46decf3193 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-385.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-385.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-385.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a generic object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-385.js + * @description ES5 Attributes - [[Value]] attribute of data property is a generic object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-386.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-386.js index adbb68af3e..11eb22ac6c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-386.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-386.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-386.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-386.js + * @description ES5 Attributes - [[Value]] attribute of data property is an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-387.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-387.js index cba8ac2219..585883401f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-387.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-387.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-387.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a String object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-387.js + * @description ES5 Attributes - [[Value]] attribute of data property is a String object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-388.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-388.js index 733cb08108..578dac2e46 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-388.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-388.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-388.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a Number object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-388.js + * @description ES5 Attributes - [[Value]] attribute of data property is a Number object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-389.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-389.js index fb713a7afc..bef398a126 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-389.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-389.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-389.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a Boolean Object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-389.js + * @description ES5 Attributes - [[Value]] attribute of data property is a Boolean Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-39.js index 7fe97eba3a..218d73e91d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-39.js; - * @description: Object.defineProperty - 'O' is a Date object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-39.js + * @description Object.defineProperty - 'O' is a Date object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-390.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-390.js index 5f9b09c5f7..a75fb885d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-390.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-390.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-390.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a Function object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-390.js + * @description ES5 Attributes - [[Value]] attribute of data property is a Function object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-391.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-391.js index 4ead269d49..e3862c9563 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-391.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-391.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-391.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is an Error object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-391.js + * @description ES5 Attributes - [[Value]] attribute of data property is an Error object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-392.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-392.js index af0975fa8c..4eaccc19ce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-392.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-392.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-392.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a Date object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-392.js + * @description ES5 Attributes - [[Value]] attribute of data property is a Date object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-393.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-393.js index b2b057b90b..3a21b8befa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-393.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-393.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-393.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is a RegExp object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-393.js + * @description ES5 Attributes - [[Value]] attribute of data property is a RegExp object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-394.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-394.js index a226297b6a..088112512d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-394.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-394.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-394.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-394.js + * @description ES5 Attributes - [[Value]] attribute of data property is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-395.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-395.js index 1137a1cca5..81239d5b7e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-395.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-395.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-395.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is null; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-395.js + * @description ES5 Attributes - [[Value]] attribute of data property is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-396.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-396.js index c458957f61..b4757056dc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-396.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-396.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-396.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is NaN; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-396.js + * @description ES5 Attributes - [[Value]] attribute of data property is NaN */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-397.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-397.js index d4749b31e9..c2ef874b66 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-397.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-397.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-397.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is Infinity; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-397.js + * @description ES5 Attributes - [[Value]] attribute of data property is Infinity */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-398.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-398.js index d79b9d53cd..efbdb42af6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-398.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-398.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-398.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is -Infinity; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-398.js + * @description ES5 Attributes - [[Value]] attribute of data property is -Infinity */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-399.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-399.js index 8d7bf5fd79..0917672087 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-399.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-399.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-399.js; - * @description: ES5 Attributes - [[Value]] attribute of data property is the global object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-399.js + * @description ES5 Attributes - [[Value]] attribute of data property is the global object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-4.js index 5f4df3036d..ebd1c3409e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-4.js @@ -23,8 +23,8 @@ * of O to define the property. For newly defined properties, step 4.a.1 of * [[DefineOwnProperty]] creates a data property if handed a generic desc. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-4.js; - * @description: Object.defineProperty defines a data property if given a generic desc(8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-4.js + * @description Object.defineProperty defines a data property if given a generic desc(8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-40.js index ae55cd34ee..eae91918ce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-40.js; - * @description: Object.defineProperty - 'O' is a RegExp object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-40.js + * @description Object.defineProperty - 'O' is a RegExp object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-402.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-402.js index b1e1e97950..f8140d4742 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-402.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-402.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-402.js; - * @description: ES5 Attributes - [[Value]] attribute of inherited property of [[Prototype]] internal property is correct (String instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-402.js + * @description ES5 Attributes - [[Value]] attribute of inherited property of [[Prototype]] internal property is correct (String instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-403.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-403.js index 5c2a936b54..a01b94261a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-403.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-403.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-403.js; - * @description: ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with same name and [[Writable]] attribute is set to true (Array instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-403.js + * @description ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with same name and [[Writable]] attribute is set to true (Array instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-404.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-404.js index 921e558e02..b36fefce33 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-404.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-404.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-404.js; - * @description: ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to true is enumerable (Boolean instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-404.js + * @description ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to true is enumerable (Boolean instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-405.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-405.js index 206e6a1d37..68d762f403 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-405.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-405.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-405.js; - * @description: ES5 Attributes - Failed to add a property to an object when the object's object has a property with same name and [[Writable]] attribute is set to false (Number instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-405.js + * @description ES5 Attributes - Failed to add a property to an object when the object's object has a property with same name and [[Writable]] attribute is set to false (Number instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-406.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-406.js index 3ba492eb5c..97a6b0e3e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-406.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-406.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-406.js; - * @description: ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is non-enumerable (Function instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-406.js + * @description ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is non-enumerable (Function instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-407.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-407.js index 4f98ea0cfc..545c12d098 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-407.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-407.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-407.js; - * @description: ES5 Attributes - [[Value]] attribute of inherited property of [[Prototype]] internal property is correct (Error Instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-407.js + * @description ES5 Attributes - [[Value]] attribute of inherited property of [[Prototype]] internal property is correct (Error Instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-408.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-408.js index 35c818854f..4669061701 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-408.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-408.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-408.js; - * @description: ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with same name and [[Writable]] attribute is set to true (Date instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-408.js + * @description ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with same name and [[Writable]] attribute is set to true (Date instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-409.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-409.js index c7b39f65b9..49f84f4db3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-409.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-409.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-409.js; - * @description: ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is enumerable (RegExp instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-409.js + * @description ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is enumerable (RegExp instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-41.js index 75a1cef12c..25b25ccb0b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-41.js; - * @description: Object.defineProperty - 'O' is the JSON object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-41.js + * @description Object.defineProperty - 'O' is the JSON object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-410.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-410.js index d475bc48ac..47f6e5b9cc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-410.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-410.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-410.js; - * @description: ES5 Attributes - Failed to add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to false (JSON); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-410.js + * @description ES5 Attributes - Failed to add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to false (JSON) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-411.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-411.js index 3a694abfaf..3ace57fec5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-411.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-411.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-411.js; - * @description: ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is non-enumerable (Math); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-411.js + * @description ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is non-enumerable (Math) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-412.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-412.js index 23c4fb1d89..43e2adeffd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-412.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-412.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-412.js; - * @description: ES5 Attributes - [[Value]] field of inherited property of [[Prototype]] internal property is correct(Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-412.js + * @description ES5 Attributes - [[Value]] field of inherited property of [[Prototype]] internal property is correct(Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-413.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-413.js index 2a7db4d39a..34dd25d243 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-413.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-413.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-413.js; - * @description: ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to true (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-413.js + * @description ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to true (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-414.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-414.js index 64bb0e4e9d..40fa146790 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-414.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-414.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-414.js; - * @description: ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to true is enumerable (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-414.js + * @description ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to true is enumerable (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-415.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-415.js index 311a6ced8d..e49a1db4db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-415.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-415.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-415.js; - * @description: ES5 Attributes - Failed to add properties to an object when the object's prototype has properties with the same name and [[Writable]] set to false (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-415.js + * @description ES5 Attributes - Failed to add properties to an object when the object's prototype has properties with the same name and [[Writable]] set to false (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-416.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-416.js index f5d14cb3fe..a42fca1092 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-416.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-416.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-416.js; - * @description: ES5 Attributes - Inherited properties whose [[Enumerable]] attribute is set to false is non-enumerable (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-416.js + * @description ES5 Attributes - Inherited properties whose [[Enumerable]] attribute is set to false is non-enumerable (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-417.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-417.js index 9bbf66681f..420b2fb2c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-417.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-417.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-417.js; - * @description: ES5 Attributes - [[Value]] attribute of inherited property of [[Prototype]] internal property is correct(Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-417.js + * @description ES5 Attributes - [[Value]] attribute of inherited property of [[Prototype]] internal property is correct(Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-418.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-418.js index 3a8746cfb1..4facf5f8af 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-418.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-418.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-418.js; - * @description: ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to true (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-418.js + * @description ES5 Attributes - Successfully add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to true (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-419.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-419.js index f9c680661c..8a1061e6b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-419.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-419.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-419.js; - * @description: ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to true is enumerable (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-419.js + * @description ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to true is enumerable (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-42.js index 54ffbd2525..faccb09d65 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-42.js; - * @description: Object.defineProperty - 'O' is an Error object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-42.js + * @description Object.defineProperty - 'O' is an Error object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-420.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-420.js index 42a6d02cc1..640190fb26 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-420.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-420.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-420.js; - * @description: ES5 Attributes - Failed to add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to false(Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-420.js + * @description ES5 Attributes - Failed to add a property to an object when the object's prototype has a property with the same name and [[Writable]] set to false(Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-421.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-421.js index 9a36b53fad..d2fbc28f09 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-421.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-421.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-421.js; - * @description: ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is non-enumerable (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-421.js + * @description ES5 Attributes - Inherited property whose [[Enumerable]] attribute is set to false is non-enumerable (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-422.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-422.js index 34633be598..51f66fee83 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-422.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-422.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-422.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-422.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-423.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-423.js index 5fb60568a1..9a28668da9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-423.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-423.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-423.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-423.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-424.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-424.js index 6b625040e3..d2db68d76a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-424.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-424.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-424.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-424.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-425.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-425.js index 4c356cfe64..1eeb8261b4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-425.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-425.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-425.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-425.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-426.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-426.js index 0b0c242320..bc99b0eaac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-426.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-426.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-426.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-426.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-427.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-427.js index aca0cf772a..0aaccd724f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-427.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-427.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-427.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-427.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-428.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-428.js index 76a1779400..8bf7dbdb44 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-428.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-428.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-428.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-428.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-429.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-429.js index 787c571b7c..ea43c1663b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-429.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-429.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-429.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-429.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-43.js index c17a06cab5..74a5f1674b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-43.js; - * @description: Object.defineProperty - 'O' is an Arguments object which implements its own [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-43.js + * @description Object.defineProperty - 'O' is an Arguments object which implements its own [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-430.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-430.js index 0551e11836..02a379f58f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-430.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-430.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-430.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-430.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-431.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-431.js index 1b5ffd186b..9d848648da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-431.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-431.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-431.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-431.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-432.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-432.js index 66e12b80a3..65fc2e63f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-432.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-432.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-432.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-432.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-433.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-433.js index 852fd10992..37aabbbbdd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-433.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-433.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-433.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-433.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-434.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-434.js index 17fa03461c..d7083d4d12 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-434.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-434.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-434.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-434.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-435.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-435.js index eb9fda6416..7cc04130b4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-435.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-435.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-435.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-435.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-436.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-436.js index 00669b8740..1268feabc3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-436.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-436.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-436.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-436.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-437.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-437.js index 696fcff1a6..556c2bf1c1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-437.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-437.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-437.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-437.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-438.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-438.js index 600588cddb..6c1de7828f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-438.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-438.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-438.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-438.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-439.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-439.js index 2f6dfe351e..1d7d87d111 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-439.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-439.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-439.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-439.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-440.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-440.js index 56a7624f1d..725a84c5c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-440.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-440.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-440.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-440.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-441.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-441.js index c558ca9466..16b4310fa8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-441.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-441.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-441.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-441.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-442.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-442.js index b58b2b37a1..4ce6ae0bda 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-442.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-442.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-442.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-442.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-443.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-443.js index f045d205bb..1e2bbede86 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-443.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-443.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-443.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-443.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-444.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-444.js index c0d180f1b2..2fbad12d5c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-444.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-444.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-444.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-444.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-445.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-445.js index 05aad2d4dc..36f6ee4985 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-445.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-445.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-445.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-445.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-446.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-446.js index d8959721dc..6428de5782 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-446.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-446.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-446.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-446.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-447.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-447.js index 7d56909c21..2c0baad310 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-447.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-447.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-447.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-447.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-448.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-448.js index f4864a058b..0d4d7b2134 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-448.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-448.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-448.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-448.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-449.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-449.js index e57c1614a8..2121d8e5ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-449.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-449.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-449.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-449.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-45.js index f8981c0e67..42b597b508 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-45.js; - * @description: Object.defineProperty - 'O' is the global object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-45.js + * @description Object.defineProperty - 'O' is the global object that uses Object's [[GetOwnProperty]] method to access the 'name' property (8.12.9 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-450.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-450.js index 9fd7965ca5..88242633f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-450.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-450.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-450.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-450.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-451.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-451.js index 8cc6566e47..36edb3e5e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-451.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-451.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-451.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-451.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-452.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-452.js index 0686e50610..7ad2eb0bda 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-452.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-452.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-452.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-452.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-453.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-453.js index a69adcb201..a5b5d41c09 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-453.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-453.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-453.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-453.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-454.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-454.js index c680212617..6a3ec382e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-454.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-454.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-454.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-454.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-455.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-455.js index 71911f79ac..d8c94656df 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-455.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-455.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-455.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-455.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-456.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-456.js index acf689b5c5..6548857cf8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-456.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-456.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-456.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-456.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-457.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-457.js index f80f19f3d8..544edb8bee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-457.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-457.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-457.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-457.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-458.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-458.js index 77714a7656..2cf2d6739f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-458.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-458.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-458.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-458.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-459.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-459.js index 5ebf736572..340fa56719 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-459.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-459.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-459.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-459.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-46.js index 41593f6ec7..18f2961391 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-46.js; - * @description: Object.defineProperty - 'name' is defined as data property if 'name' property doesn't exist in 'O' and 'desc' is generic descriptor (8.12.9 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-46.js + * @description Object.defineProperty - 'name' is defined as data property if 'name' property doesn't exist in 'O' and 'desc' is generic descriptor (8.12.9 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-460.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-460.js index cebf982b52..e0f7557385 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-460.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-460.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-460.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-460.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-461.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-461.js index 99ec6a52e3..1e207e956e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-461.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-461.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-461.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-461.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-462.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-462.js index 578798e675..6deef2e886 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-462.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-462.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-462.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-462.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-463.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-463.js index fff3a8fa63..984474fef1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-463.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-463.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-463.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-463.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-464.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-464.js index 7a9ab0c22e..99f3236ee6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-464.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-464.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-464.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-464.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-465.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-465.js index 8eaf16c5f8..d30a74260e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-465.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-465.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-465.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-465.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-466.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-466.js index 041b90fb22..6401317e41 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-466.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-466.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-466.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-466.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-467.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-467.js index 0b33e2577e..8123ab00d5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-467.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-467.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-467.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-467.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-468.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-468.js index 9e2a218f66..590e7de555 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-468.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-468.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-468.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-468.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-469.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-469.js index 4a810c908d..6eb9129a78 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-469.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-469.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-469.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-469.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-47.js index a05f1c2115..f10ce619c5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-47.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', [[Value]] of 'name' property is set as undefined if it is absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-47.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', [[Value]] of 'name' property is set as undefined if it is absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-470.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-470.js index 14f9422e1f..7c98b85f22 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-470.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-470.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-470.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-470.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-471.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-471.js index 6fb1fabe4e..51448d57ea 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-471.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-471.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-471.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-471.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-472.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-472.js index 6e810853c2..4fbe471178 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-472.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-472.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-472.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-472.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-473.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-473.js index 03422e067e..f69f763b84 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-473.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-473.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-473.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-473.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-474.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-474.js index 4fb3f70877..0460424a19 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-474.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-474.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-474.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-474.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-475.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-475.js index a300a88f7a..98b0997e2d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-475.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-475.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-475.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-475.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-476.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-476.js index 9043d88345..5778bc09c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-476.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-476.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-476.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-476.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-477.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-477.js index d141ee31b8..d576351b4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-477.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-477.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-477.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-477.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-478.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-478.js index de24499887..4db3163a54 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-478.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-478.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-478.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-478.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-479.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-479.js index 50e4ed750a..57f3d1045d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-479.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-479.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-479.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-479.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-48.js index 168a9159fc..e4a59af9e7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-48.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', test [[Writable]] of 'name' property of 'Attributes' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-48.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', test [[Writable]] of 'name' property of 'Attributes' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-480.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-480.js index a45cec8700..de8d7ab79c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-480.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-480.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-480.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-480.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-481.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-481.js index 93229785e8..b8188d4b29 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-481.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-481.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-481.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-481.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-482.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-482.js index 098c7bf25d..23a8044e92 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-482.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-482.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-482.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-482.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-483.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-483.js index 6a1a5b141e..f5aa6f9567 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-483.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-483.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-483.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-483.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-484.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-484.js index fa853ea093..fc3ff56639 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-484.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-484.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-484.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-484.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-485.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-485.js index d5a3c94efc..7184f2269f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-485.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-485.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-485.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-485.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-486.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-486.js index f5afdc5d93..a8f48da439 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-486.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-486.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-486.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-486.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-487.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-487.js index 40e8fafa09..b7551b1664 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-487.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-487.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-487.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-487.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-488.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-488.js index 0d6f5baf08..d73f951912 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-488.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-488.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-488.js; - * @description: ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-488.js + * @description ES5 Attributes - property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-489.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-489.js index c0d79783e8..cbdcb5b807 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-489.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-489.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-489.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-489.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-49.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-49.js index 3a1164a83b..5e83f57186 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-49.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-49.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', test [[Enumerable]] of 'name' property of 'Attributes' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-49.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', test [[Enumerable]] of 'name' property of 'Attributes' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-490.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-490.js index f974b0c383..0b5f1dbbbb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-490.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-490.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-490.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-490.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-491.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-491.js index 32f043d0a3..ccdf8e16de 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-491.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-491.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-491.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-491.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-492.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-492.js index feccd4085f..a710115232 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-492.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-492.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-492.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-492.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-493.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-493.js index 690c773c27..3f97068669 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-493.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-493.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-493.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-493.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-494.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-494.js index 4a854c2f0a..2a8d8bdbe0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-494.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-494.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-494.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-494.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-495.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-495.js index d4976aac97..1ca05e1226 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-495.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-495.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-495.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-495.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-496.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-496.js index eb6a7b87c2..23d93d8869 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-496.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-496.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-496.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-496.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-497.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-497.js index 81f8238d1b..cd42ff231f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-497.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-497.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-497.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-497.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-498.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-498.js index 737b86157e..b92e6e9fd0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-498.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-498.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-498.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-498.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-499.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-499.js index 2c3b2494ee..e0931276dd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-499.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-499.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-499.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-499.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-5.js index 5d55fd0b82..934a8eeae3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-5.js @@ -24,8 +24,8 @@ * every field of desc also occurs in current and every field in desc has * the same value as current. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-5.js; - * @description: Object.defineProperty is no-op if current and desc are the same data desc; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-5.js + * @description Object.defineProperty is no-op if current and desc are the same data desc */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-50.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-50.js index d947dff3b7..5ab2948383 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-50.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-50.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', test [[Configurable]] of 'name' property is set as false if it is absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-50.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', test [[Configurable]] of 'name' property is set as false if it is absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-500.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-500.js index 56ec2493be..2cd5b4ca86 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-500.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-500.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-500.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-500.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-501.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-501.js index 3998c150a3..5b017f1c79 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-501.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-501.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-501.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-501.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-502.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-502.js index 6d4cc92392..da066a5eed 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-502.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-502.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-502.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-502.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-503.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-503.js index f12da6b942..38b5572daf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-503.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-503.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-503.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-503.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-504.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-504.js index 5958eca5b4..fc4296f503 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-504.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-504.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-504.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-504.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-505.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-505.js index dd33258493..3ace914610 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-505.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-505.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-505.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-505.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-506.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-506.js index a94b797945..463c874571 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-506.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-506.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-506.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-506.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-507.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-507.js index 686ef7e0ac..85ed86a3fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-507.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-507.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-507.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-507.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-508.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-508.js index c46ef72a2b..cd553c0fbb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-508.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-508.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-508.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-508.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-509.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-509.js index 6105bf3a4f..c9cd3c9c0d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-509.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-509.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-509.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-509.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-51.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-51.js index cb326f95a3..b9a418921c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-51.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-51.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-51.js; - * @description: Object.defineProperty - desc is data descriptor, test updating all attribute values of 'name' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-51.js + * @description Object.defineProperty - desc is data descriptor, test updating all attribute values of 'name' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-510.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-510.js index 6ea0075eb7..4ef4d8fa01 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-510.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-510.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-510.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-510.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-511.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-511.js index 0298ddbbc7..17246fb302 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-511.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-511.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-511.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-511.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is true, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-512.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-512.js index df23a70177..4710e98241 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-512.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-512.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-512.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-512.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-513.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-513.js index a2355b1cee..1891e44419 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-513.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-513.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-513.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-513.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-514.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-514.js index ae4b1fe79a..6de6fda793 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-514.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-514.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-514.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-514.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-515.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-515.js index c76ef3709e..b66000dc2a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-515.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-515.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-515.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-515.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-516.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-516.js index 55cf0d6f81..0be34ab0d8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-516.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-516.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-516.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-516.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-517.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-517.js index 00ad60a514..7c0e1dffe2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-517.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-517.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-517.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-517.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-518.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-518.js index e2d3535e73..8ed578f2d3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-518.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-518.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-518.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-518.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-519.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-519.js index c725b6aecf..31a72218fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-519.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-519.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-519.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-519.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-52.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-52.js index 89c7264220..c87d009382 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-52.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-52.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-52.js; - * @description: Object.defineProperty - 'desc' is generic descriptor without any attribute, test 'name' is defined in 'obj' with all default attribute values (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-52.js + * @description Object.defineProperty - 'desc' is generic descriptor without any attribute, test 'name' is defined in 'obj' with all default attribute values (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-520.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-520.js index 70c242df14..18f232ea8b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-520.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-520.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-520.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-520.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-521.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-521.js index 0df86a70b4..1be2e6c17c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-521.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-521.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-521.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-521.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-522.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-522.js index 2e5a4fa751..514b0a10c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-522.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-522.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-522.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-522.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-523.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-523.js index c86180b7f0..10c04e50a6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-523.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-523.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-523.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-523.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-524.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-524.js index 516cff18f1..eb10ce711d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-524.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-524.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-524.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-524.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-525.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-525.js index e3fb73f847..01179cfc9f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-525.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-525.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-525.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-525.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-526.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-526.js index 39a89742df..e3ff270d6b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-526.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-526.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-526.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-526.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-527.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-527.js index 0b4061a744..1fa3f2bdd7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-527.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-527.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-527.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-527.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-528.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-528.js index 5847f352f6..04d0afb00a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-528.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-528.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-528.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-528.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-529.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-529.js index 5bd4147d51..4e885518d7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-529.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-529.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-529.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-529.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is undefined, [[Enumerable]] is false, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-53.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-53.js index 1a7ab67450..229d89b813 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-53.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-53.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-53.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', test [[Get]] of 'name' property is set as undefined if it is absent in accessor descriptor 'desc' (8.12.9 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-53.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', test [[Get]] of 'name' property is set as undefined if it is absent in accessor descriptor 'desc' (8.12.9 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-530.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-530.js index 234239ed14..6124a7823e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-530.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-530.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-530.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-530.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-1.js index 869745bf55..e6d45741ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-1.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is an Object object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-1.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is an Object object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-10.js index 4ec67534ee..09f6c01b71 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-10.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is an Object object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-10.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is an Object object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-11.js index c38d507f49..d53b4533b5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-11.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property 'P' successfully when [[Configurable]] attribute is true, 'A' is an Array object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-11.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property 'P' successfully when [[Configurable]] attribute is true, 'A' is an Array object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-12.js index 5ab6b560a9..01115de493 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-12.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property successfully when [[Configurable]] attribute is true, 'O' is an Arguments object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-12.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property successfully when [[Configurable]] attribute is true, 'O' is an Arguments object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-13.js index ac3e05f439..d0ac66b6d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-13.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is the global object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-13.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is the global object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-15.js index 403dae339b..1cf26f4e6a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-15.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' using simple assignment is successful, 'A' is an Array object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-15.js + * @description ES5 Attributes - Updating a named accessor property 'P' using simple assignment is successful, 'A' is an Array object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-16.js index 29f399e5e0..a34a8d1ad9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-16.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment, 'O' is an Arguments object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-16.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment, 'O' is an Arguments object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-17.js index 8388b1107f..2c5f2532d5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-17.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment is successful, 'O' is the global object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-17.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment is successful, 'O' is the global object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-2.js index 6d457be08d..ebcbb47654 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-2.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property 'P' successfully when [[Configurable]] attribute is true, 'A' is an Array object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-2.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of indexed accessor property 'P' successfully when [[Configurable]] attribute is true, 'A' is an Array object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-3.js index f4382541eb..aefeaa2abb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-3.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property successfully when [[Configurable]] attribute is true, 'O' is an Arguments object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-3.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property successfully when [[Configurable]] attribute is true, 'O' is an Arguments object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-4.js index 19a21c1e29..8b1b1ae1e1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-4.js; - * @description: Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is the global object (8.12.9 step 11); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-4.js + * @description Object.defineProperty will update [[Get]] and [[Set]] attributes of named accessor property 'P' successfully when [[Configurable]] attribute is true, 'O' is the global object (8.12.9 step 11) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-6.js index 71a501cc72..21e0ba0ecf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-6.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' without [[Set]] using simple assignment is failed, 'A' is an Array object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-6.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' without [[Set]] using simple assignment is failed, 'A' is an Array object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-7.js index f541f6a6e3..9b7b3d94c8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-7.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' without [[Set]] using simple assignment is failed, 'O' is an Arguments object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-7.js + * @description ES5 Attributes - Updating a named accessor property 'P' without [[Set]] using simple assignment is failed, 'O' is an Arguments object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-8.js index 2bedcd1b96..f56ca9afee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-8.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' without [[Set]] using simple assignment is failed, 'O' is the global object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531-8.js + * @description ES5 Attributes - Updating a named accessor property 'P' without [[Set]] using simple assignment is failed, 'O' is the global object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531.js index 39b7cb92a9..8639ff3e4a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-531.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-532.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-532.js index 13898db492..b339e5d661 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-532.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-532.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-532.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-532.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-533.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-533.js index 154c7800de..3e998f91fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-533.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-533.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-533.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-533.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-534.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-534.js index 1e8206a2ae..0098371b30 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-534.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-534.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-534.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-534.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-535.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-535.js index daf8ecfdb3..7b47f20a4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-535.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-535.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-535.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-535.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-536.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-536.js index 6528bfa704..b05f1f7fcd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-536.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-536.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-536.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-536.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-537.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-537.js index 0dfa27a47b..5bd9ed6820 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-537.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-537.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-537.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-537.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-1.js index 0d7e9f47a5..de40db3b49 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-1.js; - * @description: ES5 Attributes - Updating an indexed 'P' whose [[Configurable]] attribute is true to a data property is successful, 'A' is an Array object (8.12.9 - step 9.c.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-1.js + * @description ES5 Attributes - Updating an indexed 'P' whose [[Configurable]] attribute is true to a data property is successful, 'A' is an Array object (8.12.9 - step 9.c.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-2.js index 67b71b7ebc..fdddcc936c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-2.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-2.js + * @description ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-3.js index 2a91c1aaf8..cae6623e86 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-3.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is the global object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-3.js + * @description ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is the global object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-5.js index da415d0d44..6b6a6d817e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-5.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'A' is an Array object (8.12.9 - step 9.c.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-5.js + * @description ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'A' is an Array object (8.12.9 - step 9.c.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-6.js index 20b0901e5d..9477cf2a87 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-6.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-6.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-7.js index 7d4a672b10..0f0b47503a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-7.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is the global object; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538-7.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is true to a data property is successful, 'O' is the global object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538.js index 407d163304..3ef7610e20 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-538.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-539.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-539.js index 73976db58a..a22e489506 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-539.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-539.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-539.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-539.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-54.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-54.js index db0e42ffde..c124771c4f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-54.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-54.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-54.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', test [[Set]] of 'name' property of 'Attributes' is set as undefined value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-54.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', test [[Set]] of 'name' property of 'Attributes' is set as undefined value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-1.js index f00ed3d5d1..772af1a6f5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-1.js; - * @description: Object.defineProperty fails to update [[Get]] and [[Set]] attributes of a named accessor property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'O' is an Object object (8.12.9 step 11.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-1.js + * @description Object.defineProperty fails to update [[Get]] and [[Set]] attributes of a named accessor property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'O' is an Object object (8.12.9 step 11.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-10.js index 187f216b75..fedb239d2f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-10.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment is successful, 'O' is an Arguments object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-10.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment is successful, 'O' is an Arguments object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-2.js index 43d0ed3de6..420a88db97 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-2.js; - * @description: Object.defineProperty fails to update [[Get]] and [[Set]] attributes of an indexed property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'A' is an Array object (8.12.9 step 11.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-2.js + * @description Object.defineProperty fails to update [[Get]] and [[Set]] attributes of an indexed property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'A' is an Array object (8.12.9 step 11.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-3.js index bba76b6458..8124530bee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-3.js; - * @description: Object.defineProperty fails to update [[Get]] and [[Set]] attributes of a named accessor property 'P' whose [[Configurable]] attribute is false, 'O' is an Arguments object (8.12.9 step 11.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-3.js + * @description Object.defineProperty fails to update [[Get]] and [[Set]] attributes of a named accessor property 'P' whose [[Configurable]] attribute is false, 'O' is an Arguments object (8.12.9 step 11.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-4.js index 423c85efa6..b56b6fab12 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-4.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment is successful, 'A' is an Array object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-4.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' using simple assignment is successful, 'A' is an Array object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-5.js index 72941113b3..deb6cd9de1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-5.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' using simple assignment is successful, 'O' is an Arguments object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-5.js + * @description ES5 Attributes - Updating a named accessor property 'P' using simple assignment is successful, 'O' is an Arguments object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-6.js index eecda506ad..06659cf716 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-6.js; - * @description: Object.defineProperty fails to update [[Get]] and [[Set]] attributes of an indexed accessor property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'O' is an Object object (8.12.9 step 11.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-6.js + * @description Object.defineProperty fails to update [[Get]] and [[Set]] attributes of an indexed accessor property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'O' is an Object object (8.12.9 step 11.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-7.js index 396a792b80..3ba9e01734 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-7.js; - * @description: Object.defineProperty fails to update [[Get]] and [[Set]] attributes of a named property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'A' is an Array object (8.12.9 step 11.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-7.js + * @description Object.defineProperty fails to update [[Get]] and [[Set]] attributes of a named property 'P' whose [[Configurable]] attribute is false and throws TypeError exception, 'A' is an Array object (8.12.9 step 11.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-8.js index 21703c8962..c471253755 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-8.js; - * @description: Object.defineProperty fails to update [[Get]] and [[Set]] attributes of an indexed accessor property 'P' whose [[Configurable]] attribute is false, 'O' is an Arguments object (8.12.9 step 11.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-8.js + * @description Object.defineProperty fails to update [[Get]] and [[Set]] attributes of an indexed accessor property 'P' whose [[Configurable]] attribute is false, 'O' is an Arguments object (8.12.9 step 11.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-9.js index 4edbc203ec..02d5e4661a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-9.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' using simple assignment is successful, 'A' is an Array object (8.12.5 step 5.b); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540-9.js + * @description ES5 Attributes - Updating a named accessor property 'P' using simple assignment is successful, 'A' is an Array object (8.12.5 step 5.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540.js index 26db095792..b47b3b14d3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-540.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-541.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-541.js index 364dcb25e3..2698d6f6a5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-541.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-541.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-541.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-541.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-542.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-542.js index 849e0eceb8..41843f0254 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-542.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-542.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-542.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-542.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-543.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-543.js index 31a7c4619c..bab4c587fb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-543.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-543.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-543.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-543.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-544.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-544.js index 4d211329de..588024e59a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-544.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-544.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-544.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-544.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-545.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-545.js index 1b53699305..9a16ccea2b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-545.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-545.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-545.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-545.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-546.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-546.js index 8b0c9c7131..f9936a2c99 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-546.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-546.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-546.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-546.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-1.js index bab446543f..2c027bbabc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-1.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Array object (8.12.9 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-1.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Array object (8.12.9 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-2.js index cb1bf230d5..861bad8aea 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-2.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Arguments object (8.12.9 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-2.js + * @description ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Arguments object (8.12.9 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-3.js index 06dd1a17d0..07768771ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-3.js; - * @description: ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Array object (8.12.9 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-3.js + * @description ES5 Attributes - Updating a named accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Array object (8.12.9 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-4.js index 02a7469c4b..d94f46c9d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-4.js; - * @description: ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Arguments object (8.12.9 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547-4.js + * @description ES5 Attributes - Updating an indexed accessor property 'P' whose [[Configurable]] attribute is false to a data property does not succeed, 'A' is an Arguments object (8.12.9 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547.js index 5e6f3899c7..a1ee62b1ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-547.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is true, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-548.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-548.js index 844aaa6acf..1b65096e25 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-548.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-548.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-548.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-548.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-549.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-549.js index 521ab02126..deed553c49 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-549.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-549.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-549.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-549.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-55.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-55.js index 3d5d3366cc..585941b496 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-55.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-55.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-55.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', test [[Enumerable]] of 'name' property of 'Attributes' is set as false value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-55.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', test [[Enumerable]] of 'name' property of 'Attributes' is set as false value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-550.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-550.js index ee8c883dd9..4a1fc96759 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-550.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-550.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-550.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-550.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-551.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-551.js index e85e6a4873..b84d4c2758 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-551.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-551.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-551.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is deletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-551.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is deletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-552.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-552.js index 530c3f0b0e..bebfb06f9a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-552.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-552.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-552.js; - * @description: ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-552.js + * @description ES5 Attributes - success to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-553.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-553.js index 57e18e9f30..f4e9f60047 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-553.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-553.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-553.js; - * @description: ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-553.js + * @description ES5 Attributes - success to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-554.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-554.js index fe6efd3086..8dc1c6e995 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-554.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-554.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-554.js; - * @description: ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-554.js + * @description ES5 Attributes - success to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-555.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-555.js index bddaba1a52..32af06d918 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-555.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-555.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-555.js; - * @description: ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-555.js + * @description ES5 Attributes - success to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-556.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-556.js index ec1f4e61da..5e4fcce9b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-556.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-556.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-556.js; - * @description: ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-556.js + * @description ES5 Attributes - success to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-557.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-557.js index 7331633a18..78288c0f43 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-557.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-557.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-557.js; - * @description: ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-557.js + * @description ES5 Attributes - [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-558.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-558.js index a4ae06d7de..d6b5945e30 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-558.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-558.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-558.js; - * @description: ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is the expected function; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-558.js + * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is the expected function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-559.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-559.js index 949b27e813..9e429d6ddc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-559.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-559.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-559.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-559.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is non-enumerable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-56.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-56.js index 13637fc1f7..2cbc948ae5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-56.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-56.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-56.js; - * @description: Object.defineProperty - 'name' property doesn't exist in 'O', test [[Configurable]] of 'name' property is set as false if it is absent in accessor descriptor 'desc' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-56.js + * @description Object.defineProperty - 'name' property doesn't exist in 'O', test [[Configurable]] of 'name' property is set as false if it is absent in accessor descriptor 'desc' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-560.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-560.js index 66db3d3ff4..866e2b4d26 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-560.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-560.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-560.js; - * @description: ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is undeletable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-560.js + * @description ES5 Attributes - property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) is undeletable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-561.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-561.js index b273969199..e8021ac066 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-561.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-561.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-561.js; - * @description: ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-561.js + * @description ES5 Attributes - fail to update [[Get]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-562.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-562.js index 9ca1cf0b19..f8958ade64 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-562.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-562.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-562.js; - * @description: ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-562.js + * @description ES5 Attributes - fail to update [[Set]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-563.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-563.js index c4350020a5..f7af179948 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-563.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-563.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-563.js; - * @description: ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-563.js + * @description ES5 Attributes - fail to update [[Enumerable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-564.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-564.js index b9de860e23..35a2f5fec6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-564.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-564.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-564.js; - * @description: ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-564.js + * @description ES5 Attributes - fail to update [[Configurable]] attribute of accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to different value */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-565.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-565.js index 05cebdc004..e5c8804316 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-565.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-565.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-565.js; - * @description: ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to a data property; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-565.js + * @description ES5 Attributes - fail to update the accessor property ([[Get]] is a Function, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is false) to a data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-566.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-566.js index c103fe8146..e25c903dba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-566.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-566.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-566.js; - * @description: ES5 Attributes - [[Get]] attribute is a function which has zero argument; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-566.js + * @description ES5 Attributes - [[Get]] attribute is a function which has zero argument */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-567.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-567.js index 9458a4c343..4f64bd4e3d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-567.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-567.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-567.js; - * @description: ES5 Attributes - [[Get]] attribute is a function which has one argument; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-567.js + * @description ES5 Attributes - [[Get]] attribute is a function which has one argument */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-568.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-568.js index 7a919b49f6..f50fa7d21b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-568.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-568.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-568.js; - * @description: ES5 Attributes - [[Get]] attribute is a function which has two arguments; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-568.js + * @description ES5 Attributes - [[Get]] attribute is a function which has two arguments */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-569.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-569.js index 0f1e23c6ca..633bce1550 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-569.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-569.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-569.js; - * @description: ES5 Attributes - [[Get]] attribute is a function which contains global variable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-569.js + * @description ES5 Attributes - [[Get]] attribute is a function which contains global variable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-57.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-57.js index 6fb7fa1670..c89fd30bf2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-57.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-57.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-57.js; - * @description: Object.defineProperty - 'desc' is accessor descriptor, test updating all attribute values of 'name' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-57.js + * @description Object.defineProperty - 'desc' is accessor descriptor, test updating all attribute values of 'name' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-570.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-570.js index 1dd9665c39..a324479532 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-570.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-570.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-570.js; - * @description: ES5 Attributes - [[Get]] attribute is a function which doesn't contains return statement; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-570.js + * @description ES5 Attributes - [[Get]] attribute is a function which doesn't contains return statement */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-571.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-571.js index ca8a74aa13..093b30d5d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-571.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-571.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-571.js; - * @description: ES5 Attributes - [[Get]] attribute is a function which involves 'this' object into statement(s); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-571.js + * @description ES5 Attributes - [[Get]] attribute is a function which involves 'this' object into statement(s) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-572.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-572.js index 9c024d1fce..37b9496b35 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-572.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-572.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-572.js; - * @description: ES5 Attributes - [[Set]] attribute is a function which has zero argument; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-572.js + * @description ES5 Attributes - [[Set]] attribute is a function which has zero argument */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-573.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-573.js index c83933035b..2dab735e97 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-573.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-573.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-573.js; - * @description: ES5 Attributes - [[Set]] attribute is a function which has one argument; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-573.js + * @description ES5 Attributes - [[Set]] attribute is a function which has one argument */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-574.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-574.js index 8e22536719..1bc12219c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-574.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-574.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-574.js; - * @description: ES5 Attributes - [[Set]] attribute is a function which has two arguments; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-574.js + * @description ES5 Attributes - [[Set]] attribute is a function which has two arguments */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-575.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-575.js index b5f83847d8..2b2e8ec49c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-575.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-575.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-575.js; - * @description: ES5 Attributes - [[Set]] attribute is a function which contains global variable; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-575.js + * @description ES5 Attributes - [[Set]] attribute is a function which contains global variable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-576.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-576.js index d7819c6775..567c2bd7ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-576.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-576.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-576.js; - * @description: ES5 Attributes - [[Set]] attribute is a function which contains return statement; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-576.js + * @description ES5 Attributes - [[Set]] attribute is a function which contains return statement */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-577.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-577.js index 12675ff772..3dc0a581ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-577.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-577.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-577.js; - * @description: ES5 Attributes - [[Set]] attribute is a function which involves 'this' object into statement(s); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-577.js + * @description ES5 Attributes - [[Set]] attribute is a function which involves 'this' object into statement(s) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-578.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-578.js index a2e29a9e3f..822399bd75 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-578.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-578.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-578.js; - * @description: ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (String instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-578.js + * @description ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (String instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-579.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-579.js index b325656161..380e3d219a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-579.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-579.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-579.js; - * @description: ES5 Attributes - Success to add property into object (Array instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-579.js + * @description ES5 Attributes - Success to add property into object (Array instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-58.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-58.js index 95ad5ffad7..5756e0cce9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-58.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-58.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-58.js; - * @description: Object.defineProperty - 'name' is data descriptor and every fields in 'desc' is absent (8.12.9 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-58.js + * @description Object.defineProperty - 'name' is data descriptor and every fields in 'desc' is absent (8.12.9 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-580.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-580.js index 0c4ce97659..6917b49e9d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-580.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-580.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-580.js; - * @description: ES5 Attributes - Inherited property is enumerable (Boolean instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-580.js + * @description ES5 Attributes - Inherited property is enumerable (Boolean instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-581.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-581.js index cc33184e61..3ea69c95fc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-581.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-581.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-581.js; - * @description: ES5 Attributes - Fail to add property into object (Number instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-581.js + * @description ES5 Attributes - Fail to add property into object (Number instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-582.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-582.js index d4d085e70f..a99f2ae8db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-582.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-582.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-582.js; - * @description: ES5 Attributes - Inherited property is non-enumerable (Function instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-582.js + * @description ES5 Attributes - Inherited property is non-enumerable (Function instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-583.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-583.js index 195f3154f9..d79ac10a64 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-583.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-583.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-583.js; - * @description: ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (Error Instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-583.js + * @description ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (Error Instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-584.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-584.js index dbb2976038..7dd20eec60 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-584.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-584.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-584.js; - * @description: ES5 Attributes - Failed to add property into object (Date instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-584.js + * @description ES5 Attributes - Failed to add property into object (Date instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-585.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-585.js index 320868f796..a40f5d3e07 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-585.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-585.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-585.js; - * @description: ES5 Attributes - Inherited property is enumerable (RegExp instance); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-585.js + * @description ES5 Attributes - Inherited property is enumerable (RegExp instance) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-586.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-586.js index c29322c0ee..4d6485588c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-586.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-586.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-586.js; - * @description: ES5 Attributes - Fail to update value of property into of [[Proptotype]] internal property (JSON); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-586.js + * @description ES5 Attributes - Fail to update value of property into of [[Proptotype]] internal property (JSON) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-587.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-587.js index de779d2f7c..226de66233 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-587.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-587.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-587.js; - * @description: ES5 Attributes - Inherited property is non-enumerable (Math); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-587.js + * @description ES5 Attributes - Inherited property is non-enumerable (Math) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-588.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-588.js index d9d29363af..22237fc0b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-588.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-588.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-588.js; - * @description: ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-588.js + * @description ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-589.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-589.js index 48a5cea1f9..202be59926 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-589.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-589.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-589.js; - * @description: ES5 Attributes - Success to update value of property into of [[Proptotype]] internal property (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-589.js + * @description ES5 Attributes - Success to update value of property into of [[Proptotype]] internal property (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-59.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-59.js index 5808782a39..abe0794222 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-59.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-59.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-59.js; - * @description: Object.defineProperty - 'name' is accessor descriptor and every fields in 'desc' is absent (8.12.9 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-59.js + * @description Object.defineProperty - 'name' is accessor descriptor and every fields in 'desc' is absent (8.12.9 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-590.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-590.js index 7b81afab0a..8550378899 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-590.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-590.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-590.js; - * @description: ES5 Attributes - Inherited property is enumerable (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-590.js + * @description ES5 Attributes - Inherited property is enumerable (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-591.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-591.js index 4e736ef83d..bf576f46ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-591.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-591.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-591.js; - * @description: ES5 Attributes - Fail to update value of property of [[Proptotype]] internal property (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-591.js + * @description ES5 Attributes - Fail to update value of property of [[Proptotype]] internal property (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-592.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-592.js index 7ae97bcfb9..86af51e2b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-592.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-592.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-592.js; - * @description: ES5 Attributes - Inherited property is non-enumerable (Object.create); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-592.js + * @description ES5 Attributes - Inherited property is non-enumerable (Object.create) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-593.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-593.js index abf4f59a77..0155b63f8c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-593.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-593.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-593.js; - * @description: ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-593.js + * @description ES5 Attributes - [[Get]] field of inherited property of [[Prototype]] internal property is correct (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-594.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-594.js index 55f2719a8a..c77b2daefb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-594.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-594.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-594.js; - * @description: ES5 Attributes - Success to update value of property into of [[Proptotype]] internal property (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-594.js + * @description ES5 Attributes - Success to update value of property into of [[Proptotype]] internal property (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-595.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-595.js index f547405b6e..58aea9f82e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-595.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-595.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-595.js; - * @description: ES5 Attributes - Inherited property is enumerable (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-595.js + * @description ES5 Attributes - Inherited property is enumerable (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-596.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-596.js index 37ab927987..42c51c7d93 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-596.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-596.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-596.js; - * @description: ES5 Attributes - Fail to update value of property into of [[Proptotype]] internal property (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-596.js + * @description ES5 Attributes - Fail to update value of property into of [[Proptotype]] internal property (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-597.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-597.js index 301b375032..24672beb74 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-597.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-597.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-597.js; - * @description: ES5 Attributes - Inherited property is non-enumerable (Function.prototype.bind); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-597.js + * @description ES5 Attributes - Inherited property is non-enumerable (Function.prototype.bind) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-598.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-598.js index 92d92e9ce9..8da3616e8b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-598.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-598.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-598.js; - * @description: ES5 Attributes - all attributes in Object.getPrototypeOf are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-598.js + * @description ES5 Attributes - all attributes in Object.getPrototypeOf are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-599.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-599.js index 8c0901d28d..5661ba175e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-599.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-599.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-599.js; - * @description: ES5 Attributes - all attributes in Object.getOwnPropertyDescriptor are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-599.js + * @description ES5 Attributes - all attributes in Object.getOwnPropertyDescriptor are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-6.js index bada161520..05f254b129 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-6.js @@ -24,8 +24,8 @@ * every field of desc also occurs in current and every field in desc has * the same value as current. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-6.js; - * @description: Object.defineProperty is no-op if current and desc are the same accessor desc; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-6.js + * @description Object.defineProperty is no-op if current and desc are the same accessor desc */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-60.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-60.js index 1af7dc8a0c..a01caa6680 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-60.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-60.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-60.js; - * @description: Object.defineProperty - type of desc.value is different from type of name.value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-60.js + * @description Object.defineProperty - type of desc.value is different from type of name.value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-600.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-600.js index e64369041d..c78b8957f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-600.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-600.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-600.js; - * @description: ES5 Attributes - all attributes in Object.getOwnPropertyNames are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-600.js + * @description ES5 Attributes - all attributes in Object.getOwnPropertyNames are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-601.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-601.js index f9a2aa4c68..5d9b54ce62 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-601.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-601.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-601.js; - * @description: ES5 Attributes - all attributes in Object.create are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-601.js + * @description ES5 Attributes - all attributes in Object.create are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-602.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-602.js index 6cd7989861..c68d78b911 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-602.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-602.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-602.js; - * @description: ES5 Attributes - all attributes in Object.defineProperty are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-602.js + * @description ES5 Attributes - all attributes in Object.defineProperty are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-603.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-603.js index 7aa647a211..fdcd6314e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-603.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-603.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-603.js; - * @description: ES5 Attributes - all attributes in Object.defineProperties are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-603.js + * @description ES5 Attributes - all attributes in Object.defineProperties are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-604.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-604.js index 563e7c8aa4..d722feedb7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-604.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-604.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-604.js; - * @description: ES5 Attributes - all attributes in Object.seal are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-604.js + * @description ES5 Attributes - all attributes in Object.seal are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-605.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-605.js index 08b5b87246..ef57141dad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-605.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-605.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-605.js; - * @description: ES5 Attributes - all attributes in Object.freeze are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-605.js + * @description ES5 Attributes - all attributes in Object.freeze are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-606.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-606.js index 7e60c3357f..4f04a9ac1c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-606.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-606.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-606.js; - * @description: ES5 Attributes - all attributes in Object.preventExtensions are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-606.js + * @description ES5 Attributes - all attributes in Object.preventExtensions are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-607.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-607.js index 21ae85c521..c638fc949c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-607.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-607.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-607.js; - * @description: ES5 Attributes - all attributes in Object.isSealed are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-607.js + * @description ES5 Attributes - all attributes in Object.isSealed are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-608.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-608.js index bbc23e9e7e..0abf212988 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-608.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-608.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-608.js; - * @description: ES5 Attributes - all attributes in Object.isFrozen are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-608.js + * @description ES5 Attributes - all attributes in Object.isFrozen are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-609.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-609.js index 166800a6f9..ee24a1adb8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-609.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-609.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-609.js; - * @description: ES5 Attributes - all attributes in Object.isExtensible are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-609.js + * @description ES5 Attributes - all attributes in Object.isExtensible are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-61.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-61.js index dbc975bfe6..efd02a37d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-61.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-61.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-61.js; - * @description: Object.defineProperty - both desc.value and name.value are undefined (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-61.js + * @description Object.defineProperty - both desc.value and name.value are undefined (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-610.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-610.js index ba1ce7bfff..4fdf9f08a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-610.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-610.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-610.js; - * @description: ES5 Attributes - all attributes in Object.keys are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-610.js + * @description ES5 Attributes - all attributes in Object.keys are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-611.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-611.js index 1846f72ddb..8643d5369f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-611.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-611.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-611.js; - * @description: ES5 Attributes - all attributes in Function.prototype.bind are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-611.js + * @description ES5 Attributes - all attributes in Function.prototype.bind are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-612.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-612.js index 835a4fc856..0a73c020f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-612.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-612.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-612.js; - * @description: ES5 Attributes - all attributes in Array.prototype.indexOf are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-612.js + * @description ES5 Attributes - all attributes in Array.prototype.indexOf are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-613.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-613.js index ac437c0a4e..867be3cc84 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-613.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-613.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-613.js; - * @description: ES5 Attributes - all attributes in Object.lastIndexOf are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-613.js + * @description ES5 Attributes - all attributes in Object.lastIndexOf are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-614.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-614.js index a5d798a809..d18bb4fe5e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-614.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-614.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-614.js; - * @description: ES5 Attributes - all attributes in Array.prototype.every are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-614.js + * @description ES5 Attributes - all attributes in Array.prototype.every are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-615.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-615.js index d2ca8ffc63..5c93738322 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-615.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-615.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-615.js; - * @description: ES5 Attributes - all attributes in Array.prototype.some are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-615.js + * @description ES5 Attributes - all attributes in Array.prototype.some are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-616.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-616.js index e79c502971..5913220ab7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-616.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-616.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-616.js; - * @description: ES5 Attributes - all attributes in Array.prototype.forEach are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-616.js + * @description ES5 Attributes - all attributes in Array.prototype.forEach are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-617.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-617.js index c2e1021617..1931740b39 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-617.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-617.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-617.js; - * @description: ES5 Attributes - all attributes in Array.prototype.map are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-617.js + * @description ES5 Attributes - all attributes in Array.prototype.map are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-618.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-618.js index 614b9e9f48..dcb3a89b72 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-618.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-618.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-618.js; - * @description: ES5 Attributes - all attributes in Array.prototype.filter are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-618.js + * @description ES5 Attributes - all attributes in Array.prototype.filter are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-619.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-619.js index 862485347f..f7e75919a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-619.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-619.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-619.js; - * @description: ES5 Attributes - all attributes in Array.prototype.reduce are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-619.js + * @description ES5 Attributes - all attributes in Array.prototype.reduce are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-62.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-62.js index c42338a258..f8aa5f12b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-62.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-62.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-62.js; - * @description: Object.defineProperty - both desc.value and name.value are null (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-62.js + * @description Object.defineProperty - both desc.value and name.value are null (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-620.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-620.js index 0de5293528..ee6dbddbb4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-620.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-620.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-620.js; - * @description: ES5 Attributes - all attributes in Array.prototype.reduceRight are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-620.js + * @description ES5 Attributes - all attributes in Array.prototype.reduceRight are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-621.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-621.js index 292f39cba9..93ff4f7df2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-621.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-621.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-621.js; - * @description: ES5 Attributes - all attributes in String.prototype.trim are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-621.js + * @description ES5 Attributes - all attributes in String.prototype.trim are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-622.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-622.js index 9a95d12967..3db2732ee8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-622.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-622.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-622.js; - * @description: ES5 Attributes - all attributes in Date.now are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-622.js + * @description ES5 Attributes - all attributes in Date.now are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-623.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-623.js index 4aad70c102..b8e9163463 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-623.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-623.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-623.js; - * @description: ES5 Attributes - all attributes in Date.prototype.toISOString are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-623.js + * @description ES5 Attributes - all attributes in Date.prototype.toISOString are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-624.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-624.js index 2bbc480f07..3f8889cbd7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-624.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-624.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-624.js; - * @description: ES5 Attributes - all attributes in Date.prototype.toJSON are correct; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-624.js + * @description ES5 Attributes - all attributes in Date.prototype.toJSON are correct */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-63.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-63.js index cfd946cb37..3ba7dc31d5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-63.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-63.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-63.js; - * @description: Object.defineProperty - both desc.value and name.value are NaN (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-63.js + * @description Object.defineProperty - both desc.value and name.value are NaN (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-64.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-64.js index ac3e14dd8d..3af583f15b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-64.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-64.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-64.js; - * @description: Object.defineProperty - desc.value = +0 and name.value = -0 (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-64.js + * @description Object.defineProperty - desc.value = +0 and name.value = -0 (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-65.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-65.js index 4fe151ad08..6136db70c2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-65.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-65.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-65.js; - * @description: Object.defineProperty - desc.value = -0 and name.value = +0 (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-65.js + * @description Object.defineProperty - desc.value = -0 and name.value = +0 (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-66.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-66.js index b6c3779f5c..0cf7744b2a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-66.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-66.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-66.js; - * @description: Object.defineProperty - desc.value and name.value are two numbers with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-66.js + * @description Object.defineProperty - desc.value and name.value are two numbers with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-67.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-67.js index 6116ebdb6e..4e22e3627a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-67.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-67.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-67.js; - * @description: Object.defineProperty - both desc.value and name.value are two strings which have same length and same characters in corresponding positions (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-67.js + * @description Object.defineProperty - both desc.value and name.value are two strings which have same length and same characters in corresponding positions (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-68.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-68.js index 76803292d5..fb98c3a4e1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-68.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-68.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-68.js; - * @description: Object.defineProperty - desc.value and name.value are two strings with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-68.js + * @description Object.defineProperty - desc.value and name.value are two strings with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-69.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-69.js index 99063dac6f..fce979e6a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-69.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-69.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-69.js; - * @description: Object.defineProperty - both desc.value and name.value are boolean values with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-69.js + * @description Object.defineProperty - both desc.value and name.value are boolean values with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-7.js index f0ef45af45..46eec17787 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-7.js @@ -23,8 +23,8 @@ * of O to define the property. Step 7a of [[DefineOwnProperty]] rejects if * current.[[Configurable]] is false and desc.[[Configurable]] is true. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-7.js; - * @description: Object.defineProperty throws TypeError when changing [[Configurable]] from false to true; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-7.js + * @description Object.defineProperty throws TypeError when changing [[Configurable]] from false to true */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-70.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-70.js index 7f47312422..e5cacb8e66 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-70.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-70.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-70.js; - * @description: Object.defineProperty - desc.value and name.value are two boolean values with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-70.js + * @description Object.defineProperty - desc.value and name.value are two boolean values with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-71.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-71.js index da78e05d2d..a06983a769 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-71.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-71.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-71.js; - * @description: Object.defineProperty - both desc.value and name.value are Ojbects which refer to the same Object (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-71.js + * @description Object.defineProperty - both desc.value and name.value are Ojbects which refer to the same Object (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-72.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-72.js index 79a4ad0b40..dc80df7008 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-72.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-72.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-72.js; - * @description: Object.defineProperty - desc.value and name.value are two Ojbects which refer to the different objects (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-72.js + * @description Object.defineProperty - desc.value and name.value are two Ojbects which refer to the different objects (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-73.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-73.js index c287d7e6d4..010ab47f93 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-73.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-73.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-73.js; - * @description: Object.defineProperty - both desc.writable and name.writable are boolean values with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-73.js + * @description Object.defineProperty - both desc.writable and name.writable are boolean values with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-74.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-74.js index 85eb555fae..743d7c318b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-74.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-74.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-74.js; - * @description: Object.defineProperty - desc.writable and name.writable are two boolean values with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-74.js + * @description Object.defineProperty - desc.writable and name.writable are two boolean values with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-75.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-75.js index 3bc1aba4e3..6cfbcbaf4b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-75.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-75.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-75.js; - * @description: Object.defineProperty - both desc.[[Get]] and name.[[Get]] are two objects which refer to the same object (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-75.js + * @description Object.defineProperty - both desc.[[Get]] and name.[[Get]] are two objects which refer to the same object (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-76.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-76.js index c3ddf58eeb..e9427314be 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-76.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-76.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-76.js; - * @description: Object.defineProperty - desc.[[Get]] and name.[[Get]] are two objects which refer to the different objects (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-76.js + * @description Object.defineProperty - desc.[[Get]] and name.[[Get]] are two objects which refer to the different objects (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-77.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-77.js index 9a6746a543..7ff63b8056 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-77.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-77.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-77.js; - * @description: Object.defineProperty - both desc.[[Set]] and name.[[Set]] are two objects which refer to the same object (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-77.js + * @description Object.defineProperty - both desc.[[Set]] and name.[[Set]] are two objects which refer to the same object (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-78.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-78.js index 2b29a54210..0deb15f033 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-78.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-78.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-78.js; - * @description: Object.defineProperty - desc.[[Set]] and name.[[Set]] are two objects which refer to the different objects (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-78.js + * @description Object.defineProperty - desc.[[Set]] and name.[[Set]] are two objects which refer to the different objects (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-79.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-79.js index ffbe61f0cd..647b7fa2da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-79.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-79.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-79.js; - * @description: Object.defineProperty - both desc.enumerable and name.enumerable are boolean values with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-79.js + * @description Object.defineProperty - both desc.enumerable and name.enumerable are boolean values with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-8.js index 2b3555e508..b46a621d9f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-8.js @@ -24,8 +24,8 @@ * current.[[Enumerable]] and desc.[[Enumerable]] are the boolean negations * of each other. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-8.js; - * @description: Object.defineProperty throws TypeError when changing [[Enumerable]] from false to true on non-configurable data properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-8.js + * @description Object.defineProperty throws TypeError when changing [[Enumerable]] from false to true on non-configurable data properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-80.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-80.js index 820a5e8feb..20ee967664 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-80.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-80.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-80.js; - * @description: Object.defineProperty - desc.enumerable and name.enumerable are boolean negation of each other (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-80.js + * @description Object.defineProperty - desc.enumerable and name.enumerable are boolean negation of each other (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-81.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-81.js index 8bd3c1124d..be721fa29c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-81.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-81.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-81.js; - * @description: Object.defineProperty - both desc.configurable and name.configurable are booleans with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-81.js + * @description Object.defineProperty - both desc.configurable and name.configurable are booleans with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-1.js index 8d6b2b1c99..636dfcd846 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-1.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as false, 'name' property is a data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-1.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as false, 'name' property is a data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-10.js index 3c424fcbab..df144abf9f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-10.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute is false, 'name' property is an accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-10.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute is false, 'name' property is an accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-11.js index 0569a16abc..1c3e7361f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-11.js; - * @description: Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is an accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-11.js + * @description Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is an accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-12.js index 578b062ccc..a9f52e60c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-12.js; - * @description: Object.defineProperty - Update [[Enumerable]] attributes of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is an accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-12.js + * @description Object.defineProperty - Update [[Enumerable]] attributes of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is an accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-13.js index 89a4010430..4b28a5d6b4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-13.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as false, 'name' property is an index data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-13.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as false, 'name' property is an index data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-14.js index 48a4b52a34..041b23c482 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-14.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as false and [[Configurable]] attribute as true, 'name' property is an index data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-14.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as false and [[Configurable]] attribute as true, 'name' property is an index data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-15.js index 5000afe3b4..c38220e17b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-15.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Configurable]] attribute of 'name' property is true, the 'desc' is a generic descriptor which contains [[Configurable]] attribute as false, 'name' property is an index data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-15.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Configurable]] attribute of 'name' property is true, the 'desc' is a generic descriptor which contains [[Configurable]] attribute as false, 'name' property is an index data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-16.js index e152cfa273..a675201409 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-16.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute as false, 'name' property is an index data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-16.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute as false, 'name' property is an index data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-17.js index 7fc741c3b6..37f5059750 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-17.js; - * @description: Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is an index data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-17.js + * @description Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is an index data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-18.js index b8300b28b6..76d06eaa0c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-18.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is an index data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-18.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is an index data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-19.js index 4d5f882ab6..48188f2d65 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-19.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [Enumerable]] attribute as false and 'name' property is an index accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-19.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [Enumerable]] attribute as false and 'name' property is an index accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-2.js index 7ea8abee0d..3ea117b0d5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-2.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as false and [[Configurable]] attribute as true, 'name' property is a data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-2.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as false and [[Configurable]] attribute as true, 'name' property is a data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-20.js index b8ef7e578a..0b0298e7c2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-20.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [Enumerable]] attribute as false and [[Configurable]] property is true, 'name' property is an index accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-20.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [Enumerable]] attribute as false and [[Configurable]] property is true, 'name' property is an index accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-21.js index dd1ca9853d..a83c859b0b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-21.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Configurable]] attribute as false, 'name' property is an index accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-21.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Configurable]] attribute as false, 'name' property is an index accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-22.js index f056147497..1929278d13 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-22.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute is false, 'name' property is an index accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-22.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute is false, 'name' property is an index accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-23.js index 2d92d5c491..a94c7fbfe0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-23.js; - * @description: Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is an index accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-23.js + * @description Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is an index accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-24.js index 4e583b11ff..d37797344e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-24.js; - * @description: Object.defineProperty - Update [[Enumerable]] attributes of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is an index accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-24.js + * @description Object.defineProperty - Update [[Enumerable]] attributes of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is an index accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-3.js index 65efbbea66..4416701713 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-3.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Configurable]] attribute of 'name' property is true, the 'desc' is a generic descriptor which contains [[Configurable]] attribute as false, 'name' property is a data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-3.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Configurable]] attribute of 'name' property is true, the 'desc' is a generic descriptor which contains [[Configurable]] attribute as false, 'name' property is a data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-4.js index 279281f1c7..5bbbc2f624 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-4.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute as false, 'name' property is a data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-4.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] attribute as true and [[Configurable]] attribute as false, 'name' property is a data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-5.js index eef597d0cc..6ffdcab45c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-5.js; - * @description: Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is a data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-5.js + * @description Object.defineProperty - Update [[Enumerable]] and [[Configurable]] attributes of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [[Enumerable]] and [[Configurable]] attributes as false, 'name' property is a data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-6.js index 821febdd3b..ae2f08dabc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-6.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is a data property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-6.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to true successfully when [[Enumerable]] attribute of 'name' is false and [[Configurable]] attribute of 'name' is true, the 'desc' is a generic descriptor which only contains [[Enumerable]] attribute as true, 'name' property is a data property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-7.js index d1e246b578..69c2556fdb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-7.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [Enumerable]] attribute as false and 'name' property is an accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-7.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [Enumerable]] attribute as false and 'name' property is an accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-8.js index 8b9d10e3d8..0540136e70 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-8.js; - * @description: Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [Enumerable]] attribute as false and [[Configurable]] property is true, 'name' property is an accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-8.js + * @description Object.defineProperty - Update [[Enumerable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which contains [Enumerable]] attribute as false and [[Configurable]] property is true, 'name' property is an accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-9.js index e2580d4810..a2ef93eb5d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-9.js; - * @description: Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Configurable]] attribute as false, 'name' property is an accessor property (8.12.9 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82-9.js + * @description Object.defineProperty - Update [[Configurable]] attribute of 'name' property to false successfully when [[Enumerable]] and [[Configurable]] attributes of 'name' property are true, the 'desc' is a generic descriptor which only contains [[Configurable]] attribute as false, 'name' property is an accessor property (8.12.9 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82.js index c03ada8c16..27c92e0d5e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82.js; - * @description: Object.defineProperty - desc.configurable and name.configurable are boolean negation of each other (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-82.js + * @description Object.defineProperty - desc.configurable and name.configurable are boolean negation of each other (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-83.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-83.js index be9d9fba1d..42bc4f904f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-83.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-83.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-83.js; - * @description: Object.defineProperty will not throw TypeError if name.configurable = false, name.writable = false, name.value = undefined and desc.value = undefined (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-83.js + * @description Object.defineProperty will not throw TypeError if name.configurable = false, name.writable = false, name.value = undefined and desc.value = undefined (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-84.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-84.js index 82761e00cf..cc86a89fc5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-84.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-84.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-84.js; - * @description: Object.defineProperty will not throw TypeError if name.configurable = false, name.writable = false, name.value = null and desc.value = null (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-84.js + * @description Object.defineProperty will not throw TypeError if name.configurable = false, name.writable = false, name.value = null and desc.value = null (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-85.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-85.js index 95b9839786..8c14da38a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-85.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-85.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-85.js; - * @description: Object.defineProperty will not throw TypeError if name.configurable = false, name.writable = false, name.value = NaN and desc.value = NaN (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-85.js + * @description Object.defineProperty will not throw TypeError if name.configurable = false, name.writable = false, name.value = NaN and desc.value = NaN (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-86.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-86.js index 5e3ab54149..fd2f216797 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-86.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-86.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-86.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value = +0 and name.value = -0 (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-86.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value = +0 and name.value = -0 (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-87.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-87.js index 541b608c5a..76b2774b60 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-87.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-87.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-87.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value = -0 and name.value = +0 (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-87.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value = -0 and name.value = +0 (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-88.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-88.js index 1fa4f92914..0f8e1557f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-88.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-88.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-88.js; - * @description: Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two numbers with the same value (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-88.js + * @description Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two numbers with the same value (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-89.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-89.js index 135bad04ce..0913948445 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-89.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-89.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-89.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two numbers with different values (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-89.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two numbers with different values (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-9.js index 14db94cd32..03d4e8f372 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-9.js @@ -24,8 +24,8 @@ * current.[[Enumerable]] and desc.[[Enumerable]] are the boolean negations * of each other. * - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-9.js; - * @description: Object.defineProperty throws TypeError when changing [[Enumerable]] from true to false on non-configurable data properties; + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-9.js + * @description Object.defineProperty throws TypeError when changing [[Enumerable]] from true to false on non-configurable data properties */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-90.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-90.js index 64160ae0c3..01362263d7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-90.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-90.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-90.js; - * @description: Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two strings with the same value (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-90.js + * @description Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two strings with the same value (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-91.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-91.js index 884d474317..3b196b868c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-91.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-91.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-91.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two strings with different values (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-91.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two strings with different values (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-92.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-92.js index bcd24f979a..e069fd8a87 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-92.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-92.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-92.js; - * @description: Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two booleans with the same value (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-92.js + * @description Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two booleans with the same value (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-93.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-93.js index dd1ae3d5c4..e6497f72e5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-93.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-93.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-93.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two booleans with different values (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-93.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two booleans with different values (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-94.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-94.js index 0fd9a5e8b4..6516538f43 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-94.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-94.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-94.js; - * @description: Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two Objects refer to the same object (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-94.js + * @description Object.defineProperty will not throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two Objects refer to the same object (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-95.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-95.js index 02fc2e98b8..16668db552 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-95.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-95.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-95.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two objects which refer to the different objects (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-95.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.writable = false, desc.value and name.value are two objects which refer to the different objects (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-96.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-96.js index 16f267fdd5..8121a1b1bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-96.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-96.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-96.js; - * @description: Object.defineProperty will not throw TypeError when name.configurable = false, both desc.[[Set]] and name.[[Set]] are two objects which refer to the same object (8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-96.js + * @description Object.defineProperty will not throw TypeError when name.configurable = false, both desc.[[Set]] and name.[[Set]] are two objects which refer to the same object (8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-97.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-97.js index 29559f230f..ebd34047a2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-97.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-97.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-97.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.[[Set]] is undefined, desc.[[Set]] refers to an object (8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-97.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.[[Set]] is undefined, desc.[[Set]] refers to an object (8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-98.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-98.js index 82ea06b73f..1a23ca0f98 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-98.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-98.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-98.js; - * @description: Object.defineProperty will not throw TypeError when name.configurable = false, both desc.[[Get]] and name.[[Get]] are two objects which refer to the same object (8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-98.js + * @description Object.defineProperty will not throw TypeError when name.configurable = false, both desc.[[Get]] and name.[[Get]] are two objects which refer to the same object (8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-99.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-99.js index b9800e9fd6..a427a4a2d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-99.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-99.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-99.js; - * @description: Object.defineProperty will throw TypeError when name.configurable = false, name.[[Get]] is undefined, desc.[[Get]] refers to an object (8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-99.js + * @description Object.defineProperty will throw TypeError when name.configurable = false, name.[[Get]] is undefined, desc.[[Get]] refers to an object (8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-1.js index 916e0d3890..60bb469f1d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-1.js; - * @description: Object.defineProperties must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-1.js + * @description Object.defineProperties must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-2.js index 8b333a6724..20ee670816 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-2.js; - * @description: Object.defineProperties must exist as a function taking 2 parameters; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-0-2.js + * @description Object.defineProperties must exist as a function taking 2 parameters */ -assertTrue(Object.defineProperties.length === 2); +assertTruthy(Object.defineProperties.length === 2); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-1.js index 109b2e297c..8bc3697b58 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-1.js; - * @description: Object.defineProperties throws TypeError if 'O' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-1.js + * @description Object.defineProperties throws TypeError if 'O' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-2.js index 6566c7ab79..16cfca0f75 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-2.js; - * @description: Object.defineProperties throws TypeError if 'O' is null; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-2.js + * @description Object.defineProperties throws TypeError if 'O' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-3.js index fe7d96f1b0..a4cdd748b5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-3.js; - * @description: Object.defineProperties throws TypeError if 'O' is a boolean; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-3.js + * @description Object.defineProperties throws TypeError if 'O' is a boolean */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-4.js index 38b78d94e8..2f8645b146 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-4.js; - * @description: Object.defineProperties throws TypeError if 'O' is a string; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1-4.js + * @description Object.defineProperties throws TypeError if 'O' is a string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1.js index 7452c8cbcb..bec64b1a62 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1.js; - * @description: Object.defineProperties throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-1.js + * @description Object.defineProperties throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-1.js index 35c3f3dbe1..06e2a971d3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-1.js; - * @description: Object.defineProperties throws TypeError if 'Properties' is null; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-1.js + * @description Object.defineProperties throws TypeError if 'Properties' is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-10.js index 80bbbe630c..6d33effe7b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-10.js; - * @description: Object.defineProperties - argument 'Properties' is an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-10.js + * @description Object.defineProperties - argument 'Properties' is an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-11.js index 0f6f9a61e0..7f8143a030 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-11.js; - * @description: Object.defineProperties - argument 'Properties' is the Math object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-11.js + * @description Object.defineProperties - argument 'Properties' is the Math object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-12.js index 0d8a0ceaf1..f554baf2d3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-12.js; - * @description: Object.defineProperties - argument 'Properties' is a Date object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-12.js + * @description Object.defineProperties - argument 'Properties' is a Date object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-13.js index c86da79255..bbb67b7eb9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-13.js; - * @description: Object.defineProperties - argument 'Properties' is a RegExp object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-13.js + * @description Object.defineProperties - argument 'Properties' is a RegExp object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-14.js index ff7635f6e1..07cf8419e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-14.js; - * @description: Object.defineProperties - argument 'Properties' is the JSON object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-14.js + * @description Object.defineProperties - argument 'Properties' is the JSON object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-15.js index b582a38ffa..cd6f1bff51 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-15.js; - * @description: Object.defineProperties - argument 'Properties' is an Error object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-15.js + * @description Object.defineProperties - argument 'Properties' is an Error object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-16.js index 98f6f248f5..c0c391f764 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-16.js; - * @description: Object.defineProperties - argument 'Properties' is the Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-16.js + * @description Object.defineProperties - argument 'Properties' is the Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-18.js index efa8566827..6fd82a19b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-18.js; - * @description: Object.defineProperties - argument 'Properties' is the global object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-18.js + * @description Object.defineProperties - argument 'Properties' is the global object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-2.js index 3ed61a20cf..e536713468 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-2.js; - * @description: Object.defineProperties throws TypeError if 'Properties' is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-2.js + * @description Object.defineProperties throws TypeError if 'Properties' is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-3.js index 17eb9081a2..98525aba96 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-3.js; - * @description: Object.defineProperties - argument 'Properties' is a boolean whose value is false; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-3.js + * @description Object.defineProperties - argument 'Properties' is a boolean whose value is false */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-4.js index 401b3dfc8a..1578a6dc07 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-4.js; - * @description: Object.defineProperties - argument 'Properties' is a Boolean object whose primitive value is true; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-4.js + * @description Object.defineProperties - argument 'Properties' is a Boolean object whose primitive value is true */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-5.js index f1fc0f0ac2..db5b231afe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-5.js; - * @description: Object.defineProperties - argument 'Properties' is any interesting number; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-5.js + * @description Object.defineProperties - argument 'Properties' is any interesting number */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-6.js index a2a78066a4..c60aaf4630 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-6.js; - * @description: Object.defineProperties - argument 'Properties' is a Number object whose primitive value is any interesting number; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-6.js + * @description Object.defineProperties - argument 'Properties' is a Number object whose primitive value is any interesting number */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-7.js index 79c199d19e..53ed904782 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-7.js; - * @description: Object.defineProperties - argument 'Properties' is a string whose value is any interesting string; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-7.js + * @description Object.defineProperties - argument 'Properties' is a string whose value is any interesting string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-8.js index d8ac0b00e8..d970b79022 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-8.js; - * @description: Object.defineProperties - argument 'Properties' is a String object whose primitive value is any interesting string; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-8.js + * @description Object.defineProperties - argument 'Properties' is a String object whose primitive value is any interesting string */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-9.js index 3d80325007..01a05d51d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-9.js; - * @description: Object.defineProperties - argument 'Properties' is a Function object; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-2-9.js + * @description Object.defineProperties - argument 'Properties' is a Function object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-1.js index 92c460f50a..93fdbf3855 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-1.js; - * @description: Object.defineProperties - enumerable own data property of 'Properties' is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-1.js + * @description Object.defineProperties - enumerable own data property of 'Properties' is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-2.js index 2684822fd5..c25ab5fdf2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-2.js; - * @description: Object.defineProperties - own data property of 'Properties' which is not enumerable is not defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-2.js + * @description Object.defineProperties - own data property of 'Properties' which is not enumerable is not defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-3.js index 3d883228a8..22c10994ae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-3.js; - * @description: Object.defineProperties - enumerable inherited data property of 'Properties' is not defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-3.js + * @description Object.defineProperties - enumerable inherited data property of 'Properties' is not defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-4.js index e8083dabf0..c48fe606c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-4.js; - * @description: Object.defineProperties - enumerable own accessor property of 'Properties' is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-4.js + * @description Object.defineProperties - enumerable own accessor property of 'Properties' is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-5.js index c941aae257..66830e5853 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-5.js; - * @description: Object.defineProperties - own accessor property of 'Properties' which is not enumerable is not defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-5.js + * @description Object.defineProperties - own accessor property of 'Properties' which is not enumerable is not defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-6.js index f678b8db87..ce405c340c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-6.js; - * @description: Object.defineProperties - enumerable inherited accessor property of 'Properties' is not defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-6.js + * @description Object.defineProperties - enumerable inherited accessor property of 'Properties' is not defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-7.js index ca532d1d86..cfdfc06de2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-7.js; - * @description: Object.defineProperties - no additional property is defined in 'O' when 'Properties' doesn't contain enumerable own property ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-7.js + * @description Object.defineProperties - no additional property is defined in 'O' when 'Properties' doesn't contain enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-8.js index eb5b096093..ac4ebd3c76 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-8.js; - * @description: Object.defineProperties - no additional property is defined in 'O' when 'Properties' doesn't contain enumerable own property ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-3-8.js + * @description Object.defineProperties - no additional property is defined in 'O' when 'Properties' doesn't contain enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-1.js index 398ee8c3d3..3297cbad44 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-1.js; - * @description: Object.defineProperties - 'P' is own data property that overrides enumerable inherited data property of 'Properties' is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-1.js + * @description Object.defineProperties - 'P' is own data property that overrides enumerable inherited data property of 'Properties' is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-10.js index aaf170a634..81ba47e30e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-10.js; - * @description: Object.defineProperties - 'Properties' is a Boolean object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-10.js + * @description Object.defineProperties - 'Properties' is a Boolean object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-11.js index 343ef59f78..6ad3f734a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-11.js; - * @description: Object.defineProperties - 'Properties' is a Number object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-11.js + * @description Object.defineProperties - 'Properties' is a Number object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-12.js index 055fcb697c..c4a2f4d843 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-12.js; - * @description: Object.defineProperties - 'Properties' is the Math object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-12.js + * @description Object.defineProperties - 'Properties' is the Math object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-13.js index 99a08164dd..3de849b482 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-13.js; - * @description: Object.defineProperties - 'Properties' is a Date object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-13.js + * @description Object.defineProperties - 'Properties' is a Date object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-14.js index 7c96cf4609..503d548c73 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-14.js; - * @description: Object.defineProperties - 'Properties' is a RegExp object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-14.js + * @description Object.defineProperties - 'Properties' is a RegExp object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-15.js index 7e729986c3..5199bb0c4a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-15.js; - * @description: Object.defineProperties - 'Properties' is the JSON object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-15.js + * @description Object.defineProperties - 'Properties' is the JSON object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-16.js index 6a56c34650..a54aece433 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-16.js; - * @description: Object.defineProperties - 'Properties' is an Error object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-16.js + * @description Object.defineProperties - 'Properties' is an Error object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-17.js index c262103bb4..ed66203594 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-17.js; - * @description: Object.defineProperties - 'Properties' is the Arguments object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-17.js + * @description Object.defineProperties - 'Properties' is the Arguments object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-2.js index ba772390e4..9ff2ab7593 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-2.js; - * @description: Object.defineProperties - 'P' is own data property that overrides enumerable inherited accessor property of 'Properties' is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-2.js + * @description Object.defineProperties - 'P' is own data property that overrides enumerable inherited accessor property of 'Properties' is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-3.js index 19872657b4..3c679000b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-3.js; - * @description: Object.defineProperties - enumerable own accessor property of 'Properties' that overrides enumerable inherited data property of 'Properties' is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-3.js + * @description Object.defineProperties - enumerable own accessor property of 'Properties' that overrides enumerable inherited data property of 'Properties' is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-4.js index d8d0a2458d..f7f4827361 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-4.js; - * @description: Object.defineProperties - enumerable own accessor property of 'Properties' that overrides enumerable inherited accessor property of 'Properties' is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-4.js + * @description Object.defineProperties - enumerable own accessor property of 'Properties' that overrides enumerable inherited accessor property of 'Properties' is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-5.js index 18ab414026..649e050058 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-5.js; - * @description: Object.defineProperties - enumerable own accessor property of 'Properties' without a get function is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-5.js + * @description Object.defineProperties - enumerable own accessor property of 'Properties' without a get function is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-6.js index e05e92cd9e..eafec607e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-6.js; - * @description: Object.defineProperties - enumerable own accessor property of 'Properties' without a get function that overrides enumerable inherited accessor property of 'Properties' is defined in 'O' ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-6.js + * @description Object.defineProperties - enumerable own accessor property of 'Properties' without a get function that overrides enumerable inherited accessor property of 'Properties' is defined in 'O' */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-7.js index f834ad6411..8dcad51c79 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-7.js; - * @description: Object.defineProperties - 'Properties' is a Function object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-7.js + * @description Object.defineProperties - 'Properties' is a Function object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-8.js index 0312a53572..ff1033a8a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-8.js; - * @description: Object.defineProperties - 'Properties' is an Array object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-8.js + * @description Object.defineProperties - 'Properties' is an Array object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-9.js index c2d4018c58..0377587ef6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-9.js; - * @description: Object.defineProperties - 'Properties' is a String object which implements its own [[Get]] method to get enumerable own property; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-a-9.js + * @description Object.defineProperties - 'Properties' is a String object which implements its own [[Get]] method to get enumerable own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-1.js index b569c0a060..0f147e9443 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-1.js; - * @description: Object.defineProperties - 'descObj' is undefined (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-1.js + * @description Object.defineProperties - 'descObj' is undefined (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-10.js index 32c0a498ab..331d1d8b80 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-10.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-10.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-100.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-100.js index 6640df6d0a..d2b2098f3c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-100.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-100.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-100.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is Boolean object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-100.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is Boolean object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-101.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-101.js index 35f549d4c0..b92fa22add 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-101.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-101.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-101.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is Number object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-101.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is Number object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-102.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-102.js index 0dcaa30c94..359368923b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-102.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-102.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-102.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is the Math object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-102.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is the Math object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-103.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-103.js index 028e14245a..83804972fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-103.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-103.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-103.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is Date object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-103.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is Date object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-104.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-104.js index 1bba146786..4268058fe4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-104.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-104.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-104.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is RegExp object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-104.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is RegExp object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-105.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-105.js index d07b6b6906..6b321f8527 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-105.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-105.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-105.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is the JSON object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-105.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is the JSON object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-106.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-106.js index f24777e9f5..064141e318 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-106.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-106.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-106.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is Error object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-106.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is Error object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-107.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-107.js index 8e2e3678e9..81045da14a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-107.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-107.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-107.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is the Argument object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-107.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is the Argument object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-109.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-109.js index d2e4e25f3a..1bb0bc9b9d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-109.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-109.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-109.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is the global object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-109.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is the global object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-11.js index 3d171e0fac..7c6250871f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-11.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-11.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-110.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-110.js index 925ecc866d..4fac293d96 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-110.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-110.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-110.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is a string (value is 'false') which is treated as true value (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-110.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is a string (value is 'false') which is treated as true value (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-111.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-111.js index a82030c641..035b0589cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-111.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-111.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-111.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is new Boolean(false) which is treated as true value (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-111.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is new Boolean(false) which is treated as true value (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-112.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-112.js index 35f5012fb6..3c2efad280 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-112.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-112.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-112.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is present (8.10.5 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-112.js + * @description Object.defineProperties - 'value' property of 'descObj' is present (8.10.5 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-113.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-113.js index 3195d5dfeb..5412bd8b6a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-113.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-113.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-113.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is not present (8.10.5 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-113.js + * @description Object.defineProperties - 'value' property of 'descObj' is not present (8.10.5 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-114.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-114.js index ce848e859e..46eda5ccfb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-114.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-114.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-114.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-114.js + * @description Object.defineProperties - 'value' property of 'descObj' is own data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-115.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-115.js index 02ec5c0f5e..1542957911 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-115.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-115.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-115.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-115.js + * @description Object.defineProperties - 'value' property of 'descObj' is inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-116.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-116.js index b7b0cb3d34..49bd35aae5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-116.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-116.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-116.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-116.js + * @description Object.defineProperties - 'value' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-117.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-117.js index 5cb3c7c2e1..5a55a3ee47 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-117.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-117.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-117.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-117.js + * @description Object.defineProperties - 'value' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-118.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-118.js index bc5163e6cd..4407c5154c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-118.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-118.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-118.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-118.js + * @description Object.defineProperties - 'value' property of 'descObj' is own accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-119.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-119.js index 5d21cc1495..fa99a1a0b9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-119.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-119.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-119.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-119.js + * @description Object.defineProperties - 'value' property of 'descObj' is inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-12.js index d95a862839..60f2b77142 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-12.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-12.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-120.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-120.js index 1dd187141a..18a1f3bb4a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-120.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-120.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-120.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-120.js + * @description Object.defineProperties - 'value' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-121.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-121.js index 5d77b6dae8..20d402cd21 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-121.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-121.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-121.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-121.js + * @description Object.defineProperties - 'value' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-122.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-122.js index fe5237ce92..198ba7fb5a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-122.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-122.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-122.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own accessor property without a get function (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-122.js + * @description Object.defineProperties - 'value' property of 'descObj' is own accessor property without a get function (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-123.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-123.js index eb0c33d6c8..a1777d8221 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-123.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-123.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-123.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-123.js + * @description Object.defineProperties - 'value' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-124.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-124.js index dbd6d3c6a1..2e1a1e5124 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-124.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-124.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-124.js; - * @description: Object.defineProperties - 'value' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-124.js + * @description Object.defineProperties - 'value' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-125.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-125.js index e3fa74e246..65c4d70368 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-125.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-125.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-125.js; - * @description: Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-125.js + * @description Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-126.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-126.js index ece4f3c15b..6ed19754c6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-126.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-126.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-126.js; - * @description: Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-126.js + * @description Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-127.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-127.js index 4c5fa497d0..356273ec20 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-127.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-127.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-127.js; - * @description: Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-127.js + * @description Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-128.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-128.js index 83b99fa104..b5e851b3c0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-128.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-128.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-128.js; - * @description: Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-128.js + * @description Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-129.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-129.js index d7a6f9d9fe..8a5c418b28 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-129.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-129.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-129.js; - * @description: Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-129.js + * @description Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-13.js index 2068132962..5b86200721 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-13.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-13.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-130.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-130.js index a7fd0056d5..a8cbdd1940 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-130.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-130.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-130.js; - * @description: Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-130.js + * @description Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-131.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-131.js index fa4e857a80..6a2f4832f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-131.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-131.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-131.js; - * @description: Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-131.js + * @description Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-132.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-132.js index 9b84402588..536983ba58 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-132.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-132.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-132.js; - * @description: Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-132.js + * @description Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-133.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-133.js index 6956881b1f..3d43c69ba2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-133.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-133.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-133.js; - * @description: Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-133.js + * @description Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-134.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-134.js index ea6244ab92..99acf67f05 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-134.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-134.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-134.js; - * @description: Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-134.js + * @description Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-135.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-135.js index 8119c3997e..bd66728cd6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-135.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-135.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-135.js; - * @description: Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-135.js + * @description Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-137.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-137.js index 12a3f8b1fe..c6a5bbe00c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-137.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-137.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-137.js; - * @description: Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-137.js + * @description Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'value' property (8.10.5 step 5.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-138.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-138.js index 3bcf1f271b..5575897000 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-138.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-138.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-138.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is present (8.10.5 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-138.js + * @description Object.defineProperties - 'writable' property of 'descObj' is present (8.10.5 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-139.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-139.js index b68e7e9859..7c2ff9ecef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-139.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-139.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-139.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is not present (8.10.5 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-139.js + * @description Object.defineProperties - 'writable' property of 'descObj' is not present (8.10.5 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-14.js index 9fcf82368b..c63ebc9922 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-14.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-14.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-140.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-140.js index bd1eb39580..9e0de5d7d8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-140.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-140.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-140.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-140.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-141.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-141.js index 71e8056ac0..3126bf36ce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-141.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-141.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-141.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-141.js + * @description Object.defineProperties - 'writable' property of 'descObj' is inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-142.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-142.js index 9bc273a293..0a7081f4b7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-142.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-142.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-142.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-142.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-143.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-143.js index 60febc5a87..510bc1ad23 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-143.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-143.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-143.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-143.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-144.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-144.js index 990fb5da63..9e29e0145d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-144.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-144.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-144.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-144.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-145.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-145.js index a9b580d893..434c17d2c4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-145.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-145.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-145.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-145.js + * @description Object.defineProperties - 'writable' property of 'descObj' is inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-146.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-146.js index 62968cfa56..99b391c021 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-146.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-146.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-146.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-146.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-147.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-147.js index 53770945e8..92a5f9bbf3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-147.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-147.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-147.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-147.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-148.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-148.js index c62131a0a9..6700c195d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-148.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-148.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-148.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own accessor property without a get function (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-148.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own accessor property without a get function (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-149.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-149.js index e0d83a9609..b1a5e4c12c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-149.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-149.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-149.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-149.js + * @description Object.defineProperties - 'writable' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-15.js index 8283e70013..e97270ab51 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-15.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-15.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-150.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-150.js index 07403cda02..59475716b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-150.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-150.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-150.js; - * @description: Object.defineProperties - 'writable' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-150.js + * @description Object.defineProperties - 'writable' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-151.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-151.js index 6b5d76485d..2a66bcba0b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-151.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-151.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-151.js; - * @description: Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-151.js + * @description Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-152.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-152.js index f73c99ccf4..d8c15168ea 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-152.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-152.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-152.js; - * @description: Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-152.js + * @description Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-153.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-153.js index c497e6d01e..34f1507982 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-153.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-153.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-153.js; - * @description: Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-153.js + * @description Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-154.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-154.js index 4699c77061..e12085b730 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-154.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-154.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-154.js; - * @description: Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-154.js + * @description Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-155.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-155.js index 940f4b207b..5c52a69c62 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-155.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-155.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-155.js; - * @description: Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-155.js + * @description Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-156.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-156.js index b24b391d76..2baf84377d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-156.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-156.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-156.js; - * @description: Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-156.js + * @description Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-157.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-157.js index 59e0e03dd5..3012a354cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-157.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-157.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-157.js; - * @description: Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-157.js + * @description Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-158.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-158.js index a878e1e6d5..a4b39c20ce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-158.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-158.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-158.js; - * @description: Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-158.js + * @description Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-159.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-159.js index 31f71d0e3f..70801cee08 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-159.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-159.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-159.js; - * @description: Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-159.js + * @description Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-16.js index c0cfdcd37a..bc9fa41157 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-16.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property without a get function (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-16.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property without a get function (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-160.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-160.js index b3b2a745da..324c9820bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-160.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-160.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-160.js; - * @description: Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-160.js + * @description Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-161.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-161.js index 08b0b67f8b..f52e90f272 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-161.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-161.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-161.js; - * @description: Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-161.js + * @description Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-163.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-163.js index fec75b6a1e..6b46736e79 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-163.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-163.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-163.js; - * @description: Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-163.js + * @description Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'writable' property (8.10.5 step 6.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-164.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-164.js index 9a3028aa61..2f6626ebf5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-164.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-164.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-164.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is undefined (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-164.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is undefined (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-165.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-165.js index 7990030457..8e4b58f57f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-165.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-165.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-165.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is null (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-165.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is null (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-166.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-166.js index b368de6ace..b6f98ca774 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-166.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-166.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-166.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is true (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-166.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is true (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-167.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-167.js index 23122a53b3..7dd9dc491c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-167.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-167.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-167.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is false (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-167.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is false (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-168.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-168.js index ced62fdf2f..a89ff74349 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-168.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-168.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-168.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is 0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-168.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is 0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-169.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-169.js index 1d42b2a721..ec04152bdb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-169.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-169.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-169.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is +0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-169.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is +0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-17.js index 9497db6d2c..d54dada078 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-17.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-17.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-170.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-170.js index 6652191fce..476f906eab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-170.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-170.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-170.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is -0 (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-170.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is -0 (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-171.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-171.js index e34f1529fe..14e12f39d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-171.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-171.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-171.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is NaN (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-171.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is NaN (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-172.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-172.js index 2a6935f4f8..2b7afc317e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-172.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-172.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-172.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is positive number (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-172.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is positive number (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-173.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-173.js index 9fbd89c15c..3cfb27cd19 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-173.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-173.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-173.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is negative number (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-173.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is negative number (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-174.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-174.js index cae419647b..53f921ba5a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-174.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-174.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-174.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is empty string (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-174.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is empty string (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-175.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-175.js index 8ee7a343d2..a7f91e9569 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-175.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-175.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-175.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is non-empty string (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-175.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is non-empty string (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-176.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-176.js index 4b3afe3b29..ef852e4d13 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-176.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-176.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-176.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is Function object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-176.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is Function object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-177.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-177.js index 78a3425519..55386785c8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-177.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-177.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-177.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is Array object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-177.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is Array object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-178.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-178.js index e5c512c6de..520492157d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-178.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-178.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-178.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is String object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-178.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is String object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-179.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-179.js index 4109af64bb..2d9de2ff8f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-179.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-179.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-179.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is Boolean object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-179.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is Boolean object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-18.js index 7878e92ba8..af78a84ce6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-18.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-18.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-180.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-180.js index a9b9185776..98461eb720 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-180.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-180.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-180.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is Number object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-180.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is Number object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-181.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-181.js index 5bd7ef7475..c064fbf2ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-181.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-181.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-181.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is the Math object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-181.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is the Math object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-182.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-182.js index c927aa6694..deb6c2e1fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-182.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-182.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-182.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is Date object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-182.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is Date object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-183.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-183.js index b093def528..a235b9e6a2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-183.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-183.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-183.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is RegExp object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-183.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is RegExp object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-184.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-184.js index d1d05fd5a6..4ed851a567 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-184.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-184.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-184.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is the JSON object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-184.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is the JSON object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-185.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-185.js index d2999c98e0..47414ff652 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-185.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-185.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-185.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is Error object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-185.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is Error object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-186.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-186.js index 0e2686f4cb..e44c0f9029 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-186.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-186.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-186.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is the Argument object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-186.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is the Argument object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-188.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-188.js index 275d54a2f2..a9d0753248 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-188.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-188.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-188.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is the global object (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-188.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is the global object (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-189.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-189.js index 70038c0a95..7982e5b752 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-189.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-189.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-189.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is a string (value is 'false') which is treated as true value (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-189.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is a string (value is 'false') which is treated as true value (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-19.js index 3d985ca231..a8e56cb37e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-19.js; - * @description: Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-19.js + * @description Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-190.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-190.js index 5fb2d302fc..fe93fb2f75 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-190.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-190.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-190.js; - * @description: Object.defineProperties - value of 'writable' property of 'descObj' is new Boolean(false) which is treated as true value (8.10.5 step 6.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-190.js + * @description Object.defineProperties - value of 'writable' property of 'descObj' is new Boolean(false) which is treated as true value (8.10.5 step 6.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-191.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-191.js index 68da94a5df..fc59533bfe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-191.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-191.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-191.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is present (8.10.5 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-191.js + * @description Object.defineProperties - 'get' property of 'descObj' is present (8.10.5 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-192.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-192.js index a18d41fca7..61f828ccf6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-192.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-192.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-192.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is not present (8.10.5 step 7); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-192.js + * @description Object.defineProperties - 'get' property of 'descObj' is not present (8.10.5 step 7) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-193.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-193.js index d249404cb2..2857120a40 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-193.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-193.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-193.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-193.js + * @description Object.defineProperties - 'get' property of 'descObj' is own data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-194.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-194.js index aacb26ca6e..6d8d420525 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-194.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-194.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-194.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-194.js + * @description Object.defineProperties - 'get' property of 'descObj' is inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-195.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-195.js index a0adef7c30..4e6ec1f1d4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-195.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-195.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-195.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-195.js + * @description Object.defineProperties - 'get' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-196.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-196.js index 0f75671781..e9f65e05db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-196.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-196.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-196.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-196.js + * @description Object.defineProperties - 'get' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-197.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-197.js index bfd0f1caa0..6ee35e7bc7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-197.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-197.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-197.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-197.js + * @description Object.defineProperties - 'get' property of 'descObj' is own accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-198.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-198.js index 9d41cecb3b..f5ca5dff5b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-198.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-198.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-198.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-198.js + * @description Object.defineProperties - 'get' property of 'descObj' is inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-199.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-199.js index 7a1a0ff809..059cbaa5fa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-199.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-199.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-199.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-199.js + * @description Object.defineProperties - 'get' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-2.js index bee4d43657..03c3812dde 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-2.js; - * @description: Object.defineProperties - 'descObj' is null (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-2.js + * @description Object.defineProperties - 'descObj' is null (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-20.js index 624935e86f..bd275afedf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-20.js; - * @description: Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-20.js + * @description Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-200.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-200.js index d3856cc6e6..1fab72e6d2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-200.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-200.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-200.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-200.js + * @description Object.defineProperties - 'get' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-201.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-201.js index 9594f40228..f49aea9607 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-201.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-201.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-201.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own accessor property without a get function (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-201.js + * @description Object.defineProperties - 'get' property of 'descObj' is own accessor property without a get function (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-202.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-202.js index 3c6b5abbd7..a91b8d34a9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-202.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-202.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-202.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-202.js + * @description Object.defineProperties - 'get' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-203.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-203.js index 0b013f775e..f2adb3e33b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-203.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-203.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-203.js; - * @description: Object.defineProperties - 'get' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-203.js + * @description Object.defineProperties - 'get' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-204.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-204.js index d040414127..5ae2f47561 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-204.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-204.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-204.js; - * @description: Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-204.js + * @description Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-205.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-205.js index 1b54e49ba8..60b87626b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-205.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-205.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-205.js; - * @description: Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-205.js + * @description Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-206.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-206.js index 0bb0137748..2052a1afcd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-206.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-206.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-206.js; - * @description: Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-206.js + * @description Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-207.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-207.js index f0ff23573b..7772dda7ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-207.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-207.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-207.js; - * @description: Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-207.js + * @description Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-208.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-208.js index 15846d19a7..3b01fed655 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-208.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-208.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-208.js; - * @description: Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-208.js + * @description Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-209.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-209.js index 1d548f620d..0b1a4616b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-209.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-209.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-209.js; - * @description: Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-209.js + * @description Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-21.js index 04470ebc8e..c9b5ac658d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-21.js; - * @description: Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-21.js + * @description Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-210.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-210.js index a2229fb349..693c374c9c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-210.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-210.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-210.js; - * @description: Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-210.js + * @description Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-211.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-211.js index 692670a23a..e0c4f7eb3b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-211.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-211.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-211.js; - * @description: Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-211.js + * @description Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-212.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-212.js index de36a03e6d..8297946698 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-212.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-212.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-212.js; - * @description: Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-212.js + * @description Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-213.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-213.js index deee003bc8..904dfc43d7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-213.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-213.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-213.js; - * @description: Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-213.js + * @description Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-214.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-214.js index ae71b15b5d..ea61e3a6f6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-214.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-214.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-214.js; - * @description: Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-214.js + * @description Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-216.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-216.js index 57f3f128b3..cde15c280b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-216.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-216.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-216.js; - * @description: Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-216.js + * @description Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'get' property (8.10.5 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-217.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-217.js index 167c053e77..689143ac72 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-217.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-217.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-217.js; - * @description: Object.defineProperties - value of 'get' property of 'descObj' is undefined (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-217.js + * @description Object.defineProperties - value of 'get' property of 'descObj' is undefined (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-218.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-218.js index ee6aeb65c0..84f0a527e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-218.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-218.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-218.js; - * @description: Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is null) (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-218.js + * @description Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is null) (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-219.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-219.js index 05411b3e8f..8fc8e60045 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-219.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-219.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-219.js; - * @description: Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is boolean) (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-219.js + * @description Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is boolean) (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-22.js index a0fdc9acef..163ea7fde5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-22.js; - * @description: Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-22.js + * @description Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-220.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-220.js index da4033c8bf..4ac9aa309f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-220.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-220.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-220.js; - * @description: Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is number) (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-220.js + * @description Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is number) (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-221.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-221.js index 62c2264f18..082a7cfbd7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-221.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-221.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-221.js; - * @description: Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is string) (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-221.js + * @description Object.defineProperties - value of 'get' property of 'descObj' is primitive values( value is string) (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-222.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-222.js index 4988404eff..598feaa93c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-222.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-222.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-222.js; - * @description: Object.defineProperties - value of 'get' property of 'descObj' is applied to Array object (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-222.js + * @description Object.defineProperties - value of 'get' property of 'descObj' is applied to Array object (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-223.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-223.js index a5bf1999d7..cc81c5bd18 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-223.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-223.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-223.js; - * @description: Object.defineProperties - value of 'get' property of 'descObj' is a function (8.10.5 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-223.js + * @description Object.defineProperties - value of 'get' property of 'descObj' is a function (8.10.5 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-226.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-226.js index be60fd6963..39feb69a29 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-226.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-226.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-226.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is present (8.10.5 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-226.js + * @description Object.defineProperties - 'set' property of 'descObj' is present (8.10.5 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-227.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-227.js index d47b5c6d07..dd81593003 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-227.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-227.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-227.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is not present (8.10.5 step 8); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-227.js + * @description Object.defineProperties - 'set' property of 'descObj' is not present (8.10.5 step 8) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-228.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-228.js index d29fa5fc69..fa96059cbc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-228.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-228.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-228.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-228.js + * @description Object.defineProperties - 'set' property of 'descObj' is own data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-229.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-229.js index 4876c0604f..03d11855eb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-229.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-229.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-229.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-229.js + * @description Object.defineProperties - 'set' property of 'descObj' is inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-23.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-23.js index 887c3b24c3..9fcfeb57ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-23.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-23.js; - * @description: Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-23.js + * @description Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-230.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-230.js index d4849daa4d..de52634a96 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-230.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-230.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-230.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-230.js + * @description Object.defineProperties - 'set' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-231.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-231.js index 804d8153cf..18d80a5199 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-231.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-231.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-231.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-231.js + * @description Object.defineProperties - 'set' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-232.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-232.js index eb3e586ec4..563d30558d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-232.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-232.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-232.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-232.js + * @description Object.defineProperties - 'set' property of 'descObj' is own accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-233.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-233.js index 80e7fdd32c..e92bae353b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-233.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-233.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-233.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-233.js + * @description Object.defineProperties - 'set' property of 'descObj' is inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-234.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-234.js index 70379ba094..84a0788d0d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-234.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-234.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-234.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-234.js + * @description Object.defineProperties - 'set' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-235.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-235.js index 1129717664..a8ee2e077a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-235.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-235.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-235.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-235.js + * @description Object.defineProperties - 'set' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-236.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-236.js index df42cc7291..6d21f78c6a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-236.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-236.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-236.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own accessor property without a get function (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-236.js + * @description Object.defineProperties - 'set' property of 'descObj' is own accessor property without a get function (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-237.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-237.js index a266e1d42a..acd41771da 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-237.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-237.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-237.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-237.js + * @description Object.defineProperties - 'set' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-238.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-238.js index 4649539cba..98ff2acba6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-238.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-238.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-238.js; - * @description: Object.defineProperties - 'set' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-238.js + * @description Object.defineProperties - 'set' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-239.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-239.js index da61a28092..9711dd8579 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-239.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-239.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-239.js; - * @description: Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-239.js + * @description Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-24.js index 58a20448d7..53e378efad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-24.js; - * @description: Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-24.js + * @description Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-240.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-240.js index 2366d411e3..8806aa067a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-240.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-240.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-240.js; - * @description: Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-240.js + * @description Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-241.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-241.js index 96da9b101b..9cea738333 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-241.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-241.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-241.js; - * @description: Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-241.js + * @description Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-242.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-242.js index f8a94ef04f..67c49c5e3d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-242.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-242.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-242.js; - * @description: Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-242.js + * @description Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-243.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-243.js index 81f9425cee..320d1dad3b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-243.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-243.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-243.js; - * @description: Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-243.js + * @description Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-244.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-244.js index 03993c757e..dab1a63cae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-244.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-244.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-244.js; - * @description: Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-244.js + * @description Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-245.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-245.js index fc3b213d89..ec531aba7d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-245.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-245.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-245.js; - * @description: Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-245.js + * @description Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-246.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-246.js index acd6de1c28..aac5bdbc6c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-246.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-246.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-246.js; - * @description: Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-246.js + * @description Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-247.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-247.js index 0dba9189ec..ad413f0577 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-247.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-247.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-247.js; - * @description: Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-247.js + * @description Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-248.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-248.js index 35a965a685..a357b47989 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-248.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-248.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-248.js; - * @description: Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-248.js + * @description Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-249.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-249.js index bdd41ee875..a556662ef7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-249.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-249.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-249.js; - * @description: Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-249.js + * @description Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'set' property (8.10.5 step 8.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-25.js index 0e80105c32..ab44574d02 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-25.js; - * @description: Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-25.js + * @description Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-252.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-252.js index 2fe01d4d6a..0a4bfc945a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-252.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-252.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-252.js; - * @description: Object.defineProperties - value of 'set' property of 'descObj' is undefined (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-252.js + * @description Object.defineProperties - value of 'set' property of 'descObj' is undefined (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-253.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-253.js index 151c16d5ab..28f2fb097f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-253.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-253.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-253.js; - * @description: Object.defineProperties - value of 'set' property of 'descObj' is primitive values null (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-253.js + * @description Object.defineProperties - value of 'set' property of 'descObj' is primitive values null (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-254.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-254.js index 0caa7557fc..fda70d7e8e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-254.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-254.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-254.js; - * @description: Object.defineProperties - value of 'set' property of 'descObj' is primitive values boolean (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-254.js + * @description Object.defineProperties - value of 'set' property of 'descObj' is primitive values boolean (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-255.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-255.js index be6e1f492f..8be80d43e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-255.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-255.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-255.js; - * @description: Object.defineProperties - value of 'set' property of 'descObj' is primitive values number (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-255.js + * @description Object.defineProperties - value of 'set' property of 'descObj' is primitive values number (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-256.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-256.js index 5208c39740..5410b6afd0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-256.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-256.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-256.js; - * @description: Object.defineProperties - value of 'set' property of 'descObj' is primitive values string (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-256.js + * @description Object.defineProperties - value of 'set' property of 'descObj' is primitive values string (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-257.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-257.js index f694acc9ed..440725aa96 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-257.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-257.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-257.js; - * @description: Object.defineProperties - value of 'set' property of 'descObj' is an interesting object other than a function (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-257.js + * @description Object.defineProperties - value of 'set' property of 'descObj' is an interesting object other than a function (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-258.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-258.js index 5eaa6b74ef..535becc179 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-258.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-258.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-258.js; - * @description: Object.defineProperties - value of 'set' property of 'descObj' is a function (8.10.5 step 8.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-258.js + * @description Object.defineProperties - value of 'set' property of 'descObj' is a function (8.10.5 step 8.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-26.js index cd62429f6b..18dbf5cbaf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-26.js; - * @description: Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-26.js + * @description Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-261.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-261.js index 07a148b700..4c4cf47098 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-261.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-261.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-261.js; - * @description: Object.defineProperties - TypeError is thrown if both 'set' property and 'value' property of 'descObj' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-261.js + * @description Object.defineProperties - TypeError is thrown if both 'set' property and 'value' property of 'descObj' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-262.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-262.js index 401c1ef06f..8e207abb31 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-262.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-262.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-262.js; - * @description: Object.defineProperties - TypeError is thrown if both 'set' property and 'writable' property of 'descObj' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-262.js + * @description Object.defineProperties - TypeError is thrown if both 'set' property and 'writable' property of 'descObj' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-263.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-263.js index 5d9e3c24d8..491ca399f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-263.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-263.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-263.js; - * @description: Object.defineProperties - TypeError is thrown if both 'get' property and 'value' property of 'descObj' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-263.js + * @description Object.defineProperties - TypeError is thrown if both 'get' property and 'value' property of 'descObj' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-264.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-264.js index b0bbd6e6b2..49203fa3bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-264.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-264.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-264.js; - * @description: Object.defineProperties - TypeError is thrown if both 'get' property and 'writable' property of 'descObj' are present (8.10.5 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-264.js + * @description Object.defineProperties - TypeError is thrown if both 'get' property and 'writable' property of 'descObj' are present (8.10.5 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-27.js index f2630fb2c6..76da88f671 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-27.js; - * @description: Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-27.js + * @description Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-28.js index 62b75ea5ce..58bee309be 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-28.js; - * @description: Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-28.js + * @description Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-29.js index 9b19f0164b..efbd2dcfa3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-29.js; - * @description: Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-29.js + * @description Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-3.js index 2cd54847fd..e6283c2493 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-3.js; - * @description: Object.defineProperties - 'descObj' is a boolean (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-3.js + * @description Object.defineProperties - 'descObj' is a boolean (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-31.js index de9b9b8453..4047b5aa9c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-31.js; - * @description: Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-31.js + * @description Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'enumerable' property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-32.js index 17b740cdba..2a3012d5bc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-32.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is undefined (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-32.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is undefined (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-33.js index ab92befe29..b588d72535 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-33.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is null (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-33.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is null (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-34.js index ed10ab4661..ebf9861da3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-34.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is true (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-34.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is true (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-35.js index 402d0bd2cc..d2a9f4f334 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-35.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is false (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-35.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is false (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-36.js index fcf635b732..0cbbedf9ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-36.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is 0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-36.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is 0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-37.js index 98f300d710..8709a035ae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-37.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is +0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-37.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is +0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-38.js index b78937d275..04e737864e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-38.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is -0 (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-38.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is -0 (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-39.js index 01f3b4a6d0..287700984a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-39.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is NaN (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-39.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is NaN (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-4.js index bfb13f481d..910a9af224 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-4.js; - * @description: Object.defineProperties - 'descObj' is a number (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-4.js + * @description Object.defineProperties - 'descObj' is a number (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-40.js index ee9bb89e0b..d0fb126210 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-40.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is positive number (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-40.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is positive number (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-41.js index 89b2c35248..9980065ce7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-41.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is negative number (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-41.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is negative number (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-42.js index 6c0f1adeb7..823161ad2d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-42.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is empty string (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-42.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is empty string (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-43.js index ae6be61d65..ed04dafb70 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-43.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is non-empty string (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-43.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is non-empty string (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-44.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-44.js index 3e596f17a8..5c19bfe745 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-44.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-44.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is a Function object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-44.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is a Function object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-45.js index 8a0ec3fe34..bb6701d275 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-45.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is an Array object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-45.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is an Array object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-46.js index 0a9fe7cf32..bc6109334d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-46.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is a String object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-46.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is a String object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-47.js index 08275b1544..0cc46c9759 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-47.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is a Boolean object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-47.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is a Boolean object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-48.js index 7ae779cdde..78fece651a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-48.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is a Number object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-48.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is a Number object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-49.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-49.js index 9cc4b67b84..c6b691a506 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-49.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-49.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is the Math object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-49.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is the Math object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-5.js index 6356ecfe6a..eb7703ba95 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-5.js; - * @description: Object.defineProperties - 'descObj' is a string (8.10.5 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-5.js + * @description Object.defineProperties - 'descObj' is a string (8.10.5 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-50.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-50.js index 4cedae14c7..cf19fd427e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-50.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-50.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is a Date object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-50.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is a Date object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-51.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-51.js index 0beb34073a..a214503928 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-51.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-51.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-51.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is a RegExp object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-51.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is a RegExp object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-52.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-52.js index 4dc0d600fe..bdc1c7776f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-52.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-52.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-52.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is the JSON object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-52.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is the JSON object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-53.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-53.js index 36a0c78c6b..46d69a3e5d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-53.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-53.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-53.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is an Error object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-53.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is an Error object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-54.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-54.js index 53dd6e0ef7..728452f375 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-54.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-54.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-54.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is the Arguments object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-54.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is the Arguments object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-56.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-56.js index a58e83719e..42b8226aae 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-56.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-56.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-56.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is the global object (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-56.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is the global object (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-57.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-57.js index c126f1f9ee..ec2d95a1ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-57.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-57.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-57.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is a string (value is 'false') which is treated as true value (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-57.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is a string (value is 'false') which is treated as true value (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-58.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-58.js index debad0af94..179514aac9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-58.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-58.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-58.js; - * @description: Object.defineProperties - value of 'enumerable' property of 'descObj' is new Boolean(false) which is treated as true value (8.10.5 step 3.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-58.js + * @description Object.defineProperties - value of 'enumerable' property of 'descObj' is new Boolean(false) which is treated as true value (8.10.5 step 3.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-59.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-59.js index 8b8b328720..bb49b23b8d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-59.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-59.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-59.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is present (8.10.5 step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-59.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is present (8.10.5 step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-6.js index 14c181d313..9279f007f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-6.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is present (8.10.5 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-6.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is present (8.10.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-60.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-60.js index e97dd815c6..167e422447 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-60.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-60.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-60.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is not present (8.10.5 step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-60.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is not present (8.10.5 step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-61.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-61.js index bbc45afb80..95c0f69251 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-61.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-61.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-61.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-61.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-62.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-62.js index 1de5921d5a..ee7e5ab98e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-62.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-62.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-62.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-62.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-63.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-63.js index 7e5ac2558a..497ef12210 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-63.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-63.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-63.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-63.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own data property that overrides an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-64.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-64.js index a7883cbd87..454a0e56a8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-64.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-64.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-64.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-64.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own data property that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-65.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-65.js index 706647d035..63a803c91d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-65.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-65.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-65.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-65.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-66.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-66.js index 14a24f99ea..c6a86474f8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-66.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-66.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-66.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-66.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-67.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-67.js index a30b25b9f0..d6205daa3e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-67.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-67.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-67.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-67.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own accessor property that overrides an inherited data property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-68.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-68.js index 76fd654740..31d16dba63 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-68.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-68.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-68.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-68.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own accessor property that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-69.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-69.js index a813937504..537dbea79d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-69.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-69.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-69.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own accessor property without a get function (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-69.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own accessor property without a get function (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-7.js index cdaf53d4d2..ffe2e4de7b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-7.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is not present (8.10.5 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-7.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is not present (8.10.5 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-70.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-70.js index aee52b1988..e64bba872e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-70.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-70.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-70.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-70.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is own accessor property without a get function that overrides an inherited accessor property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-71.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-71.js index f528293b1f..b733fd4d66 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-71.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-71.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-71.js; - * @description: Object.defineProperties - 'configurable' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-71.js + * @description Object.defineProperties - 'configurable' property of 'descObj' is inherited accessor property without a get function (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-72.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-72.js index cf222359a9..c1e4acf88e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-72.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-72.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-72.js; - * @description: Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-72.js + * @description Object.defineProperties - 'descObj' is a Function object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-73.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-73.js index eab161a386..f80bba24eb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-73.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-73.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-73.js; - * @description: Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-73.js + * @description Object.defineProperties - 'descObj' is an Array object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-74.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-74.js index e0beae0ea6..08161eb6e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-74.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-74.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-74.js; - * @description: Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-74.js + * @description Object.defineProperties - 'descObj' is a String object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-75.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-75.js index de3b01ad77..d638939d44 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-75.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-75.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-75.js; - * @description: Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-75.js + * @description Object.defineProperties - 'descObj' is a Boolean object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-76.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-76.js index 52f9855baf..703476eb47 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-76.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-76.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-76.js; - * @description: Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-76.js + * @description Object.defineProperties - 'descObj' is a Number object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-77.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-77.js index 2da68bba3d..ed8455aeeb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-77.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-77.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-77.js; - * @description: Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-77.js + * @description Object.defineProperties - 'descObj' is the Math object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-78.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-78.js index ecf50cac5a..1c969a0751 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-78.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-78.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-78.js; - * @description: Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-78.js + * @description Object.defineProperties - 'descObj' is a Date object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-79.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-79.js index 110edae8ce..985a21b22c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-79.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-79.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-79.js; - * @description: Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-79.js + * @description Object.defineProperties - 'descObj' is a RegExp object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-8.js index 8e4bebab93..a4eba7a4cc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-8.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is own data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-8.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is own data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-80.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-80.js index 446ade3d20..9614cc5d46 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-80.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-80.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-80.js; - * @description: Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-80.js + * @description Object.defineProperties - 'descObj' is the JSON object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-81.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-81.js index 49b5619df2..4f80fdc1e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-81.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-81.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-81.js; - * @description: Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-81.js + * @description Object.defineProperties - 'descObj' is an Error object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-82.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-82.js index 979b34346b..b39ebe0ccb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-82.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-82.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-82.js; - * @description: Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-82.js + * @description Object.defineProperties - 'descObj' is the Arguments object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-84.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-84.js index 25570a8a0b..d720143a7f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-84.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-84.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-84.js; - * @description: Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-84.js + * @description Object.defineProperties - 'descObj' is the global object which implements its own [[Get]] method to get 'configurable' property (8.10.5 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-85.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-85.js index 4699a4da9a..cdcfccc6b0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-85.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-85.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-85.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is undefined (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-85.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is undefined (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-86.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-86.js index addabb27c8..ee5d8f3b55 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-86.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-86.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-86.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is null (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-86.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is null (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-87.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-87.js index 48ddfd2a0e..adae46b084 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-87.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-87.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-87.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is true (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-87.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is true (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-88.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-88.js index af3eaf5a27..d7264a5751 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-88.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-88.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-88.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is false (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-88.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is false (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-89.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-89.js index fb988552ee..af5d2eae5f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-89.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-89.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-89.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is 0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-89.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is 0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-9.js index 2794a338fa..e4c2d41f5e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-9.js; - * @description: Object.defineProperties - 'enumerable' property of 'descObj' is inherited data property (8.10.5 step 3.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-9.js + * @description Object.defineProperties - 'enumerable' property of 'descObj' is inherited data property (8.10.5 step 3.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-90.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-90.js index 6b7ed83f19..efdb79412a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-90.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-90.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-90.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is +0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-90.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is +0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-91.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-91.js index d54883913c..d298027193 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-91.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-91.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-91.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is -0 (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-91.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is -0 (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-92.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-92.js index 1ccf83ed4f..ced372e7b2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-92.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-92.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-92.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is NaN (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-92.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is NaN (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-93.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-93.js index 84503fe84d..d4144fa83d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-93.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-93.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-93.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is positive number (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-93.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is positive number (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-94.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-94.js index cc3d42ba49..7f28a40404 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-94.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-94.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-94.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is negative number (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-94.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is negative number (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-95.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-95.js index 6b12fbd383..b915f83168 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-95.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-95.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-95.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is empty string (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-95.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is empty string (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-96.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-96.js index ded39b6b59..d30f1707c8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-96.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-96.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-96.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is non-empty string (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-96.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is non-empty string (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-97.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-97.js index 1570509020..25d6df1aa5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-97.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-97.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-97.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is Function object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-97.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is Function object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-98.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-98.js index a43a585914..76094fd9ab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-98.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-98.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-98.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is Array object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-98.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is Array object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-99.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-99.js index 604d61b97c..2632a30485 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-99.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-99.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-99.js; - * @description: Object.defineProperties - value of 'configurable' property of 'descObj' is String object (8.10.5 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-5-b-99.js + * @description Object.defineProperties - value of 'configurable' property of 'descObj' is String object (8.10.5 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-1.js index b18f0a272e..ad339db258 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-1.js; - * @description: Object.defineProperties - 'P' is own existing data property (8.12.9 step 1 ); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-1.js + * @description Object.defineProperties - 'P' is own existing data property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-10.js index 508955d9fa..91a2ae80f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-10.js; - * @description: Object.defineProperties - 'P' is own accessor property without a get function that overrides an inherited accessor property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-10.js + * @description Object.defineProperties - 'P' is own accessor property without a get function that overrides an inherited accessor property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-100.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-100.js index 7a19741da8..d0c7f29342 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-100.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-100.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-100.js; - * @description: Object.defineProperties - 'P' is data property, several attributes values of P and properties are different (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-100.js + * @description Object.defineProperties - 'P' is data property, several attributes values of P and properties are different (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-101.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-101.js index 1be82c64d4..ccd6329436 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-101.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-101.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-101.js; - * @description: Object.defineProperties - 'P' is accessor property, both properties.[[Get]] and P.[[Get]] are two different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-101.js + * @description Object.defineProperties - 'P' is accessor property, both properties.[[Get]] and P.[[Get]] are two different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-102.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-102.js index 29cf2b0c44..52e2174f48 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-102.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-102.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-102.js; - * @description: Object.defineProperties - 'P' is accessor property, P.[[Get]] is present and properties.[[Get]] is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-102.js + * @description Object.defineProperties - 'P' is accessor property, P.[[Get]] is present and properties.[[Get]] is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-103.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-103.js index a3bf0cb757..898d375a1b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-103.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-103.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-103.js; - * @description: Object.defineProperties - 'P' is accessor property, P.[[Get]] is undefined and properties.[[Get]] is normal value (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-103.js + * @description Object.defineProperties - 'P' is accessor property, P.[[Get]] is undefined and properties.[[Get]] is normal value (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-104.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-104.js index c878b4d3da..077e4d2e0a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-104.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-104.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-104.js; - * @description: Object.defineProperties - 'P' is accessor property, both properties.[[Set]] and P.[[Set]] are two different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-104.js + * @description Object.defineProperties - 'P' is accessor property, both properties.[[Set]] and P.[[Set]] are two different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-105.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-105.js index 1912ab6f6b..800bf01c3a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-105.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-105.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-105.js; - * @description: Object.defineProperties - 'P' is accessor property, P.[[Set]] is present and properties.[[Set]] is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-105.js + * @description Object.defineProperties - 'P' is accessor property, P.[[Set]] is present and properties.[[Set]] is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-106.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-106.js index d1ef686cc7..54e03fd2d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-106.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-106.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-106.js; - * @description: Object.defineProperties - 'P' is accessor property, P.[[Set]] is undefined and properties.[[Set]] is normal value (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-106.js + * @description Object.defineProperties - 'P' is accessor property, P.[[Set]] is undefined and properties.[[Set]] is normal value (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-107.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-107.js index 5cf88967ff..25722c7850 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-107.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-107.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-107.js; - * @description: Object.defineProperties - 'P' is accessor property, P.enumerable and properties.enumerable are different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-107.js + * @description Object.defineProperties - 'P' is accessor property, P.enumerable and properties.enumerable are different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-108.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-108.js index b4429fa4a1..6eda0d979a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-108.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-108.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-108.js; - * @description: Object.defineProperties - 'P' is accessor property, P.configurable is true and properties.configurable is false; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-108.js + * @description Object.defineProperties - 'P' is accessor property, P.configurable is true and properties.configurable is false */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-109.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-109.js index 66500a1d57..8a66dc2d73 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-109.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-109.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-109.js; - * @description: Object.defineProperties - 'P' is accessor property, several attributes values of P and properties are different (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-109.js + * @description Object.defineProperties - 'P' is accessor property, several attributes values of P and properties are different (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-11.js index 89dc9f3422..659f9ea85e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-11.js; - * @description: Object.defineProperties - 'P' is inherited accessor property without a get function (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-11.js + * @description Object.defineProperties - 'P' is inherited accessor property without a get function (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-110.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-110.js index a8cca6c68d..3a69441208 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-110.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-110.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-110.js; - * @description: Object.defineProperties - all own properties (data property and accessor property); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-110.js + * @description Object.defineProperties - all own properties (data property and accessor property) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-111.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-111.js index 99c73f1a69..7c0b2c25b7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-111.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-111.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-111.js; - * @description: Object.defineProperties - each properties are in list order; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-111.js + * @description Object.defineProperties - each properties are in list order */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-112.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-112.js index 378c1914a9..53be7c42c9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-112.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-112.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-112.js; - * @description: Object.defineProperties - 'O' is an Array, test the length property of 'O' is own data property (15.4.5.1 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-112.js + * @description Object.defineProperties - 'O' is an Array, test the length property of 'O' is own data property (15.4.5.1 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-113.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-113.js index ae71138a5c..2c95162f6c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-113.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-113.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-113.js; - * @description: Object.defineProperties - 'O' is an Array, test the length property of 'O' is own data property that overrides an inherited data property (15.4.5.1 step 1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-113.js + * @description Object.defineProperties - 'O' is an Array, test the length property of 'O' is own data property that overrides an inherited data property (15.4.5.1 step 1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-114.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-114.js index ff3d6c3318..0e75319d32 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-114.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-114.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-114.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is absent (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-114.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is absent (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-115.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-115.js index 5a50cf261f..e4d7aa6c2f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-115.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-115.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-115.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is same with corresponding attribute value of the length property in 'O' (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-115.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test every field in 'desc' is same with corresponding attribute value of the length property in 'O' (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-116.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-116.js index c45df83b40..d71da0e293 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-116.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-116.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-116.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Configurable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-116.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Configurable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-117.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-117.js index 372a53a896..fd64587022 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-117.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-117.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-117.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Enumerable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-117.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Enumerable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-118.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-118.js index e2f05e5bb4..3a10b80a9f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-118.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-118.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-118.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when 'desc' is accessor descriptor (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-118.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when 'desc' is accessor descriptor (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-119.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-119.js index a3b5fb7807..19e059e73f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-119.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-119.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-119.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Writable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-119.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test TypeError is thrown when updating the [[Writable]] attribute of the length property from false to true (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-12.js index 9a301bc3cd..6bdb1fe22f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-12.js; - * @description: Object.defineProperties - 'O' is a Function object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-12.js + * @description Object.defineProperties - 'O' is a Function object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-120.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-120.js index 5b8f88bdb1..4d25946dfa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-120.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-120.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-120.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test updating the [[Writable]] attribute of the length property from true to false (15.4.5.1 step 3.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-120.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is absent, test updating the [[Writable]] attribute of the length property from true to false (15.4.5.1 step 3.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-121.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-121.js index ecfbe8442b..3fed16717e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-121.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-121.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-121.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test RangeError is thrown when setting the [[Value]] field of 'desc' to undefined (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-121.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test RangeError is thrown when setting the [[Value]] field of 'desc' to undefined (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-122.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-122.js index b7f0052f7a..1e9eb99db0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-122.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-122.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-122.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test setting the [[Value]] field of 'desc' to null actuall is set to 0 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-122.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test setting the [[Value]] field of 'desc' to null actuall is set to 0 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-123.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-123.js index e71a9482a6..10f51d4af2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-123.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-123.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-123.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value false (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-123.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value false (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-124.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-124.js index d059f8ad1d..3f1497a48e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-124.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-124.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-124.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value true (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-124.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a boolean with value true (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-125.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-125.js index ec124abe33..4cdc0c43ef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-125.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-125.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-125.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is 0 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-125.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is 0 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-126.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-126.js index 07395a9576..85f088f0c2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-126.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-126.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-126.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is +0 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-126.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is +0 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-127.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-127.js index 04e00207f2..470ca972e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-127.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-127.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-127.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is -0 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-127.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is -0 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-128.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-128.js index e4a1fc0dc2..87b1bc98fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-128.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-128.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-128.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is positive number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-128.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is positive number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-129.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-129.js index a6410326cd..4f4ecef25c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-129.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-129.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-129.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is negative number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-129.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is negative number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-13.js index 12babc1b5a..baa90e36fe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-13.js; - * @description: Object.defineProperties - 'O' is an Array object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-13.js + * @description Object.defineProperties - 'O' is an Array object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-130.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-130.js index fbf25a27a0..527a5b2d89 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-130.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-130.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-130.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is +Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-130.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is +Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-131.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-131.js index 23ca8b1dbe..2377a8ffa9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-131.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-131.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-131.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is -Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-131.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is -Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-132.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-132.js index 49840f7be1..5fc05ab6db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-132.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-132.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-132.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is NaN (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-132.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is NaN (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-133.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-133.js index 208f32978f..b6f227d246 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-133.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-133.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-133.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a positive number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-133.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a positive number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-134.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-134.js index 2478ba5eb5..ad17905a6b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-134.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-134.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-134.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a negative number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-134.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a negative number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-135.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-135.js index c915d2035f..67ddb8f235 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-135.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-135.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-135.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a decimal number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-135.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing a decimal number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-136.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-136.js index 099a8bf526..ac2cc6532b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-136.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-136.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-136.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing +Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-136.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing +Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-137.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-137.js index d8aa22296c..b777991c68 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-137.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-137.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-137.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing -Infinity (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-137.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing -Infinity (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-138.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-138.js index 4b6bc2f363..6efd8b0dd2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-138.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-138.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-138.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an exponential number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-138.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an exponential number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-139.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-139.js index 94cec39508..db5d475ca9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-139.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-139.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-139.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an hex number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-139.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an hex number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-14.js index 1cf9160652..d79ef3d1b2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-14.js; - * @description: Object.defineProperties - 'O' is a String object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-14.js + * @description Object.defineProperties - 'O' is a String object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-140.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-140.js index 893e1f1ebd..ce2dcf4ecd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-140.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-140.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-140.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an leading zero number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-140.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is a string containing an leading zero number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-141.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-141.js index 93561be91d..a7e20b3138 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-141.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-141.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-141.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' is a string which doesn't convert to a number (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-141.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' is a string which doesn't convert to a number (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-142.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-142.js index b2f783734a..c60fe3f167 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-142.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-142.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-142.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own toString method (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-142.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own toString method (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-143.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-143.js index 675202c303..8fbbd4f5fa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-143.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-143.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-143.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-143.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-144.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-144.js index adc9544841..e384318cd9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-144.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-144.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-144.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method that returns an object and toString method that returns a string (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-144.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own valueOf method that returns an object and toString method that returns a string (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-145.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-145.js index 3a36b949eb..e54ca37d57 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-145.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-145.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-145.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own toString and valueOf method (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-145.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is an Object which has an own toString and valueOf method (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-146.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-146.js index 209205b41a..77d66e1930 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-146.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-146.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-146.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test TypeError is thrown when the [[Value]] field of 'desc' is an Object that both toString and valueOf wouldn't return primitive value (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-146.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test TypeError is thrown when the [[Value]] field of 'desc' is an Object that both toString and valueOf wouldn't return primitive value (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-147.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-147.js index 383ec863d7..bd5b06b2c7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-147.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-147.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-147.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test using inherited valueOf method when the [[Value]] field of 'desc' is an Objec with an own toString and inherited valueOf methods (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-147.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test using inherited valueOf method when the [[Value]] field of 'desc' is an Objec with an own toString and inherited valueOf methods (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-148.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-148.js index 9c69617e12..4357c3b930 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-148.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-148.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-148.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is positive non-integer values (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-148.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is positive non-integer values (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-149.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-149.js index db65ae6918..f73d2e70db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-149.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-149.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-149.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is negative non-integer values (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-149.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is negative non-integer values (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-15.js index 50e54f0428..5d8ef731a1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-15.js; - * @description: Object.defineProperties - 'O' is a Boolean object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-15.js + * @description Object.defineProperties - 'O' is a Boolean object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-150.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-150.js index 1b4bebb13c..4ec96f4181 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-150.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-150.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-150.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 2 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-150.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 2 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-151.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-151.js index 9600e512e5..70101a873a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-151.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-151.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-151.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 1 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-151.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 1 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-152.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-152.js index 6a843549a9..b840df9c6e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-152.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-152.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-152.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-152.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-153.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-153.js index 95da7f3de1..412352e9ce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-153.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-153.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-153.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 + 1 (15.4.5.1 step 3.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-153.js + * @description Object.defineProperties - 'O' is an Array, 'name' is the length property of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is boundary value 2^32 + 1 (15.4.5.1 step 3.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-155.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-155.js index adcaa5469e..1143f17ce9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-155.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-155.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-155.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' which is greater than value of the length property is defined into 'O' without deleting any property with large index named (15.4.5.1 step 3.f); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-155.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' which is greater than value of the length property is defined into 'O' without deleting any property with large index named (15.4.5.1 step 3.f) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-156.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-156.js index 842c8ce856..a1356b2275 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-156.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-156.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-156.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' which equals to value of the length property is defined into 'O' without deleting any property with large index named (15.4.5.1 step 3.f); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-156.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' which equals to value of the length property is defined into 'O' without deleting any property with large index named (15.4.5.1 step 3.f) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-157.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-157.js index 175d9c58fb..0c77172c1d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-157.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-157.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-157.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' which is less than value of the length property is defined into 'O' with deleting properties with large index named (15.4.5.1 step 3.f); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-157.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', test the [[Value]] field of 'desc' which is less than value of the length property is defined into 'O' with deleting properties with large index named (15.4.5.1 step 3.f) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-158.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-158.js index 1592f0c6be..7be128eaf1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-158.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-158.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-158.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is greater than value of the length property, test TypeError is thrown when the length property is not writable (15.4.5.1 step 3.f.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-158.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is greater than value of the length property, test TypeError is thrown when the length property is not writable (15.4.5.1 step 3.f.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-159.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-159.js index 80d2b257d7..252392c5cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-159.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-159.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-159.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' equals to value of the length property, test TypeError wouldn't be thrown when the length property is not writable (15.4.5.1 step 3.f.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-159.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' equals to value of the length property, test TypeError wouldn't be thrown when the length property is not writable (15.4.5.1 step 3.f.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-16.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-16.js index 88908ba80f..09199975a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-16.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-16.js; - * @description: Object.defineProperties - 'O' is a Number object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-16.js + * @description Object.defineProperties - 'O' is a Number object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-160.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-160.js index 113baa38a8..bf317325d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-160.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-160.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-160.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test TypeError is thrown when the [[Writable]] attribute of the length property is false (15.4.5.1 step 3.g); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-160.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test TypeError is thrown when the [[Writable]] attribute of the length property is false (15.4.5.1 step 3.g) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-161.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-161.js index b7e8aa0157..491ab36b3a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-161.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-161.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-161.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true at last after deleting properties with large index named if the [[Writable]] field of 'desc' is absent (15.4.5.1 step 3.h); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-161.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true at last after deleting properties with large index named if the [[Writable]] field of 'desc' is absent (15.4.5.1 step 3.h) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-162.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-162.js index 98461ec6dc..0441f35a1f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-162.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-162.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-162.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true at last after deleting properties with large index named if the [[Writable]] field of 'desc' is true (15.4.5.1 step 3.h); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-162.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to true at last after deleting properties with large index named if the [[Writable]] field of 'desc' is true (15.4.5.1 step 3.h) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-163.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-163.js index c67be54e8b..b2350057b4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-163.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-163.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-163.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last after deleting properties with large index named if the [[Writable]] field of 'desc' is false (15.4.5.1 step 3.i.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-163.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last after deleting properties with large index named if the [[Writable]] field of 'desc' is false (15.4.5.1 step 3.i.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-164.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-164.js index bd63a7acee..831b7a3143 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-164.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-164.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-164.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property in 'O' is set as true before deleting properties with large index named (15.4.5.1 step 3.i.iii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-164.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property in 'O' is set as true before deleting properties with large index named (15.4.5.1 step 3.i.iii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-165.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-165.js index f34d26581c..326916bac3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-165.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-165.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-165.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the length property is decreased by 1 (15.4.5.1 step 3.l.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-165.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the length property is decreased by 1 (15.4.5.1 step 3.l.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-166.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-166.js index 9f43d06ab8..fd01b087bf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-166.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-166.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-166.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-166.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-167.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-167.js index be01eb56de..f21a5375ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-167.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-167.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-167.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of inherited data property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-167.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of inherited data property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-168.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-168.js index ae06d7b202..191128efeb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-168.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-168.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-168.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-168.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-169.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-169.js index 13a1481672..4f5e626fec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-169.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-169.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-169.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-169.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own data property with large index named in 'O' that overrides inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-17.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-17.js index e7e04f5194..d33ed47cc9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-17.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-17.js; - * @description: Object.defineProperties - 'O' is the Math object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-17.js + * @description Object.defineProperties - 'O' is the Math object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-170.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-170.js index 3e99d0fc5d..66e0430fec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-170.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-170.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-170.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-170.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-171.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-171.js index 3b0d77ad10..b8f5532023 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-171.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-171.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-171.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of inherited accessor property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-171.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of inherited accessor property with large index named in 'O' can't stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-172.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-172.js index 542ad85c40..733c094cef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-172.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-172.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-172.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-172.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides inherited data property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-173.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-173.js index 8b24b4e863..44f91f5e06 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-173.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-173.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-173.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-173.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Configurable]] attribute of own accessor property with large index named in 'O' that overrides inherited accessor property can stop deleting index named properties (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-174.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-174.js index 343e082409..4cef8b2614 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-174.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-174.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-174.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the configurable large index named property of 'O' can be deleted (15.4.5.1 step 3.l.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-174.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the configurable large index named property of 'O' can be deleted (15.4.5.1 step 3.l.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-175.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-175.js index dfbef0d142..7247cd326d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-175.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-175.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-175.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test value of the length property is set to the last non-configurable index named property of 'O' plus 1 (15.4.5.1 step 3.l.iii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-175.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test value of the length property is set to the last non-configurable index named property of 'O' plus 1 (15.4.5.1 step 3.l.iii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-176.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-176.js index 1177e5d867..1aab891753 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-176.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-176.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-176.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last when the [[Writable]] field of 'desc' is false and 'O' contains non-configurable large index named property (15.4.5.1 step 3.l.iii.2); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-176.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last when the [[Writable]] field of 'desc' is false and 'O' contains non-configurable large index named property (15.4.5.1 step 3.l.iii.2) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-177.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-177.js index 919386279f..a551639a96 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-177.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-177.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-177.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last when the [[Writable]] field of 'desc' is false and 'O' doesn't contain non-configurable large index named property (15.4.5.1 step 3.m); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-177.js + * @description Object.defineProperties - 'O' is an Array, 'P' is the length property of 'O', the [[Value]] field of 'desc' is less than value of the length property, test the [[Writable]] attribute of the length property is set to false at last when the [[Writable]] field of 'desc' is false and 'O' doesn't contain non-configurable large index named property (15.4.5.1 step 3.m) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-178.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-178.js index f2b00d096a..192222a3f0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-178.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-178.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-178.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is available String values that convert to numbers (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-178.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is available String values that convert to numbers (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-179.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-179.js index 30563712a7..4f7dc286bd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-179.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-179.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-179.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 - 2 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-179.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 - 2 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-18.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-18.js index 88de6ae12c..dfcd04eb8a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-18.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-18.js; - * @description: Object.defineProperties - 'O' is a Date object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-18.js + * @description Object.defineProperties - 'O' is a Date object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-180.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-180.js index 6656c2be4d..22207d4d77 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-180.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-180.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-180.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 - 1 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-180.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 - 1 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-181.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-181.js index 76ab9262e0..a27840e2f2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-181.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-181.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-181.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-181.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-182.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-182.js index 84ada9459d..dfeedd646e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-182.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-182.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-182.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 + 1 (15.4.5.1 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-182.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is boundary value 2^32 + 1 (15.4.5.1 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-183.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-183.js index 62da503eb8..d0e0f192f3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-183.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-183.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-183.js; - * @description: Object.defineProperties - TypeError is not thrown if 'O' is an Array, 'P' is an array index named property, [[Writable]] attribute of the length property in 'O' is false, value of 'P' is less than value of the length property in'O' (15.4.5.1 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-183.js + * @description Object.defineProperties - TypeError is not thrown if 'O' is an Array, 'P' is an array index named property, [[Writable]] attribute of the length property in 'O' is false, value of 'P' is less than value of the length property in'O' (15.4.5.1 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-184.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-184.js index 2818266cf7..c7a8b2cc26 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-184.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-184.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-184.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property,[[Writable]] attribute of the length property in 'O' is false, value of 'P' is equal to value of the length property in 'O' (15.4.5.1 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-184.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property,[[Writable]] attribute of the length property in 'O' is false, value of 'P' is equal to value of the length property in 'O' (15.4.5.1 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-185.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-185.js index 5567d116d2..6b0c8da793 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-185.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-185.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-185.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property,[[Writable]] attribute of the length property in 'O' is false, value of 'P' is bigger than value of the length property in 'O' (15.4.5.1 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-185.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property,[[Writable]] attribute of the length property in 'O' is false, value of 'P' is bigger than value of the length property in 'O' (15.4.5.1 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-186.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-186.js index 60e2c9dde0..96a1a925b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-186.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-186.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-186.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-186.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-187.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-187.js index 6701884196..1e54e264e2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-187.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-187.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-187.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is inherited data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-187.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is inherited data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-188.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-188.js index bd214ace54..6e31ee9f3e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-188.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-188.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-188.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own data property that overrides an inherited data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-188.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own data property that overrides an inherited data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-189.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-189.js index 46b14d4083..929eec451e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-189.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-189.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-189.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own data property that overrides an inherited accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-189.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own data property that overrides an inherited accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-19.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-19.js index de3ac1f654..5d413b8dfb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-19.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-19.js; - * @description: Object.defineProperties - 'O' is a RegExp object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-19.js + * @description Object.defineProperties - 'O' is a RegExp object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-190.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-190.js index 111e1ba89e..498c68cf38 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-190.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-190.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-190.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-190.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-191.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-191.js index a36fa890c0..f2952b11ba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-191.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-191.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-191.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is inherited accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-191.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is inherited accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-192.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-192.js index 6a63d07666..c48933c7ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-192.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-192.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-192.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own accessor property that overrides an inherited data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-192.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own accessor property that overrides an inherited data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-193.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-193.js index 81ee981c3e..f4d8bfed3a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-193.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-193.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-193.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own accessor property that overrides an inherited accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-193.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' is own accessor property that overrides an inherited accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-194.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-194.js index 3929b82daf..176cf676de 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-194.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-194.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-194.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test TypeError is thrown when 'O' is not extensible (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-194.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test TypeError is thrown when 'O' is not extensible (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-195.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-195.js index 7b487da6ac..0691ada1ff 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-195.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-195.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-195.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test 'P' is defined as data property when 'desc' is generic descriptor (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-195.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test 'P' is defined as data property when 'desc' is generic descriptor (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-196.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-196.js index 86ee802f81..3e736f251b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-196.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-196.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-196.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Value]] of 'P' property in 'Attributes' is set as undefined value if [[Value]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-196.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Value]] of 'P' property in 'Attributes' is set as undefined value if [[Value]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-197.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-197.js index b7fcf261f8..b02d893be2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-197.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-197.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-197.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Writable]] of 'P' property in 'Attributes' is set as false value if [[Writable]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-197.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Writable]] of 'P' property in 'Attributes' is set as false value if [[Writable]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-198.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-198.js index d5d5f9cdf0..83431df243 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-198.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-198.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-198.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Enumerable]] of 'P' property in 'Attributes' is set as false value if [[Enumerable]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-198.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Enumerable]] of 'P' property in 'Attributes' is set as false value if [[Enumerable]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-199.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-199.js index 069b5c9454..b276b3cf30 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-199.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-199.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-199.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Configurable]] of 'P' property in 'Attributes' is set as false value if [[Configurable]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-199.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Configurable]] of 'P' property in 'Attributes' is set as false value if [[Configurable]] is absent in data descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-2.js index d4b6106441..9e08fb1449 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-2.js; - * @description: Object.defineProperties - 'P' is inherited data property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-2.js + * @description Object.defineProperties - 'P' is inherited data property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-20.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-20.js index 8c2e9e4d3d..62815fdb31 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-20.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-20.js; - * @description: Object.defineProperties - 'O' is a JSON object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-20.js + * @description Object.defineProperties - 'O' is a JSON object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-200.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-200.js index 1b0a33debe..4c19a068cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-200.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-200.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-200.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'desc' is data descriptor, test updating all attribute values of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-200.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'desc' is data descriptor, test updating all attribute values of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-201.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-201.js index 0d46fdcc33..e166ea93d7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-201.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-201.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-201.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Get]] of 'P' property in 'Attributes' is set as undefined value if [[Get]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-201.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Get]] of 'P' property in 'Attributes' is set as undefined value if [[Get]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-202.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-202.js index 0253ec98f0..17475245ee 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-202.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-202.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-202.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Set]] of 'P' property in 'Attributes' is set as undefined value if [[Set]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-202.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Set]] of 'P' property in 'Attributes' is set as undefined value if [[Set]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-203.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-203.js index 6b414ef362..ebaf8c67db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-203.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-203.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-203.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Enumerable]] of 'P' property in 'Attributes' is set as false value if [[Enumerable]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-203.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Enumerable]] of 'P' property in 'Attributes' is set as false value if [[Enumerable]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-204.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-204.js index 7e5a697836..c1aa690296 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-204.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-204.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-204.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Configurable]] of 'P' property in 'Attributes' is set as false value if [[Configurable]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-204.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' property doesn't exist in 'O', test [[Configurable]] of 'P' property in 'Attributes' is set as false value if [[Configurable]] is absent in accessor descriptor 'desc' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-205.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-205.js index f252bbb7c8..77e301bf56 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-205.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-205.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-205.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'desc' is accessor descriptor, test updating all attribute values of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-205.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'desc' is accessor descriptor, test updating all attribute values of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-206.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-206.js index ca3d2f6c12..aefe127a81 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-206.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-206.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-206.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if every field in 'desc' is absent (name is data property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-206.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if every field in 'desc' is absent (name is data property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-207.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-207.js index 712127655a..a5b8910ec4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-207.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-207.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-207.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if every field in 'desc' is absent (name is accessor property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-207.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if every field in 'desc' is absent (name is accessor property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-208.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-208.js index bb8fd444bc..389942306c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-208.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-208.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-208.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'P'(desc is data property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-208.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'P'(desc is data property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-209.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-209.js index 35871072c3..bc4dfdb3ec 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-209.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-209.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-209.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'P'(desc is accessor property) (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-209.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, 'P' makes no change if the value of every field in 'desc' is the same value as the corresponding field in 'P'(desc is accessor property) (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-21.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-21.js index 19f399cc93..8cbbdbde20 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-21.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-21.js; - * @description: Object.defineProperties - 'O' is an Error object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-21.js + * @description Object.defineProperties - 'O' is an Error object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-210.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-210.js index 5accf4d1a0..d30147ae9b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-210.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-210.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-210.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-210.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-211.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-211.js index 74bbd05402..31847dde5a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-211.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-211.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-211.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are null (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-211.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are null (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-212.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-212.js index 6f78e78695..8619838d59 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-212.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-212.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-212.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are NaN (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-212.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, both the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are NaN (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-213.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-213.js index 371df353bb..c63440c489 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-213.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-213.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-213.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'name' is -0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-213.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'name' is -0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-214.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-214.js index a9e0122b2e..d83da9e230 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-214.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-214.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-214.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'name' is +0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-214.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'name' is +0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-215.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-215.js index ed62ef6ab2..3a38bfcf38 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-215.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-215.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-215.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with same vaule (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-215.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two numbers with same vaule (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-216.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-216.js index 12e5ab42b3..7cd73995f4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-216.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-216.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-216.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings which have same length and same characters in corresponding positions (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-216.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two strings which have same length and same characters in corresponding positions (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-217.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-217.js index 483e3a004e..d6a3ae4842 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-217.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-217.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-217.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-217.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two booleans with same value (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-218.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-218.js index cd85e8a3b6..97702c17b3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-218.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-218.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-218.js; - * @description: Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-218.js + * @description Object.defineProperties - 'O' is an Array, 'name' is an array index property, the [[Value]] field of 'desc' and the [[Value]] attribute value of 'name' are two objects which refer to the same object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-219.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-219.js index 5a721f2ee8..272c8031c5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-219.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-219.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-219.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Writable]] true, and the [[Writable]] field of 'desc' is true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-219.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Writable]] true, and the [[Writable]] field of 'desc' is true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-22.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-22.js index c37f97305e..83ab77aada 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-22.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-22.js; - * @description: Object.defineProperties - 'O' is the Arguments object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-22.js + * @description Object.defineProperties - 'O' is the Arguments object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-220.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-220.js index d26dd6a843..5511421512 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-220.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-220.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-220.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Writable]] true, and the [[Writable]] field of 'desc' is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-220.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Writable]] true, and the [[Writable]] field of 'desc' is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-221.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-221.js index ae13ef3483..0f4ebe41cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-221.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-221.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-221.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, the [[Get]] field of 'desc' and the [[Get]] attribute value of 'P' are two objects which refer to the same object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-221.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, the [[Get]] field of 'desc' and the [[Get]] attribute value of 'P' are two objects which refer to the same object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-222.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-222.js index 62e80b66b4..68e488c5ed 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-222.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-222.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-222.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, the [[Set]] field of 'desc' and the [[Set]] attribute value of 'P' are two objects which refer to the same object (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-222.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, the [[Set]] field of 'desc' and the [[Set]] attribute value of 'P' are two objects which refer to the same object (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-223.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-223.js index ea5e82ceff..a6db8daa5f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-223.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-223.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-223.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Enumerable]] true, the [[Enumerable]] field of 'desc' is true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-223.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Enumerable]] true, the [[Enumerable]] field of 'desc' is true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-224.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-224.js index 5a3fac344f..a2c46da6b9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-224.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-224.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-224.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Enumerable]] true, the [[Enumerable]] field of 'desc' is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-224.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Enumerable]] true, the [[Enumerable]] field of 'desc' is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-225.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-225.js index b65c4cbb01..710fe3eaef 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-225.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-225.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-225.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Configurable]] true, the [[Configurable]] field of 'desc' is true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-225.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Configurable]] true, the [[Configurable]] field of 'desc' is true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-226.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-226.js index 55385e11e6..638354af68 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-226.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-226.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-226.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Configurable]] true, the [[Configurable]] field of 'desc' is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-226.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property that already exists on 'O' with [[Configurable]] true, the [[Configurable]] field of 'desc' is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-227.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-227.js index 89b0fff7be..46b3788e94 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-227.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-227.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-227.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if the [[Configurable]] attribute value of 'P' is false and the [[Configurable]] field of 'desc' is true (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-227.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if the [[Configurable]] attribute value of 'P' is false and the [[Configurable]] field of 'desc' is true (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-228.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-228.js index 2f09725a54..577cabecfd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-228.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-228.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-228.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if the [[Configurable]] attribute value of 'P' is false, and [[Enumerable]] of 'desc' is present and its value is different from the [[Enumerable]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-228.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if the [[Configurable]] attribute value of 'P' is false, and [[Enumerable]] of 'desc' is present and its value is different from the [[Enumerable]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-229.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-229.js index 80913e5f4e..e1d0808be5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-229.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-229.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-229.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if 'P' is accessor property, and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-229.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if 'P' is accessor property, and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-230.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-230.js index 6e0bad69e5..fc5cc53940 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-230.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-230.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-230.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if 'P' is data property, and'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'P' is false (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-230.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, TypeError is thrown if 'P' is data property, and'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'P' is false (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-231.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-231.js index 4156a7b882..76066b3357 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-231.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-231.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-231.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is data property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'P' is true, test 'P' is converted from data property to accessor property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-231.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is data property and 'desc' is accessor descriptor, and the [[Configurable]] attribute value of 'P' is true, test 'P' is converted from data property to accessor property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-232.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-232.js index 224a11f135..e962b7995c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-232.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-232.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-232.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is accessor property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is true, test 'P' is converted from accessor property to data property (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-232.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is accessor property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is true, test 'P' is converted from accessor property to data property (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-233.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-233.js index ca4c99f3c9..f3efb530d6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-233.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-233.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-233.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is false, test TypeError is thrown if the [[Writable]] attribute value of 'P' is false and the [[Writable]] field of 'desc' is true. (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-233.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is false, test TypeError is thrown if the [[Writable]] attribute value of 'P' is false and the [[Writable]] field of 'desc' is true. (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-234.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-234.js index c28d07cecc..9d791d6ce2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-234.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-234.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-234.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is false, test TypeError is thrown if the [[Writable]] attribute value of 'P' is false, and the type of the [[Value]] field of 'desc' is different from the type of the [[Value]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-234.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index property, 'P' is data property and 'desc' is data descriptor, and the [[Configurable]] attribute value of 'P' is false, test TypeError is thrown if the [[Writable]] attribute value of 'P' is false, and the type of the [[Value]] field of 'desc' is different from the type of the [[Value]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-235.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-235.js index be6a6f102d..aeebdb88ed 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-235.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-235.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-235.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'P' is -0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-235.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' is +0, and the [[Value]] attribute value of 'P' is -0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-236.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-236.js index fff240079a..d60f3cdf18 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-236.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-236.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-236.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'P' is +0 (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-236.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' is -0, and the [[Value]] attribute value of 'P' is +0 (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-237.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-237.js index eeeba4c834..22a4533e94 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-237.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-237.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-237.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two numbers with different vaule (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-237.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two numbers with different vaule (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-238.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-238.js index 4bff0731be..13bc27df7d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-238.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-238.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-238.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two strings with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-238.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two strings with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-239.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-239.js index 0c35463e34..9e42b9bae0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-239.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-239.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-239.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two booleans with different values (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-239.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two booleans with different values (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-24.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-24.js index f5360f40f7..19062ea30d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-24.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-24.js; - * @description: Object.defineProperties - 'O' is the global object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-24.js + * @description Object.defineProperties - 'O' is the global object which implements its own [[GetOwnProperty]] method to get 'P' (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-240.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-240.js index 7d5e64c8ff..2786b867e8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-240.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-240.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-240.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-240.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property with [[Configurable]], [[Writable]] false, 'desc' is data descriptor, [[Value]] field of 'desc' and the [[Value]] attribute value of 'P' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-241.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-241.js index 1f1e1527d7..4df44ce0cb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-241.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-241.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-241.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'P' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-241.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'P' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-242.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-242.js index 9bf87b6ff4..bfce779e6d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-242.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-242.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-242.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' is an object and the [[Set]] attribute value of 'P' is undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-242.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' is an object and the [[Set]] attribute value of 'P' is undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-243.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-243.js index 694bb800f6..e768a42cc4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-243.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-243.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-243.js; - * @description: Object.defineProperties - TypeError is not thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'P' are undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-243.js + * @description Object.defineProperties - TypeError is not thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Set]] field of 'desc' is present, and the [[Set]] field of 'desc' and the [[Set]] attribute value of 'P' are undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-244.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-244.js index be1e30be37..76a757196f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-244.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-244.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-244.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'P' are two objects which refer to the different objects (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-244.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'P' are two objects which refer to the different objects (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-245.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-245.js index e5b8382479..2d10530ada 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-245.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-245.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-245.js; - * @description: Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' is an object and the [[Get]] attribute value of 'P' is undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-245.js + * @description Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' is an object and the [[Get]] attribute value of 'P' is undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-246.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-246.js index f21cfc43e4..905add8649 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-246.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-246.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-246.js; - * @description: Object.defineProperties - TypeError is not thrown if ''O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, test TypeError is not thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'P' are undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-246.js + * @description Object.defineProperties - TypeError is not thrown if ''O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property with [[Configurable]] false, 'desc' is accessor descriptor, test TypeError is not thrown if the [[Get]] field of 'desc' is present, and the [[Get]] field of 'desc' and the [[Get]] attribute value of 'P' are undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-247.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-247.js index 59b96774cf..7981bceb82 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-247.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-247.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-247.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Value]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-247.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Value]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-248.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-248.js index c1fea72098..d7e92e8191 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-248.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-248.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-248.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'P' as undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-248.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'P' as undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-249.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-249.js index 07fb66f465..537b61d90e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-249.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-249.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-249.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'P' from undefined to normal value (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-249.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test setting the [[Value]] attribute value of 'P' from undefined to normal value (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-25.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-25.js index 888b1a2ea6..98705fe57e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-25.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-25.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test TypeError is thrown when 'O' is not extensible (8.12.9 step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-25.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test TypeError is thrown when 'O' is not extensible (8.12.9 step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-250.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-250.js index 9cc86ad85c..2144ef5f31 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-250.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-250.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-250.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Writable]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-250.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Writable]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-251.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-251.js index 465d352be0..e629ba2afe 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-251.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-251.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-251.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Enumerable]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-251.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Enumerable]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-252.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-252.js index e6f3246087..9ac7cc4ada 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-252.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-252.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-252.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Configurable]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-252.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating the [[Configurable]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-253.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-253.js index bdb8e54c6a..d2bf3a0866 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-253.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-253.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-253.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-253.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is data property and 'desc' is data descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-254.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-254.js index 9a80951070..d3fff3ee39 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-254.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-254.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-254.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'P' with different getter function (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-254.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'P' with different getter function (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-255.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-255.js index a99771694c..ff1f751aeb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-255.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-255.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-255.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test setting the [[Get]] attribute value of 'P' as undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-255.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test setting the [[Get]] attribute value of 'P' as undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-256.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-256.js index 26d59e60f2..e88df4ea51 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-256.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-256.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-256.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'P' from undefined to function (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-256.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Get]] attribute value of 'P' from undefined to function (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-257.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-257.js index 118c7c95d4..8217a724b9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-257.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-257.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-257.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'P' with different getter function (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-257.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'P' with different getter function (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-258.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-258.js index 43922f2817..f937f4eb6b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-258.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-258.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-258.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test setting the [[Set]] attribute value of 'P' as undefined (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-258.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test setting the [[Set]] attribute value of 'P' as undefined (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-259.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-259.js index 858ad79694..0a774de15f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-259.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-259.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-259.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'P' from undefined to function (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-259.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Set]] attribute value of 'P' from undefined to function (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-26.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-26.js index c8969ff608..513844a0a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-26.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-26.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test 'P' is defined as data property when 'desc' is generic descriptor (8.12.9 step 4.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-26.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test 'P' is defined as data property when 'desc' is generic descriptor (8.12.9 step 4.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-260.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-260.js index 14dba6bcbd..fe09be58bb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-260.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-260.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-260.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Enumerable]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-260.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Enumerable]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-261.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-261.js index ece885d0e2..8d38a6c7d8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-261.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-261.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-261.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Configurable]] attribute value of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-261.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating the [[Configurable]] attribute value of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-262.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-262.js index b0fe6a5c2c..3ff534bc2e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-262.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-262.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-262.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 4.c); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-262.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property that already exists on 'O' is accessor property and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 4.c) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-263.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-263.js index ead6d4948f..099327fb38 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-263.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-263.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-263.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, test the length property of 'O' is not changed if ToUint32('P') is less than value of the length property in 'O' (15.4.5.1 step 4.e); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-263.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, test the length property of 'O' is not changed if ToUint32('P') is less than value of the length property in 'O' (15.4.5.1 step 4.e) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-264.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-264.js index 1f48bb2112..e164f250a6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-264.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-264.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-264.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, test the length property of 'O' is set as ToUint32('P') + 1 if ToUint32('P') equals to value of the length property in 'O' (15.4.5.1 step 4.e.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-264.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, test the length property of 'O' is set as ToUint32('P') + 1 if ToUint32('P') equals to value of the length property in 'O' (15.4.5.1 step 4.e.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-265.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-265.js index 05fe80095a..d790f88658 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-265.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-265.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-265.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is an array index named property, test the length property of 'O' is set as ToUint32('P') + 1 if ToUint32('P') is greater than value of the length property in 'O' (15.4.5.1 step 4.e.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-265.js + * @description Object.defineProperties - 'O' is an Array, 'P' is an array index named property, test the length property of 'O' is set as ToUint32('P') + 1 if ToUint32('P') is greater than value of the length property in 'O' (15.4.5.1 step 4.e.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-266.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-266.js index b2d845168e..f49e7c3d1b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-266.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-266.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-266.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic property that won't exist on 'O', and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-266.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic property that won't exist on 'O', and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-267.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-267.js index 49380bbb6b..6b691c4cf9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-267.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-267.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-267.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-267.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-268.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-268.js index c0916c026f..bb39de6308 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-268.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-268.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-268.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-268.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-269.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-269.js index 2c8a3b94ca..48d7ed995c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-269.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-269.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-269.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-269.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-27.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-27.js index 4de0e7dcfb..ccf275f23f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-27.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-27.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Value]] of 'P' is set as undefined value if absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-27.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Value]] of 'P' is set as undefined value if absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-270.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-270.js index ef0936905e..a1176ee475 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-270.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-270.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-270.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is defined as unwritable and non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-270.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is defined as unwritable and non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-271.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-271.js index 6fdb7887a0..9fcdc7ecc7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-271.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-271.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-271.js; - * @description: Object.defineProperties -'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-271.js + * @description Object.defineProperties -'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-272.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-272.js index 3fb921e731..f23ee5be16 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-272.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-272.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-272.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-272.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-273.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-273.js index 8f6810f4ae..7b1b1dc431 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-273.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-273.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-273.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-273.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-274.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-274.js index d05b9691be..aaca0168df 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-274.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-274.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-274.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-274.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-275.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-275.js index c67711b9fb..2fcc3390a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-275.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-275.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-275.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-275.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-276.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-276.js index feccfbda95..0839829ecb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-276.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-276.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-276.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-276.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-277.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-277.js index 1ef0ab8223..b0653cdf94 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-277.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-277.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-277.js; - * @description: Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-277.js + * @description Object.defineProperties - 'O' is an Array, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (15.4.5.1 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-278.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-278.js index 893dd4e286..ddd57a6cca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-278.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-278.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-278.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own property which is ever defined in both [[ParameterMap]] of 'O' and 'O', and is deleted afterwards, and 'desc' is data descriptor, test 'P' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-278.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own property which is ever defined in both [[ParameterMap]] of 'O' and 'O', and is deleted afterwards, and 'desc' is data descriptor, test 'P' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-279.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-279.js index 1a201ccd9d..61078f763a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-279.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-279.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-279.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own property which is ever defined in both [[ParameterMap]] of 'O' and 'O', and is deleted afterwards, and 'desc' is accessor descriptor, test 'P' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-279.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own property which is ever defined in both [[ParameterMap]] of 'O' and 'O', and is deleted afterwards, and 'desc' is accessor descriptor, test 'P' is redefined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-28.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-28.js index a617e582bf..87420f614d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-28.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-28.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Writable]] of 'P' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-28.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Writable]] of 'P' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-280.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-280.js index 0e70b12eed..754e40a4b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-280.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-280.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-280.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-280.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-281.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-281.js index a0dc0ea690..491429bb69 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-281.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-281.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-281.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-281.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-282.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-282.js index 8f86a03335..6099e9b2d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-282.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-282.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-282.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' whose writable and configurable attributes are false (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-282.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' whose writable and configurable attributes are false (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-283.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-283.js index a1081e92fb..cb704b79f7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-283.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-283.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-283.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-283.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-284.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-284.js index f904080fbe..3877631ea8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-284.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-284.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-284.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-284.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-285.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-285.js index cf4b8ce51a..9aa448b5a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-285.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-285.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-285.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-285.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own data property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-286.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-286.js index 83b7d95e6b..a73bff8e74 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-286.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-286.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-286.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-286.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-287.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-287.js index 1c7e6e0b4b..60ad048e3f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-287.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-287.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-287.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-287.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-288.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-288.js index db61b7075e..0df2003713 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-288.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-288.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-288.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-288.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-289.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-289.js index 08305a8e18..026860a8e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-289.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-289.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-289.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-289.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor property of 'O' which is also defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-29.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-29.js index c8dca5d9e1..98cd447757 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-29.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-29.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Enumerable]] of 'P' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-29.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Enumerable]] of 'P' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-290.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-290.js index d6b4719ba8..efeade6fab 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-290.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-290.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-290.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-290.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-291.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-291.js index f67ed0d0c9..231f26483e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-291.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-291.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-291.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-291.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-292.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-292.js index 683912e3a7..bfb3ef4479 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-292.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-292.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-292.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-292.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-293.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-293.js index ce90e5a22b..395528bb90 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-293.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-293.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-293.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-293.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-294.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-294.js index b751893007..f16e93fd86 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-294.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-294.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-294.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-294.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-295.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-295.js index 9d069f9edb..cbc7d9598e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-295.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-295.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-295.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-295.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-296.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-296.js index 6fad26d2dd..e70cfae525 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-296.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-296.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-296.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-296.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-297.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-297.js index 749377c30a..0a71c07024 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-297.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-297.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-297.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-297.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named data property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-298.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-298.js index 9a21ca2af3..9e39b17857 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-298.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-298.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-298.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-298.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-299.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-299.js index c8ec6a818e..5f8046275f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-299.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-299.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-299.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-299.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-3.js index 03ee9ed6a2..117f154dc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-3.js; - * @description: Object.defineProperties - 'P' is own data property that overrides an inherited data property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-3.js + * @description Object.defineProperties - 'P' is own data property that overrides an inherited data property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-30.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-30.js index 193fbfe58d..3a43d931b7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-30.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-30.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Configurable]] of 'P' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-30.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Configurable]] of 'P' is set as false value if absent in data descriptor 'desc' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-300.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-300.js index 263cc5dfb3..1252c6212d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-300.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-300.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-300.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-300.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-301.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-301.js index 3c30388f98..c86cb16fc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-301.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-301.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-301.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-301.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is an array index named accessor property of 'O' but not defined in [[ParameterMap]] of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-302.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-302.js index 304aae89ed..8b97034c1d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-302.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-302.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-302.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic property, and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-302.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic property, and 'desc' is data descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-303.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-303.js index 7552e08160..917f09f1b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-303.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-303.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-303.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-303.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic property, and 'desc' is accessor descriptor, test 'P' is defined in 'O' with all correct attribute values (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-304.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-304.js index 62dabb646d..d426965667 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-304.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-304.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-304.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-304.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', and 'desc' is accessor descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-305.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-305.js index c1a15b9e91..d7b8b24ea6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-305.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-305.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-305.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-305.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', and 'desc' is data descriptor, test updating multiple attribute values of 'P' (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-306.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-306.js index db91324de6..600c1add9c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-306.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-306.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-306.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-306.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Value]] attribute value of 'P' which is not writable and not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-307.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-307.js index ce9b381239..4da5e2803b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-307.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-307.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-307.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-307.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Writable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-308.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-308.js index d14a32b8fe..3550b529e5 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-308.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-308.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-308.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-308.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-309.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-309.js index 2683b6279b..59a3304990 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-309.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-309.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-309.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-309.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own data property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-31.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-31.js index 7eda02af61..0c082f237a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-31.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-31.js; - * @description: Object.defineProperties - 'desc' is data descriptor, test setting all attribute values of 'P' (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-31.js + * @description Object.defineProperties - 'desc' is data descriptor, test setting all attribute values of 'P' (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-310.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-310.js index 9ec26b197f..cbd0c9068e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-310.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-310.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-310.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-310.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Get]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-311.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-311.js index 989bd701ba..3b22edfb7f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-311.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-311.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-311.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-311.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Set]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-312.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-312.js index 481d42328e..95e366e35c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-312.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-312.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-312.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-312.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Enumerable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-313.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-313.js index 2989781aa3..1058a50862 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-313.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-313.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-313.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-313.js + * @description Object.defineProperties - 'O' is an Arguments object, 'P' is generic own accessor property of 'O', test TypeError is thrown when updating the [[Configurable]] attribute value of 'P' which is not configurable (10.6 [[DefineOwnProperty]] step 4) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-314.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-314.js index 81df3ad744..2938bbadd9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-314.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-314.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-314.js; - * @description: Object.defineProperties - 'O' is an Arguments object, 'name' is own property of [[ParameterMap]] of 'O', test 'name' is deleted if 'name' is configurable and 'desc' is accessor descriptor (10.6 [[DefineOwnProperty]] step 5.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-314.js + * @description Object.defineProperties - 'O' is an Arguments object, 'name' is own property of [[ParameterMap]] of 'O', test 'name' is deleted if 'name' is configurable and 'desc' is accessor descriptor (10.6 [[DefineOwnProperty]] step 5.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-32.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-32.js index 7e9c6ca54f..b152690cf1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-32.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-32.js; - * @description: Object.defineProperties - 'desc' is generic descriptor without any attribute, test 'P' is defined in 'obj' with all default attribute values (8.12.9 step 4.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-32.js + * @description Object.defineProperties - 'desc' is generic descriptor without any attribute, test 'P' is defined in 'obj' with all default attribute values (8.12.9 step 4.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-33.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-33.js index cc8bc13f5d..611ad3e4e3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-33.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-33.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Get]] of 'P' is set as undefined value if absent in accessor descriptor 'desc' (8.12.9 step 4.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-33.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Get]] of 'P' is set as undefined value if absent in accessor descriptor 'desc' (8.12.9 step 4.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-34.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-34.js index 6182fc038f..01ea24808b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-34.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-34.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Set]] of 'P' is set as undefined value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-34.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Set]] of 'P' is set as undefined value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-35.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-35.js index 2e44567f62..812f363679 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-35.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-35.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Enumerable]] of 'P' is set as false value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-35.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Enumerable]] of 'P' is set as false value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-36.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-36.js index eb4122b6c2..914ecb9203 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-36.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-36.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-36.js; - * @description: Object.defineProperties - 'P' doesn't exist in 'O', test [[Configurable]] of 'P' is set as false value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-36.js + * @description Object.defineProperties - 'P' doesn't exist in 'O', test [[Configurable]] of 'P' is set as false value if absent in accessor descriptor 'desc' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-37.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-37.js index 11af871ec2..b997597b00 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-37.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-37.js; - * @description: Object.defineProperties - 'desc' is accessor descriptor, test setting all attribute values of 'P' (8.12.9 step 4.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-37.js + * @description Object.defineProperties - 'desc' is accessor descriptor, test setting all attribute values of 'P' (8.12.9 step 4.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38-1.js index 82561fecff..24cc5894ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38-1.js; - * @description: Object.defineProperties - 'P' exists in 'O' is an accessor property, test 'P' makes no change if 'desc' is generic descriptor without any attribute (8.12.9 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38-1.js + * @description Object.defineProperties - 'P' exists in 'O' is an accessor property, test 'P' makes no change if 'desc' is generic descriptor without any attribute (8.12.9 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38.js index 640dcd0ea4..d9cba0b600 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38.js; - * @description: Object.defineProperties - 'P' exists in 'O', test 'P' makes no change if 'desc' is generic descriptor without any attribute (8.12.9 step 5); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-38.js + * @description Object.defineProperties - 'P' exists in 'O', test 'P' makes no change if 'desc' is generic descriptor without any attribute (8.12.9 step 5) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-39.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-39.js index e437e0cb35..c17dcc7b2b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-39.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-39.js; - * @description: Object.defineProperties - 'P' is data descriptor and every fields in 'desc' is the same with 'P' (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-39.js + * @description Object.defineProperties - 'P' is data descriptor and every fields in 'desc' is the same with 'P' (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-4.js index e28b93beda..adc0a9b538 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-4.js; - * @description: Object.defineProperties - 'P' is own data property that overrides an inherited accessor property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-4.js + * @description Object.defineProperties - 'P' is own data property that overrides an inherited accessor property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-40.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-40.js index 0e806e9606..0a2dc3c253 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-40.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-40.js; - * @description: Object.defineProperties - 'P' is accessor descriptor and every fields in 'desc' is the same with 'P' (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-40.js + * @description Object.defineProperties - 'P' is accessor descriptor and every fields in 'desc' is the same with 'P' (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-41.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-41.js index 0a42e63d27..5146f13551 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-41.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-41.js; - * @description: Object.defineProperties - type of desc.value is different from type of P.value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-41.js + * @description Object.defineProperties - type of desc.value is different from type of P.value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-42.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-42.js index cf08680348..af66f7195c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-42.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-42.js; - * @description: Object.defineProperties - both desc.value and P.value are undefined (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-42.js + * @description Object.defineProperties - both desc.value and P.value are undefined (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-43.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-43.js index 3a038d6854..71deb63a82 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-43.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-43.js; - * @description: Object.defineProperties - both desc.value and P.value are null (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-43.js + * @description Object.defineProperties - both desc.value and P.value are null (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-44.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-44.js index 5d14517ac4..d3c1605d9b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-44.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-44.js; - * @description: Object.defineProperties - both desc.value and P.value are NaN (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-44.js + * @description Object.defineProperties - both desc.value and P.value are NaN (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-45.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-45.js index 74b8bf82b0..f956b6b269 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-45.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-45.js; - * @description: Object.defineProperties - desc.value is +0 and P.value is -0 (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-45.js + * @description Object.defineProperties - desc.value is +0 and P.value is -0 (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-46.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-46.js index 77ea5c7fec..0c4e03f026 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-46.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-46.js; - * @description: Object.defineProperties - desc.value is -0 and P.value is +0 (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-46.js + * @description Object.defineProperties - desc.value is -0 and P.value is +0 (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-47.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-47.js index f4960349c0..a8dc9862a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-47.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-47.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-47.js; - * @description: Object.defineProperties - desc.value and P.value are two numbers with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-47.js + * @description Object.defineProperties - desc.value and P.value are two numbers with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-48.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-48.js index 6ab576ce4f..f9d3713eeb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-48.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-48.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-48.js; - * @description: Object.defineProperties - desc.value and P.value are two numbers with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-48.js + * @description Object.defineProperties - desc.value and P.value are two numbers with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-49.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-49.js index 7eff549789..795d32f4d2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-49.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-49.js; - * @description: Object.defineProperties - both desc.value and P.value are two strings which have same length and same characters in corresponding positions (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-49.js + * @description Object.defineProperties - both desc.value and P.value are two strings which have same length and same characters in corresponding positions (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-5.js index d2a968e511..36e3747591 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-5.js; - * @description: Object.defineProperties - 'P' is own accessor property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-5.js + * @description Object.defineProperties - 'P' is own accessor property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-50.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-50.js index 7e798f08b1..455592f33b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-50.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-50.js; - * @description: Object.defineProperties - desc.value and P.value are two strings with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-50.js + * @description Object.defineProperties - desc.value and P.value are two strings with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-51.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-51.js index 63bf2966ed..df2c19694b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-51.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-51.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-51.js; - * @description: Object.defineProperties - both desc.value and P.value are boolean values with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-51.js + * @description Object.defineProperties - both desc.value and P.value are boolean values with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-52.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-52.js index d79017c966..7b62a85ef3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-52.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-52.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-52.js; - * @description: Object.defineProperties - desc.value and P.value are two boolean values with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-52.js + * @description Object.defineProperties - desc.value and P.value are two boolean values with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-53.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-53.js index 0078748dd4..e25b5cae2e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-53.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-53.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-53.js; - * @description: Object.defineProperties - both desc.value and P.value are Ojbects which refer to the same Object (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-53.js + * @description Object.defineProperties - both desc.value and P.value are Ojbects which refer to the same Object (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-54.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-54.js index 28d995f333..4255371773 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-54.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-54.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-54.js; - * @description: Object.defineProperties - desc.value and P.value are two Ojbects which refer to the different objects (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-54.js + * @description Object.defineProperties - desc.value and P.value are two Ojbects which refer to the different objects (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-55.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-55.js index aa6cce2e48..1eda08a0d1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-55.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-55.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-55.js; - * @description: Object.defineProperties - both desc.writable and P.writable are boolean values with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-55.js + * @description Object.defineProperties - both desc.writable and P.writable are boolean values with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-56.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-56.js index ba7c41e3ea..dd013f0721 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-56.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-56.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-56.js; - * @description: Object.defineProperties - desc.writable and P.writable are two boolean values with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-56.js + * @description Object.defineProperties - desc.writable and P.writable are two boolean values with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-57.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-57.js index 7a31181631..6df3ff8b38 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-57.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-57.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-57.js; - * @description: Object.defineProperties - both desc.[[Get]] and P.[[Get]] are two objects which refer to the same object (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-57.js + * @description Object.defineProperties - both desc.[[Get]] and P.[[Get]] are two objects which refer to the same object (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-58.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-58.js index ea1d6d3310..cd072a8383 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-58.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-58.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-58.js; - * @description: Object.defineProperties - desc.[[Get]] and P.[[Get]] are two objects which refer to the different objects (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-58.js + * @description Object.defineProperties - desc.[[Get]] and P.[[Get]] are two objects which refer to the different objects (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-59.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-59.js index 3ac88c561e..551a879cb7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-59.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-59.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-59.js; - * @description: Object.defineProperties - both desc.[[Set]] and P.[[Set]] are two objects which refer to the same object (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-59.js + * @description Object.defineProperties - both desc.[[Set]] and P.[[Set]] are two objects which refer to the same object (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-6.js index 08270b9da2..2170476429 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-6.js; - * @description: Object.defineProperties - 'P' is inherited accessor property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-6.js + * @description Object.defineProperties - 'P' is inherited accessor property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-60.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-60.js index be55bbf8d4..4874d2e0af 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-60.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-60.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-60.js; - * @description: Object.defineProperties - desc.[[Set]] and P.[[Set]] are two objects which refer to the different objects (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-60.js + * @description Object.defineProperties - desc.[[Set]] and P.[[Set]] are two objects which refer to the different objects (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-61.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-61.js index 2e821b77ac..f7451b5f7b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-61.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-61.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-61.js; - * @description: Object.defineProperties - both desc.enumerable and P.enumerable are boolean values with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-61.js + * @description Object.defineProperties - both desc.enumerable and P.enumerable are boolean values with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-62.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-62.js index 0c49d153da..dc9ea96c56 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-62.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-62.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-62.js; - * @description: Object.defineProperties - desc.enumerable and P.enumerable are two boolean values with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-62.js + * @description Object.defineProperties - desc.enumerable and P.enumerable are two boolean values with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-63.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-63.js index b77184ace6..730613e931 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-63.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-63.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-63.js; - * @description: Object.defineProperties - both desc.configurable and P.configurable are boolean values with the same value (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-63.js + * @description Object.defineProperties - both desc.configurable and P.configurable are boolean values with the same value (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-64.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-64.js index 44d6c9965a..cdc86c457c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-64.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-64.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-64.js; - * @description: Object.defineProperties - desc.configurable and P.configurable are two boolean values with different values (8.12.9 step 6); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-64.js + * @description Object.defineProperties - desc.configurable and P.configurable are two boolean values with different values (8.12.9 step 6) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-65.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-65.js index 3769f4fde1..ee6fb0b2c1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-65.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-65.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-65.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false and desc.configurable is true (8.12.9 step 7.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-65.js + * @description Object.defineProperties throws TypeError when P.configurable is false and desc.configurable is true (8.12.9 step 7.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66-1.js index ae749c288a..109aa0d8e4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66-1.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.enumerable and desc.enumerable has different values (8.12.9 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66-1.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.enumerable and desc.enumerable has different values (8.12.9 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66.js index fc50d0487f..b221c48a45 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.enumerable and desc.enumerable has different values (8.12.9 step 7.b); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-66.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.enumerable and desc.enumerable has different values (8.12.9 step 7.b) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-67.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-67.js index 1a7290bb1e..084e3cec5d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-67.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-67.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-67.js; - * @description: Object.defineProperties throws TypeError when P is accessor property and P.configurable is false, desc is data property (8.12.9 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-67.js + * @description Object.defineProperties throws TypeError when P is accessor property and P.configurable is false, desc is data property (8.12.9 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-68.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-68.js index 5de08b43a9..386496249c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-68.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-68.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-68.js; - * @description: Object.defineProperties throws TypeError when P is data property and P.configurable is false, desc is accessor property (8.12.9 step 9.a); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-68.js + * @description Object.defineProperties throws TypeError when P is data property and P.configurable is false, desc is accessor property (8.12.9 step 9.a) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-69.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-69.js index f5711ad5f4..3e7a3bfa3a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-69.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-69.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-69.js; - * @description: Object.defineProperties - 'P' is data property and P.configurable is true, desc is accessor property (8.12.9 step 9.b.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-69.js + * @description Object.defineProperties - 'P' is data property and P.configurable is true, desc is accessor property (8.12.9 step 9.b.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-7.js index 60b5520dde..8ce331c73a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-7.js; - * @description: Object.defineProperties - 'P' is own accessor property that overrides an inherited data property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-7.js + * @description Object.defineProperties - 'P' is own accessor property that overrides an inherited data property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-70.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-70.js index 9df4c5e8ac..5eceed35a3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-70.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-70.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-70.js; - * @description: Object.defineProperties - 'P' is accessor property and P.configurable is true, 'desc' in 'Properties' is data property (8.12.9 step 9.c.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-70.js + * @description Object.defineProperties - 'P' is accessor property and P.configurable is true, 'desc' in 'Properties' is data property (8.12.9 step 9.c.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-71.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-71.js index c88c028a31..e8bcc523f9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-71.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-71.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-71.js; - * @description: Object.defineProperties throws TypeError when 'P' is data property and P.configurable is false, P.writable is false, desc is data property and desc.writable is true (8.12.9 step 10.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-71.js + * @description Object.defineProperties throws TypeError when 'P' is data property and P.configurable is false, P.writable is false, desc is data property and desc.writable is true (8.12.9 step 10.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-72.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-72.js index a8d819e7bb..953c1c3488 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-72.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-72.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-72.js; - * @description: Object.defineProperties throws TypeError when P is data property and P.configurable is false, P.writable is false, desc is data property and desc.value is not equal to P.value (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-72.js + * @description Object.defineProperties throws TypeError when P is data property and P.configurable is false, P.writable is false, desc is data property and desc.value is not equal to P.value (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-73.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-73.js index 50a24eb4c2..c23376ab28 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-73.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-73.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-73.js; - * @description: Object.defineProperties will not throw TypeError if P.configurable is false, P.writalbe is false, P.value is undefined and properties.value is undefined (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-73.js + * @description Object.defineProperties will not throw TypeError if P.configurable is false, P.writalbe is false, P.value is undefined and properties.value is undefined (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-74.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-74.js index 39b16b6ff6..adca7ad699 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-74.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-74.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-74.js; - * @description: Object.defineProperties will not throw TypeError if P.configurable is false, P.writalbe is false, P.value is null and properties.value is null (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-74.js + * @description Object.defineProperties will not throw TypeError if P.configurable is false, P.writalbe is false, P.value is null and properties.value is null (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-75.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-75.js index 523b747145..53e2d60fba 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-75.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-75.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-75.js; - * @description: Object.defineProperties will not throw TypeError if P.configurable is false, P.writalbe is false, P.value is NaN and properties.value is NaN (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-75.js + * @description Object.defineProperties will not throw TypeError if P.configurable is false, P.writalbe is false, P.value is NaN and properties.value is NaN (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-76.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-76.js index 208058ccd5..056ee802ca 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-76.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-76.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-76.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value is +0 and P.value is -0 (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-76.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value is +0 and P.value is -0 (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-77.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-77.js index 01f5948efd..16d0c3fd46 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-77.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-77.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-77.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value is +0 and P.value is -0 (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-77.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value is +0 and P.value is -0 (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-78.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-78.js index 4f7e80992d..f7ba30bd25 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-78.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-78.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-78.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two numbers with the same value (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-78.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two numbers with the same value (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-79.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-79.js index 971f5827aa..8e93560c77 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-79.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-79.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-79.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two numbers with different values (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-79.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two numbers with different values (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-8.js index c1a5036bcc..aec4b65d16 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-8.js; - * @description: Object.defineProperties - 'P' is own accessor property that overrides an inherited accessor property (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-8.js + * @description Object.defineProperties - 'P' is own accessor property that overrides an inherited accessor property (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-80.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-80.js index 04623b1256..4165ee13c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-80.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-80.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-80.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two strings with the same value (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-80.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two strings with the same value (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-81.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-81.js index 2c411738a5..94988a6624 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-81.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-81.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-81.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two strings with different values (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-81.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two strings with different values (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-82.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-82.js index 77e0ad3209..67fd7cd4c3 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-82.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-82.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-82.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two booleans with the same value (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-82.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two booleans with the same value (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-83.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-83.js index 4703e0be63..989503ad9c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-83.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-83.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-83.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two booleans with different values (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-83.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two booleans with different values (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84-1.js index 6a076fad52..c5637673a0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84-1.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two Objects refer to the same object which has been updated before use it to update the object (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84-1.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two Objects refer to the same object which has been updated before use it to update the object (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84.js index 1787f0c3c9..5ef0916111 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two Objects refer to the same object (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-84.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two Objects refer to the same object (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-85.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-85.js index 4ae11acee5..e3470dc8b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-85.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-85.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-85.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two objects with different values (8.12.9 step 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-85.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.writalbe is false, properties.value and P.value are two objects with different values (8.12.9 step 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86-1.js index 8f852869e3..d9483e5124 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86-1.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, both properties.[[Set]] and P.[[Set]] are two objects which refer to the same object and the object has been updated after defined(8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86-1.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, both properties.[[Set]] and P.[[Set]] are two objects which refer to the same object and the object has been updated after defined(8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86.js index 224f6c1fd7..b99c7518b1 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, both properties.[[Set]] and P.[[Set]] are two objects which refer to the same object (8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-86.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, both properties.[[Set]] and P.[[Set]] are two objects which refer to the same object (8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-87.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-87.js index 7268200dcc..0316d0e01f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-87.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-87.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-87.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, both properties.[[Set]] and P.[[Set]] are two objects which refer to different objects (8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-87.js + * @description Object.defineProperties throws TypeError when P.configurable is false, both properties.[[Set]] and P.[[Set]] are two objects which refer to different objects (8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-88.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-88.js index c527ffcf0a..81204754d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-88.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-88.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-88.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.[[Set]] is undefined, properties.[[Set]] refers to an objcet (8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-88.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.[[Set]] is undefined, properties.[[Set]] refers to an objcet (8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-89.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-89.js index dac46bd410..249c835bcc 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-89.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-89.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-89.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, P.[[Set]] and properties.[[Set]] are undefined (8.12.9 step 11.a.i); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-89.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, P.[[Set]] and properties.[[Set]] are undefined (8.12.9 step 11.a.i) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-9.js index 2f20779f9d..31c2bff371 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-9.js; - * @description: Object.defineProperties - 'P' is own accessor property without a get function (8.12.9 step 1 ) ; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-9.js + * @description Object.defineProperties - 'P' is own accessor property without a get function (8.12.9 step 1 ) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-90.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-90.js index 8cc374905b..a6984e123d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-90.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-90.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-90.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, both properties.[[Get]] and P.[[Get]] are two objects which refer to the same object (8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-90.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, both properties.[[Get]] and P.[[Get]] are two objects which refer to the same object (8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-91.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-91.js index d84d2ac994..cc79af3f4d 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-91.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-91.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-91.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, both properties.[[Get]] and P.[[Get]] are two objects which refer to different objects (8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-91.js + * @description Object.defineProperties throws TypeError when P.configurable is false, both properties.[[Get]] and P.[[Get]] are two objects which refer to different objects (8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-92.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-92.js index 0b9e4f11cb..907714eb23 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-92.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-92.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-92.js; - * @description: Object.defineProperties throws TypeError when P.configurable is false, P.[[Get]] is undefined, properties.[[Get]] refers to an objcet (8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-92.js + * @description Object.defineProperties throws TypeError when P.configurable is false, P.[[Get]] is undefined, properties.[[Get]] refers to an objcet (8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-1.js index 033940165f..d097eb9c3b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-1.js; - * @description: Object.defineProperties will update [[Value]] attribute of named data property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false but not when both are false (8.12.9 - step Note & 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-1.js + * @description Object.defineProperties will update [[Value]] attribute of named data property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false but not when both are false (8.12.9 - step Note & 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-2.js index b32d493998..c0edd6eb70 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-2.js; - * @description: Object.defineProperties will update [[Value]] attribute of indexed data property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false but not when both are false (8.12.9 - step Note & 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-2.js + * @description Object.defineProperties will update [[Value]] attribute of indexed data property 'P' successfully when [[Configurable]] attribute is true and [[Writable]] attribute is false but not when both are false (8.12.9 - step Note & 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-3.js index 3127bbff7c..6fbef66e8b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-3.js; - * @description: Object.defineProperties will fail to update [[Value]] attribute of named data property 'P' when [[Configurable]] attribute of first updating property is false (8.12.9 - step Note & 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-3.js + * @description Object.defineProperties will fail to update [[Value]] attribute of named data property 'P' when [[Configurable]] attribute of first updating property is false (8.12.9 - step Note & 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-4.js index b76f88c031..069349538a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-4.js; - * @description: Object.defineProperties will fail to update [[Value]] attribute of indexed data property 'P' when [[Configurable]] attribute of first updating property are false (8.12.9 - step Note & 10.a.ii.1); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93-4.js + * @description Object.defineProperties will fail to update [[Value]] attribute of indexed data property 'P' when [[Configurable]] attribute of first updating property are false (8.12.9 - step Note & 10.a.ii.1) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93.js index c98bf9858c..86368b368a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93.js; - * @description: Object.defineProperties will not throw TypeError when P.configurable is false, P.[[Get]] and properties.[[Get]] are undefined (8.12.9 step 11.a.ii); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-93.js + * @description Object.defineProperties will not throw TypeError when P.configurable is false, P.[[Get]] and properties.[[Get]] are undefined (8.12.9 step 11.a.ii) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-94.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-94.js index ed7e905d33..2759050750 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-94.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-94.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-94.js; - * @description: Object.defineProperties - 'P' is data property, properties.value and P.value are two different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-94.js + * @description Object.defineProperties - 'P' is data property, properties.value and P.value are two different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-95.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-95.js index 20f094e1a5..083c2ed1df 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-95.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-95.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-95.js; - * @description: Object.defineProperties - 'P' is data property, P.value is present and properties.value is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-95.js + * @description Object.defineProperties - 'P' is data property, P.value is present and properties.value is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-96.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-96.js index 11d6da6368..79d6858320 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-96.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-96.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-96.js; - * @description: Object.defineProperties - 'P' is data property, properties.value is present and P.value is undefined (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-96.js + * @description Object.defineProperties - 'P' is data property, properties.value is present and P.value is undefined (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-97.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-97.js index 6345e03338..30a6aacfa6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-97.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-97.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-97.js; - * @description: Object.defineProperties - 'P' is data property, P.writable and properties.writable are different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-97.js + * @description Object.defineProperties - 'P' is data property, P.writable and properties.writable are different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-98.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-98.js index 0f80d9c580..6958cd05db 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-98.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-98.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-98.js; - * @description: Object.defineProperties - 'P' is data property, P.enumerable and properties.enumerable are different values (8.12.9 step 12); + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-98.js + * @description Object.defineProperties - 'P' is data property, P.enumerable and properties.enumerable are different values (8.12.9 step 12) */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-99.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-99.js index 9b71a4c070..4ac68b8539 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-99.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-99.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-99.js; - * @description: Object.defineProperties - 'P' is data property, P.configurable is true and properties.configurable is false; + * @path chapter15/15.2/15.2.3/15.2.3.7/15.2.3.7-6-a-99.js + * @description Object.defineProperties - 'P' is data property, P.configurable is true and properties.configurable is false */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-1.js index 635b2ca9ca..c3d6883f59 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-1.js; - * @description: Object.seal must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-1.js + * @description Object.seal must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-2.js index ed5fd1bcce..8a1308ad52 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-2.js; - * @description: Object.seal must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-0-2.js + * @description Object.seal must exist as a function taking 1 parameter */ -assertTrue(Object.seal.length === 1); +assertTruthy(Object.seal.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-1.js index 3b67241c8b..6ecb759aa0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-1.js; - * @description: Object.seal throws TypeError if type of first param is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-1.js + * @description Object.seal throws TypeError if type of first param is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-2.js index ee6dcab279..1451aa9b25 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-2.js; - * @description: Object.seal throws TypeError if type of first param is null; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-2.js + * @description Object.seal throws TypeError if type of first param is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-3.js index 9555ca80ec..277bcca626 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-3.js; - * @description: Object.seal throws TypeError if type of first param is a boolean primitive; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-3.js + * @description Object.seal throws TypeError if type of first param is a boolean primitive */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-4.js index a5bece56c1..c06c09d8b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-4.js; - * @description: Object.seal throws TypeError if type of first param is a string primitive; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1-4.js + * @description Object.seal throws TypeError if type of first param is a string primitive */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1.js index 38e27369e8..03ce33162f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1.js; - * @description: Object.seal throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-1.js + * @description Object.seal throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-1.js index 2ed008e7fc..026e0f184c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-1.js; - * @description: Object.seal - extensible of 'O' is set as false even if 'O' has no own property; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-1.js + * @description Object.seal - extensible of 'O' is set as false even if 'O' has no own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-2.js index 43a47a7672..dabde20ec8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-2.js; - * @description: Object.seal - inherited data properties are ignored; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-2.js + * @description Object.seal - inherited data properties are ignored */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-3.js index ba71b33b23..9ddab12b2e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-3.js; - * @description: Object.seal - inherited accessor properties are ignored; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-3.js + * @description Object.seal - inherited accessor properties are ignored */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-4.js index 61797cd731..6d5f35070f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-4.js; - * @description: Object.seal - non-enumerable own property of 'O' is sealed; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-4.js + * @description Object.seal - non-enumerable own property of 'O' is sealed */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-1.js index 232ecc4cce..c30c064b25 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-1.js; - * @description: Object.seal - 'P' is own data property; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-1.js + * @description Object.seal - 'P' is own data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-10.js index 80e84fb579..e44032b163 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-10.js; - * @description: Object.seal - 'P' is own property of a Boolean object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-10.js + * @description Object.seal - 'P' is own property of a Boolean object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-11.js index acea716199..c1e5c455dd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-11.js; - * @description: Object.seal - 'P' is own property of a Number object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-11.js + * @description Object.seal - 'P' is own property of a Number object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-12.js index 51a4e0cbea..94981251e0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-12.js; - * @description: Object.seal - 'P' is own property of a Date object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-12.js + * @description Object.seal - 'P' is own property of a Date object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-13.js index 2a0f43eacd..23d9ee7c09 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-13.js; - * @description: Object.seal - 'P' is own property of a RegExp object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-13.js + * @description Object.seal - 'P' is own property of a RegExp object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-14.js index 996dbd2803..6fa36631ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-14.js; - * @description: Object.seal - 'P' is own property of an Error object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-14.js + * @description Object.seal - 'P' is own property of an Error object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-15.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-15.js index 42b3a0c163..e4cab1ef81 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-15.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-15.js; - * @description: Object.seal - 'P' is own property of an Arguments object which implements its own [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-15.js + * @description Object.seal - 'P' is own property of an Arguments object which implements its own [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-2.js index f50e9d6220..80491d3e04 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-2.js; - * @description: Object.seal - 'P' is own data property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-2.js + * @description Object.seal - 'P' is own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-3.js index 306282a5cd..e7463976fd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-3.js; - * @description: Object.seal - 'P' is own data property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-3.js + * @description Object.seal - 'P' is own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-4.js index 73e2f5b0cc..b0bd4789df 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-4.js; - * @description: Object.seal - 'P' is own accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-4.js + * @description Object.seal - 'P' is own accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-5.js index 128fa57953..22fc03ae4f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-5.js; - * @description: Object.seal - 'P' is own accessor property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-5.js + * @description Object.seal - 'P' is own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-6.js index 8af42555f7..2dcfdf960f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-6.js; - * @description: Object.seal - 'P' is own accessor property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-6.js + * @description Object.seal - 'P' is own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-7.js index ef3e44b9ec..ac53fbb14b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-7.js; - * @description: Object.seal - 'P' is own property of a Function object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-7.js + * @description Object.seal - 'P' is own property of a Function object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-8.js index f48cf6e2e6..de30fb1141 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-8.js; - * @description: Object.seal - 'P' is own property of an Array object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-8.js + * @description Object.seal - 'P' is own property of an Array object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-9.js index 1a5178247c..6feacaec65 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-9.js; - * @description: Object.seal - 'P' is own property of a String object which implements its own [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-a-9.js + * @description Object.seal - 'P' is own property of a String object which implements its own [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-1.js index b61f19f5c5..09b1e44ea9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-1.js; - * @description: Object.seal - the [[Configurable]] attribute of own data property of 'O' is set from true to false and other attributes of the property are unaltered; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-1.js + * @description Object.seal - the [[Configurable]] attribute of own data property of 'O' is set from true to false and other attributes of the property are unaltered */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-2.js index 5510418179..23892d21a2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-2.js; - * @description: Object.seal - the [[Configurable]] attribute of own accessor property of 'O' is set from true to false and other attributes of the property are unaltered; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-2.js + * @description Object.seal - the [[Configurable]] attribute of own accessor property of 'O' is set from true to false and other attributes of the property are unaltered */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-3.js index 563e6e416a..e88f32285e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-3.js; - * @description: Object.seal - the [[Configurable]] attribute of all own properties of 'O' are set from true to false and other attributes of the property are unaltered; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-3.js + * @description Object.seal - the [[Configurable]] attribute of all own properties of 'O' are set from true to false and other attributes of the property are unaltered */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-4.js index 5140aee621..5abee240d0 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-4.js; - * @description: Object.seal - all own properties of 'O' are already non-configurable; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-b-4.js + * @description Object.seal - all own properties of 'O' are already non-configurable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-1.js index 00ab109277..533eeeb5d9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-1.js; - * @description: Object.seal - 'O' is a Function object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-1.js + * @description Object.seal - 'O' is a Function object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-2.js index 95683a34db..cd784223ac 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-2.js; - * @description: Object.seal - 'O' is an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-2.js + * @description Object.seal - 'O' is an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-3.js index f4a113dd5d..4fb37a8584 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-3.js; - * @description: Object.seal - 'O' is a String object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-3.js + * @description Object.seal - 'O' is a String object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-4.js index 2fad03e241..59a0d22d53 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-4.js; - * @description: Object.seal - 'O' is a Boolean object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-4.js + * @description Object.seal - 'O' is a Boolean object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-5.js index 82347e0a42..f007868cd8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-5.js; - * @description: Object.seal - 'O' is a Number object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-5.js + * @description Object.seal - 'O' is a Number object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-6.js index 24ed846b9d..5313b04a50 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-6.js; - * @description: Object.seal - 'O' is a Date object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-6.js + * @description Object.seal - 'O' is a Date object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-7.js index f894d97474..c5c65c414c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-7.js; - * @description: Object.seal - 'O' is a RegExp object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-7.js + * @description Object.seal - 'O' is a RegExp object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-8.js index 26b811be83..cd9b626f01 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-8.js; - * @description: Object.seal - 'O' is an Error object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-8.js + * @description Object.seal - 'O' is an Error object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-9.js index cc1d27b616..57cabec080 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-9.js; - * @description: Object.seal - 'O' is an Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-2-c-9.js + * @description Object.seal - 'O' is an Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-3-1.js index 0a16e215a9..4bdd0532cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-3-1.js; - * @description: Object.seal - returned object is not extensible; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-3-1.js + * @description Object.seal - returned object is not extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-1.js index 5f5ad1e340..4760565cf2 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-1.js; - * @description: Object.seal - 'O' is sealed already; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-1.js + * @description Object.seal - 'O' is sealed already */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-2.js index 7a581e5688..755e55e083 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-2.js; - * @description: Object.seal - 'O' is frozen already; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-2.js + * @description Object.seal - 'O' is frozen already */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-3.js index 6673a60332..46b6743c66 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-3.js; - * @description: Object.seal - the extension of 'O' is prevented already; + * @path chapter15/15.2/15.2.3/15.2.3.8/15.2.3.8-4-3.js + * @description Object.seal - the extension of 'O' is prevented already */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-1.js index 8b5bccab46..43694b743b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-1.js; - * @description: Object.freeze must exist as a function; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-1.js + * @description Object.freeze must exist as a function */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-2.js index b13816c996..6dd7fe4060 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-2.js; - * @description: Object.freeze must exist as a function taking 1 parameter; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-0-2.js + * @description Object.freeze must exist as a function taking 1 parameter */ -assertTrue(Object.freeze.length === 1); +assertTruthy(Object.freeze.length === 1); diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-1.js index cd3e420a5a..d7ac981523 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-1.js; - * @description: Object.freeze throws TypeError if type of first param is undefined; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-1.js + * @description Object.freeze throws TypeError if type of first param is undefined */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-2.js index 7898d73e13..4c5d446d4a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-2.js; - * @description: Object.freeze throws TypeError if type of first param is null; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-2.js + * @description Object.freeze throws TypeError if type of first param is null */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-3.js index 79e2db2c96..4fee3d5495 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-3.js; - * @description: Object.freeze throws TypeError if type of first param is boolean primitive; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-3.js + * @description Object.freeze throws TypeError if type of first param is boolean primitive */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-4.js index fafe6b09c2..d8e0f4e660 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-4.js; - * @description: Object.freeze throws TypeError if type of first param is string primitive; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1-4.js + * @description Object.freeze throws TypeError if type of first param is string primitive */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1.js index 22afd78acf..7e9f63e97f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1.js; - * @description: Object.freeze throws TypeError if type of first param is not Object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-1.js + * @description Object.freeze throws TypeError if type of first param is not Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-1.js index ad97fb0eed..9285b0198c 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-1.js; - * @description: Object.freeze - extensible of 'O' is set as false even if 'O' has no own property; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-1.js + * @description Object.freeze - extensible of 'O' is set as false even if 'O' has no own property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-2.js index afb837b345..787d4c4adf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-2.js; - * @description: Object.freeze - inherited data properties are not frozen; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-2.js + * @description Object.freeze - inherited data properties are not frozen */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-3.js index b2b1225b2c..53506cd7ad 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-3.js; - * @description: Object.freeze - inherited accessor properties are not frozen; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-3.js + * @description Object.freeze - inherited accessor properties are not frozen */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-4.js index 493de85a7a..819fb3989e 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-4.js; - * @description: Object.freeze - Non-enumerable own properties of 'O' are frozen; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-4.js + * @description Object.freeze - Non-enumerable own properties of 'O' are frozen */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-1.js index 44eda269ed..90e5e25ebb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-1.js; - * @description: Object.freeze - 'P' is own data property; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-1.js + * @description Object.freeze - 'P' is own data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-10.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-10.js index d7a2376a2f..8fcb8e6f46 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-10.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-10.js; - * @description: Object.freeze - 'P' is own named property of an Array object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-10.js + * @description Object.freeze - 'P' is own named property of an Array object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-11.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-11.js index 80f1407807..426bf703a7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-11.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-11.js; - * @description: Object.freeze - 'P' is own index property of the Arguments object that implements its own [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-11.js + * @description Object.freeze - 'P' is own index property of the Arguments object that implements its own [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-12.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-12.js index b022c2c6ed..ae2a53129b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-12.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-12.js; - * @description: Object.freeze - 'P' is own index property of a String object that implements its own [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-12.js + * @description Object.freeze - 'P' is own index property of a String object that implements its own [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-13.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-13.js index ec86b512df..77dea81675 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-13.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-13.js; - * @description: Object.freeze - 'P' is own index property of the Object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-13.js + * @description Object.freeze - 'P' is own index property of the Object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-14.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-14.js index 0855710169..655e8af039 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-14.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-14.js; - * @description: Object.freeze - 'P' is own index property of an Array object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-14.js + * @description Object.freeze - 'P' is own index property of an Array object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-2.js index 833aadf42c..3bc245bbbb 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-2.js; - * @description: Object.freeze - 'P' is own data property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-2.js + * @description Object.freeze - 'P' is own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-3.js index a1993922f9..c869f40006 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-3.js; - * @description: Object.freeze - 'P' is own data property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-3.js + * @description Object.freeze - 'P' is own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-4.js index 4adf434bed..2a301449e9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-4.js; - * @description: Object.freeze - 'P' is own accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-4.js + * @description Object.freeze - 'P' is own accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-5.js index 46ff169b6e..88e676ff69 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-5.js; - * @description: Object.freeze - 'P' is own accessor property that overrides an inherited data property; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-5.js + * @description Object.freeze - 'P' is own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-6.js index 16c6720c58..f1819f5563 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-6.js; - * @description: Object.freeze - 'P' is own accessor property that overrides an inherited accessor property; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-6.js + * @description Object.freeze - 'P' is own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-7.js index d304258be4..a458489b87 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-7.js; - * @description: Object.freeze - 'P' is own named property of an Arguments object that implements its own [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-7.js + * @description Object.freeze - 'P' is own named property of an Arguments object that implements its own [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-8.js index 9b52bf4f97..1da492596f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-8.js; - * @description: Object.freeze - 'P' is own named property of the String object that implements its own [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-8.js + * @description Object.freeze - 'P' is own named property of the String object that implements its own [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-9.js index a217ccd79b..364cc1c906 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-9.js; - * @description: Object.freeze - 'P' is own property of the Function object that uses Object's [[GetOwnProperty]]; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-a-9.js + * @description Object.freeze - 'P' is own property of the Function object that uses Object's [[GetOwnProperty]] */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-1.js index 9b530fbff8..5a4eed0bf8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-1.js; - * @description: Object.freeze - The [[Wrtiable]] attribute of own data property of 'O' is set to false while other attributes are unchanged; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-1.js + * @description Object.freeze - The [[Wrtiable]] attribute of own data property of 'O' is set to false while other attributes are unchanged */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-2.js index 32365caadd..cd8b20cc7a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-2.js; - * @description: Object.freeze - The [[Wrtiable]] attribute of all own data property of 'O' is set to false while other attributes are unchanged; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-b-i-2.js + * @description Object.freeze - The [[Wrtiable]] attribute of all own data property of 'O' is set to false while other attributes are unchanged */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-1.js index 0d8dfa114b..6189f4aab4 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-1.js; - * @description: Object.freeze - The [[Configurable]] attribute of own data property of 'O' is set to false while other attributes are unchanged; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-1.js + * @description Object.freeze - The [[Configurable]] attribute of own data property of 'O' is set to false while other attributes are unchanged */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-2.js index 971784db03..675abd09cd 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-2.js; - * @description: Object.freeze - The [[Configurable]] attribute of own accessor property of 'O' is set to false while other attributes are unchanged; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-2.js + * @description Object.freeze - The [[Configurable]] attribute of own accessor property of 'O' is set to false while other attributes are unchanged */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-3.js index 2d9f8c6937..6b52e8079b 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-3.js; - * @description: Object.freeze - The [[Configurable]] attribute of all own data property of 'O' is set to false while other attributes are unchanged; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-3.js + * @description Object.freeze - The [[Configurable]] attribute of all own data property of 'O' is set to false while other attributes are unchanged */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-4.js index 524c0c9813..2fa510ee3a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-4.js; - * @description: Object.freeze - all own properties of 'O' are not writable and not configurable; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-c-4.js + * @description Object.freeze - all own properties of 'O' are not writable and not configurable */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-1.js index 16c01df961..0bec2fe576 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-1.js; - * @description: Object.freeze - 'O' is a Function object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-1.js + * @description Object.freeze - 'O' is a Function object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-2.js index e13e6536dc..f401fc9ce9 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-2.js; - * @description: Object.freeze - 'O' is an Array object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-2.js + * @description Object.freeze - 'O' is an Array object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-3.js index f72821d3c0..4a904b1cdf 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-3.js; - * @description: Object.freeze - 'O' is a String object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-3.js + * @description Object.freeze - 'O' is a String object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-4.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-4.js index 339e8f8ff0..9676998cd7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-4.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-4.js; - * @description: Object.freeze - 'O' is a Boolean object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-4.js + * @description Object.freeze - 'O' is a Boolean object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-5.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-5.js index e3210fc8e5..ce8b2cd2b8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-5.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-5.js; - * @description: Object.freeze - 'O' is a Number object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-5.js + * @description Object.freeze - 'O' is a Number object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-6.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-6.js index 4b908e6df1..123a89d03f 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-6.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-6.js; - * @description: Object.freeze - 'O' is a Date object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-6.js + * @description Object.freeze - 'O' is a Date object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-7.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-7.js index f59b50fd24..059cb76b58 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-7.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-7.js; - * @description: Object.freeze - 'O' is a RegExp object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-7.js + * @description Object.freeze - 'O' is a RegExp object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-8.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-8.js index 081d6f1915..0e914a703a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-8.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-8.js; - * @description: Object.freeze - 'O' is an Error object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-8.js + * @description Object.freeze - 'O' is an Error object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-9.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-9.js index cf2273f242..94ee0c1f09 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-9.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-9.js; - * @description: Object.freeze - 'O' is the Arguments object; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-2-d-9.js + * @description Object.freeze - 'O' is the Arguments object */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-3-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-3-1.js index 923c7e8825..454e774afa 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-3-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-3-1.js; - * @description: Object.freeze - returned object is not extensible; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-3-1.js + * @description Object.freeze - returned object is not extensible */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-1.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-1.js index 64c762d26d..d64638b9ce 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-1.js; - * @description: Object.freeze - 'O' is sealed already; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-1.js + * @description Object.freeze - 'O' is sealed already */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-2.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-2.js index 8c275a55e2..f40dc59b92 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-2.js; - * @description: Object.freeze - 'O' is frozen already; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-2.js + * @description Object.freeze - 'O' is frozen already */ diff --git a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-3.js b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-3.js index 2c8229b4aa..b4df38afc8 100644 --- a/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-3.js +++ b/test/suite/converted/chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-3.js; - * @description: Object.freeze - the extensions of 'O' is prevented already; + * @path chapter15/15.2/15.2.3/15.2.3.9/15.2.3.9-4-3.js + * @description Object.freeze - the extensions of 'O' is prevented already */ diff --git a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-1.js b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-1.js index 1f7ef9ce48..28691fe22a 100644 --- a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-1.js; - * @description: Object.prototype.toString - '[object Undefined]' will be returned when 'this' value is undefined; + * @path chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-1.js + * @description Object.prototype.toString - '[object Undefined]' will be returned when 'this' value is undefined */ -assertTrue(Object.prototype.toString.call(undefined) === "[object Undefined]"); +assertTruthy(Object.prototype.toString.call(undefined) === "[object Undefined]"); diff --git a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-2.js b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-2.js index 3dbacd322b..5bf3bd0ad7 100644 --- a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-2.js; - * @description: Object.prototype.toString - '[object Undefined]' will be returned when 'this' value is undefined; + * @path chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-1-2.js + * @description Object.prototype.toString - '[object Undefined]' will be returned when 'this' value is undefined */ -assertTrue(Object.prototype.toString.apply(undefined, []) === "[object Undefined]"); +assertTruthy(Object.prototype.toString.apply(undefined, []) === "[object Undefined]"); diff --git a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-1.js b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-1.js index 95a67283c1..e5339b0fa6 100644 --- a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-1.js +++ b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-1.js; - * @description: Object.prototype.toString - '[object Null]' will be returned when 'this' value is null; + * @path chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-1.js + * @description Object.prototype.toString - '[object Null]' will be returned when 'this' value is null */ -assertTrue(Object.prototype.toString.call(null) === "[object Null]"); +assertTruthy(Object.prototype.toString.call(null) === "[object Null]"); diff --git a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-2.js b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-2.js index 9b86babca7..0f3e179a70 100644 --- a/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-2.js +++ b/test/suite/converted/chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-2.js; - * @description: Object.prototype.toString - '[object Null]' will be returned when 'this' value is null; + * @path chapter15/15.2/15.2.4/15.2.4.2/15.2.4.2-2-2.js + * @description Object.prototype.toString - '[object Null]' will be returned when 'this' value is null */ -assertTrue(Object.prototype.toString.apply(null, []) === "[object Null]"); +assertTruthy(Object.prototype.toString.apply(null, []) === "[object Null]"); diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1-s.js index 1bc53de82c..bad4d103d4 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1-s.js; - * @description: Duplicate seperate parameter name in Function constructor throws SyntaxError in strict mode; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1-s.js + * @description Duplicate seperate parameter name in Function constructor throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1.js index 0df07c5cae..7860ed31ea 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1.js; - * @description: Duplicate separate parameter name in Function constructor allowed if body not strict; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-1.js + * @description Duplicate separate parameter name in Function constructor allowed if body not strict */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-2-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-2-s.js index 416665e0cf..fc6f44bfde 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-2-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-2-s.js; - * @description: Duplicate seperate parameter name in Function constructor called from strict mode allowed if body not strict; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-2-s.js + * @description Duplicate seperate parameter name in Function constructor called from strict mode allowed if body not strict + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3-s.js index c29ee3b7d1..f4be0d9a8f 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3-s.js; - * @description: Function constructor having a formal parameter named 'eval' throws SyntaxError if function body is strict mode; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3-s.js + * @description Function constructor having a formal parameter named 'eval' throws SyntaxError if function body is strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3.js index 67af52381b..5113479725 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3.js; - * @description: Function constructor may have a formal parameter named 'eval' if body is not strict mode; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-3.js + * @description Function constructor may have a formal parameter named 'eval' if body is not strict mode */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-4-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-4-s.js index 1a76289a74..f9b6ec6bb7 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-4-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-4-s.js; - * @description: Function constructor call from strict code with formal parameter named 'eval' does not throws SyntaxError if function body is not strict mode; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-4-s.js + * @description Function constructor call from strict code with formal parameter named 'eval' does not throws SyntaxError if function body is not strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5-s.js index f6e17cbac5..b22413f8cf 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5-s.js; - * @description: Duplicate combined parameter name in Function constructor throws SyntaxError in strict mode; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5-s.js + * @description Duplicate combined parameter name in Function constructor throws SyntaxError in strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5.js index 52b4197f53..a0d4c12e47 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5.js; - * @description: Duplicate combined parameter name in Function constructor allowed if body is not strict; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-5.js + * @description Duplicate combined parameter name in Function constructor allowed if body is not strict */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s.js index 232bac2ed0..534e68cbad 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s.js; - * @description: Duplicate combined parameter name allowed in Function constructor called in strict mode if body not strict; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s.js + * @description Duplicate combined parameter name allowed in Function constructor called in strict mode if body not strict + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-7-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-7-s.js index 0e4cada470..c09155da2a 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-7-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-7-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-7-s.js; - * @description: Function constructor call from strict code with formal parameter named arguments does not throws SyntaxError if function body is not strict mode; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-7-s.js + * @description Function constructor call from strict code with formal parameter named arguments does not throws SyntaxError if function body is not strict mode + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-8-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-8-s.js index 73fe8608c0..edb39b20fb 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-8-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-8-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-8-s.js; - * @description: Strict Mode - SyntaxError is not thrown if a function is created using a Function constructor that has two identical parameters, which are separated by a unique parameter name and there is no explicit 'use strict' in the function constructor's body; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-8-s.js + * @description Strict Mode - SyntaxError is not thrown if a function is created using a Function constructor that has two identical parameters, which are separated by a unique parameter name and there is no explicit 'use strict' in the function constructor's body + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-9-s.js b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-9-s.js index f81da94a82..3fd7212a4e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-9-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-9-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-9-s.js; - * @description: Strict Mode - SyntaxError is thrown if a function is created using the Function constructor that has three identical parameters and there is no explicit 'use strict' in the function constructor's body; - * @strict_only; + * @path chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-9-s.js + * @description Strict Mode - SyntaxError is thrown if a function is created using the Function constructor that has three identical parameters and there is no explicit 'use strict' in the function constructor's body + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.3/15.3.3.2/15.3.3.2-1.js b/test/suite/converted/chapter15/15.3/15.3.3/15.3.3.2/15.3.3.2-1.js index 5ab9acee30..024f7bb8ce 100644 --- a/test/suite/converted/chapter15/15.3/15.3.3/15.3.3.2/15.3.3.2-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.3/15.3.3.2/15.3.3.2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.3/15.3.3.2/15.3.3.2-1.js; - * @description: Function.length - data property with value 1; + * @path chapter15/15.3/15.3.3/15.3.3.2/15.3.3.2-1.js + * @description Function.length - data property with value 1 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-1-s.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-1-s.js index cf66bfde9c..59d58f83f6 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-1-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-1-s.js; - * @description: Strict Mode - 'this' value is a string which cannot be converted to wrapper objects when the function is called with an array of arguments; - * @strict_only; + * @path chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-1-s.js + * @description Strict Mode - 'this' value is a string which cannot be converted to wrapper objects when the function is called with an array of arguments + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-2-s.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-2-s.js index f48c181b05..64c021fef1 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-2-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-2-s.js; - * @description: Strict Mode - 'this' value is a number which cannot be converted to wrapper objects when the function is called with an array of arguments; - * @strict_only; + * @path chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-2-s.js + * @description Strict Mode - 'this' value is a number which cannot be converted to wrapper objects when the function is called with an array of arguments + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-3-s.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-3-s.js index cc1c445ace..45dbff284b 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-3-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-3-s.js; - * @description: Strict Mode - 'this' value is a boolean which cannot be converted to wrapper objects when the function is called with an array of arguments; - * @strict_only; + * @path chapter15/15.3/15.3.4/15.3.4.3/15.3.4.3-3-s.js + * @description Strict Mode - 'this' value is a boolean which cannot be converted to wrapper objects when the function is called with an array of arguments + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-1-s.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-1-s.js index 99a4c2f33a..cf4efe5d66 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-1-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-1-s.js; - * @description: Strict Mode - 'this' value is a string which cannot be converted to wrapper objects when the function is called without an array of arguments; - * @strict_only; + * @path chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-1-s.js + * @description Strict Mode - 'this' value is a string which cannot be converted to wrapper objects when the function is called without an array of arguments + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-2-s.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-2-s.js index f615dc2d29..d681227616 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-2-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-2-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-2-s.js; - * @description: Strict Mode - 'this' value is a number which cannot be converted to wrapper objects when the function is called without an array argument; - * @strict_only; + * @path chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-2-s.js + * @description Strict Mode - 'this' value is a number which cannot be converted to wrapper objects when the function is called without an array argument + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-3-s.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-3-s.js index 175b894746..bfb07354af 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-3-s.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-3-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-3-s.js; - * @description: Strict Mode - 'this' value is a boolean which cannot be converted to wrapper objects when the function is called without an array of arguments; - * @strict_only; + * @path chapter15/15.3/15.3.4/15.3.4.4/15.3.4.4-3-s.js + * @description Strict Mode - 'this' value is a boolean which cannot be converted to wrapper objects when the function is called without an array of arguments + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-1.js index 8c7cfc3efe..8cad270853 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-1.js; - * @description: [[Call]] - 'F''s [[BoundArgs]] is used as the former part of arguments of calling the [[Call]] internal method of 'F''s [[TargetFunction]] when 'F' is called; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-1.js + * @description [[Call]] - 'F''s [[BoundArgs]] is used as the former part of arguments of calling the [[Call]] internal method of 'F''s [[TargetFunction]] when 'F' is called */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-10.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-10.js index 4eb618838c..ae803bf5b0 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-10.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-10.js; - * @description: [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-10.js + * @description [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-11.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-11.js index 1a84387669..900c6f041d 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-11.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-11.js; - * @description: [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-11.js + * @description [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-12.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-12.js index 3505429fef..78d7c31096 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-12.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-12.js; - * @description: [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 2, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-12.js + * @description [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 2, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-13.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-13.js index 3bba4bd953..0eda311c2a 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-13.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-13.js; - * @description: [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-13.js + * @description [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-14.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-14.js index 0d06bc30f0..6b4bc89279 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-14.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-14.js; - * @description: [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-14.js + * @description [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-15.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-15.js index c30864fd0d..317ba792ce 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-15.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-15.js; - * @description: [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 2, length of 'ExtraArgs' is 0, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-15.js + * @description [[Call]] - length of parameters of 'target' is 1, length of 'boundArgs' is 2, length of 'ExtraArgs' is 0, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-2.js index 05a9cba33a..f377ad1bba 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-2.js; - * @description: [[Call]] - 'F''s [[BoundThis]] is used as the 'this' value of calling the [[Call]] internal method of 'F''s [[TargetFunction]] when 'F' is called; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-2.js + * @description [[Call]] - 'F''s [[BoundThis]] is used as the 'this' value of calling the [[Call]] internal method of 'F''s [[TargetFunction]] when 'F' is called */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-3.js index 949832ef75..17dc834ed7 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-3.js; - * @description: [[Call]] - the provided arguments is used as the latter part of arguments of calling the [[Call]] internal method of 'F''s [[TargetFunction]] when 'F' is called; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-3.js + * @description [[Call]] - the provided arguments is used as the latter part of arguments of calling the [[Call]] internal method of 'F''s [[TargetFunction]] when 'F' is called */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-4.js index 430abd3956..a415764500 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-4.js; - * @description: [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and without 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-4.js + * @description [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and without 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-5.js index a537ca0a2d..db4ff98ff6 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-5.js; - * @description: [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and without 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-5.js + * @description [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and without 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-6.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-6.js index bb30078593..c181fe59ed 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-6.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-6.js; - * @description: [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-6.js + * @description [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-7.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-7.js index 40997408a4..71aaef295c 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-7.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-7.js; - * @description: [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-7.js + * @description [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-8.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-8.js index 0b39948e1e..04885d0807 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-8.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-8.js; - * @description: [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-8.js + * @description [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-9.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-9.js index 7629977860..4d79a74e36 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-9.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-9.js; - * @description: [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.1/15.3.4.5.1-4-9.js + * @description [[Call]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-1.js index 22145d5414..d657322ebe 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-1.js; - * @description: [[Construct]] - 'F''s [[BoundArgs]] is used as the former part of arguments of calling the [[Construct]] internal method of 'F''s [[TargetFunction]] when 'F' is called as constructor; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-1.js + * @description [[Construct]] - 'F''s [[BoundArgs]] is used as the former part of arguments of calling the [[Construct]] internal method of 'F''s [[TargetFunction]] when 'F' is called as constructor */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-10.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-10.js index 0aecd2cb9f..2949272063 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-10.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-10.js; - * @description: [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-10.js + * @description [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-11.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-11.js index 5e1ba61b2a..115c87cb45 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-11.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-11.js; - * @description: [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 2; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-11.js + * @description [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 2 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-12.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-12.js index d1b221e3f7..a7d8b2d35c 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-12.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-12.js; - * @description: [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-12.js + * @description [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-13.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-13.js index 10790d910d..5b7c243e7e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-13.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-13.js; - * @description: [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-13.js + * @description [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-14.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-14.js index c740401253..6a6bae5ef1 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-14.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-14.js; - * @description: [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 2, length of 'ExtraArgs' is 0; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-14.js + * @description [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 2, length of 'ExtraArgs' is 0 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-2.js index 93ea7c5ab7..2946025abd 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-2.js; - * @description: [[Construct]] - the provided arguments is used as the latter part of arguments of calling the [[Construct]] internal method of 'F''s [[TargetFunction]] when 'F' is called as constructor; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-2.js + * @description [[Construct]] - the provided arguments is used as the latter part of arguments of calling the [[Construct]] internal method of 'F''s [[TargetFunction]] when 'F' is called as constructor */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-3.js index b8b6c79bbc..5c7ce84791 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-3.js; - * @description: [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and without 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-3.js + * @description [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and without 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-4.js index 833a57d8f5..7b1deb7f6e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-4.js; - * @description: [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and without 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-4.js + * @description [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1, and without 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-5.js index 42ee19b7c6..13cad8dea7 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-5.js; - * @description: [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and with 'boundThis'; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-5.js + * @description [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0, and with 'boundThis' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-6.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-6.js index bccc9c8f0a..5b80a37d27 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-6.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-6.js; - * @description: [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-6.js + * @description [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 0 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-7.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-7.js index cd3e3ea082..f08ec90c20 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-7.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-7.js; - * @description: [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-7.js + * @description [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 0, length of 'ExtraArgs' is 1 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-8.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-8.js index cc80daa49d..ac9d6387c9 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-8.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-8.js; - * @description: [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-8.js + * @description [[Construct]] - length of parameters of 'target' is 0, length of 'boundArgs' is 1, length of 'ExtraArgs' is 1 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-9.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-9.js index 4a1c6628f7..1b3ed0dce7 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-9.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-9.js; - * @description: [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0; + * @path chapter15/15.3/15.3.4/15.3.4.5.2/15.3.4.5.2-4-9.js + * @description [[Construct]] - length of parameters of 'target' is 1, length of 'boundArgs' is 0, length of 'ExtraArgs' is 0 */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1.js index 93a58cdba4..54cc3b65fe 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1.js; - * @description: Function.prototype.bind must exist as a function; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1.js + * @description Function.prototype.bind must exist as a function */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-2.js index 46770d9a76..539ef09216 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-2.js; - * @description: Function.prototype.bind must exist as a function taking 1 parameter; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-2.js + * @description Function.prototype.bind must exist as a function taking 1 parameter */ -assertTrue(Function.prototype.bind.length === 1); +assertTruthy(Function.prototype.bind.length === 1); diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-10-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-10-1.js index 402d83aed5..47894a5570 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-10-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-10-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-10-1.js; - * @description: Function.prototype.bind - internal property [[Class]] of 'F' is set as Function; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-10-1.js + * @description Function.prototype.bind - internal property [[Class]] of 'F' is set as Function */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-11-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-11-1.js index 86bb83015e..3d7e7b90ee 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-11-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-11-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-11-1.js; - * @description: Function.prototype.bind - internal property [[Prototype]] of 'F' is set as Function.prototype; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-11-1.js + * @description Function.prototype.bind - internal property [[Prototype]] of 'F' is set as Function.prototype */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-1.js index 8a8c40879c..fa5daa5cd5 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-1.js; - * @description: Function.prototype.bind, bound fn has a 'length' own property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-1.js + * @description Function.prototype.bind, bound fn has a 'length' own property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-2.js index ed191caa38..afb34e0c7b 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-2.js; - * @description: Function.prototype.bind, 'length' set to remaining number of expected args; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-2.js + * @description Function.prototype.bind, 'length' set to remaining number of expected args */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-3.js index b074aef326..c4c194bd29 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-3.js; - * @description: Function.prototype.bind, 'length' set to remaining number of expected args (all args prefilled); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-3.js + * @description Function.prototype.bind, 'length' set to remaining number of expected args (all args prefilled) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-4.js index b84dffab7a..4dd1373b55 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-4.js; - * @description: Function.prototype.bind, 'length' set to remaining number of expected args (target takes 0 args); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-4.js + * @description Function.prototype.bind, 'length' set to remaining number of expected args (target takes 0 args) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-5.js index 3c1ac77097..f5453e2695 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-5.js; - * @description: Function.prototype.bind, 'length' set to remaining number of expected args (target provided extra args); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-5.js + * @description Function.prototype.bind, 'length' set to remaining number of expected args (target provided extra args) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-6.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-6.js index 1f57da76d9..4b085d9d51 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-6.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-6.js; - * @description: Function.prototype.bind, 'length' set to remaining number of expected args; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-13.b-6.js + * @description Function.prototype.bind, 'length' set to remaining number of expected args */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-1.js index c2dc6e0f2f..f831468707 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-1.js; - * @description: Function.prototype.bind, 'length' is a data valued own property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-1.js + * @description Function.prototype.bind, 'length' is a data valued own property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-2.js index 0a1ad18e08..434974f32e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-2.js; - * @description: Function.prototype.bind, 'length' is a data valued own property with default attributes (false); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-2.js + * @description Function.prototype.bind, 'length' is a data valued own property with default attributes (false) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-3.js index d633e272fd..4a83f1e39e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-3.js; - * @description: Function.prototype.bind - The [[Writable]] attribute of length property in F set as false; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-3.js + * @description Function.prototype.bind - The [[Writable]] attribute of length property in F set as false */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-4.js index 2838d7ffb2..99cc203175 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-4.js; - * @description: Function.prototype.bind - The [[Enumerable]] attribute of length property in F set as false; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-4.js + * @description Function.prototype.bind - The [[Enumerable]] attribute of length property in F set as false */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-5.js index 200150bb5f..d9b983d72e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-5.js; - * @description: Function.prototype.bind - The [[Configurable]] attribute of length property in F set as false; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-15-5.js + * @description Function.prototype.bind - The [[Configurable]] attribute of length property in F set as false */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-1.js index 3bcc74ca66..000b584f7d 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-1.js; - * @description: Function.prototype.bind, [[Extensible]] of the bound fn is true; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-1.js + * @description Function.prototype.bind, [[Extensible]] of the bound fn is true */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-2.js index a741772f6b..9ffabed3f1 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-2.js; - * @description: Function.prototype.bind - The [[Extensible]] attribute of internal property in F set as true; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-16-2.js + * @description Function.prototype.bind - The [[Extensible]] attribute of internal property in F set as true */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-1.js index d611014899..2714d292dd 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-1.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-1.js; - * @description: Function.prototype.bind throws TypeError if the Target is not callable (but an instance of Function); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-1.js + * @description Function.prototype.bind throws TypeError if the Target is not callable (but an instance of Function) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-10.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-10.js index d28dc67124..ce2808873a 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-10.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-10.js @@ -16,8 +16,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-10.js; - * @description: Function.prototype.bind throws TypeError if 'Target' is undefined; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-10.js + * @description Function.prototype.bind throws TypeError if 'Target' is undefined */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-11.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-11.js index ac06512ee7..37d8d8b04b 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-11.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-11.js @@ -16,8 +16,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-11.js; - * @description: Function.prototype.bind throws TypeError if 'Target' is NULL; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-11.js + * @description Function.prototype.bind throws TypeError if 'Target' is NULL */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-12.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-12.js index 062eb85a98..a60a22c038 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-12.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-12.js @@ -16,8 +16,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-12.js; - * @description: Function.prototype.bind throws TypeError if 'Target' is a boolean; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-12.js + * @description Function.prototype.bind throws TypeError if 'Target' is a boolean */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-13.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-13.js index f94ee9ae26..1a536caa2e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-13.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-13.js @@ -16,8 +16,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-13.js; - * @description: Function.prototype.bind throws TypeError if 'Target' is a number; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-13.js + * @description Function.prototype.bind throws TypeError if 'Target' is a number */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-14.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-14.js index beb8b079aa..243347f3ff 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-14.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-14.js @@ -16,8 +16,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-14.js; - * @description: Function.prototype.bind throws TypeError if 'Target' is a string; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-14.js + * @description Function.prototype.bind throws TypeError if 'Target' is a string */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-15.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-15.js index e520101d23..40ae6a934b 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-15.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-15.js @@ -16,8 +16,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-15.js; - * @description: Function.prototype.bind throws TypeError if 'Target' is Object without Call internal method; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-15.js + * @description Function.prototype.bind throws TypeError if 'Target' is Object without Call internal method */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-16.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-16.js index 3a0fd3ba83..0ab7168d2d 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-16.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-16.js @@ -16,8 +16,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-16.js; - * @description: Function.prototype.bind - 'Target' is a function; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-16.js + * @description Function.prototype.bind - 'Target' is a function */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-2.js index baf0fd3cf9..56408ba042 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-2.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-2.js; - * @description: Function.prototype.bind throws TypeError if the Target is not callable (bind attached to object); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-2.js + * @description Function.prototype.bind throws TypeError if the Target is not callable (bind attached to object) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-3.js index 25b2ba466b..6275ff5abf 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-3.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-3.js; - * @description: Function.prototype.bind allows Target to be a constructor (Number); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-3.js + * @description Function.prototype.bind allows Target to be a constructor (Number) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-4.js index 750f7e79f8..2de447dbfc 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-4.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-4.js; - * @description: Function.prototype.bind allows Target to be a constructor (String); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-4.js + * @description Function.prototype.bind allows Target to be a constructor (String) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-5.js index f313f78c9f..5e2dae4e65 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-5.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-5.js; - * @description: Function.prototype.bind allows Target to be a constructor (Boolean); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-5.js + * @description Function.prototype.bind allows Target to be a constructor (Boolean) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-6.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-6.js index 6e1cb7f2ce..3867e38912 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-6.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-6.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-6.js; - * @description: Function.prototype.bind allows Target to be a constructor (Object); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-6.js + * @description Function.prototype.bind allows Target to be a constructor (Object) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-7.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-7.js index cd290b0941..013a5a1ec6 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-7.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-7.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-7.js; - * @description: Function.prototype.bind throws TypeError if the Target is not callable (JSON); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-7.js + * @description Function.prototype.bind throws TypeError if the Target is not callable (JSON) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-8.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-8.js index 5b3e712d7b..a674b82cab 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-8.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-8.js @@ -21,8 +21,8 @@ /** * 15.3.4.5 step 2 specifies that a TypeError must be thrown if the Target is not callable. * - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-8.js; - * @description: Function.prototype.bind allows Target to be a constructor (Array); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-8.js + * @description Function.prototype.bind allows Target to be a constructor (Array) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-9.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-9.js index a12ce006a0..6ee55c621e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-9.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-9.js; - * @description: Function.prototype.bind allows Target to be a constructor (Date); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-2-9.js + * @description Function.prototype.bind allows Target to be a constructor (Date) */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-1.js index 41cf5d1dd9..2a76975078 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-1.js; - * @description: Function.prototype.bind - 'caller' is defined as one property of 'F'; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-1.js + * @description Function.prototype.bind - 'caller' is defined as one property of 'F' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-2.js index ec2144541d..046acfbd38 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-2.js; - * @description: Function.prototype.bind - [[Get]] attribute of 'caller' property in 'F' is thrower; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-2.js + * @description Function.prototype.bind - [[Get]] attribute of 'caller' property in 'F' is thrower */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-3.js index fe70c47d79..409e0a349d 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-3.js; - * @description: Function.prototype.bind - [[Set]] attribute of 'caller' property in 'F' is thrower; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-3.js + * @description Function.prototype.bind - [[Set]] attribute of 'caller' property in 'F' is thrower */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-4.js index faaf6d99d2..3d58e032fe 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-4.js; - * @description: Function.prototype.bind - The [[Enumerable]] attribute of 'caller' property in 'F' is false; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-4.js + * @description Function.prototype.bind - The [[Enumerable]] attribute of 'caller' property in 'F' is false */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-5.js index 5e482de42e..60d1acf49f 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-5.js; - * @description: Function.prototype.bind - The [[Configurable]] attribute of 'caller' property in 'F' is false; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-20-5.js + * @description Function.prototype.bind - The [[Configurable]] attribute of 'caller' property in 'F' is false */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-1.js index de9883b443..3123f7f716 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-1.js; - * @description: Function.prototype.bind - 'arguments' is defined as one property of 'F'; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-1.js + * @description Function.prototype.bind - 'arguments' is defined as one property of 'F' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-2.js index 953fd5db57..60739b567f 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-2.js; - * @description: Function.prototype.bind - [[Get]] attribute of 'arguments' property in 'F' is thrower; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-2.js + * @description Function.prototype.bind - [[Get]] attribute of 'arguments' property in 'F' is thrower */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-3.js index 5cab7bf262..821e05a078 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-3.js; - * @description: Function.prototype.bind - [[Set]] attribute of 'arguments' property in 'F' is thrower; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-3.js + * @description Function.prototype.bind - [[Set]] attribute of 'arguments' property in 'F' is thrower */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-4.js index c26fee2e1a..a5e6ed3805 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-4.js; - * @description: Function.prototype.bind - The [[Enumerable]] attribute of 'arguments' property in 'F' is false; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-4.js + * @description Function.prototype.bind - The [[Enumerable]] attribute of 'arguments' property in 'F' is false */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-5.js index ce32886808..37f9fad1fc 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-5.js; - * @description: Function.prototype.bind - The [[Configurable]] attribute of 'arguments' property in 'F' is false; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-21-5.js + * @description Function.prototype.bind - The [[Configurable]] attribute of 'arguments' property in 'F' is false */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-3-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-3-1.js index 14bfe048b0..4fefa32ff1 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-3-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-3-1.js; - * @description: Function.prototype.bind - each arg is defined in A in list order; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-3-1.js + * @description Function.prototype.bind - each arg is defined in A in list order */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-1.js index f221e15cf1..259f28f5fc 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-1.js; - * @description: Function.prototype.bind - F can get own data property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-1.js + * @description Function.prototype.bind - F can get own data property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-10.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-10.js index de8ac924de..4df3f4e9a9 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-10.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-10.js; - * @description: Function.prototype.bind - F can get own accessor property without a get function that overrides an inherited accessor property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-10.js + * @description Function.prototype.bind - F can get own accessor property without a get function that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-11.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-11.js index 2cc7f976db..d6eff1325f 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-11.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-11.js; - * @description: Function.prototype.bind - F can get inherited accessor property without a get function; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-11.js + * @description Function.prototype.bind - F can get inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-12.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-12.js index 9cefad0ea7..e0b8accf12 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-12.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-12.js; - * @description: Function.prototype.bind - F cannot get property which doesn't exist; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-12.js + * @description Function.prototype.bind - F cannot get property which doesn't exist */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-2.js index 44623d6654..b3a803d065 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-2.js; - * @description: Function.prototype.bind - F can get inherited data property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-2.js + * @description Function.prototype.bind - F can get inherited data property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-3.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-3.js index 0f74aa19c1..26765acb67 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-3.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-3.js; - * @description: Function.prototype.bind - F can get own data property that overrides an inherited data property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-3.js + * @description Function.prototype.bind - F can get own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-4.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-4.js index eb288bebe8..e5eb422fe4 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-4.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-4.js; - * @description: Function.prototype.bind - F can get own data property that overrides an inherited accessor property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-4.js + * @description Function.prototype.bind - F can get own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-5.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-5.js index 0034380546..8f2c0ac314 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-5.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-5.js; - * @description: Function.prototype.bind - F can get own accessor property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-5.js + * @description Function.prototype.bind - F can get own accessor property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-6.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-6.js index fb9b9ab2db..068fe1f060 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-6.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-6.js; - * @description: Function.prototype.bind - F can get inherited accessor property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-6.js + * @description Function.prototype.bind - F can get inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-7.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-7.js index 5dddf10285..55d22490ff 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-7.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-7.js; - * @description: Function.prototype.bind - F can get own accessor property that overrides an inherited data property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-7.js + * @description Function.prototype.bind - F can get own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-8.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-8.js index 2cc9ce6bdd..bcdceffe7b 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-8.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-8.js; - * @description: Function.prototype.bind - F can get own accessor property that overrides an inherited accessor property; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-8.js + * @description Function.prototype.bind - F can get own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-9.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-9.js index d614125ce1..54a468e77e 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-9.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-9.js; - * @description: Function.prototype.bind - F can get own accessor property without a get function; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-6-9.js + * @description Function.prototype.bind - F can get own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-1.js index 48e6d568f6..a8be488aac 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-1.js; - * @description: Function.prototype.bind, type of bound function must be 'function'; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-1.js + * @description Function.prototype.bind, type of bound function must be 'function' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-2.js index d0e4089967..6a0ac7ddaa 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-2.js; - * @description: Function.prototype.bind, [[Class]] of bound function must be 'Function'; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-8-2.js + * @description Function.prototype.bind, [[Class]] of bound function must be 'Function' */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-1.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-1.js index b77ffebc27..3cc3b42b59 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-1.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-1.js; - * @description: Function.prototype.bind, [[Prototype]] is Function.prototype; + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-1.js + * @description Function.prototype.bind, [[Prototype]] is Function.prototype */ diff --git a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-2.js b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-2.js index 51d0d790c3..be1ea5c146 100644 --- a/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-2.js +++ b/test/suite/converted/chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-2.js; - * @description: Function.prototype.bind, [[Prototype]] is Function.prototype (using getPrototypeOf); + * @path chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-9-2.js + * @description Function.prototype.bind, [[Prototype]] is Function.prototype (using getPrototypeOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-1.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-1.js index abb39fe084..e876ea8b21 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-1.js; - * @description: Array.isArray must exist as a function; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-1.js + * @description Array.isArray must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-2.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-2.js index 33a40aa4df..96c6f16a05 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-2.js; - * @description: Array.isArray must exist as a function taking 1 parameter; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-2.js + * @description Array.isArray must exist as a function taking 1 parameter */ -assertTrue(Array.isArray.length === 1); +assertTruthy(Array.isArray.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-3.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-3.js index eccc7e303b..927cab04f9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-3.js; - * @description: Array.isArray return true if its argument is an Array; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-3.js + * @description Array.isArray return true if its argument is an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-4.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-4.js index e7f1fa6560..ff52cd41cc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-4.js; - * @description: Array.isArray return false if its argument is not an Array; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-4.js + * @description Array.isArray return false if its argument is not an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-5.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-5.js index 8b863b0ed3..3b1ac13695 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-5.js; - * @description: Array.isArray return true if its argument is an Array (Array.prototype); + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-5.js + * @description Array.isArray return true if its argument is an Array (Array.prototype) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-6.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-6.js index 60bd5b8c3f..49dc0eab99 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-6.js; - * @description: Array.isArray return true if its argument is an Array (new Array()); + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-6.js + * @description Array.isArray return true if its argument is an Array (new Array()) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-7.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-7.js index 525c2a688e..21f4e43eca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-7.js; - * @description: Array.isArray returns false if its argument is not an Array; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-0-7.js + * @description Array.isArray returns false if its argument is not an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-1.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-1.js index d6a1f14898..32efc180ab 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-1.js; - * @description: Array.isArray applied to boolean primitive; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-1.js + * @description Array.isArray applied to boolean primitive */ -assertTrue(!Array.isArray(true)); +assertTruthy(!Array.isArray(true)); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-10.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-10.js index b2e5222997..f7c6e8a5f2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-10.js; - * @description: Array.isArray applied to RegExp object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-10.js + * @description Array.isArray applied to RegExp object */ -assertTrue(!Array.isArray(new RegExp())); +assertTruthy(!Array.isArray(new RegExp())); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-11.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-11.js index 400666455c..360402f503 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-11.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-11.js; - * @description: Array.isArray applied to the JSON object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-11.js + * @description Array.isArray applied to the JSON object */ -assertTrue(!Array.isArray(JSON)); +assertTruthy(!Array.isArray(JSON)); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-12.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-12.js index d71ff8e68c..0c7149807b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-12.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-12.js; - * @description: Array.isArray applied to Error object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-12.js + * @description Array.isArray applied to Error object */ -assertTrue(!Array.isArray(new SyntaxError())); +assertTruthy(!Array.isArray(new SyntaxError())); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-13.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-13.js index c7d950fe32..1e3e18b914 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-13.js; - * @description: Array.isArray applied to Arguments object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-13.js + * @description Array.isArray applied to Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-15.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-15.js index 72b0f41c05..da53196a8a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-15.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-15.js; - * @description: Array.isArray applied to the global object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-15.js + * @description Array.isArray applied to the global object */ -assertTrue(!Array.isArray(fnGlobalObject())); +assertTruthy(!Array.isArray(fnGlobalObject())); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-2.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-2.js index 9b690c5719..832b4f330c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-2.js; - * @description: Array.isArray applied to Boolean Object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-2.js + * @description Array.isArray applied to Boolean Object */ -assertTrue(!Array.isArray(new Boolean(false))); +assertTruthy(!Array.isArray(new Boolean(false))); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-3.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-3.js index dde0d119a6..6768594583 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-3.js; - * @description: Array.isArray applied to number primitive; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-3.js + * @description Array.isArray applied to number primitive */ -assertTrue(!Array.isArray(5)); +assertTruthy(!Array.isArray(5)); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-4.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-4.js index a94d590bfc..e0b72b8ab7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-4.js; - * @description: Array.isArray applied to Number object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-4.js + * @description Array.isArray applied to Number object */ -assertTrue(!Array.isArray(new Number(-3))); +assertTruthy(!Array.isArray(new Number(-3))); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-5.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-5.js index 914effae83..a9abbfd31d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-5.js; - * @description: Array.isArray applied to string primitive; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-5.js + * @description Array.isArray applied to string primitive */ -assertTrue(!Array.isArray("abc")); +assertTruthy(!Array.isArray("abc")); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-6.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-6.js index 6fc6e73472..31c4d28598 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-6.js; - * @description: Array.isArray applied to String object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-6.js + * @description Array.isArray applied to String object */ -assertTrue(!Array.isArray(new String("hello\nworld\\!"))); +assertTruthy(!Array.isArray(new String("hello\nworld\\!"))); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-7.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-7.js index e42c7b56ac..1dca121041 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-7.js; - * @description: Array.isArray applied to Function object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-7.js + * @description Array.isArray applied to Function object */ -assertTrue(!Array.isArray(function () { })); +assertTruthy(!Array.isArray(function () { })); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-8.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-8.js index 05e9ee381a..3aa96bc065 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-8.js; - * @description: Array.isArray applied to the Math object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-8.js + * @description Array.isArray applied to the Math object */ -assertTrue(!Array.isArray(Math)); +assertTruthy(!Array.isArray(Math)); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-9.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-9.js index e94af5f248..7f2f46c41b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-9.js; - * @description: Array.isArray applied to Date object; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-1-9.js + * @description Array.isArray applied to Date object */ -assertTrue(!Array.isArray(new Date())); +assertTruthy(!Array.isArray(new Date())); diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-1.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-1.js index ce79687b15..8b4fa7b40d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-1.js; - * @description: Array.isArray applied to an object with an array as the prototype; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-1.js + * @description Array.isArray applied to an object with an array as the prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-2.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-2.js index ce5ae19ee9..fad3a4bf54 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-2.js; - * @description: Array.isArray applied to an object with Array.prototype as the prototype; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-2.js + * @description Array.isArray applied to an object with Array.prototype as the prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-3.js b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-3.js index 0459dc3ea0..2203b4d882 100644 --- a/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-3.js; - * @description: Array.isArray applied to an Array-like object with length and some indexed properties; + * @path chapter15/15.4/15.4.3/15.4.3.2/15.4.3.2-2-3.js + * @description Array.isArray applied to an Array-like object with length and some indexed properties */ -assertTrue(!Array.isArray({ 0: 12, 1: 9, length: 2 })); +assertTruthy(!Array.isArray({ 0: 12, 1: 9, length: 2 })); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.10/15.4.4.10-10-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.10/15.4.4.10-10-c-ii-1.js index 2cb500cd5d..e23e4d9a74 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.10/15.4.4.10-10-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.10/15.4.4.10-10-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.10/15.4.4.10-10-c-ii-1.js; - * @description: Array.prototype.slice will slice a string from start to end when index property (read-only) exists in Array.prototype (Step 10.c.ii); + * @path chapter15/15.4/15.4.4/15.4.4.10/15.4.4.10-10-c-ii-1.js + * @description Array.prototype.slice will slice a string from start to end when index property (read-only) exists in Array.prototype (Step 10.c.ii) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-a-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-a-1.js index 3c0be7da93..111ea6982f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-a-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-a-1.js; - * @description: Array.prototype.splice - 'from' is the result of ToString(actualStart+k) in an Array; + * @path chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-a-1.js + * @description Array.prototype.splice - 'from' is the result of ToString(actualStart+k) in an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-c-ii-1.js index 26ad84e307..f98b3238ad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-c-ii-1.js; - * @description: Array.prototype.splice will splice an array even when Array.prototype has index '0' set to read-only and 'fromPresent' less than 'actualDeleteCount (Step 9.c.ii); + * @path chapter15/15.4/15.4.4/15.4.4.12/15.4.4.12-9-c-ii-1.js + * @description Array.prototype.splice will splice an array even when Array.prototype has index '0' set to read-only and 'fromPresent' less than 'actualDeleteCount (Step 9.c.ii) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-1.js index 00b390bd9a..9fc2ea31c3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-1.js; - * @description: Array.prototype.indexOf must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-1.js + * @description Array.prototype.indexOf must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-2.js index 20e2cb02c1..a0ada98979 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-2.js; - * @description: Array.prototype.indexOf has a length property whose value is 1.; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-0-2.js + * @description Array.prototype.indexOf has a length property whose value is 1. */ -assertTrue(Array.prototype.indexOf.length === 1); +assertTruthy(Array.prototype.indexOf.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1.js index 1933534f15..8c540da634 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1.js; - * @description: Array.prototype.indexOf applied to undefined throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1.js + * @description Array.prototype.indexOf applied to undefined throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-10.js index 3508311d76..29e078e9d4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-10.js; - * @description: Array.prototype.indexOf applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-10.js + * @description Array.prototype.indexOf applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-11.js index 65e52ace26..85e9a053a2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-11.js; - * @description: Array.prototype.indexOf applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-11.js + * @description Array.prototype.indexOf applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-12.js index 0e803d17da..6fbd794c6a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-12.js; - * @description: Array.prototype.indexOf applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-12.js + * @description Array.prototype.indexOf applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-13.js index 1f8e92de68..b5bdd9724f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-13.js; - * @description: Array.prototype.indexOf applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-13.js + * @description Array.prototype.indexOf applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-14.js index 865bf35fd8..7bb45617cc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-14.js; - * @description: Array.prototype.indexOf applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-14.js + * @description Array.prototype.indexOf applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-15.js index 8212b3823b..8e9c551928 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-15.js; - * @description: Array.prototype.indexOf applied to Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-15.js + * @description Array.prototype.indexOf applied to Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-17.js index 61e278c734..8e9e46fbf4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-17.js; - * @description: Array.prototype.indexOf applied to the global object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-17.js + * @description Array.prototype.indexOf applied to the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2.js index a14e2c4f56..9b0b5956be 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2.js; - * @description: Array.prototype.indexOf applied to null throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2.js + * @description Array.prototype.indexOf applied to null throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-3.js index 684323c9ea..5cdc5658eb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-3.js; - * @description: Array.prototype.indexOf applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-3.js + * @description Array.prototype.indexOf applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-4.js index ccfed8ac03..3ca5887060 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-4.js; - * @description: Array.prototype.indexOf applied to Boolean Object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-4.js + * @description Array.prototype.indexOf applied to Boolean Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-5.js index 4613f45f8c..a192def299 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-5.js; - * @description: Array.prototype.indexOf applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-5.js + * @description Array.prototype.indexOf applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-6.js index 25e809a6c3..27a00cb67e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-6.js; - * @description: Array.prototype.indexOf applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-6.js + * @description Array.prototype.indexOf applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-7.js index 1e20aa1ffd..40f7b8aa20 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-7.js; - * @description: Array.prototype.indexOf applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-7.js + * @description Array.prototype.indexOf applied to string primitive */ -assertTrue(Array.prototype.indexOf.call("abc", "b") === 1); +assertTruthy(Array.prototype.indexOf.call("abc", "b") === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-8.js index 8e4e29104d..17552dcfca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-8.js; - * @description: Array.prototype.indexOf applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-8.js + * @description Array.prototype.indexOf applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-9.js index 17bb822453..74cc152920 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-9.js; - * @description: Array.prototype.indexOf applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-9.js + * @description Array.prototype.indexOf applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-1.js index 9923e75aa4..5920ee9aee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-1.js; - * @description: Array.prototype.indexOf returns -1 for elements not present in array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-1.js + * @description Array.prototype.indexOf returns -1 for elements not present in array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-2.js index 24e68e8587..ca9b6b2118 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-2.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 and does not access any other properties; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-10-2.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 and does not access any other properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-1.js index d68a26d567..e02276b83a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-1.js; - * @description: Array.prototype.indexOf - 'length' is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-1.js + * @description Array.prototype.indexOf - 'length' is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-10.js index 848da479a1..a8605e2cc4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-10.js; - * @description: Array.prototype.indexOf - 'length' is inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-10.js + * @description Array.prototype.indexOf - 'length' is inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-11.js index c153d933f9..d05fa94044 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-11.js; - * @description: Array.prototype.indexOf - 'length' is own accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-11.js + * @description Array.prototype.indexOf - 'length' is own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-12.js index c9a1415385..b27db0c9b3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-12.js; - * @description: Array.prototype.indexOf - 'length' is own accessor property without a get function that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-12.js + * @description Array.prototype.indexOf - 'length' is own accessor property without a get function that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-13.js index 1cce0b84fb..3a33419ba9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-13.js; - * @description: Array.prototype.indexOf - 'length' is inherited accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-13.js + * @description Array.prototype.indexOf - 'length' is inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-14.js index 85885252da..9aaea9d8f2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-14.js; - * @description: Array.prototype.indexOf - 'length' is undefined property; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-14.js + * @description Array.prototype.indexOf - 'length' is undefined property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-15.js index 77865240fe..f87e9fe2da 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-15.js; - * @description: Array.prototype.indexOf - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-15.js + * @description Array.prototype.indexOf - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-17.js index 5dd502389e..c012c0cce4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-17.js; - * @description: Array.prototype.indexOf applied to Arguments object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-17.js + * @description Array.prototype.indexOf applied to Arguments object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-18.js index 6874ba39e8..154383e43f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-18.js; - * @description: Array.prototype.indexOf applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-18.js + * @description Array.prototype.indexOf applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-19.js index e842da9a15..43adf6508a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-19.js; - * @description: Array.prototype.indexOf applied to Function object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-19.js + * @description Array.prototype.indexOf applied to Function object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-2.js index 256c94ba30..8dc5c41740 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-2.js; - * @description: Array.prototype.indexOf - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-2.js + * @description Array.prototype.indexOf - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-3.js index 92ebd3f64a..e45d4dd4ef 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-3.js; - * @description: Array.prototype.indexOf - 'length' is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-3.js + * @description Array.prototype.indexOf - 'length' is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-4.js index 2f48b0ad04..6965b8674a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-4.js; - * @description: Array.prototype.indexOf - 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-4.js + * @description Array.prototype.indexOf - 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-5.js index 54afb0664e..22466ceb56 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-5.js; - * @description: Array.prototype.indexOf - 'length' is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-5.js + * @description Array.prototype.indexOf - 'length' is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-6.js index c2b9ee70c4..2511741afa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-6.js; - * @description: Array.prototype.indexOf - 'length' is an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-6.js + * @description Array.prototype.indexOf - 'length' is an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-7.js index 5dc18f6448..f094c71de2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-7.js; - * @description: Array.prototype.indexOf - 'length' is own accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-7.js + * @description Array.prototype.indexOf - 'length' is own accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-8.js index a9663bf34c..3f6fafe9c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-8.js; - * @description: Array.prototype.indexOf - 'length' is own accessor property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-8.js + * @description Array.prototype.indexOf - 'length' is own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-9.js index 119ce469f5..e2f1a87e19 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-9.js; - * @description: Array.prototype.indexOf - 'length' is own accessor property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-2-9.js + * @description Array.prototype.indexOf - 'length' is own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-1.js index f1c1ad128f..c89a54b3b9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-1.js; - * @description: Array.prototype.indexOf - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-1.js + * @description Array.prototype.indexOf - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-10.js index d7f2dc56a6..fa412b8ab1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-10.js; - * @description: Array.prototype.indexOf - value of 'length' is number primitive (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-10.js + * @description Array.prototype.indexOf - value of 'length' is number primitive (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-11.js index 8de2249322..39762681e3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-11.js; - * @description: Array.prototype.indexOf - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-11.js + * @description Array.prototype.indexOf - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-12.js index da402662fa..1dd8f11a0b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-12.js; - * @description: Array.prototype.indexOf - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-12.js + * @description Array.prototype.indexOf - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-13.js index 063aa2a1c0..5d0a4e0fbe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-13.js; - * @description: Array.prototype.indexOf - 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-13.js + * @description Array.prototype.indexOf - 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-14.js index d5232714a6..8cef0cf30a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-14.js; - * @description: Array.prototype.indexOf - 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-14.js + * @description Array.prototype.indexOf - 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-15.js index 72d33e7162..121edc113b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-15.js; - * @description: Array.prototype.indexOf - 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-15.js + * @description Array.prototype.indexOf - 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-16.js index 9175a9c0d3..45a0079898 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-16.js; - * @description: Array.prototype.indexOf - 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-16.js + * @description Array.prototype.indexOf - 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-17.js index a702d6feb1..4112f3d9b0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-17.js; - * @description: Array.prototype.indexOf - 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-17.js + * @description Array.prototype.indexOf - 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-18.js index ff5ce13f74..282e101c7f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-18.js; - * @description: Array.prototype.indexOf - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-18.js + * @description Array.prototype.indexOf - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-19.js index 4cb6340c1e..b46771f87a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-19.js; - * @description: Array.prototype.indexOf - value of 'length' is an Object which has an own toString method.; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-19.js + * @description Array.prototype.indexOf - value of 'length' is an Object which has an own toString method. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-2.js index fbc6a174ce..a894de40bf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-2.js; - * @description: Array.prototype.indexOf return -1 when 'length' is a boolean (value is true); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-2.js + * @description Array.prototype.indexOf return -1 when 'length' is a boolean (value is true) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-20.js index e23b930a96..fc644c70bf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-20.js; - * @description: Array.prototype.indexOf - value of 'length' is an Object which has an own valueOf method.; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-20.js + * @description Array.prototype.indexOf - value of 'length' is an Object which has an own valueOf method. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-21.js index fc08bf643e..59c6c14365 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-21.js; - * @description: Array.prototype.indexOf - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-21.js + * @description Array.prototype.indexOf - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-22.js index 409281a53c..59ec332f2b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-22.js; - * @description: Array.prototype.indexOf throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-22.js + * @description Array.prototype.indexOf throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-23.js index b98027a457..1d7699f72f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-23.js; - * @description: Array.prototype.indexOf uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-23.js + * @description Array.prototype.indexOf uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-24.js index f94a9b8b6a..e1f24e7009 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-24.js; - * @description: Array.prototype.indexOf - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-24.js + * @description Array.prototype.indexOf - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-25.js index 0b32e8cec5..944369cc25 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-25.js; - * @description: Array.prototype.indexOf - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-25.js + * @description Array.prototype.indexOf - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-28.js index cf89d9ce45..789ea6b870 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-28.js; - * @description: Array.prototype.indexOf - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-28.js + * @description Array.prototype.indexOf - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-29.js index 50cb1bc8b8..e325fc536e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-29.js; - * @description: Array.prototype.indexOf - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-29.js + * @description Array.prototype.indexOf - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-3.js index 7d0609c13c..93d03bdfe7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-3.js; - * @description: Array.prototype.indexOf - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-3.js + * @description Array.prototype.indexOf - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-4.js index 2e8b1ed23a..682c2cf0a4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-4.js; - * @description: Array.prototype.indexOf - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-4.js + * @description Array.prototype.indexOf - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-5.js index bd8f5f2a25..cb6ad71836 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-5.js; - * @description: Array.prototype.indexOf - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-5.js + * @description Array.prototype.indexOf - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-6.js index f7e15bbfa0..c1f933d056 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-6.js; - * @description: Array.prototype.indexOf - value of 'length' is a number (value is positive); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-6.js + * @description Array.prototype.indexOf - value of 'length' is a number (value is positive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-7.js index 8be6f09e8d..25b4edd6df 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-7.js; - * @description: Array.prototype.indexOf - value of 'length' is a number (value is negative); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-7.js + * @description Array.prototype.indexOf - value of 'length' is a number (value is negative) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-8.js index 4aecfc6337..092f29aba0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-8.js; - * @description: Array.prototype.indexOf - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-8.js + * @description Array.prototype.indexOf - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-9.js index d51a4f84f2..46e691093b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-9.js; - * @description: Array.prototype.indexOf - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-3-9.js + * @description Array.prototype.indexOf - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-1.js index 52fdccfd9b..b5e05e3de3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-1.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-1.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-10.js index a5c0647f48..7767c5a1ae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-10.js; - * @description: Array.prototype.indexOf - 'length' is a number of value -6e-1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-10.js + * @description Array.prototype.indexOf - 'length' is a number of value -6e-1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-11.js index 27e78ac9f4..9cc2083d76 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-11.js; - * @description: Array.prototype.indexOf - 'length' is an empty string; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-11.js + * @description Array.prototype.indexOf - 'length' is an empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-2.js index 68cf77a1d1..188eb8cf7c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-2.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 ( length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-2.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 ( length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-3.js index 4594fd7a80..6122f1a6f6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-3.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 (length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-3.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 (length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-4.js index 46905053a7..6f43050f63 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-4.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 (generic 'array' with length 0 ); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-4.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 (generic 'array' with length 0 ) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-5.js index cc5267d353..afd179d2fc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-5.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 ( length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-5.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 ( length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-6.js index a0f971423f..6bb06a956f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-6.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-6.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-7.js index 191bf8d883..f80e14b1cd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-7.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 ( length is object overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-7.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 ( length is object overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-8.js index a1d7e992d7..bb3ac3fe38 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-8.js; - * @description: Array.prototype.indexOf returns -1 if 'length' is 0 (length is an empty array); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-8.js + * @description Array.prototype.indexOf returns -1 if 'length' is 0 (length is an empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-9.js index 2602596f7d..0bc4140c03 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-9.js; - * @description: Array.prototype.indexOf - 'length' is a number of value 0.1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-4-9.js + * @description Array.prototype.indexOf - 'length' is a number of value 0.1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-1.js index a61736bc0b..111564b826 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-1.js; - * @description: Array.prototype.indexOf when fromIndex is string; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-1.js + * @description Array.prototype.indexOf when fromIndex is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-10.js index 94a7fb74b1..79b4ce7ad7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-10.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is positive number); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-10.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is positive number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-11.js index 19053758e6..284aa3a1d3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-11.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is negative number); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-11.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is negative number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-12.js index 4524859a95..442f25e0fa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-12.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-12.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-13.js index 671857d775..3d6aa7359a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-13.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-13.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-13.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is -Infinity) */ -assertTrue([true].indexOf(true, -Infinity) === 0); +assertTruthy([true].indexOf(true, -Infinity) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-14.js index f00871dd6d..6cf26ca09d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-14.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-14.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-14.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is NaN) */ -assertTrue([true].indexOf(true, NaN) === 0 && [true].indexOf(true, -NaN) === 0); +assertTruthy([true].indexOf(true, NaN) === 0 && [true].indexOf(true, -NaN) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-15.js index e595a951f0..e47f23096a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-15.js @@ -19,10 +19,10 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-15.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-15.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a string containing a negative number */ -assertTrue([0, true, 2].indexOf(true, "-1") === -1 && +assertTruthy([0, true, 2].indexOf(true, "-1") === -1 && [0, 1, true].indexOf(true, "-1") === 2); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-16.js index 577c540de3..4caa0bcfc3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-16.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a string containing Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-16.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a string containing Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-17.js index a8b1b4a647..8e3f8029e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-17.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-17.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a string containing -Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-17.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a string containing -Infinity */ -assertTrue([true].indexOf(true, "-Infinity") === 0); +assertTruthy([true].indexOf(true, "-Infinity") === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-18.js index b474b80ec2..452125f8dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-18.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-18.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-19.js index 157de165af..f21f2f7b93 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-19.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-19.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-2.js index 45f3f8e734..67b796c1e7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-2.js; - * @description: Array.prototype.indexOf when fromIndex is floating point number; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-2.js + * @description Array.prototype.indexOf when fromIndex is floating point number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-20.js index 10bda1a7e1..d5b9a6fce0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-20.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' which is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-20.js + * @description Array.prototype.indexOf - value of 'fromIndex' which is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-21.js index 19b466524d..07849f3369 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-21.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is an Object, which has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-21.js + * @description Array.prototype.indexOf - value of 'fromIndex' is an Object, which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-22.js index be905dc10f..a05f84e9bf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-22.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is an Object, which has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-22.js + * @description Array.prototype.indexOf - value of 'fromIndex' is an Object, which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-23.js index 0580b06b37..d677a819ef 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-23.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-23.js + * @description Array.prototype.indexOf - value of 'fromIndex' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-24.js index 82e994155b..3a17bc00dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-24.js; - * @description: Array.prototype.indexOf throws TypeError exception when value of 'fromIndex' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-24.js + * @description Array.prototype.indexOf throws TypeError exception when value of 'fromIndex' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-25.js index a130e4775d..af4bea764e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-25.js; - * @description: Array.prototype.indexOf uses inherited valueOf method when value of 'fromIndex' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-25.js + * @description Array.prototype.indexOf uses inherited valueOf method when value of 'fromIndex' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-26.js index 5b343017dd..11faabc305 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-26.js; - * @description: Array.prototype.indexOf - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-26.js + * @description Array.prototype.indexOf - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-27.js index 47d7cb325a..a0f309268e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-27.js; - * @description: Array.prototype.indexOf - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-27.js + * @description Array.prototype.indexOf - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-28.js index dc4b96b9d8..a96d37d350 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-28.js; - * @description: Array.prototype.indexOf - side effects produced by step 1 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-28.js + * @description Array.prototype.indexOf - side effects produced by step 1 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-29.js index a123019371..08c07f073a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-29.js; - * @description: Array.prototype.indexOf - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-29.js + * @description Array.prototype.indexOf - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-3.js index 65abdc27d0..d3c494d0f4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-3.js; - * @description: Array.prototype.indexOf when fromIndex is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-3.js + * @description Array.prototype.indexOf when fromIndex is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-30.js index 69a617a345..d419688b8b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-30.js; - * @description: Array.prototype.indexOf - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-30.js + * @description Array.prototype.indexOf - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-31.js index 13f424c053..1650977991 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-31.js; - * @description: Array.prototype.indexOf - 'fromIndex' is a positive non-integer, verify truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-31.js + * @description Array.prototype.indexOf - 'fromIndex' is a positive non-integer, verify truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-32.js index 6d6c34b776..19409dc1ee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-32.js; - * @description: Array.prototype.indexOf - 'fromIndex' is a negative non-integer, verify truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-32.js + * @description Array.prototype.indexOf - 'fromIndex' is a negative non-integer, verify truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-33.js index e6c9bfe0b1..cec67a2db7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-33.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-33.js; - * @description: Array.prototype.indexOf match on the first element, a middle element and the last element when 'fromIndex' is passed; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-33.js + * @description Array.prototype.indexOf match on the first element, a middle element and the last element when 'fromIndex' is passed */ -assertTrue([0, 1, 2, 3, 4].indexOf(0, 0) === 0 && +assertTruthy([0, 1, 2, 3, 4].indexOf(0, 0) === 0 && [0, 1, 2, 3, 4].indexOf(2, 1) === 2 && [0, 1, 2, 3, 4].indexOf(2, 2) === 2 && [0, 1, 2, 3, 4].indexOf(4, 2) === 4 && diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-4.js index b86556efe1..5347d84bbb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-4.js; - * @description: Array.prototype.indexOf returns 0 if fromIndex is 'undefined'; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-4.js + * @description Array.prototype.indexOf returns 0 if fromIndex is 'undefined' */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-5.js index 800c235965..e8dcc666d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-5.js; - * @description: Array.prototype.indexOf returns 0 if fromIndex is null; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-5.js + * @description Array.prototype.indexOf returns 0 if fromIndex is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-6.js index ef24539e0c..f2aaa7c474 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-6.js; - * @description: Array.prototype.indexOf - 'fromIndex' isn't passed; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-6.js + * @description Array.prototype.indexOf - 'fromIndex' isn't passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-7.js index 7099030e91..9d84b68203 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-7.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-7.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is 0) */ -assertTrue([true].indexOf(true, 0) === 0); +assertTruthy([true].indexOf(true, 0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-8.js index 0d2ba2461f..cdcfdb9738 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-8.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-8.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is +0) */ -assertTrue([true].indexOf(true, +0) === 0); +assertTruthy([true].indexOf(true, +0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-9.js index 66684d2ca4..074aa1b77e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-9.js; - * @description: Array.prototype.indexOf - value of 'fromIndex' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-5-9.js + * @description Array.prototype.indexOf - value of 'fromIndex' is a number (value is -0) */ -assertTrue([true].indexOf(true, -0) === 0); +assertTruthy([true].indexOf(true, -0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-6-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-6-1.js index a02d9f8c06..b32281a671 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-6-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-6-1.js; - * @description: Array.prototype.indexOf returns -1 if fromIndex is greater than Array length; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-6-1.js + * @description Array.prototype.indexOf returns -1 if fromIndex is greater than Array length */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-1.js index 4203dbf6a5..837e1afe06 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-1.js; - * @description: Array.prototype.indexOf returns -1 when 'fromIndex' is length of array - 1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-1.js + * @description Array.prototype.indexOf returns -1 when 'fromIndex' is length of array - 1 */ -assertTrue([1, 2, 3].indexOf(1, 2) === -1); +assertTruthy([1, 2, 3].indexOf(1, 2) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-2.js index da86a0edae..6eaf70753b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-2.js; - * @description: Array.prototype.indexOf returns correct index when 'fromIndex' is length of array - 1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-2.js + * @description Array.prototype.indexOf returns correct index when 'fromIndex' is length of array - 1 */ -assertTrue([1, 2, 3].indexOf(3, 2) === 2); +assertTruthy([1, 2, 3].indexOf(3, 2) === 2); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-3.js index f047598a88..9e05307896 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-3.js; - * @description: Array.prototype.indexOf returns -1 when 'fromIndex' and 'length' are both 0; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-3.js + * @description Array.prototype.indexOf returns -1 when 'fromIndex' and 'length' are both 0 */ -assertTrue([].indexOf(1, 0) === -1); +assertTruthy([].indexOf(1, 0) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-4.js index d4210c20a6..95d82dcfae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-4.js; - * @description: Array.prototype.indexOf returns -1 when 'fromIndex' is 1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-4.js + * @description Array.prototype.indexOf returns -1 when 'fromIndex' is 1 */ -assertTrue([1, 2, 3].indexOf(1, 1) === -1); +assertTruthy([1, 2, 3].indexOf(1, 1) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-5.js index 413e4becf5..1a5193a57b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-5.js; - * @description: Array.prototype.indexOf returns correct index when 'fromIndex' is 1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-5.js + * @description Array.prototype.indexOf returns correct index when 'fromIndex' is 1 */ -assertTrue([1, 2, 3].indexOf(2, 1) === 1); +assertTruthy([1, 2, 3].indexOf(2, 1) === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-1.js index 21e95fc3e1..591489b05a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-1.js; - * @description: Array.prototype.indexOf with negative fromIndex; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-1.js + * @description Array.prototype.indexOf with negative fromIndex */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-2.js index a0d7ef27e3..178c99df6d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-2.js; - * @description: Array.prototype.indexOf returns correct index when 'fromIndex' is -1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-2.js + * @description Array.prototype.indexOf returns correct index when 'fromIndex' is -1 */ -assertTrue([1, 2, 3, 4].indexOf(4, -1) === 3); +assertTruthy([1, 2, 3, 4].indexOf(4, -1) === 3); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-3.js index b8f339c884..b39af84817 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-3.js; - * @description: Array.prototype.indexOf returns -1 when abs('fromIndex') is length of array - 1; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-3.js + * @description Array.prototype.indexOf returns -1 when abs('fromIndex') is length of array - 1 */ -assertTrue([1, 2, 3, 4].indexOf(1, -3) === -1); +assertTruthy([1, 2, 3, 4].indexOf(1, -3) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-4.js index fd4837ca56..ef5b03bdfd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-4.js; - * @description: Array.prototype.indexOf returns -1 when abs('fromIndex') is length of array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-8-4.js + * @description Array.prototype.indexOf returns -1 when abs('fromIndex') is length of array */ -assertTrue([1, 2, 3, 4].indexOf(0, -4) === -1); +assertTruthy([1, 2, 3, 4].indexOf(0, -4) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-1.js index 55e00eae70..393e84e0a1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-1.js; - * @description: Array.prototype.indexOf must return correct index (boolean); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-1.js + * @description Array.prototype.indexOf must return correct index (boolean) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-10.js index f6a1a30130..20fae62a52 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-10.js @@ -22,8 +22,8 @@ * note that prior to the finally ES5 draft SameValue was used for comparisions * and hence NaNs could be found using indexOf * * - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-10.js; - * @description: Array.prototype.indexOf must return correct index (NaN); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-10.js + * @description Array.prototype.indexOf must return correct index (NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-11.js index 8babda1421..dd414afb7b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-11.js; - * @description: Array.prototype.indexOf - the length of iteration isn't changed by adding elements to the array during iteration; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-11.js + * @description Array.prototype.indexOf - the length of iteration isn't changed by adding elements to the array during iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-2.js index 875ccf3403..bf7aa4f7f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-2.js; - * @description: Array.prototype.indexOf must return correct index (Number); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-2.js + * @description Array.prototype.indexOf must return correct index (Number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-3.js index a850ac7ae8..94c8cb59c9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-3.js; - * @description: Array.prototype.indexOf must return correct index(string); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-3.js + * @description Array.prototype.indexOf must return correct index(string) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-4.js index 345e64b3f5..b7c111184b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-4.js; - * @description: Array.prototype.indexOf must return correct index(undefined); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-4.js + * @description Array.prototype.indexOf must return correct index(undefined) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-5.js index 07adf941c6..c7634e280b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-5.js; - * @description: Array.prototype.indexOf must return correct index (Object); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-5.js + * @description Array.prototype.indexOf must return correct index (Object) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-6.js index 13bc4666af..4ea05ee6b6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-6.js; - * @description: Array.prototype.indexOf must return correct index(null); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-6.js + * @description Array.prototype.indexOf must return correct index(null) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-7.js index 6146993122..73bed7c081 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-7.js; - * @description: Array.prototype.indexOf must return correct index (self reference); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-7.js + * @description Array.prototype.indexOf must return correct index (self reference) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-8.js index 2d1ea7992a..edb9e2b1f7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-8.js; - * @description: Array.prototype.indexOf must return correct index (Array); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-8.js + * @description Array.prototype.indexOf must return correct index (Array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-9.js index 31b446ef67..4fc6c6007d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-9.js; - * @description: Array.prototype.indexOf must return correct index (Sparse Array); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-9.js + * @description Array.prototype.indexOf must return correct index (Sparse Array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-1.js index bcd0d1e296..c10da715cd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-1.js; - * @description: Array.prototype.indexOf - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-1.js + * @description Array.prototype.indexOf - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-10.js index 76ede9259c..27912b50e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-10.js; - * @description: Array.prototype.indexOf - properties can be added to prototype after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-10.js + * @description Array.prototype.indexOf - properties can be added to prototype after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-11.js index d21b445afb..e385114a12 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-11.js; - * @description: Array.prototype.indexOf - deleting own property causes index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-11.js + * @description Array.prototype.indexOf - deleting own property causes index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-12.js index 997864af91..d47440e050 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-12.js; - * @description: Array.prototype.indexOf - deleting own property causes index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-12.js + * @description Array.prototype.indexOf - deleting own property causes index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-13.js index 63144da81d..00aeecb04e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-13.js; - * @description: Array.prototype.indexOf - deleting property of prototype causes prototype index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-13.js + * @description Array.prototype.indexOf - deleting property of prototype causes prototype index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-14.js index 34a293fa83..4c757a82f1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-14.js; - * @description: Array.prototype.indexOf - deleting property of prototype causes prototype index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-14.js + * @description Array.prototype.indexOf - deleting property of prototype causes prototype index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-15.js index 3459e5c6a4..77e5b35ad7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-15.js; - * @description: Array.prototype.indexOf - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-15.js + * @description Array.prototype.indexOf - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-16.js index 9d5b1d1231..f90a5938db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-16.js; - * @description: Array.prototype.indexOf - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-16.js + * @description Array.prototype.indexOf - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-17.js index c742991922..3b15b3654a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-17.js; - * @description: Array.prototype.indexOf - decreasing length of array causes index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-17.js + * @description Array.prototype.indexOf - decreasing length of array causes index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-18.js index 3a18cbc414..08441b5d40 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-18.js; - * @description: Array.prototype.indexOf - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-18.js + * @description Array.prototype.indexOf - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-19.js index 8d251a9716..19f4e9142a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-19.js; - * @description: Array.prototype.indexOf - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-19.js + * @description Array.prototype.indexOf - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-2.js index c04782d830..00bc6b314b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-2.js; - * @description: Array.prototype.indexOf - added properties in step 5 are visible here on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-2.js + * @description Array.prototype.indexOf - added properties in step 5 are visible here on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-3.js index 6f13fa103f..192576ca48 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-3.js; - * @description: Array.prototype.indexOf - added properties in step 5 are visible here on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-3.js + * @description Array.prototype.indexOf - added properties in step 5 are visible here on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-4.js index 3097ac649d..c94bea430b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-4.js; - * @description: Array.prototype.indexOf - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-4.js + * @description Array.prototype.indexOf - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-5.js index ceb7c7b04d..cd6b23fccb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-5.js; - * @description: Array.prototype.indexOf - deleted properties in step 5 are visible here on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-5.js + * @description Array.prototype.indexOf - deleted properties in step 5 are visible here on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-6.js index 737cf00454..99d37ca233 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-6.js; - * @description: Array.prototype.indexOf - deleted properties in step 5 are visible here on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-6.js + * @description Array.prototype.indexOf - deleted properties in step 5 are visible here on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-7.js index daa83c0d36..92422c4030 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-7.js; - * @description: Array.prototype.indexOf - properties added into own object after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-7.js + * @description Array.prototype.indexOf - properties added into own object after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-8.js index 7e69fb8885..b64b6647bb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-8.js; - * @description: Array.prototype.indexOf - properties added into own object after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-8.js + * @description Array.prototype.indexOf - properties added into own object after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-9.js index c3fed464d5..07a8b2934c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-9.js; - * @description: Array.prototype.indexOf - properties can be added to prototype after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-a-9.js + * @description Array.prototype.indexOf - properties can be added to prototype after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-1.js index 0d908e2970..3a9164d42d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-1.js; - * @description: Array.prototype.indexOf - non-existent property wouldn't be called; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-1.js + * @description Array.prototype.indexOf - non-existent property wouldn't be called */ -assertTrue([0, , 2].indexOf(undefined) === -1); +assertTruthy([0, , 2].indexOf(undefined) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-1.js index 28f9d486e1..e5efc450bc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-1.js; - * @description: Array.prototype.indexOf - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-1.js + * @description Array.prototype.indexOf - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-10.js index 686633a6e9..10d823862b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-10.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-10.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-11.js index e6c960ba9f..045a044e61 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-11.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-11.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-12.js index 71889474df..87adbf455a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-12.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-12.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-13.js index b2b1ce629a..b09c39b220 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-13.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-13.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-14.js index 89b9046ef1..cae58b10ec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-14.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-14.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-15.js index bfab88cec9..a5656dea35 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-15.js; - * @description: Array.prototype.indexOf - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-15.js + * @description Array.prototype.indexOf - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-16.js index eded11af14..3234257b4a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-16.js; - * @description: Array.prototype.indexOf - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-16.js + * @description Array.prototype.indexOf - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-17.js index 7747749bc6..ea37aa8191 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-17.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-17.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-18.js index c72ad851ec..8dd8774311 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-18.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-18.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-19.js index 70ccddc8b1..7f40b1c378 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-19.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-19.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-2.js index 0c8289f534..885c7edd0e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-2.js @@ -19,11 +19,11 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-2.js; - * @description: Array.prototype.indexOf - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-2.js + * @description Array.prototype.indexOf - element to be retrieved is own data property on an Array */ -assertTrue([true, true, true].indexOf(true) === 0 && +assertTruthy([true, true, true].indexOf(true) === 0 && [false, true, true].indexOf(true) === 1 && [false, false, true].indexOf(true) === 2); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-20.js index 0e399f4a90..4a7d25dc38 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-20.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-20.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-21.js index eceb98dd76..b54bebf954 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-21.js; - * @description: Array.prototype.indexOf - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-21.js + * @description Array.prototype.indexOf - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-22.js index 5043c3e5a3..85593938fd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-22.js; - * @description: Array.prototype.indexOf - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-22.js + * @description Array.prototype.indexOf - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-23.js index 142eb80a59..7f5d5e3add 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-23.js; - * @description: Array.prototype.indexOf - This object is the global object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-23.js + * @description Array.prototype.indexOf - This object is the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-25.js index ef41368235..eec602cd43 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-25.js; - * @description: Array.prototype.indexOf applied to Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-25.js + * @description Array.prototype.indexOf applied to Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-26.js index f8d2f37aac..c84f7a5cde 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-26.js; - * @description: Array.prototype.indexOf applied to Arguments object which implements its own property get method (number of arguments equals to number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-26.js + * @description Array.prototype.indexOf applied to Arguments object which implements its own property get method (number of arguments equals to number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-27.js index d780e1e508..e128c7d18b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-27.js; - * @description: Array.prototype.indexOf applied to Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-27.js + * @description Array.prototype.indexOf applied to Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-28.js index 08f6107a18..3db31c0fb7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-28.js; - * @description: Array.prototype.indexOf - side-effects are visible in subsequent iterations on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-28.js + * @description Array.prototype.indexOf - side-effects are visible in subsequent iterations on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-29.js index 8ab46a4156..4c75d9ee4b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-29.js; - * @description: Array.prototype.indexOf - side-effects are visible in subsequent iterations on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-29.js + * @description Array.prototype.indexOf - side-effects are visible in subsequent iterations on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-3.js index e90615b77d..09858c7702 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-3.js; - * @description: Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-3.js + * @description Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-30.js index 888d25a975..29548f3258 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-30.js; - * @description: Array.prototype.indexOf - terminates iteration on unhandled exception on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-30.js + * @description Array.prototype.indexOf - terminates iteration on unhandled exception on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-31.js index 602d74ded8..06e634d205 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-31.js; - * @description: Array.prototype.indexOf - terminates iteration on unhandled exception on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-31.js + * @description Array.prototype.indexOf - terminates iteration on unhandled exception on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-4.js index 2cacb39ce5..f94c9c3537 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-4.js; - * @description: Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-4.js + * @description Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-5.js index 1f45ff59d9..9efc9c1297 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-5.js; - * @description: Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-5.js + * @description Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-6.js index 9bca9e0cdb..e621bfe6eb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-6.js; - * @description: Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-6.js + * @description Array.prototype.indexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-7.js index 8409fe13a6..a1dc176bb0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-7.js; - * @description: Array.prototype.indexOf - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-7.js + * @description Array.prototype.indexOf - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-8.js index 8deba5e7be..1c21bae985 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-8.js; - * @description: Array.prototype.indexOf - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-8.js + * @description Array.prototype.indexOf - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-9.js index 60634a5db0..2ab9a46d6a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-9.js; - * @description: Array.prototype.indexOf - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-i-9.js + * @description Array.prototype.indexOf - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-1.js index 80955141ff..f3177627b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-1.js; - * @description: Array.prototype.indexOf - type of array element is different from type of search element; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-1.js + * @description Array.prototype.indexOf - type of array element is different from type of search element */ -assertTrue(["true"].indexOf(true) === -1 && +assertTruthy(["true"].indexOf(true) === -1 && ["0"].indexOf(0) === -1 && [false].indexOf(0) === -1 && [undefined].indexOf(0) === -1 && diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-10.js index e9448b5f82..c4336df407 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-10.js; - * @description: Array.prototype.indexOf - both array element and search element are Boolean type, and they have same value; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-10.js + * @description Array.prototype.indexOf - both array element and search element are Boolean type, and they have same value */ -assertTrue([false, true].indexOf(true) === 1); +assertTruthy([false, true].indexOf(true) === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-11.js index 345bc517c7..4718223e9d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-11.js; - * @description: Array.prototype.indexOf - both array element and search element are Object type, and they refer to the same object; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-11.js + * @description Array.prototype.indexOf - both array element and search element are Object type, and they refer to the same object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-2.js index fe1cd064b0..60641c6672 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-2.js; - * @description: Array.prototype.indexOf - both type of array element and type of search element are Undefined; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-2.js + * @description Array.prototype.indexOf - both type of array element and type of search element are Undefined */ -assertTrue([undefined].indexOf() === 0 && [undefined].indexOf(undefined) === 0); +assertTruthy([undefined].indexOf() === 0 && [undefined].indexOf(undefined) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-3.js index 2c9e3e0fb9..df41a6aaad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-3.js; - * @description: Array.prototype.indexOf - both type of array element and type of search element are null; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-3.js + * @description Array.prototype.indexOf - both type of array element and type of search element are null */ -assertTrue([null].indexOf(null) === 0); +assertTruthy([null].indexOf(null) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-4.js index 0ee7111d40..45efc823e2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-4.js; - * @description: Array.prototype.indexOf - search element is NaN; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-4.js + * @description Array.prototype.indexOf - search element is NaN */ -assertTrue([+NaN, NaN, -NaN].indexOf(NaN) === -1); +assertTruthy([+NaN, NaN, -NaN].indexOf(NaN) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-5.js index d39633672b..5b448b362d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-5.js; - * @description: Array.prototype.indexOf - search element is -NaN; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-5.js + * @description Array.prototype.indexOf - search element is -NaN */ -assertTrue([+NaN, NaN, -NaN].indexOf(-NaN) === -1); +assertTruthy([+NaN, NaN, -NaN].indexOf(-NaN) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-6.js index d5f4cd8721..de2b62a438 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-6.js; - * @description: Array.prototype.indexOf - array element is +0 and search element is -0; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-6.js + * @description Array.prototype.indexOf - array element is +0 and search element is -0 */ -assertTrue([+0].indexOf(-0) === 0); +assertTruthy([+0].indexOf(-0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-7.js index 7a180da9ba..d8036c3d95 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-7.js; - * @description: Array.prototype.indexOf - array element is -0 and search element is +0; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-7.js + * @description Array.prototype.indexOf - array element is -0 and search element is +0 */ -assertTrue([-0].indexOf(+0) === 0); +assertTruthy([-0].indexOf(+0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-8.js index f28b241c50..f55d7f4992 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-8.js; - * @description: Array.prototype.indexOf - both array element and search element are Number, and they have same value; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-8.js + * @description Array.prototype.indexOf - both array element and search element are Number, and they have same value */ -assertTrue([-1, 0, 1].indexOf(1) === 2); +assertTruthy([-1, 0, 1].indexOf(1) === 2); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-9.js index dbae23071b..1fb6b39adf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-9.js; - * @description: Array.prototype.indexOf - both array element and search element are String, and they have exactly the same sequence of characters; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-ii-9.js + * @description Array.prototype.indexOf - both array element and search element are String, and they have exactly the same sequence of characters */ -assertTrue(["", "ab", "bca", "abc"].indexOf("abc") === 3); +assertTruthy(["", "ab", "bca", "abc"].indexOf("abc") === 3); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-1.js index 6a682fe4d8..2b15f11a94 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-1.js; - * @description: Array.prototype.indexOf - returns index of last one when more than two elements in array are eligible; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-1.js + * @description Array.prototype.indexOf - returns index of last one when more than two elements in array are eligible */ -assertTrue([1, 2, 2, 1, 2].indexOf(2) === 1); +assertTruthy([1, 2, 2, 1, 2].indexOf(2) === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-2.js index 5fa9c91762..2f3f18291c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-2.js; - * @description: Array.prototype.indexOf - returns without visiting subsequent element once search value is found; + * @path chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-9-b-iii-2.js + * @description Array.prototype.indexOf - returns without visiting subsequent element once search value is found */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-1.js index 77fbf25b8e..5265c1f959 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-1.js; - * @description: Array.prototype.lastIndexOf must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-1.js + * @description Array.prototype.lastIndexOf must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-2.js index 4d263321ec..663418b77f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-2.js; - * @description: Array.prototype.lastIndexOf has a length property whose value is 1.; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-0-2.js + * @description Array.prototype.lastIndexOf has a length property whose value is 1. */ -assertTrue(Array.prototype.lastIndexOf.length === 1); +assertTruthy(Array.prototype.lastIndexOf.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-1.js index 1a617ccc47..262d8d9c4a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-1.js; - * @description: Array.prototype.lastIndexOf applied to undefined throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-1.js + * @description Array.prototype.lastIndexOf applied to undefined throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-10.js index a4fe1739dc..737307c880 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-10.js; - * @description: Array.prototype.lastIndexOf applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-10.js + * @description Array.prototype.lastIndexOf applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-11.js index 764a4d569c..d8addfd498 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-11.js; - * @description: Array.prototype.lastIndexOf applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-11.js + * @description Array.prototype.lastIndexOf applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-12.js index 72531e4e6d..276fc16c87 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-12.js; - * @description: Array.prototype.lastIndexOf applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-12.js + * @description Array.prototype.lastIndexOf applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-13.js index 21ff6d0483..24f22361d2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-13.js; - * @description: Array.prototype.lastIndexOf applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-13.js + * @description Array.prototype.lastIndexOf applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-14.js index d31d901144..9455b1bac2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-14.js; - * @description: Array.prototype.lastIndexOf applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-14.js + * @description Array.prototype.lastIndexOf applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-15.js index 49b87e954d..d0a7de57d0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-15.js; - * @description: Array.prototype.lastIndexOf applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-15.js + * @description Array.prototype.lastIndexOf applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-17.js index 24e524c943..58467acc1e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-17.js; - * @description: Array.prototype.lastIndexOf applied to the global object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-17.js + * @description Array.prototype.lastIndexOf applied to the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-2.js index 58c420daad..341705ed88 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-2.js; - * @description: Array.prototype.lastIndexOf applied to null throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-2.js + * @description Array.prototype.lastIndexOf applied to null throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-3.js index af3b883aac..6b50dd6d77 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-3.js; - * @description: Array.prototype.lastIndexOf applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-3.js + * @description Array.prototype.lastIndexOf applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-4.js index 0ef9fc707d..524b74d4ac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-4.js; - * @description: Array.prototype.lastIndexOf applied to Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-4.js + * @description Array.prototype.lastIndexOf applied to Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-5.js index 5ced68a31f..94256b03d3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-5.js; - * @description: Array.prototype.lastIndexOf applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-5.js + * @description Array.prototype.lastIndexOf applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-6.js index 8513876821..d4d0ec17a9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-6.js; - * @description: Array.prototype.lastIndexOf applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-6.js + * @description Array.prototype.lastIndexOf applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-7.js index 39b3e67c6f..0ff0dbf4e6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-7.js; - * @description: Array.prototype.lastIndexOf applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-7.js + * @description Array.prototype.lastIndexOf applied to string primitive */ -assertTrue(Array.prototype.lastIndexOf.call("abc", "c") === 2); +assertTruthy(Array.prototype.lastIndexOf.call("abc", "c") === 2); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-8.js index b744c9c203..ed50e3fa50 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-8.js; - * @description: Array.prototype.lastIndexOf applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-8.js + * @description Array.prototype.lastIndexOf applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-9.js index 7a7280831f..b0b448b175 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-9.js; - * @description: Array.prototype.lastIndexOf applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-9.js + * @description Array.prototype.lastIndexOf applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-1.js index 709210e9d4..552b151f3b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-1.js; - * @description: Array.prototype.lastIndexOf - 'length' is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-1.js + * @description Array.prototype.lastIndexOf - 'length' is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-10.js index 7bdbb9f05c..425ad959b0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-10.js; - * @description: Array.prototype.lastIndexOf - 'length' is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-10.js + * @description Array.prototype.lastIndexOf - 'length' is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-11.js index 7331cc8283..dd8af3fc80 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-11.js; - * @description: Array.prototype.lastIndexOf - 'length' is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-11.js + * @description Array.prototype.lastIndexOf - 'length' is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-12.js index 29ed3c752f..9612f603ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-12.js; - * @description: Array.prototype.lastIndexOf - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-12.js + * @description Array.prototype.lastIndexOf - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-13.js index 1508f7f1e9..cbe10c7983 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-13.js; - * @description: Array.prototype.lastIndexOf - 'length' is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-13.js + * @description Array.prototype.lastIndexOf - 'length' is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-14.js index 47612ebf37..6fefeebe25 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-14.js; - * @description: Array.prototype.lastIndexOf - 'length' is undefined property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-14.js + * @description Array.prototype.lastIndexOf - 'length' is undefined property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-15.js index 7859d17a6a..3563f9e417 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-15.js; - * @description: Array.prototype.lastIndexOf - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-15.js + * @description Array.prototype.lastIndexOf - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-17.js index 96095e2eff..d268127718 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-17.js; - * @description: Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-17.js + * @description Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-18.js index 531061a7ec..9712a200ae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-18.js; - * @description: Array.prototype.lastIndexOf applied to String object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-18.js + * @description Array.prototype.lastIndexOf applied to String object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-19.js index ea1329cda1..18d8c29e67 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-19.js; - * @description: Array.prototype.lastIndexOf applied to String object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-19.js + * @description Array.prototype.lastIndexOf applied to String object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-2.js index 6ce3050775..3e9839147f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-2.js; - * @description: Array.prototype.lastIndexOf - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-2.js + * @description Array.prototype.lastIndexOf - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-3.js index 8ba901c1a0..2eb3cd84fd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-3.js; - * @description: Array.prototype.lastIndexOf - 'length' is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-3.js + * @description Array.prototype.lastIndexOf - 'length' is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-4.js index 47a7fff60c..7283d52652 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-4.js; - * @description: Array.prototype.lastIndexOf when 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-4.js + * @description Array.prototype.lastIndexOf when 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-5.js index 0b0a942006..d4745cbb4d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-5.js; - * @description: Array.prototype.lastIndexOf - 'length' is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-5.js + * @description Array.prototype.lastIndexOf - 'length' is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-6.js index 8d21a8ae57..8b0defdb5a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-6.js; - * @description: Array.prototype.lastIndexOf - 'length' is an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-6.js + * @description Array.prototype.lastIndexOf - 'length' is an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-7.js index 09d0e44f7d..b23b21b974 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-7.js; - * @description: Array.prototype.lastIndexOf - 'length' is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-7.js + * @description Array.prototype.lastIndexOf - 'length' is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-8.js index 9e312e7c0e..893fe3063e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-8.js; - * @description: Array.prototype.lastIndexOf - 'length' is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-8.js + * @description Array.prototype.lastIndexOf - 'length' is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-9.js index 0b7e518721..249a75a558 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-9.js; - * @description: Array.prototype.lastIndexOf - 'length' is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-2-9.js + * @description Array.prototype.lastIndexOf - 'length' is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-1.js index 74e91efdb4..c26a8bdd49 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-1.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-1.js + * @description Array.prototype.lastIndexOf - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-10.js index d27ce1a439..ab8027597a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-10.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-10.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-11.js index 1ba064dd55..c0c1b0051f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-11.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string containing positive number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-11.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string containing positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-12.js index 863d029c80..afef6507dd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-12.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string containing negative number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-12.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string containing negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-13.js index 6ed68d6a3d..4b5af033ff 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-13.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-13.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-14.js index aa195fa110..d7478b55ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-14.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-14.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-15.js index 9ed6b60fbe..4fb49183b2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-15.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-15.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-16.js index 8d35fad987..592bced1c5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-16.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string which is able to be converted into hex number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-16.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string which is able to be converted into hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-17.js index 69d0929bba..c7806397a6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-17.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-17.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-18.js index 1bd7a2b69a..8db65aea67 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-18.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-18.js + * @description Array.prototype.lastIndexOf - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-19.js index 9ddf73c9ae..d64328b89d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-19.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is an Object which has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-19.js + * @description Array.prototype.lastIndexOf - value of 'length' is an Object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-2.js index 047500eda4..381d185e62 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-2.js; - * @description: Array.prototype.lastIndexOf return -1 when value of 'length' is a boolean (value is true); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-2.js + * @description Array.prototype.lastIndexOf return -1 when value of 'length' is a boolean (value is true) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-20.js index ecfc77d656..f54d726312 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-20.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is an Object which has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-20.js + * @description Array.prototype.lastIndexOf - value of 'length' is an Object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-21.js index 021ddce46d..e388ceff59 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-21.js; - * @description: Array.prototype.lastIndexOf - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-21.js + * @description Array.prototype.lastIndexOf - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-22.js index f4a0e91f35..85e9aa26cf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-22.js; - * @description: Array.prototype.lastIndexOf throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-22.js + * @description Array.prototype.lastIndexOf throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-23.js index b1b1733a71..52933ac9d3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-23.js; - * @description: Array.prototype.lastIndexOf uses inherited valueOf method when 'length' is an object with an own toString and an inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-23.js + * @description Array.prototype.lastIndexOf uses inherited valueOf method when 'length' is an object with an own toString and an inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-24.js index 0a24f40133..e8f2d26412 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-24.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-24.js + * @description Array.prototype.lastIndexOf - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-25.js index ff185d28ca..7c8521eee8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-25.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-25.js + * @description Array.prototype.lastIndexOf - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-28.js index 309fd0154e..46e0dc0202 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-28.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-28.js + * @description Array.prototype.lastIndexOf - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-29.js index 3286fe5b3b..01896b6353 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-29.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-29.js + * @description Array.prototype.lastIndexOf - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-3.js index 951c6e42bc..495636c813 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-3.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-3.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-4.js index a234826930..49037c3e1b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-4.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-4.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-5.js index a1319e8a28..aadc05a98f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-5.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-5.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-6.js index 4c62063591..586a0eaf06 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-6.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is a positive number); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-6.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is a positive number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-7.js index a9bf7ca1f6..cb7a1f4479 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-7.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is a negative number); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-7.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is a negative number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-8.js index 01bd27a5d7..6095e2004a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-8.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-8.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-9.js index 82e29254c0..b4763dd4c0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-9.js; - * @description: Array.prototype.lastIndexOf - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-3-9.js + * @description Array.prototype.lastIndexOf - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-1.js index 40d1e41670..5082c8c8dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-1.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-1.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-10.js index 43f3b92d04..65ed7e3987 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-10.js; - * @description: Array.prototype.lastIndexOf - 'length' is a number of value -6e-1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-10.js + * @description Array.prototype.lastIndexOf - 'length' is a number of value -6e-1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-11.js index e62c66e1c6..15ce207967 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-11.js; - * @description: Array.prototype.lastIndexOf - 'length' is an empty string; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-11.js + * @description Array.prototype.lastIndexOf - 'length' is an empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-2.js index d762328d80..cba89f348f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-2.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-2.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-3.js index 5e8f748e48..56b52cfe91 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-3.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-3.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-4.js index abb4821e58..ecfc0bcf9d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-4.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 (generic 'array' with length 0 ); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-4.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 (generic 'array' with length 0 ) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-5.js index 682ef970ab..4a230701fe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-5.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-5.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-6.js index 2bf90e7c2a..a7e93851e8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-6.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-6.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-7.js index 2989e15108..641d266b8f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-7.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length is object overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-7.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length is object overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-8.js index 0f36b4811b..fe6bad53c6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-8.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length is an empty array); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-8.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length is an empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-9.js index d05ad0d372..9f8c4606e3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-9.js; - * @description: Array.prototype.lastIndexOf - 'length' is a number of value 0.1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-4-9.js + * @description Array.prototype.lastIndexOf - 'length' is a number of value 0.1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-1.js index 92149dd8cf..b1e6a3fbbc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-1.js; - * @description: Array.prototype.lastIndexOf when fromIndex is string; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-1.js + * @description Array.prototype.lastIndexOf when fromIndex is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-10.js index 28fe3f5000..7758d88f84 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-10.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is positive number); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-10.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is positive number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-11.js index 148cde3963..54f5d54151 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-11.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is negative number); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-11.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is negative number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-12.js index 82b57e7d0e..5d2effb630 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-12.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-12.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-13.js index 4e1176fe50..3e91b32b81 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-13.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-13.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-13.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is -Infinity) */ -assertTrue([true].lastIndexOf(true, -Infinity) === -1); +assertTruthy([true].lastIndexOf(true, -Infinity) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-14.js index be246757b5..8951b27f96 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-14.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-14.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-14.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is NaN) */ -assertTrue([0, true].lastIndexOf(true, NaN) === -1 && // from Index will be convert to +0 +assertTruthy([0, true].lastIndexOf(true, NaN) === -1 && // from Index will be convert to +0 [true, 0].lastIndexOf(true, NaN) === 0 && [0, true].lastIndexOf(true, -NaN) === -1 && [true, 0].lastIndexOf(true, -NaN) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-15.js index 573b4ef0f9..1fbcf38d9d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-15.js @@ -19,10 +19,10 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-15.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-15.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing a negative number */ -assertTrue([0, "-2", 2].lastIndexOf("-2", "-2") === 1 && +assertTruthy([0, "-2", 2].lastIndexOf("-2", "-2") === 1 && [0, 2, "-2"].lastIndexOf("-2", "-2") === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-16.js index 5e1e3a431e..d1abe88ebe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-16.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-16.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-17.js index 7a840aa47f..f0ddd44bee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-17.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-17.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing -Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-17.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing -Infinity */ -assertTrue([true].lastIndexOf(true, "-Infinity") === -1); +assertTruthy([true].lastIndexOf(true, "-Infinity") === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js index f01fd6098d..cc283298df 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-19.js index f650a3a26d..71b568a09e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-19.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-19.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-2.js index f15a800e9a..e15c061bfb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-2.js; - * @description: Array.prototype.lastIndexOf when fromIndex is floating point number; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-2.js + * @description Array.prototype.lastIndexOf when fromIndex is floating point number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-20.js index 931f83dfa1..1789b3f951 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-20.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' which is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-20.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' which is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-21.js index 06ffb6e5c3..acfaffb40e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-21.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' which is an Object, and has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-21.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' which is an Object, and has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-22.js index f12104d1d1..01850a4aea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-22.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' which is an object, and has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-22.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' which is an object, and has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-23.js index 61961136be..23072e1777 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-23.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-23.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-24.js index 29eb197550..eb6cae9331 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-24.js; - * @description: Array.prototype.lastIndexOf throws TypeError exception when value of 'fromIndex' is an object that both toString and valueOf methods than don't return primitive value; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-24.js + * @description Array.prototype.lastIndexOf throws TypeError exception when value of 'fromIndex' is an object that both toString and valueOf methods than don't return primitive value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-25.js index 0303008e4b..17a10d69be 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-25.js; - * @description: Array.prototype.lastIndexOf use inherited valueOf method when value of 'fromIndex' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-25.js + * @description Array.prototype.lastIndexOf use inherited valueOf method when value of 'fromIndex' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-26.js index c2b85e99af..6f8cb7a890 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-26.js; - * @description: Array.prototype.lastIndexOf - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-26.js + * @description Array.prototype.lastIndexOf - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-27.js index a4c85544da..329e267be8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-27.js; - * @description: Array.prototype.lastIndexOf - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-27.js + * @description Array.prototype.lastIndexOf - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-28.js index de47be659d..b9a3616c9b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-28.js; - * @description: Array.prototype.lastIndexOf - side effects produced by step 1 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-28.js + * @description Array.prototype.lastIndexOf - side effects produced by step 1 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-29.js index 4648a51068..999932df48 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-29.js; - * @description: Array.prototype.lastIndexOf - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-29.js + * @description Array.prototype.lastIndexOf - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-3.js index 2253ae2473..35dd48138f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-3.js; - * @description: Array.prototype.lastIndexOf when fromIndex is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-3.js + * @description Array.prototype.lastIndexOf when fromIndex is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-30.js index b8dba69a9e..eda4cbc680 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-30.js; - * @description: Array.prototype.lastIndexOf - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-30.js + * @description Array.prototype.lastIndexOf - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-31.js index bb085847d2..e2603bbfc4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-31.js; - * @description: Array.prototype.lastIndexOf - 'fromIndex' is a positive non-integer, verify truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-31.js + * @description Array.prototype.lastIndexOf - 'fromIndex' is a positive non-integer, verify truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-32.js index cae3d2b402..5196b012b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-32.js; - * @description: Array.prototype.lastIndexOf - 'fromIndex' is a negative non-integer, verify truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-32.js + * @description Array.prototype.lastIndexOf - 'fromIndex' is a negative non-integer, verify truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-33.js index 4b236b8d36..e38ab5e9f7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-33.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-33.js; - * @description: Array.prototype.lastIndexOf - match on the first element, a middle element and the last element when 'fromIndex' is passed; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-33.js + * @description Array.prototype.lastIndexOf - match on the first element, a middle element and the last element when 'fromIndex' is passed */ -assertTrue([0, 1, 2, 3, 4].lastIndexOf(0, 0) === 0 && +assertTruthy([0, 1, 2, 3, 4].lastIndexOf(0, 0) === 0 && [0, 1, 2, 3, 4].lastIndexOf(0, 2) === 0 && [0, 1, 2, 3, 4].lastIndexOf(2, 2) === 2 && [0, 1, 2, 3, 4].lastIndexOf(2, 4) === 2 && diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-4.js index d152d2e355..8f211a6b32 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-4.js; - * @description: Array.prototype.lastIndexOf when fromIndex is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-4.js + * @description Array.prototype.lastIndexOf when fromIndex is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-5.js index 8267c6e5f0..9197871cfe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-5.js; - * @description: Array.prototype.lastIndexOf when fromIndex is null; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-5.js + * @description Array.prototype.lastIndexOf when fromIndex is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-6.js index c6abd545fe..3f0b0bd58a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-6.js; - * @description: Array.prototype.lastIndexOf when 'fromIndex' isn't passed; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-6.js + * @description Array.prototype.lastIndexOf when 'fromIndex' isn't passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-7.js index 251f29e48d..9cd0c96e23 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-7.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-7.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-8.js index 59cd126e4c..7241b2aa22 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-8.js @@ -19,10 +19,10 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-8.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-8.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is +0) */ -assertTrue([0, true].lastIndexOf(true, +0) === -1 && +assertTruthy([0, true].lastIndexOf(true, +0) === -1 && [true, 0].lastIndexOf(true, +0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-9.js index 577104394b..ffd303a938 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-9.js @@ -19,10 +19,10 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-9.js; - * @description: Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-9.js + * @description Array.prototype.lastIndexOf - value of 'fromIndex' is a number (value is -0) */ -assertTrue([0, true].lastIndexOf(true, -0) === -1 && +assertTruthy([0, true].lastIndexOf(true, -0) === -1 && [true, 0].lastIndexOf(true, -0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-1.js index 7e2647e5ac..de409773f1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-1.js; - * @description: Array.prototype.lastIndexOf when fromIndex greater than Array.length; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-1.js + * @description Array.prototype.lastIndexOf when fromIndex greater than Array.length */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-2.js index a3c398a09d..2b9b20d60e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-2.js; - * @description: Array.prototype.lastIndexOf returns correct index when 'fromIndex' is length of array - 1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-2.js + * @description Array.prototype.lastIndexOf returns correct index when 'fromIndex' is length of array - 1 */ -assertTrue([1, 2, 3].lastIndexOf(3, 2) === 2); +assertTruthy([1, 2, 3].lastIndexOf(3, 2) === 2); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-3.js index 08e49d5e4c..0bd7861ccb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-3.js; - * @description: Array.prototype.lastIndexOf returns -1 when 'fromIndex' is length of array - 1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-3.js + * @description Array.prototype.lastIndexOf returns -1 when 'fromIndex' is length of array - 1 */ -assertTrue([1, 2, 3].lastIndexOf(3, 1) === -1); +assertTruthy([1, 2, 3].lastIndexOf(3, 1) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-4.js index aa856f7136..960423f192 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-4.js; - * @description: Array.prototype.lastIndexOf returns -1 when 'fromIndex' and 'length' are both 0; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-4.js + * @description Array.prototype.lastIndexOf returns -1 when 'fromIndex' and 'length' are both 0 */ -assertTrue([].lastIndexOf(1, 0) === -1); +assertTruthy([].lastIndexOf(1, 0) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-5.js index 4b4311936f..c8c1128612 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-5.js; - * @description: Array.prototype.lastIndexOf returns -1 when 'fromIndex' is 1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-5.js + * @description Array.prototype.lastIndexOf returns -1 when 'fromIndex' is 1 */ -assertTrue([1, 2, 3].lastIndexOf(3, 1) === -1); +assertTruthy([1, 2, 3].lastIndexOf(3, 1) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-6.js index 8f1c65cd36..a8d78fd628 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-6.js; - * @description: Array.prototype.lastIndexOf returns correct index when 'fromIndex' is 1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-6-6.js + * @description Array.prototype.lastIndexOf returns correct index when 'fromIndex' is 1 */ -assertTrue([1, 2, 3].lastIndexOf(2, 1) === 1); +assertTruthy([1, 2, 3].lastIndexOf(2, 1) === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-1.js index fa87e6f4d7..f4430c6619 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-1.js; - * @description: Array.prototype.lastIndexOf with negative fromIndex ; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-1.js + * @description Array.prototype.lastIndexOf with negative fromIndex */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-2.js index d37ece81f4..d5d7c819b2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-2.js; - * @description: Array.prototype.lastIndexOf returns correct index when 'fromIndex' is -1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-2.js + * @description Array.prototype.lastIndexOf returns correct index when 'fromIndex' is -1 */ -assertTrue([1, 2, 3, 4].lastIndexOf(4, -1) === 3); +assertTruthy([1, 2, 3, 4].lastIndexOf(4, -1) === 3); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-3.js index f1170a497a..41307b25bd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-3.js; - * @description: Array.prototype.lastIndexOf returns -1 when abs('fromIndex') is length of array - 1; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-3.js + * @description Array.prototype.lastIndexOf returns -1 when abs('fromIndex') is length of array - 1 */ -assertTrue([1, 2, 3, 4].lastIndexOf(3, -3) === -1); +assertTruthy([1, 2, 3, 4].lastIndexOf(3, -3) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-4.js index 5a3c5acd81..9fcbc0ce92 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-4.js; - * @description: Array.prototype.lastIndexOf returns -1 when abs('fromIndex') is length of array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-7-4.js + * @description Array.prototype.lastIndexOf returns -1 when abs('fromIndex') is length of array */ -assertTrue([1, 2, 3, 4].lastIndexOf(2, -4) === -1); +assertTruthy([1, 2, 3, 4].lastIndexOf(2, -4) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-1.js index 1fb46d5e68..16cc10b761 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-1.js; - * @description: Array.prototype.lastIndexOf must return correct index(boolean); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-1.js + * @description Array.prototype.lastIndexOf must return correct index(boolean) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-10.js index 62a859fe9c..30c79d198d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-10.js @@ -22,8 +22,8 @@ * note that prior to the finally ES5 draft SameValue was used for comparisions * and hence NaNs could be found using lastIndexOf * * - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-10.js; - * @description: Array.prototype.lastIndexOf must return correct index (NaN); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-10.js + * @description Array.prototype.lastIndexOf must return correct index (NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-11.js index 0c768c9896..fb4f420cfd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-11.js; - * @description: Array.prototype.lastIndexOf - the length of iteration isn't changed by adding elements to the array during iteration; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-11.js + * @description Array.prototype.lastIndexOf - the length of iteration isn't changed by adding elements to the array during iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-2.js index 9b07a303a1..8586594f62 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-2.js; - * @description: Array.prototype.lastIndexOf must return correct index(Number); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-2.js + * @description Array.prototype.lastIndexOf must return correct index(Number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-3.js index 9f40da0211..1f25fc3411 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-3.js; - * @description: Array.prototype.lastIndexOf must return correct index(string); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-3.js + * @description Array.prototype.lastIndexOf must return correct index(string) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-4.js index ae135f7a87..e9ee7c1824 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-4.js; - * @description: Array.prototype.lastIndexOf must return correct index(undefined); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-4.js + * @description Array.prototype.lastIndexOf must return correct index(undefined) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-5.js index a8a1401478..5c536aa960 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-5.js; - * @description: Array.prototype.lastIndexOf must return correct index(Object); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-5.js + * @description Array.prototype.lastIndexOf must return correct index(Object) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-6.js index 1ca1538029..8edacbae70 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-6.js; - * @description: Array.prototype.lastIndexOf must return correct index(null); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-6.js + * @description Array.prototype.lastIndexOf must return correct index(null) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-7.js index dc91081355..1dcbcd7fbf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-7.js; - * @description: Array.prototype.lastIndexOf must return correct index (self reference); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-7.js + * @description Array.prototype.lastIndexOf must return correct index (self reference) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-8.js index d1e077e3d8..ee7b4f85e7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-8.js; - * @description: Array.prototype.lastIndexOf must return correct index (Array); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-8.js + * @description Array.prototype.lastIndexOf must return correct index (Array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-9.js index 7e017b6c85..52f132a3ee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-9.js; - * @description: Array.prototype.lastIndexOf must return correct index (Sparse Array); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-9.js + * @description Array.prototype.lastIndexOf must return correct index (Sparse Array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-1.js index 336ec1750f..0007ddffa4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-1.js; - * @description: Array.prototype.lastIndexOf - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-1.js + * @description Array.prototype.lastIndexOf - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-10.js index d056141953..a868da7b41 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-10.js; - * @description: Array.prototype.lastIndexOf - properties can be added to prototype after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-10.js + * @description Array.prototype.lastIndexOf - properties can be added to prototype after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-11.js index e74860e99d..842c4e0829 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-11.js; - * @description: Array.prototype.lastIndexOf - deleting own property causes index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-11.js + * @description Array.prototype.lastIndexOf - deleting own property causes index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-12.js index 43cf20b0f6..2d8f921d24 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-12.js; - * @description: Array.prototype.lastIndexOf - deleting own property causes index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-12.js + * @description Array.prototype.lastIndexOf - deleting own property causes index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-13.js index 897d7060db..54388da9d5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-13.js; - * @description: Array.prototype.lastIndexOf - deleting property of prototype causes prototype index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-13.js + * @description Array.prototype.lastIndexOf - deleting property of prototype causes prototype index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-14.js index 4197584150..8ec842235d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-14.js; - * @description: Array.prototype.lastIndexOf - deleting property of prototype causes prototype index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-14.js + * @description Array.prototype.lastIndexOf - deleting property of prototype causes prototype index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-15.js index 713b308774..9d9f299fcb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-15.js; - * @description: Array.prototype.lastIndexOf - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-15.js + * @description Array.prototype.lastIndexOf - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-16.js index 5ae3501a8c..6716725126 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-16.js; - * @description: Array.prototype.lastIndexOf - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-16.js + * @description Array.prototype.lastIndexOf - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-17.js index 4cecb8b6eb..bb6590abb8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-17.js; - * @description: Array.prototype.lastIndexOf - decreasing length of array causes index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-17.js + * @description Array.prototype.lastIndexOf - decreasing length of array causes index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-18.js index c4036ef5fe..0c439c045f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-18.js; - * @description: Array.prototype.lastIndexOf - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-18.js + * @description Array.prototype.lastIndexOf - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-19.js index 47653a05d3..b7331468d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-19.js; - * @description: Array.prototype.lastIndexOf - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-19.js + * @description Array.prototype.lastIndexOf - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-2.js index 7aa21ae0d9..c94072454f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-2.js; - * @description: Array.prototype.lastIndexOf - added properties in step 5 are visible here on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-2.js + * @description Array.prototype.lastIndexOf - added properties in step 5 are visible here on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-3.js index 421ae059c7..f2d4aacc09 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-3.js; - * @description: Array.prototype.lastIndexOf - added properties in step 5 are visible here on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-3.js + * @description Array.prototype.lastIndexOf - added properties in step 5 are visible here on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-4.js index 9c028cf8c6..224f4afbcb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-4.js; - * @description: Array.prototype.lastIndexOf - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-4.js + * @description Array.prototype.lastIndexOf - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-5.js index c8027081ac..73664a8aae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-5.js; - * @description: Array.prototype.lastIndexOf - deleted properties of step 5 are visible here on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-5.js + * @description Array.prototype.lastIndexOf - deleted properties of step 5 are visible here on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-6.js index dcae9baf09..a3027d1deb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-6.js; - * @description: Array.prototype.lastIndexOf - deleted properties of step 5 are visible here on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-6.js + * @description Array.prototype.lastIndexOf - deleted properties of step 5 are visible here on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-7.js index d37d5e3499..a2b81bfbb5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-7.js; - * @description: Array.prototype.lastIndexOf - properties added into own object after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-7.js + * @description Array.prototype.lastIndexOf - properties added into own object after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-8.js index 3c36e554e9..7edb667f78 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-8.js; - * @description: Array.prototype.lastIndexOf - properties added into own object after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-8.js + * @description Array.prototype.lastIndexOf - properties added into own object after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-9.js index 6efb592c54..8d960582ee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-9.js; - * @description: Array.prototype.lastIndexOf - properties can be added to prototype after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-a-9.js + * @description Array.prototype.lastIndexOf - properties can be added to prototype after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-1.js index 2843fc27da..fa01e9e4ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-1.js; - * @description: Array.prototype.lastIndexOf - undefined property wouldn't be called; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-1.js + * @description Array.prototype.lastIndexOf - undefined property wouldn't be called */ -assertTrue([0, , 2].lastIndexOf(undefined) === -1); +assertTruthy([0, , 2].lastIndexOf(undefined) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-1.js index 2772fcca39..ba8c40e028 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-1.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-1.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-10.js index 0a68b9b092..c21bc4183c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-10.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-10.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-11.js index 2adad65560..8b160b6556 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-11.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-11.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-12.js index baecbad83e..31a422eba1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-12.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-12.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-13.js index e4db67d821..049a629642 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-13.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-13.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-14.js index 64130ca00d..c7618173e4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-14.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-14.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-15.js index fa77816d0c..3cea128574 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-15.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-15.js + * @description Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-16.js index 0a638a42d1..9c2185b9d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-16.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-16.js + * @description Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-17.js index d705222234..02e2167126 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-17.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-17.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-18.js index 5accd62566..0882d78879 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-18.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-18.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-19.js index 492d34c711..e1f3fd620d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-19.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-19.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-2.js index bad178c8b9..a35a68d081 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-2.js @@ -19,11 +19,11 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-2.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-2.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own data property on an Array */ -assertTrue([true, true, true].lastIndexOf(true) === 2 && +assertTruthy([true, true, true].lastIndexOf(true) === 2 && [true, true, false].lastIndexOf(true) === 1 && [true, false, false].lastIndexOf(true) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-20.js index 8a76aa90f0..e0c8566cfc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-20.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is an own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-20.js + * @description Array.prototype.lastIndexOf - element to be retrieved is an own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-21.js index f64817fd85..3cbd629079 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-21.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-21.js + * @description Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-22.js index 3292e48c3c..27488a8c15 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-22.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-22.js + * @description Array.prototype.lastIndexOf - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-23.js index 4ef9e371cb..fbc9f4a86b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-23.js; - * @description: Array.prototype.lastIndexOf - This object is the global object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-23.js + * @description Array.prototype.lastIndexOf - This object is the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-25.js index 92f16ef947..88f871b909 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-25.js; - * @description: Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-25.js + * @description Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-26.js index 8a75a429c1..8bc819388c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-26.js; - * @description: Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method (number of arguments equals to number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-26.js + * @description Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method (number of arguments equals to number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-27.js index b4be13e266..6af090a244 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-27.js; - * @description: Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-27.js + * @description Array.prototype.lastIndexOf applied to Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-28.js index 142534b356..8fd0c54cfb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-28.js; - * @description: Array.prototype.lastIndexOf - side-effects are visible in subsequent iterations on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-28.js + * @description Array.prototype.lastIndexOf - side-effects are visible in subsequent iterations on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-29.js index ee3bc3c672..308017c4bf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-29.js; - * @description: Array.prototype.lastIndexOf - side-effects are visible in subsequent iterations on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-29.js + * @description Array.prototype.lastIndexOf - side-effects are visible in subsequent iterations on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-3.js index e594db1e8b..0870825305 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-3.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-3.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-30.js index 392a3d3d9f..a50c837bb4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-30.js; - * @description: Array.prototype.lastIndexOf terminates iteration on unhandled exception on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-30.js + * @description Array.prototype.lastIndexOf terminates iteration on unhandled exception on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-31.js index 0600133382..d3b059ace6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-31.js; - * @description: Array.prototype.lastIndexOf terminates iteration on unhandled exception on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-31.js + * @description Array.prototype.lastIndexOf terminates iteration on unhandled exception on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-4.js index 99bed4b45b..f664d88ecc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-4.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-4.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-5.js index aa9501e27e..f985b3a990 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-5.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-5.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-6.js index ee23fb3e59..f47d304e00 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-6.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-6.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-7.js index 2c643bfdc1..6a4b590e22 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-7.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-7.js + * @description Array.prototype.lastIndexOf - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-8.js index d8ddd65d18..d11487de67 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-8.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-8.js + * @description Array.prototype.lastIndexOf - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-9.js index 35631ae32b..b562b209ba 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-9.js; - * @description: Array.prototype.lastIndexOf - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-i-9.js + * @description Array.prototype.lastIndexOf - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-1.js index 79bc5e9865..306f0b646f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-1.js @@ -19,12 +19,12 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-1.js; - * @description: Array.prototype.lastIndexOf - type of array element is different from type of search element; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-1.js + * @description Array.prototype.lastIndexOf - type of array element is different from type of search element */ -assertTrue(["true"].lastIndexOf(true) === -1 && +assertTruthy(["true"].lastIndexOf(true) === -1 && ["0"].lastIndexOf(0) === -1 && [false].lastIndexOf(0) === -1 && [undefined].lastIndexOf(0) === -1 && diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-10.js index 81a1b191a2..c53cfcf872 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-10.js; - * @description: Array.prototype.lastIndexOf - both array element and search element are booleans, and they have same value; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-10.js + * @description Array.prototype.lastIndexOf - both array element and search element are booleans, and they have same value */ -assertTrue([false, true].lastIndexOf(true) === 1); +assertTruthy([false, true].lastIndexOf(true) === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-11.js index 5823252e8a..eda8cd1fe6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-11.js; - * @description: Array.prototype.lastIndexOf - both array element and search element are Objects, and they refer to the same object; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-11.js + * @description Array.prototype.lastIndexOf - both array element and search element are Objects, and they refer to the same object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-2.js index 80d885c7d4..1744dd3b28 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-2.js; - * @description: Array.prototype.lastIndexOf - both type of array element and type of search element are Undefined; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-2.js + * @description Array.prototype.lastIndexOf - both type of array element and type of search element are Undefined */ -assertTrue([undefined].lastIndexOf() === 0 && [undefined].lastIndexOf(undefined) === 0); +assertTruthy([undefined].lastIndexOf() === 0 && [undefined].lastIndexOf(undefined) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-3.js index e54f3e73d0..a4ccbef36b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-3.js; - * @description: Array.prototype.lastIndexOf - both type of array element and type of search element are Null; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-3.js + * @description Array.prototype.lastIndexOf - both type of array element and type of search element are Null */ -assertTrue([null].lastIndexOf(null) === 0); +assertTruthy([null].lastIndexOf(null) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-4.js index 8366c25675..daaef87bf0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-4.js; - * @description: Array.prototype.lastIndexOf - search element is NaN; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-4.js + * @description Array.prototype.lastIndexOf - search element is NaN */ -assertTrue([+NaN, NaN, -NaN].lastIndexOf(NaN) === -1); +assertTruthy([+NaN, NaN, -NaN].lastIndexOf(NaN) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-5.js index 16c549689e..78ce94414d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-5.js; - * @description: Array.prototype.lastIndexOf - search element is -NaN; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-5.js + * @description Array.prototype.lastIndexOf - search element is -NaN */ -assertTrue([+NaN, NaN, -NaN].lastIndexOf(-NaN) === -1); +assertTruthy([+NaN, NaN, -NaN].lastIndexOf(-NaN) === -1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-6.js index f9c525efdb..98964045b6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-6.js; - * @description: Array.prototype.lastIndexOf - array element is +0 and search element is -0; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-6.js + * @description Array.prototype.lastIndexOf - array element is +0 and search element is -0 */ -assertTrue([+0].lastIndexOf(-0) === 0); +assertTruthy([+0].lastIndexOf(-0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-7.js index 22821e32bb..bd898ce2c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-7.js; - * @description: Array.prototype.lastIndexOf - array element is -0 and search element is +0; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-7.js + * @description Array.prototype.lastIndexOf - array element is -0 and search element is +0 */ -assertTrue([-0].lastIndexOf(+0) === 0); +assertTruthy([-0].lastIndexOf(+0) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-8.js index 69b8623347..a80ae0de0d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-8.js; - * @description: Array.prototype.lastIndexOf - both array element and search element are numbers, and they have same value; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-8.js + * @description Array.prototype.lastIndexOf - both array element and search element are numbers, and they have same value */ -assertTrue([-1, 0, 1].lastIndexOf(-1) === 0); +assertTruthy([-1, 0, 1].lastIndexOf(-1) === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-9.js index 744d4351e3..1be33ce1c1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-9.js; - * @description: Array.prototype.lastIndexOf - both array element and search element are strings, and they have exactly the same sequence of characters; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-ii-9.js + * @description Array.prototype.lastIndexOf - both array element and search element are strings, and they have exactly the same sequence of characters */ -assertTrue(["abc", "ab", "bca", ""].lastIndexOf("abc") === 0); +assertTruthy(["abc", "ab", "bca", ""].lastIndexOf("abc") === 0); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-1.js index 44ec091dcc..48943236f2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-1.js; - * @description: Array.prototype.lastIndexOf returns index of last one when more than two elements in array are eligible; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-1.js + * @description Array.prototype.lastIndexOf returns index of last one when more than two elements in array are eligible */ -assertTrue([2, 1, 2, 2, 1].lastIndexOf(2) === 3); +assertTruthy([2, 1, 2, 2, 1].lastIndexOf(2) === 3); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-2.js index 65f3548faf..529a401931 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-2.js; - * @description: Array.prototype.lastIndexOf returns without visiting subsequent element once search value is found; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-b-iii-2.js + * @description Array.prototype.lastIndexOf returns without visiting subsequent element once search value is found */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-1.js index 3493249750..e6c6c8eb0a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-1.js; - * @description: Array.prototype.lastIndexOf returns -1 for elements not present; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-1.js + * @description Array.prototype.lastIndexOf returns -1 for elements not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-2.js index d2ed19d9e0..4a7374146b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-2.js; - * @description: Array.prototype.lastIndexOf returns -1 if 'length' is 0 and does not access any other properties; + * @path chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-9-2.js + * @description Array.prototype.lastIndexOf returns -1 if 'length' is 0 and does not access any other properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-1.js index 002a4161f4..7463f8067f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-1.js; - * @description: Array.prototype.every must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-1.js + * @description Array.prototype.every must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-2.js index fa732d93f5..96abc7863f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-2.js; - * @description: Array.prototype.every.length must be 1; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-0-2.js + * @description Array.prototype.every.length must be 1 */ -assertTrue(Array.prototype.every.length === 1); +assertTruthy(Array.prototype.every.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-1.js index 254b84ce27..06a907cd08 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-1.js; - * @description: Array.prototype.every applied to undefined throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-1.js + * @description Array.prototype.every applied to undefined throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-10.js index 201f4f2d53..f0ca2b7350 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-10.js; - * @description: Array.prototype.every applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-10.js + * @description Array.prototype.every applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-11.js index a51234f400..8a57c24816 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-11.js; - * @description: Array.prototype.every applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-11.js + * @description Array.prototype.every applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-12.js index e50191a921..baefbbc1d8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-12.js; - * @description: Array.prototype.every applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-12.js + * @description Array.prototype.every applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-13.js index 7e6015d234..46e5c69e9c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-13.js; - * @description: Array.prototype.every applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-13.js + * @description Array.prototype.every applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-14.js index ac578ae94c..ddde5d4c3c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-14.js; - * @description: Array.prototype.every applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-14.js + * @description Array.prototype.every applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-15.js index f2e81a0c1d..0502a71953 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-15.js; - * @description: Array.prototype.every applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-15.js + * @description Array.prototype.every applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-2.js index a8946b96ab..550d0079f2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-2.js; - * @description: Array.prototype.every applied to null throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-2.js + * @description Array.prototype.every applied to null throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-3.js index d9d28251d9..fcaf977c75 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-3.js; - * @description: Array.prototype.every applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-3.js + * @description Array.prototype.every applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-4.js index 74d94fb372..a4b9d21fc4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-4.js; - * @description: Array.prototype.every applied to Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-4.js + * @description Array.prototype.every applied to Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-5.js index 50f8642219..dd35e33964 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-5.js; - * @description: Array.prototype.every applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-5.js + * @description Array.prototype.every applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-6.js index 02da093efa..e1e04401fd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-6.js; - * @description: Array.prototype.every applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-6.js + * @description Array.prototype.every applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-7.js index 8aafb280e0..8afa6d91ce 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-7.js; - * @description: Array.prototype.every applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-7.js + * @description Array.prototype.every applied to string primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-8.js index e757034a23..73b0da2dde 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-8.js; - * @description: Array.prototype.every applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-8.js + * @description Array.prototype.every applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-9.js index 4a41b380ff..0291f5f8fa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-9.js; - * @description: Array.prototype.every applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-1-9.js + * @description Array.prototype.every applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-1.js index 9af14b85cd..d43841fe53 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-1.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an own data property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-1.js + * @description Array.prototype.every applied to Array-like object, 'length' is an own data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-10.js index e1755f9571..a2bbec8df0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-10.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-10.js + * @description Array.prototype.every applied to Array-like object, 'length' is an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-11.js index a7b4654bd7..fdd1d88ae9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-11.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an own accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-11.js + * @description Array.prototype.every applied to Array-like object, 'length' is an own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-12.js index 0eed89cafd..f499da22b0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-12.js; - * @description: Array.prototype.every - 'length' is own accessor property without a get function that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-12.js + * @description Array.prototype.every - 'length' is own accessor property without a get function that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-13.js index 6bea370c58..27b9134812 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-13.js; - * @description: Array.prototype.every applied to the Array-like object that 'length' is inherited accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-13.js + * @description Array.prototype.every applied to the Array-like object that 'length' is inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-14.js index c71ac9c190..462e442f9f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-14.js; - * @description: Array.prototype.every applied to the Array-like object that 'length' property doesn't exist; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-14.js + * @description Array.prototype.every applied to the Array-like object that 'length' property doesn't exist */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-15.js index 0a1a7d2914..e493813f09 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-15.js; - * @description: Array.prototype.every - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-15.js + * @description Array.prototype.every - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-17.js index 9c29a26a6e..6d13821e49 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-17.js; - * @description: Array.prototype.every applied to the Arguments object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-17.js + * @description Array.prototype.every applied to the Arguments object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-18.js index 85173998f3..e21c17fc53 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-18.js; - * @description: Array.prototype.every applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-18.js + * @description Array.prototype.every applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-19.js index 274f935330..7404ecf514 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-19.js; - * @description: Array.prototype.every applied to Function object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-19.js + * @description Array.prototype.every applied to Function object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-2.js index e7bac587c2..c7083f5cfd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-2.js; - * @description: Array.prototype.every - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-2.js + * @description Array.prototype.every - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-3.js index d7e9ea3c46..2a69fdbc3e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-3.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an own data property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-3.js + * @description Array.prototype.every applied to Array-like object, 'length' is an own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-4.js index 245c2f4da3..eb0021f681 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-4.js; - * @description: Array.prototype.every - 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-4.js + * @description Array.prototype.every - 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-5.js index af702ba854..e963114b10 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-5.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-5.js + * @description Array.prototype.every applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-6.js index 04be31c94f..87b8a11542 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-6.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-6.js + * @description Array.prototype.every applied to Array-like object, 'length' is an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-7.js index 8d25e4c90d..1a9430ede8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-7.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an own accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-7.js + * @description Array.prototype.every applied to Array-like object, 'length' is an own accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-8.js index aee4ef1c78..45a33cad74 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-8.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-8.js + * @description Array.prototype.every applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-9.js index 27a5709eab..5ec1697635 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-9.js; - * @description: Array.prototype.every applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-2-9.js + * @description Array.prototype.every applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-1.js index c02afce5cf..62e79f2254 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-1.js; - * @description: Array.prototype.every - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-1.js + * @description Array.prototype.every - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-10.js index c1e6f4917c..b9e4ffebe5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-10.js; - * @description: Array.prototype.every - value of 'length' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-10.js + * @description Array.prototype.every - value of 'length' is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-11.js index d3166c8e6b..d9172e8995 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-11.js; - * @description: Array.prototype.every - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-11.js + * @description Array.prototype.every - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-12.js index dd66b264b9..1a74603373 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-12.js; - * @description: Array.prototype.every - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-12.js + * @description Array.prototype.every - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-13.js index de5ee914fb..807783621d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-13.js; - * @description: Array.prototype.every - 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-13.js + * @description Array.prototype.every - 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-14.js index f56210f294..e7b9e9ea46 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-14.js; - * @description: Array.prototype.every - 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-14.js + * @description Array.prototype.every - 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-15.js index a4ed376c8c..d945b1a567 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-15.js; - * @description: Array.prototype.every - 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-15.js + * @description Array.prototype.every - 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-16.js index 8d15018437..7556502e61 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-16.js; - * @description: Array.prototype.every - 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-16.js + * @description Array.prototype.every - 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-17.js index ec7a9718d0..7dc5b8e65e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-17.js; - * @description: Array.prototype.every - 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-17.js + * @description Array.prototype.every - 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-18.js index e572120549..325804ad2c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-18.js; - * @description: Array.prototype.every - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-18.js + * @description Array.prototype.every - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-19.js index 86d3f571b1..d501c27e1f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-19.js; - * @description: Array.prototype.every - value of 'length' is an Object which has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-19.js + * @description Array.prototype.every - value of 'length' is an Object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-2.js index ba9ff35a66..025d6deddb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-2.js; - * @description: Array.prototype.every on an Array-like object if 'length' is 1 (length overridden to true(type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-2.js + * @description Array.prototype.every on an Array-like object if 'length' is 1 (length overridden to true(type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-20.js index 111d8d8e7f..dd19cea2dd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-20.js; - * @description: Array.prototype.every - value of 'length' is an Object which has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-20.js + * @description Array.prototype.every - value of 'length' is an Object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-21.js index e1407dab5d..d7e933ae35 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-21.js; - * @description: Array.prototype.every - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-21.js + * @description Array.prototype.every - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-22.js index 11651761bc..b2885370db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-22.js; - * @description: Array.prototype.every throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-22.js + * @description Array.prototype.every throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-23.js index fce1a4e28e..a707578afc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-23.js; - * @description: Array.prototype.every uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-23.js + * @description Array.prototype.every uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-24.js index 04c978c50d..cbf722caa5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-24.js; - * @description: Array.prototype.every - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-24.js + * @description Array.prototype.every - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-25.js index 8794b93628..4e476b4480 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-25.js; - * @description: Array.prototype.every - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-25.js + * @description Array.prototype.every - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-28.js index 4164263b22..70b284c66d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-28.js; - * @description: Array.prototype.every - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-28.js + * @description Array.prototype.every - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-29.js index bce3486303..dbf6946d9a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-29.js; - * @description: Array.prototype.every - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-29.js + * @description Array.prototype.every - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-3.js index f31380243d..4f42dc2582 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-3.js; - * @description: Array.prototype.every - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-3.js + * @description Array.prototype.every - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-4.js index a70d0f79a7..dfd8992489 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-4.js; - * @description: Array.prototype.every - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-4.js + * @description Array.prototype.every - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-5.js index c305e4dda5..7052bbbbf1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-5.js; - * @description: Array.prototype.every - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-5.js + * @description Array.prototype.every - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-6.js index cac42d0dde..2c942ec72a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-6.js; - * @description: Array.prototype.every - value of 'length' is a number (value is positive); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-6.js + * @description Array.prototype.every - value of 'length' is a number (value is positive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-7.js index 4641bf0ce3..cdeafedd72 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-7.js; - * @description: Array.prototype.every - value of 'length' is a number (value is negative); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-7.js + * @description Array.prototype.every - value of 'length' is a number (value is negative) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-8.js index 7eb48462c2..b6dc758037 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-8.js; - * @description: Array.prototype.every - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-8.js + * @description Array.prototype.every - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-9.js index 1a57490e89..24090519c4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-9.js; - * @description: Array.prototype.every - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-3-9.js + * @description Array.prototype.every - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-1.js index fb59f103ea..e8c65e7d12 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-1.js; - * @description: Array.prototype.every throws TypeError if callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-1.js + * @description Array.prototype.every throws TypeError if callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-10.js index 0ea3a931af..d4a3b07724 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-10.js; - * @description: Array.prototype.every - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-10.js + * @description Array.prototype.every - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-11.js index 85877a1301..b188aac1ef 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-11.js; - * @description: Array.prototype.every - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-11.js + * @description Array.prototype.every - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-12.js index 51f3696dfd..442d169872 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-12.js; - * @description: Array.prototype.every - 'callbackfn' is a function; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-12.js + * @description Array.prototype.every - 'callbackfn' is a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-15.js index 7bda9e3ed9..e5dcadcc40 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-15.js; - * @description: Array.prototype.every - calling with no callbackfn is the same as passing undefined for callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-15.js + * @description Array.prototype.every - calling with no callbackfn is the same as passing undefined for callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-3.js index 15320c6656..c2347218a1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-3.js; - * @description: Array.prototype.every throws TypeError if callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-3.js + * @description Array.prototype.every throws TypeError if callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-4.js index 99d0efb989..07aeb13919 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-4.js; - * @description: Array.prototype.every throws TypeError if callbackfn is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-4.js + * @description Array.prototype.every throws TypeError if callbackfn is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-5.js index 7a43d36f8b..331aba605c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-5.js; - * @description: Array.prototype.every throws TypeError if callbackfn is number; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-5.js + * @description Array.prototype.every throws TypeError if callbackfn is number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-6.js index ad7975d520..063640dd5e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-6.js; - * @description: Array.prototype.every throws TypeError if callbackfn is string; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-6.js + * @description Array.prototype.every throws TypeError if callbackfn is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-7.js index c53aef9b66..14a998e960 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-7.js; - * @description: Array.prototype.every throws TypeError if callbackfn is Object without a Call internal method; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-7.js + * @description Array.prototype.every throws TypeError if callbackfn is Object without a Call internal method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-8.js index 306f031682..cc2842bed6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-8.js; - * @description: Array.prototype.every - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-8.js + * @description Array.prototype.every - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-9.js index 993f8eeae5..f64e6bc540 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-9.js; - * @description: Array.prototype.every - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-4-9.js + * @description Array.prototype.every - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s.js index 19bac18293..d20a80ef76 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s.js; - * @description: Array.prototype.every - thisArg not passed to strict callbackfn; - * @strict_only; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1-s.js + * @description Array.prototype.every - thisArg not passed to strict callbackfn + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1.js index 00aad33319..5a330ec800 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1.js; - * @description: Array.prototype.every - thisArg not passed; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-1.js + * @description Array.prototype.every - thisArg not passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-10.js index 9607a52582..ab53cfb8f1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-10.js; - * @description: Array.prototype.every - Array Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-10.js + * @description Array.prototype.every - Array Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-11.js index 7689c0c7dd..c99ace4ade 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-11.js; - * @description: Array.prototype.every - String Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-11.js + * @description Array.prototype.every - String Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-12.js index bd5ae8dd93..3072d30e3f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-12.js; - * @description: Array.prototype.every - Boolean Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-12.js + * @description Array.prototype.every - Boolean Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-13.js index d68a90a15b..2493697275 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-13.js; - * @description: Array.prototype.every - Number Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-13.js + * @description Array.prototype.every - Number Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-14.js index 50fa7f3c09..4823ea2631 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-14.js; - * @description: Array.prototype.every - the Math object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-14.js + * @description Array.prototype.every - the Math object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-15.js index d7860eebee..9bf27a4574 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-15.js; - * @description: Array.prototype.every - Date Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-15.js + * @description Array.prototype.every - Date Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-16.js index c689c86733..b2dc3b49cb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-16.js; - * @description: Array.prototype.every - RegExp Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-16.js + * @description Array.prototype.every - RegExp Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-17.js index 7f796c6897..c9f0092745 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-17.js; - * @description: Array.prototype.every - the JSON object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-17.js + * @description Array.prototype.every - the JSON object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-18.js index 1f724c94a2..5dd15935bc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-18.js; - * @description: Array.prototype.every - Error Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-18.js + * @description Array.prototype.every - Error Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-19.js index 5dd3394766..b9f96ee91c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-19.js; - * @description: Array.prototype.every - the Arguments object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-19.js + * @description Array.prototype.every - the Arguments object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-2.js index a38f045646..9ec71fc004 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-2.js; - * @description: Array.prototype.every - thisArg is Object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-2.js + * @description Array.prototype.every - thisArg is Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-21.js index 3c6a94786d..96fa901704 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-21.js; - * @description: Array.prototype.every - the global object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-21.js + * @description Array.prototype.every - the global object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-22.js index 129ec99607..6f2da3b7e7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-22.js; - * @description: Array.prototype.every - boolean primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-22.js + * @description Array.prototype.every - boolean primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-23.js index 0bf237fd09..52fa066f1b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-23.js; - * @description: Array.prototype.every - number primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-23.js + * @description Array.prototype.every - number primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-24.js index b34eb7499a..24fd89a61c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-24.js; - * @description: Array.prototype.every - string primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-24.js + * @description Array.prototype.every - string primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-3.js index 7a81e7c12e..393000f146 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-3.js; - * @description: Array.prototype.every - thisArg is Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-3.js + * @description Array.prototype.every - thisArg is Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-4.js index 31c5778d08..28dddfbf07 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-4.js; - * @description: Array.prototype.every - thisArg is object from object template(prototype); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-4.js + * @description Array.prototype.every - thisArg is object from object template(prototype) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-5.js index 00e24b16cd..ead3ca3565 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-5.js; - * @description: Array.prototype.every - thisArg is object from object template; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-5.js + * @description Array.prototype.every - thisArg is object from object template */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-6.js index 8f287048fb..6e20479757 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-6.js; - * @description: Array.prototype.every - thisArg is function; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-6.js + * @description Array.prototype.every - thisArg is function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-7.js index f0af3d19f6..2c4ac69b48 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-7.js; - * @description: Array.prototype.every - built-in functions can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-7.js + * @description Array.prototype.every - built-in functions can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-9.js index 99336395b3..b3dd3903bc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-9.js; - * @description: Array.prototype.every - Function Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-5-9.js + * @description Array.prototype.every - Function Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-1.js index 3c832f7d20..f670f38f3c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-1.js; - * @description: Array.prototype.every considers new elements added to array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-1.js + * @description Array.prototype.every considers new elements added to array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-2.js index 90dca67250..1783bfd47d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-2.js; - * @description: Array.prototype.every considers new value of elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-2.js + * @description Array.prototype.every considers new value of elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-3.js index d7c88ea096..66789b07fc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-3.js; - * @description: Array.prototype.every doesn't visit deleted elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-3.js + * @description Array.prototype.every doesn't visit deleted elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-4.js index 5e42d77745..50e0e02b1a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-4.js; - * @description: Array.prototype.every doesn't visit deleted elements when Array.length is decreased; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-4.js + * @description Array.prototype.every doesn't visit deleted elements when Array.length is decreased */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-5.js index 713ca850b4..54bbc90c61 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-5.js; - * @description: Array.prototype.every doesn't consider newly added elements in sparse array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-5.js + * @description Array.prototype.every doesn't consider newly added elements in sparse array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-6.js index 243c034d35..3e5ce96ae5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-6.js; - * @description: Array.prototype.every visits deleted element in array after the call when same index is also present in prototype; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-6.js + * @description Array.prototype.every visits deleted element in array after the call when same index is also present in prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-7.js index 93a31174dd..55719a53f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-7.js; - * @description: Array.prototype.every - Deleting the array itself within the callbackfn of Array.prototype.every is successful once Array.prototype.every is called for all elements; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-7.js + * @description Array.prototype.every - Deleting the array itself within the callbackfn of Array.prototype.every is successful once Array.prototype.every is called for all elements */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-8.js index 4614d3bc39..a291d7c229 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-8.js; - * @description: Array.prototype.every - no observable effects occur if len is 0; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-8.js + * @description Array.prototype.every - no observable effects occur if len is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-9.js index ac7af035c8..f6941ac40f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-9.js; - * @description: Array.prototype.every - modifications to length don't change number of iterations; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-9.js + * @description Array.prototype.every - modifications to length don't change number of iterations */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-1.js index e710c07dc0..b20493fb51 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-1.js; - * @description: Array.prototype.every - callbackfn not called for indexes never been assigned values; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-1.js + * @description Array.prototype.every - callbackfn not called for indexes never been assigned values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-10.js index 915a846e00..6f2aabc7b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-10.js; - * @description: Array.prototype.every - deleting property of prototype causes prototype index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-10.js + * @description Array.prototype.every - deleting property of prototype causes prototype index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-11.js index e2a52e8701..ed6208e26b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-11.js; - * @description: Array.prototype.every - deleting property of prototype causes prototype index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-11.js + * @description Array.prototype.every - deleting property of prototype causes prototype index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-12.js index f21e5b02a8..7fb1d2af66 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-12.js; - * @description: Array.prototype.every - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-12.js + * @description Array.prototype.every - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-13.js index 455d1eeecf..52e61ab871 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-13.js; - * @description: Array.prototype.every - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-13.js + * @description Array.prototype.every - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-14.js index d71cad4656..7769a8cf04 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-14.js; - * @description: Array.prototype.every - decreasing length of array causes index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-14.js + * @description Array.prototype.every - decreasing length of array causes index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-15.js index c0a97a7941..1a4a18e9ff 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-15.js; - * @description: Array.prototype.every - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-15.js + * @description Array.prototype.every - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-16.js index 5c9bd3e172..dd392efb0d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-16.js; - * @description: Array.prototype.every - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-16.js + * @description Array.prototype.every - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-2.js index 71f3efe692..129abd8931 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-2.js; - * @description: Array.prototype.every - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-2.js + * @description Array.prototype.every - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-3.js index cd93a7141f..6d15741f4b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-3.js; - * @description: Array.prototype.every - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-3.js + * @description Array.prototype.every - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-4.js index 3beb35b21c..8bd2db2ae6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-4.js; - * @description: Array.prototype.every - properties added into own object after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-4.js + * @description Array.prototype.every - properties added into own object after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-5.js index 272ba17855..2919aa3977 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-5.js; - * @description: Array.prototype.every - properties added into own object after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-5.js + * @description Array.prototype.every - properties added into own object after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-6.js index 3027ca7bae..f33f887727 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-6.js; - * @description: Array.prototype.every - properties can be added to prototype after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-6.js + * @description Array.prototype.every - properties can be added to prototype after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-7.js index c4122f3976..26984dabcd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-7.js; - * @description: Array.prototype.every - properties can be added to prototype after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-7.js + * @description Array.prototype.every - properties can be added to prototype after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-8.js index 9b1072cc6d..a21aaf4932 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-8.js; - * @description: Array.prototype.every - deleting own property causes index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-8.js + * @description Array.prototype.every - deleting own property causes index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-9.js index 1a95edf0ae..3a496555a1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-9.js; - * @description: Array.prototype.every - deleting own property causes index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-b-9.js + * @description Array.prototype.every - deleting own property causes index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-1.js index 498c99f3f2..b98f494129 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-1.js; - * @description: Array.prototype.every - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-1.js + * @description Array.prototype.every - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-10.js index f0d9ffd318..effeafaf3b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-10.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-10.js + * @description Array.prototype.every - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-11.js index 7f2324ad03..4d7d02c017 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-11.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-11.js + * @description Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-12.js index f95d936b09..90f325ce6e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-12.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-12.js + * @description Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-13.js index 80e3eb078e..ce8fe9b51c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-13.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-13.js + * @description Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-14.js index cab1597a7b..cabfe535b4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-14.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-14.js + * @description Array.prototype.every - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-15.js index 0862ecd56e..a586b1288a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-15.js; - * @description: Array.prototype.every - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-15.js + * @description Array.prototype.every - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-16.js index ae4c2ea923..767bda3040 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-16.js; - * @description: Array.prototype.every - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-16.js + * @description Array.prototype.every - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-17.js index a7bef8fe20..792f55656f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-17.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-17.js + * @description Array.prototype.every - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-18.js index 58c40af900..c4c9dcff9b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-18.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-18.js + * @description Array.prototype.every - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-19.js index 5816024ab6..975903ace1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-19.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-19.js + * @description Array.prototype.every - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-2.js index dae6303c18..ee36f9b9dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-2.js; - * @description: Array.prototype.every - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-2.js + * @description Array.prototype.every - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-20.js index e62e8017c9..6135cfe927 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-20.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-20.js + * @description Array.prototype.every - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-21.js index 7d91ebbccb..c141dfa36e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-21.js; - * @description: Array.prototype.every - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-21.js + * @description Array.prototype.every - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-22.js index 5d16e6c893..d7b2a3e8dd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-22.js; - * @description: Array.prototype.every - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-22.js + * @description Array.prototype.every - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-23.js index 54cc0d13b7..6598856c65 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-23.js; - * @description: Array.prototype.every - This object is an global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-23.js + * @description Array.prototype.every - This object is an global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-25.js index f3da9abdff..80befedb86 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-25.js; - * @description: Array.prototype.every - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-25.js + * @description Array.prototype.every - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-26.js index b2d89fe404..7100ff866e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-26.js; - * @description: Array.prototype.every - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-26.js + * @description Array.prototype.every - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-27.js index 09cf2b1ad5..eca0920f20 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-27.js; - * @description: Array.prototype.every - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-27.js + * @description Array.prototype.every - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-28.js index 249a393aa8..17235cb5dd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-28.js; - * @description: Array.prototype.every - element changed by getter on previous iterations is observed on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-28.js + * @description Array.prototype.every - element changed by getter on previous iterations is observed on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-29.js index b512fe5ebd..a9fb7ed534 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-29.js; - * @description: Array.prototype.every - element changed by getter on previous iterations is observed on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-29.js + * @description Array.prototype.every - element changed by getter on previous iterations is observed on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-3.js index 79fa886313..51ff5e7a6c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-3.js; - * @description: Array.prototype.every - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-3.js + * @description Array.prototype.every - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-30.js index 4ebf210ff5..30abfe4dd6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-30.js; - * @description: Array.prototype.every - unnhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-30.js + * @description Array.prototype.every - unnhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-31.js index b7b25fcf07..96d34e78a7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-31.js; - * @description: Array.prototype.every - unhandled exceptions happened in getter terminate iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-31.js + * @description Array.prototype.every - unhandled exceptions happened in getter terminate iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-4.js index 9f1d347142..f96f7a3673 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-4.js; - * @description: Array.prototype.every - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-4.js + * @description Array.prototype.every - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-5.js index 2c603d4a93..5317e27999 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-5.js; - * @description: Array.prototype.every - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-5.js + * @description Array.prototype.every - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-6.js index ca5018dd85..a1e2603beb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-6.js; - * @description: Array.prototype.every - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-6.js + * @description Array.prototype.every - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-7.js index f876be5a84..4c4b998874 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-7.js; - * @description: Array.prototype.every - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-7.js + * @description Array.prototype.every - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-8.js index 0183c3d9a4..98124285e6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-8.js; - * @description: Array.prototype.every - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-8.js + * @description Array.prototype.every - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-9.js index 2a516fd009..c9e871c662 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-9.js; - * @description: Array.prototype.every - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-i-9.js + * @description Array.prototype.every - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-1.js index 3f97ab25c9..53cac82591 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-1.js; - * @description: Array.prototype.every - callbackfn called with correct parameters; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-1.js + * @description Array.prototype.every - callbackfn called with correct parameters */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-10.js index f0f5aa44c0..215e6e0f81 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-10.js; - * @description: Array.prototype.every - callbackfn is called with 1 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-10.js + * @description Array.prototype.every - callbackfn is called with 1 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-11.js index 64ca0c3ad3..14ff4b146c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-11.js; - * @description: Array.prototype.every - callbackfn is called with 2 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-11.js + * @description Array.prototype.every - callbackfn is called with 2 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-12.js index c6a6b7a13d..1a6225c684 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-12.js; - * @description: Array.prototype.every - callbackfn is called with 3 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-12.js + * @description Array.prototype.every - callbackfn is called with 3 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-13.js index 3a79bf809b..450120eae2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-13.js; - * @description: Array.prototype.every - callbackfn that uses arguments object to get parameter value; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-13.js + * @description Array.prototype.every - callbackfn that uses arguments object to get parameter value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-16.js index cad5082601..540096d3e1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-16.js; - * @description: Array.prototype.every - 'this' of 'callbackfn' is a Boolean object when T is not an object (T is a boolean primitive); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-16.js + * @description Array.prototype.every - 'this' of 'callbackfn' is a Boolean object when T is not an object (T is a boolean primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-17.js index 0cbaea7cca..75d5e3a70e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-17.js; - * @description: Array.prototype.every -'this' of 'callbackfn' is a Number object when T is not an object (T is a number primitive); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-17.js + * @description Array.prototype.every -'this' of 'callbackfn' is a Number object when T is not an object (T is a number primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-18.js index b4736003c6..68c8d76698 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-18.js; - * @description: Array.prototype.every - 'this' of 'callbackfn' is an String object when T is not an object (T is a string primitive); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-18.js + * @description Array.prototype.every - 'this' of 'callbackfn' is an String object when T is not an object (T is a string primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-19.js index c2e8710219..6f5a0a7642 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-19.js; - * @description: Array.prototype.every - non-indexed properties are not called; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-19.js + * @description Array.prototype.every - non-indexed properties are not called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-2.js index 16cb124d0d..142c72ecf7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-2.js; - * @description: Array.prototype.every - callbackfn takes 3 arguments; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-2.js + * @description Array.prototype.every - callbackfn takes 3 arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-20.js index de0a8ddd39..7362b5ebcc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-20.js; - * @description: Array.prototype.every - callbackfn called with correct parameters (thisArg is correct); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-20.js + * @description Array.prototype.every - callbackfn called with correct parameters (thisArg is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-21.js index e028711343..f8fd52ab54 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-21.js; - * @description: Array.prototype.every - callbackfn called with correct parameters (kValue is correct); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-21.js + * @description Array.prototype.every - callbackfn called with correct parameters (kValue is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-22.js index bccc43f992..383ba42392 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-22.js; - * @description: Array.prototype.every - callbackfn called with correct parameters (the index k is correct); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-22.js + * @description Array.prototype.every - callbackfn called with correct parameters (the index k is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-23.js index aaf1cf4ad1..365b8fcd05 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-23.js; - * @description: Array.prototype.every - callbackfn called with correct parameters (this object O is correct); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-23.js + * @description Array.prototype.every - callbackfn called with correct parameters (this object O is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-3.js index 936231b86e..74583cf30b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-3.js; - * @description: Array.prototype.every immediately returns false if callbackfn returns false; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-3.js + * @description Array.prototype.every immediately returns false if callbackfn returns false */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-4.js index f7f3e08395..1620117c9c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-4.js; - * @description: Array.prototype.every - k values are passed in ascending numeric order; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-4.js + * @description Array.prototype.every - k values are passed in ascending numeric order */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-5.js index 26690d496b..a15a37d59c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-5.js; - * @description: Array.prototype.every - k values are accessed during each iteration and not prior to starting the loop on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-5.js + * @description Array.prototype.every - k values are accessed during each iteration and not prior to starting the loop on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-6.js index 1b584e3748..4099534f5b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-6.js; - * @description: Array.prototype.every - arguments to callbackfn are self consistent; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-6.js + * @description Array.prototype.every - arguments to callbackfn are self consistent */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-7.js index 5eb1f17f82..55d607602a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-7.js; - * @description: Array.prototype.every - unhandled exceptions happened in callbackfn terminate iteration; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-7.js + * @description Array.prototype.every - unhandled exceptions happened in callbackfn terminate iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-8.js index 6e27a77a53..27b1c80134 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-8.js; - * @description: Array.prototype.every - element changed by callbackfn on previous iterations is observed; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-8.js + * @description Array.prototype.every - element changed by callbackfn on previous iterations is observed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-9.js index 0bce21d15b..790e6023da 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-9.js; - * @description: Array.prototype.every - callbackfn is called with 0 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-ii-9.js + * @description Array.prototype.every - callbackfn is called with 0 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-1.js index 88904cce5a..aefa7d90b0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-1.js; - * @description: Array.prototype.every - return value of callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-1.js + * @description Array.prototype.every - return value of callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-10.js index 00076f23d1..53c1a78c43 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-10.js; - * @description: Array.prototype.every - return value of callbackfn is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-10.js + * @description Array.prototype.every - return value of callbackfn is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-11.js index 51ec9adc0b..346466b1e4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-11.js; - * @description: Array.prototype.every - return value of callbackfn is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-11.js + * @description Array.prototype.every - return value of callbackfn is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-12.js index 6414ab8387..766d4432d7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-12.js; - * @description: Array.prototype.every - return value of callbackfn is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-12.js + * @description Array.prototype.every - return value of callbackfn is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-13.js index f01d0cb46a..298e78aec1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-13.js; - * @description: Array.prototype.every - return value of callbackfn is an empty string; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-13.js + * @description Array.prototype.every - return value of callbackfn is an empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-14.js index 45835fec20..b9e8dd8aa2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-14.js; - * @description: Array.prototype.every - return value of callbackfn is a non-empty string; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-14.js + * @description Array.prototype.every - return value of callbackfn is a non-empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-15.js index 3ad2b97120..e99e59c0ec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-15.js; - * @description: Array.prototype.every - return value of callbackfn is a Function object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-15.js + * @description Array.prototype.every - return value of callbackfn is a Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-16.js index 5bd03f0a19..d933f6f1ec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-16.js; - * @description: Array.prototype.every - return value of callbackfn is an Array object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-16.js + * @description Array.prototype.every - return value of callbackfn is an Array object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-17.js index 70967f208d..bccaa027c7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-17.js; - * @description: Array.prototype.every - return value of callbackfn is a String object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-17.js + * @description Array.prototype.every - return value of callbackfn is a String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-18.js index 49bd53e2ca..af103032b5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-18.js; - * @description: Array.prototype.every - return value of callbackfn is a Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-18.js + * @description Array.prototype.every - return value of callbackfn is a Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-19.js index c6440b3a81..ea87b92af0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-19.js; - * @description: Array.prototype.every - return value of callbackfn is a Number object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-19.js + * @description Array.prototype.every - return value of callbackfn is a Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-2.js index 9b1df6ba83..a3f0cc2697 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-2.js; - * @description: Array.prototype.every - return value of callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-2.js + * @description Array.prototype.every - return value of callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-20.js index 0b40d5b945..bacff2acca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-20.js; - * @description: Array.prototype.every - return value of callbackfn is the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-20.js + * @description Array.prototype.every - return value of callbackfn is the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-21.js index 9af18add14..49b1ed0ba6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-21.js; - * @description: Array.prototype.every - return value of callbackfn is a Date object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-21.js + * @description Array.prototype.every - return value of callbackfn is a Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-22.js index c518855b5f..9cdc6b8c1f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-22.js; - * @description: Array.prototype.every - return value of callbackfn is a RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-22.js + * @description Array.prototype.every - return value of callbackfn is a RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-23.js index c842e60d50..95cee3153b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-23.js; - * @description: Array.prototype.every - return value of callbackfn is the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-23.js + * @description Array.prototype.every - return value of callbackfn is the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-24.js index a7532d6e53..4c8aee2699 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-24.js; - * @description: Array.prototype.every - return value of callbackfn is an Error object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-24.js + * @description Array.prototype.every - return value of callbackfn is an Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-25.js index c8b8149852..8634590007 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-25.js; - * @description: Array.prototype.every - return value of callbackfn is the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-25.js + * @description Array.prototype.every - return value of callbackfn is the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-27.js index ff59beb039..117e5c89db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-27.js; - * @description: Array.prototype.every - return value of callbackfn is the global object; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-27.js + * @description Array.prototype.every - return value of callbackfn is the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-28.js index 82cea99bcf..5e7c1e03a7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-28.js; - * @description: Array.prototype.every - false prevents further side effects; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-28.js + * @description Array.prototype.every - false prevents further side effects */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-29.js index 767081522a..2e40e15021 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-29.js; - * @description: Array.prototype.every - return value (new Boolean(false)) of callbackfn is treated as true value; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-29.js + * @description Array.prototype.every - return value (new Boolean(false)) of callbackfn is treated as true value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-3.js index 177f534bc7..6f4a4b457b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-3.js; - * @description: Array.prototype.every - return value of callbackfn is a boolean (value is false); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-3.js + * @description Array.prototype.every - return value of callbackfn is a boolean (value is false) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-4.js index b4ac92972a..8d25716218 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-4.js; - * @description: Array.prototype.every - return value of callbackfn is a boolean (value is true); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-4.js + * @description Array.prototype.every - return value of callbackfn is a boolean (value is true) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-5.js index 9f930541cb..73033fd70b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-5.js; - * @description: Array.prototype.every - return value of callbackfn is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-5.js + * @description Array.prototype.every - return value of callbackfn is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-6.js index d322a4b5f3..cc086dc3d4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-6.js; - * @description: Array.prototype.every - return value of callbackfn is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-6.js + * @description Array.prototype.every - return value of callbackfn is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-7.js index ac1a891fcd..2771660f89 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-7.js; - * @description: Array.prototype.every - return value of callbackfn is a nunmber (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-7.js + * @description Array.prototype.every - return value of callbackfn is a nunmber (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-8.js index 558f0c72fb..5a8b6abda2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-8.js; - * @description: Array.prototype.every - return value of callbackfn is a number (value is positive number); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-8.js + * @description Array.prototype.every - return value of callbackfn is a number (value is positive number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-9.js index 6f9c5b301d..faf9c0a08b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-9.js; - * @description: Array.prototype.every - return value of callbackfn is a number (value is negative number); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-7-c-iii-9.js + * @description Array.prototype.every - return value of callbackfn is a number (value is negative number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-1.js index 8bd2c4f1e4..0f6992d108 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-1.js; - * @description: Array.prototype.every returns true if 'length' is 0 (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-1.js + * @description Array.prototype.every returns true if 'length' is 0 (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-10.js index f71bbef38e..aa83f27fda 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-10.js; - * @description: Array.prototype.every - subclassed array when length is reduced; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-10.js + * @description Array.prototype.every - subclassed array when length is reduced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-11.js index 40fdec50e8..0a661f7385 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-11.js; - * @description: Array.prototype.every returns true when all calls to callbackfn return true; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-11.js + * @description Array.prototype.every returns true when all calls to callbackfn return true */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-12.js index a5755d5673..a2cfeb3014 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-12.js; - * @description: Array.prototype.every doesn't mutate the array on which it is called on; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-12.js + * @description Array.prototype.every doesn't mutate the array on which it is called on */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-13.js index 59e63c039a..088e73b8fc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-13.js; - * @description: Array.prototype.every doesn't visit expandos; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-13.js + * @description Array.prototype.every doesn't visit expandos */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-2.js index f48bf35ec6..045e3deff7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-2.js; - * @description: Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-2.js + * @description Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-3.js index 49b437e179..8ec5f410ba 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-3.js; - * @description: Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-3.js + * @description Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-4.js index 292e0c4f7c..0ac40162ce 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-4.js; - * @description: Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-4.js + * @description Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-5.js index ea481b4a7e..62888f4303 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-5.js; - * @description: Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-5.js + * @description Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-6.js index eefe068bfe..885e20366a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-6.js; - * @description: Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-6.js + * @description Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-7.js index cb30392c45..7d71120534 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-7.js; - * @description: Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-7.js + * @description Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-8.js index b30d4be7d7..a2f9a497d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-8.js; - * @description: Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden with []; + * @path chapter15/15.4/15.4.4/15.4.4.16/15.4.4.16-8-8.js + * @description Array.prototype.every returns true if 'length' is 0 (subclassed Array, length overridden with [] */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-1.js index c880369cb3..ab1ad33434 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-1.js; - * @description: Array.prototype.some must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-1.js + * @description Array.prototype.some must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-2.js index a97b1b748d..9056f1fd22 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-2.js; - * @description: Array.prototype.some.length must be 1; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-0-2.js + * @description Array.prototype.some.length must be 1 */ -assertTrue(Array.prototype.some.length === 1); +assertTruthy(Array.prototype.some.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-1.js index a76094e3b7..5dbea1aefb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-1.js; - * @description: Array.prototype.some applied to undefined throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-1.js + * @description Array.prototype.some applied to undefined throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-10.js index c713ee7240..d415681df5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-10.js; - * @description: Array.prototype.some applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-10.js + * @description Array.prototype.some applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-11.js index dcb45a4a02..272bf68735 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-11.js; - * @description: Array.prototype.some applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-11.js + * @description Array.prototype.some applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-12.js index 77a3ae56ad..8a77f5d2c3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-12.js; - * @description: Array.prototype.some applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-12.js + * @description Array.prototype.some applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-13.js index 67f32a5635..456785d753 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-13.js; - * @description: Array.prototype.some applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-13.js + * @description Array.prototype.some applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-14.js index 1dc44a5760..d3ba5cc41e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-14.js; - * @description: Array.prototype.some applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-14.js + * @description Array.prototype.some applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-15.js index c77fe1dd9d..eeda13ff2e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-15.js; - * @description: Array.prototype.some applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-15.js + * @description Array.prototype.some applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-2.js index 5d42bb6555..a781689d33 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-2.js; - * @description: Array.prototype.some applied to null throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-2.js + * @description Array.prototype.some applied to null throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-3.js index e05474f35e..1e06b3073b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-3.js; - * @description: Array.prototype.some applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-3.js + * @description Array.prototype.some applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-4.js index 1a3ba72ee9..8ff7929785 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-4.js; - * @description: Array.prototype.some applied to Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-4.js + * @description Array.prototype.some applied to Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-5.js index 9942d61d54..54b4d64c19 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-5.js; - * @description: Array.prototype.some applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-5.js + * @description Array.prototype.some applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-6.js index 42df0cf745..224c93f782 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-6.js; - * @description: Array.prototype.some applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-6.js + * @description Array.prototype.some applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-7.js index 20426044f4..afbfc0f6c9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-7.js; - * @description: Array.prototype.some applied to applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-7.js + * @description Array.prototype.some applied to applied to string primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-8.js index 93d2a69cc9..fcccad0d62 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-8.js; - * @description: Array.prototype.some applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-8.js + * @description Array.prototype.some applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-9.js index e48371e646..1b765b4e39 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-9.js; - * @description: Array.prototype.some applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-1-9.js + * @description Array.prototype.some applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-1.js index 52a9c0654f..f843a2067b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-1.js; - * @description: Array.prototype.some - 'length' is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-1.js + * @description Array.prototype.some - 'length' is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-10.js index 0eed38d211..baa74c3f5b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-10.js; - * @description: Array.prototype.some - 'length' is an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-10.js + * @description Array.prototype.some - 'length' is an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-11.js index 433fab5a2b..2bf603085b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-11.js; - * @description: Array.prototype.some - 'length' is an own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-11.js + * @description Array.prototype.some - 'length' is an own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-12.js index 84a74ab443..fe79bcb89d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-12.js; - * @description: Array.prototype.some - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-12.js + * @description Array.prototype.some - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-13.js index 0ca4adb93a..9f65783679 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-13.js; - * @description: Array.prototype.some - 'length' is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-13.js + * @description Array.prototype.some - 'length' is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-14.js index 58cff3f820..b66e9cc731 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-14.js; - * @description: Array.prototype.some - 'length' property doesn't exist on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-14.js + * @description Array.prototype.some - 'length' property doesn't exist on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-15.js index 9a73036bbb..177adc601e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-15.js; - * @description: Array.prototype.some - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-15.js + * @description Array.prototype.some - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-17.js index aad06738eb..af61e99a31 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-17.js; - * @description: Array.prototype.some applied to the Arguments object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-17.js + * @description Array.prototype.some applied to the Arguments object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-18.js index cc7f39f7ca..7dcebaf5f5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-18.js; - * @description: Array.prototype.some applied to String object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-18.js + * @description Array.prototype.some applied to String object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-19.js index 9085baa482..e7db70ab8c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-19.js; - * @description: Array.prototype.some applied to Function object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-19.js + * @description Array.prototype.some applied to Function object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-2.js index 48c46af83a..3be6cc8a10 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-2.js; - * @description: Array.prototype.some - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-2.js + * @description Array.prototype.some - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-3.js index bf07b4b8e1..98d9f1f6a4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-3.js; - * @description: Array.prototype.some - 'length' is an own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-3.js + * @description Array.prototype.some - 'length' is an own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-4.js index 11abcf03c6..3db10a8252 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-4.js; - * @description: Array.prototype.some - 'length' is an own data property that overrides an inherited data property on an array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-4.js + * @description Array.prototype.some - 'length' is an own data property that overrides an inherited data property on an array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-5.js index 8c91540e3b..27145451ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-5.js; - * @description: Array.prototype.some - 'length' is an own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-5.js + * @description Array.prototype.some - 'length' is an own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-6.js index 89806d7d14..855497ec7b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-6.js; - * @description: Array.prototype.some - 'length' is an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-6.js + * @description Array.prototype.some - 'length' is an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-7.js index 8e0c8962b3..f41e5fefe2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-7.js; - * @description: Array.prototype.some - 'length' is an own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-7.js + * @description Array.prototype.some - 'length' is an own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-8.js index a38ab11302..2655ae85e2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-8.js; - * @description: Array.prototype.some - 'length' is an own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-8.js + * @description Array.prototype.some - 'length' is an own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-9.js index 17cd272004..1295740d09 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-9.js; - * @description: Array.prototype.some - 'length' is an own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-2-9.js + * @description Array.prototype.some - 'length' is an own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-1.js index 5bc64eb722..ac357235ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-1.js; - * @description: Array.prototype.some - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-1.js + * @description Array.prototype.some - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-10.js index 838001f2f2..3121c8c7b6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-10.js; - * @description: Array.prototype.some - value of 'length' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-10.js + * @description Array.prototype.some - value of 'length' is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-11.js index d18a3801d3..536b96f9d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-11.js; - * @description: Array.prototype.some - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-11.js + * @description Array.prototype.some - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-12.js index 158a60fcc8..b539a4da2f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-12.js; - * @description: Array.prototype.some - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-12.js + * @description Array.prototype.some - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-13.js index f22c53c63b..a7336568a5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-13.js; - * @description: Array.prototype.some - 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-13.js + * @description Array.prototype.some - 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-14.js index 3c4e648738..c47b2c75d8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-14.js; - * @description: Array.prototype.some - 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-14.js + * @description Array.prototype.some - 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-15.js index 01c1d9048c..07222e5534 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-15.js; - * @description: Array.prototype.some - 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-15.js + * @description Array.prototype.some - 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-16.js index 96988933d0..9fee2fe815 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-16.js; - * @description: Array.prototype.some - 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-16.js + * @description Array.prototype.some - 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-17.js index 44009777f3..5d99f46f45 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-17.js; - * @description: Array.prototype.some - 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-17.js + * @description Array.prototype.some - 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-18.js index 045ff5d104..1036c31a67 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-18.js; - * @description: Array.prototype.some - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-18.js + * @description Array.prototype.some - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-19.js index 40094403b3..a68a1e5e4b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-19.js; - * @description: Array.prototype.some - value of 'length' is an Object which has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-19.js + * @description Array.prototype.some - value of 'length' is an Object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-2.js index aad18897ad..4719cb8416 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-2.js; - * @description: Array.prototype.some on an Array-like object if 'length' is 1 (length overridden to true(type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-2.js + * @description Array.prototype.some on an Array-like object if 'length' is 1 (length overridden to true(type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-20.js index e68885cf56..e1bc74fa26 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-20.js; - * @description: Array.prototype.some - value of 'length' is an Object which has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-20.js + * @description Array.prototype.some - value of 'length' is an Object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-21.js index 3bd63ce27a..93b027efc9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-21.js; - * @description: Array.prototype.some - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-21.js + * @description Array.prototype.some - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-22.js index f6ed389b9c..11be332e6d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-22.js; - * @description: Array.prototype.some throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-22.js + * @description Array.prototype.some throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-23.js index dca3370a30..24d95209df 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-23.js; - * @description: Array.prototype.some uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-23.js + * @description Array.prototype.some uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-24.js index 5b340f6db3..c855e40acf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-24.js; - * @description: Array.prototype.some - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-24.js + * @description Array.prototype.some - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-25.js index ca5e6857b9..66218ee343 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-25.js; - * @description: Array.prototype.some - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-25.js + * @description Array.prototype.some - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-28.js index 77b345ea0d..c23a0e4786 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-28.js; - * @description: Array.prototype.some - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-28.js + * @description Array.prototype.some - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-29.js index be4928467e..17bc0e36c8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-29.js; - * @description: Array.prototype.some - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-29.js + * @description Array.prototype.some - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-3.js index 716c8082b1..dbb7b89cd2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-3.js; - * @description: Array.prototype.some - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-3.js + * @description Array.prototype.some - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-4.js index e3e71b5996..2f6b51690b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-4.js; - * @description: Array.prototype.some - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-4.js + * @description Array.prototype.some - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-5.js index 8642e6542a..01d68ecccb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-5.js; - * @description: Array.prototype.some - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-5.js + * @description Array.prototype.some - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-6.js index 13b52c5bbe..80e8d61bfa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-6.js; - * @description: Array.prototype.some - value of 'length' is a number (value is positive); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-6.js + * @description Array.prototype.some - value of 'length' is a number (value is positive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-7.js index ed93da00de..a8587bfc44 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-7.js; - * @description: Array.prototype.some - value of 'length' is a number (value is negative); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-7.js + * @description Array.prototype.some - value of 'length' is a number (value is negative) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-8.js index 6cdff68aeb..718f3642aa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-8.js; - * @description: Array.prototype.some - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-8.js + * @description Array.prototype.some - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-9.js index 671785543e..14f05a6a61 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-9.js; - * @description: Array.prototype.some - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-3-9.js + * @description Array.prototype.some - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-1.js index 9feea43c34..893fdd7584 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-1.js; - * @description: Array.prototype.some throws TypeError if callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-1.js + * @description Array.prototype.some throws TypeError if callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-10.js index 6019ea430c..e1db4bba2a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-10.js; - * @description: Array.prototype.some - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-10.js + * @description Array.prototype.some - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-11.js index da758207f9..502396929c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-11.js; - * @description: Array.prototype.some - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-11.js + * @description Array.prototype.some - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-12.js index 0c2abc99e2..96cee1263b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-12.js; - * @description: Array.prototype.some - 'callbackfn' is a function; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-12.js + * @description Array.prototype.some - 'callbackfn' is a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-15.js index 55d52f79e9..d63ab62cc0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-15.js; - * @description: Array.prototype.some - calling with no callbackfn is the same as passing undefined for callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-15.js + * @description Array.prototype.some - calling with no callbackfn is the same as passing undefined for callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-2.js index 096e35b4cb..7014fc6c51 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-2.js; - * @description: Array.prototype.some throws ReferenceError if callbackfn is unreferenced; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-2.js + * @description Array.prototype.some throws ReferenceError if callbackfn is unreferenced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-3.js index 766691d383..c7b7a16dd9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-3.js; - * @description: Array.prototype.some throws TypeError if callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-3.js + * @description Array.prototype.some throws TypeError if callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-4.js index a04cc38fdb..b609eb1b28 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-4.js; - * @description: Array.prototype.some throws TypeError if callbackfn is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-4.js + * @description Array.prototype.some throws TypeError if callbackfn is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-5.js index b3f1274955..03db23f5ef 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-5.js; - * @description: Array.prototype.some throws TypeError if callbackfn is number; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-5.js + * @description Array.prototype.some throws TypeError if callbackfn is number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-6.js index 2b11a780ae..f7dfe841bc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-6.js; - * @description: Array.prototype.some throws TypeError if callbackfn is string; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-6.js + * @description Array.prototype.some throws TypeError if callbackfn is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-7.js index ab6c0d10ed..64dbc75ccd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-7.js; - * @description: Array.prototype.some throws TypeError if callbackfn is Object without a Call internal method; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-7.js + * @description Array.prototype.some throws TypeError if callbackfn is Object without a Call internal method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-8.js index 4c044a49b5..6529a6fbe4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-8.js; - * @description: Array.prototype.some - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-8.js + * @description Array.prototype.some - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9.js index 0d7a0b975c..6427638286 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9.js; - * @description: Array.prototype.some - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9.js + * @description Array.prototype.some - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s.js index b6a201efc3..41b5f8913f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s.js; - * @description: Array.prototype.some - thisArg not passed to strict callbackfn; - * @strict_only; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1-s.js + * @description Array.prototype.some - thisArg not passed to strict callbackfn + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1.js index f52fef96e9..5a9bab7940 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1.js; - * @description: Array.prototype.some - thisArg is passed; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-1.js + * @description Array.prototype.some - thisArg is passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-10.js index 5c2b6c392e..ab80dc8f38 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-10.js; - * @description: Array.prototype.some - Array Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-10.js + * @description Array.prototype.some - Array Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-11.js index 236e1f64b0..4ad8d27feb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-11.js; - * @description: Array.prototype.some - String object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-11.js + * @description Array.prototype.some - String object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-12.js index 9def27ec83..e58bc8fba4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-12.js; - * @description: Array.prototype.some - Boolean object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-12.js + * @description Array.prototype.some - Boolean object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-13.js index 46493798fd..f99329e593 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-13.js; - * @description: Array.prototype.some - Number object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-13.js + * @description Array.prototype.some - Number object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-14.js index 8689354c19..2a875500cf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-14.js; - * @description: Array.prototype.some - the Math object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-14.js + * @description Array.prototype.some - the Math object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-15.js index 5d7f31fca8..2e1ce18013 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-15.js; - * @description: Array.prototype.some - Date object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-15.js + * @description Array.prototype.some - Date object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-16.js index 924840bb06..96a67a324e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-16.js; - * @description: Array.prototype.some - RegExp object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-16.js + * @description Array.prototype.some - RegExp object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-17.js index b8519708b0..8168d6d12e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-17.js; - * @description: Array.prototype.some - the JSON object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-17.js + * @description Array.prototype.some - the JSON object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-18.js index df8f92eaa7..3c1379d3ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-18.js; - * @description: Array.prototype.some - Error object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-18.js + * @description Array.prototype.some - Error object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-19.js index 3467882cc6..a3a0ab424a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-19.js; - * @description: Array.prototype.some - the Arguments object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-19.js + * @description Array.prototype.some - the Arguments object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-2.js index fc815444e8..b9197d61ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-2.js; - * @description: Array.prototype.some - thisArg is Object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-2.js + * @description Array.prototype.some - thisArg is Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-21.js index 725db73716..35405b3483 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-21.js; - * @description: Array.prototype.some - the global object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-21.js + * @description Array.prototype.some - the global object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-22.js index d8d4a41c4b..017c9e939c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-22.js; - * @description: Array.prototype.some - boolean primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-22.js + * @description Array.prototype.some - boolean primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-23.js index 649997dae7..29ca869e5d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-23.js; - * @description: Array.prototype.some - number primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-23.js + * @description Array.prototype.some - number primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-24.js index dbcf683ad6..7a3602b180 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-24.js; - * @description: Array.prototype.some - string primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-24.js + * @description Array.prototype.some - string primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-25.js index ddea7bdc52..d77cc6eb15 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-25.js; - * @description: Array.prototype.some - thisArg not passed; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-25.js + * @description Array.prototype.some - thisArg not passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-3.js index a7cc01521f..5bb83ef458 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-3.js; - * @description: Array.prototype.some - thisArg is Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-3.js + * @description Array.prototype.some - thisArg is Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-4.js index b7487148db..db99ade37c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-4.js; - * @description: Array.prototype.some - thisArg is object from object template(prototype); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-4.js + * @description Array.prototype.some - thisArg is object from object template(prototype) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-5.js index 05c5869de7..d9a84e3e1d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-5.js; - * @description: Array.prototype.some - thisArg is object from object template; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-5.js + * @description Array.prototype.some - thisArg is object from object template */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-6.js index da34a7ccc9..6529c4835d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-6.js; - * @description: Array.prototype.some - thisArg is function; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-6.js + * @description Array.prototype.some - thisArg is function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-7.js index 5a2d6ee245..4c39729bfd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-7.js; - * @description: Array.prototype.some - built-in functions can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-7.js + * @description Array.prototype.some - built-in functions can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-9.js index 5f81444b40..1a44de1906 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-9.js; - * @description: Array.prototype.some - Function Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-5-9.js + * @description Array.prototype.some - Function Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-1.js index f465b1e927..8f7900ede5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-1.js; - * @description: Array.prototype.some considers new elements added to array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-1.js + * @description Array.prototype.some considers new elements added to array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-2.js index e3477286ec..3118bfc300 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-2.js; - * @description: Array.prototype.some considers new value of elements in array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-2.js + * @description Array.prototype.some considers new value of elements in array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-3.js index 7ebedb1f1f..f7df6d71d2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-3.js; - * @description: Array.prototype.some doesn't visit deleted elements in array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-3.js + * @description Array.prototype.some doesn't visit deleted elements in array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-4.js index 49d20c9d77..edd7ad6c72 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-4.js; - * @description: Array.prototype.some doesn't visit deleted elements when Array.length is decreased; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-4.js + * @description Array.prototype.some doesn't visit deleted elements when Array.length is decreased */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-5.js index 19b38c4287..23038178b1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-5.js; - * @description: Array.prototype.some doesn't consider newly added elements in sparse array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-5.js + * @description Array.prototype.some doesn't consider newly added elements in sparse array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-6.js index a6f9e4d672..c251da3982 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-6.js; - * @description: Array.prototype.some visits deleted element in array after the call when same index is also present in prototype; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-6.js + * @description Array.prototype.some visits deleted element in array after the call when same index is also present in prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-8.js index 9e1b88ab75..1c8ec71e66 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-8.js; - * @description: Array.prototype.some - no observable effects occur if length is 0; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-8.js + * @description Array.prototype.some - no observable effects occur if length is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-9.js index 3f7b264d0b..2ab271c726 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-9.js; - * @description: Array.prototype.some - modifications to length don't change number of iterations; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-9.js + * @description Array.prototype.some - modifications to length don't change number of iterations */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-1.js index 7fe4c31613..12a3dc74ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-1.js; - * @description: Array.prototype.some - callbackfn not called for indexes never been assigned values; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-1.js + * @description Array.prototype.some - callbackfn not called for indexes never been assigned values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-10.js index 5c6996474c..76bf112bb5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-10.js; - * @description: Array.prototype.some - deleting property of prototype causes prototype index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-10.js + * @description Array.prototype.some - deleting property of prototype causes prototype index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-11.js index f1f78197d5..b45bfb8185 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-11.js; - * @description: Array.prototype.some - deleting property of prototype causes prototype index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-11.js + * @description Array.prototype.some - deleting property of prototype causes prototype index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-12.js index 48f3983cc9..c6e11a9c78 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-12.js; - * @description: Array.prototype.some - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-12.js + * @description Array.prototype.some - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-13.js index c84a6643d1..a295cc064b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-13.js; - * @description: Array.prototype.some - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-13.js + * @description Array.prototype.some - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-14.js index 0c51ee3781..329b4b2f0f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-14.js; - * @description: Array.prototype.some - decreasing length of array causes index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-14.js + * @description Array.prototype.some - decreasing length of array causes index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-15.js index b054bd1f7e..dacf021127 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-15.js; - * @description: Array.prototype.some - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-15.js + * @description Array.prototype.some - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-16.js index d6c61d22e1..f0c2340aeb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-16.js; - * @description: Array.prototype.some - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-16.js + * @description Array.prototype.some - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-2.js index d85adc9ab4..b058c5f748 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-2.js; - * @description: Array.prototype.some - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-2.js + * @description Array.prototype.some - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-3.js index ebb3d3be6f..45d254991a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-3.js; - * @description: Array.prototype.some - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-3.js + * @description Array.prototype.some - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-4.js index d936bf3d82..46c1653279 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-4.js; - * @description: Array.prototype.some - properties added into own object after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-4.js + * @description Array.prototype.some - properties added into own object after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-5.js index 09e1f533dd..86c9b70d82 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-5.js; - * @description: Array.prototype.some - properties added into own object after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-5.js + * @description Array.prototype.some - properties added into own object after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-6.js index 369ad4a8bb..a3100109ac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-6.js; - * @description: Array.prototype.some - properties can be added to prototype after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-6.js + * @description Array.prototype.some - properties can be added to prototype after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-7.js index eed770ba84..2169f1b13b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-7.js; - * @description: Array.prototype.some - properties can be added to prototype after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-7.js + * @description Array.prototype.some - properties can be added to prototype after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-8.js index 184ecc9cfb..4fd0eff575 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-8.js; - * @description: Array.prototype.some - deleting own property causes index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-8.js + * @description Array.prototype.some - deleting own property causes index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-9.js index ba2ae13e97..2e42ddaed1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-9.js; - * @description: Array.prototype.some - deleting own property causes index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-b-9.js + * @description Array.prototype.some - deleting own property causes index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-1.js index ba436b0219..7c621a95c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-1.js; - * @description: Array.prototype.some - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-1.js + * @description Array.prototype.some - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-10.js index 2efaba7831..11f9f5953e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-10.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-10.js + * @description Array.prototype.some - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-11.js index 11d553b0a0..2931ca1a74 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-11.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-11.js + * @description Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-12.js index 223c11d234..440eb7ebe6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-12.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-12.js + * @description Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-13.js index f76473c76b..37b0a262e2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-13.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-13.js + * @description Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-14.js index 37b55d8f5f..1c3d0ed021 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-14.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-14.js + * @description Array.prototype.some - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-15.js index e45c8bd232..da41f714d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-15.js; - * @description: Array.prototype.some - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-15.js + * @description Array.prototype.some - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-16.js index 4150d39454..e0c0ab06ad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-16.js; - * @description: Array.prototype.some - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-16.js + * @description Array.prototype.some - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-17.js index a12ae25f49..12899acab6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-17.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-17.js + * @description Array.prototype.some - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-18.js index da38b8ffef..6716696978 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-18.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-18.js + * @description Array.prototype.some - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-19.js index 90ca3d88ac..62b3f5c9e8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-19.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-19.js + * @description Array.prototype.some - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-2.js index b5acedb649..0871b6e383 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-2.js; - * @description: Array.prototype.some - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-2.js + * @description Array.prototype.some - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-20.js index 9fdd1c2f06..535139a24f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-20.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-20.js + * @description Array.prototype.some - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-21.js index 6e0972faad..f71cfd7f72 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-21.js; - * @description: Array.prototype.some - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-21.js + * @description Array.prototype.some - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-22.js index ad9bdc0069..e65dd3168b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-22.js; - * @description: Array.prototype.some - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-22.js + * @description Array.prototype.some - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-23.js index 3e5cbd3107..a423dbd3dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-23.js; - * @description: Array.prototype.some - This object is an global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-23.js + * @description Array.prototype.some - This object is an global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-25.js index a624ac1d58..9bf2b0165c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-25.js; - * @description: Array.prototype.some - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-25.js + * @description Array.prototype.some - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-26.js index 79ee4b6756..0f10d3b0d3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-26.js; - * @description: Array.prototype.some - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-26.js + * @description Array.prototype.some - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-27.js index 74281ec9f7..1522ead495 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-27.js; - * @description: Array.prototype.some - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-27.js + * @description Array.prototype.some - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-28.js index 6c4db3c05d..d9eda7d45b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-28.js; - * @description: Array.prototype.some - element changed by getter on previous iterations is observed on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-28.js + * @description Array.prototype.some - element changed by getter on previous iterations is observed on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-29.js index fbba1b7079..545a6b09e5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-29.js; - * @description: Array.prototype.some - element changed by getter on previous iterations on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-29.js + * @description Array.prototype.some - element changed by getter on previous iterations on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-3.js index a28150cffc..db72ffafb4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-3.js; - * @description: Array.prototype.some - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-3.js + * @description Array.prototype.some - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-30.js index 8ba4474765..6322ac35e6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-30.js; - * @description: Array.prototype.some - unhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-30.js + * @description Array.prototype.some - unhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-31.js index fc15f0af04..488d2d6159 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-31.js; - * @description: Array.prototype.some - unhandled exceptions happened in getter terminate iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-31.js + * @description Array.prototype.some - unhandled exceptions happened in getter terminate iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-4.js index 7920921973..4fd9659ffe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-4.js; - * @description: Array.prototype.some - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-4.js + * @description Array.prototype.some - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-5.js index 15c1dbd8ab..63173bb46e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-5.js; - * @description: Array.prototype.some - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-5.js + * @description Array.prototype.some - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-6.js index a90306ae5d..cf3ec3aeb4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-6.js; - * @description: Array.prototype.some - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-6.js + * @description Array.prototype.some - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-7.js index 4292d2032c..3473587ad8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-7.js; - * @description: Array.prototype.some - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-7.js + * @description Array.prototype.some - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-8.js index 23885bfffd..cc0d6333c8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-8.js; - * @description: Array.prototype.some - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-8.js + * @description Array.prototype.some - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-9.js index 550bc63302..49b50a4b24 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-9.js; - * @description: Array.prototype.some - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-i-9.js + * @description Array.prototype.some - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-1.js index b553fb4777..1bacaf36dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-1.js; - * @description: Array.prototype.some - callbackfn called with correct parameters; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-1.js + * @description Array.prototype.some - callbackfn called with correct parameters */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-10.js index 7978ba3455..9e3d5f9742 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-10.js; - * @description: Array.prototype.some - callbackfn is called with 1 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-10.js + * @description Array.prototype.some - callbackfn is called with 1 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-11.js index 4c2213cac5..ceadc038ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-11.js; - * @description: Array.prototype.some - callbackfn is called with 2 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-11.js + * @description Array.prototype.some - callbackfn is called with 2 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-12.js index 53fce37031..0032911e61 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-12.js; - * @description: Array.prototype.some - callbackfn is called with 3 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-12.js + * @description Array.prototype.some - callbackfn is called with 3 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-13.js index 4a2d1b993b..c29c78ac49 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-13.js; - * @description: Array.prototype.some - callbackfn that uses arguments object to get parameter value; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-13.js + * @description Array.prototype.some - callbackfn that uses arguments object to get parameter value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-16.js index 48d5600f23..40418e54ae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-16.js; - * @description: Array.prototype.some - 'this' of 'callback' is a Boolean object when 'T' is not an object ('T' is a boolean primitive); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-16.js + * @description Array.prototype.some - 'this' of 'callback' is a Boolean object when 'T' is not an object ('T' is a boolean primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-17.js index c140dd7637..2811f6a971 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-17.js; - * @description: Array.prototype.some - 'this' of 'callbackfn' is a Number object when T is not an object (T is a number primitive); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-17.js + * @description Array.prototype.some - 'this' of 'callbackfn' is a Number object when T is not an object (T is a number primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-18.js index ca119f1cb9..b67585c423 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-18.js; - * @description: Array.prototype.some - 'this' of 'callbackfn' is an String object when T is not an object (T is a string primitive); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-18.js + * @description Array.prototype.some - 'this' of 'callbackfn' is an String object when T is not an object (T is a string primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-19.js index ace238f27b..ea63e347ba 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-19.js; - * @description: Array.prototype.some - non-indexed properties are not called; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-19.js + * @description Array.prototype.some - non-indexed properties are not called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-2.js index 25e553970a..2a2e61756a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-2.js; - * @description: Array.prototype.some - callbackfn takes 3 arguments; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-2.js + * @description Array.prototype.some - callbackfn takes 3 arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-20.js index 1eb3108a9e..b9301edee3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-20.js; - * @description: Array.prototype.some - callbackfn called with correct parameters (thisArg is correct); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-20.js + * @description Array.prototype.some - callbackfn called with correct parameters (thisArg is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-21.js index 1b8967c899..f5f1d7ad00 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-21.js; - * @description: Array.prototype.some - callbackfn called with correct parameters (kValue is correct); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-21.js + * @description Array.prototype.some - callbackfn called with correct parameters (kValue is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-22.js index 163af39ff1..a6d2b9f002 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-22.js; - * @description: Array.prototype.some - callbackfn called with correct parameters (the index k is correct); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-22.js + * @description Array.prototype.some - callbackfn called with correct parameters (the index k is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-23.js index caa61da86f..4b0fda7c0a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-23.js; - * @description: Array.prototype.some - callbackfn called with correct parameters (this object O is correct); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-23.js + * @description Array.prototype.some - callbackfn called with correct parameters (this object O is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-3.js index 820af163ab..541c59f01e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-3.js; - * @description: Array.prototype.some immediately returns true if callbackfn returns true; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-3.js + * @description Array.prototype.some immediately returns true if callbackfn returns true */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js index af23f9228e..8c00621243 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js; - * @description: Array.prototype.some - k values are passed in ascending numeric order; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-4.js + * @description Array.prototype.some - k values are passed in ascending numeric order */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-5.js index 378541297f..8631c23c02 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-5.js; - * @description: Array.prototype.some - k values are accessed during each iteration and not prior to starting the loop; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-5.js + * @description Array.prototype.some - k values are accessed during each iteration and not prior to starting the loop */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-6.js index be9dd308ab..da1dd6df11 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-6.js; - * @description: Array.prototype.some - arguments to callbackfn are self consistent; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-6.js + * @description Array.prototype.some - arguments to callbackfn are self consistent */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-7.js index 9493276bc3..15166b7272 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-7.js; - * @description: Array.prototype.some - unhandled exceptions happened in callbackfn terminate iteration; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-7.js + * @description Array.prototype.some - unhandled exceptions happened in callbackfn terminate iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-8.js index e894012469..53c72e918d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-8.js; - * @description: Array.prototype.some - element changed by callbackfn on previous iterations is observed; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-8.js + * @description Array.prototype.some - element changed by callbackfn on previous iterations is observed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-9.js index 12674ccfeb..ecdc23b000 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-9.js; - * @description: Array.prototype.some - callbackfn is called with 0 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-ii-9.js + * @description Array.prototype.some - callbackfn is called with 0 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-1.js index fddc3657d9..a1fa79ff33 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-1.js; - * @description: Array.prototype.some - return value of callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-1.js + * @description Array.prototype.some - return value of callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-10.js index f54c79a68b..174fa152a4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-10.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-10.js + * @description Array.prototype.some - return value of callbackfn is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-11.js index c749f0c5f3..019c7676f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-11.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-11.js + * @description Array.prototype.some - return value of callbackfn is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-12.js index f778fddcb6..e0dfef2de7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-12.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-12.js + * @description Array.prototype.some - return value of callbackfn is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-13.js index 703b055af6..3f0a52b4e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-13.js; - * @description: Array.prototype.some - return value of callbackfn is an empty string; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-13.js + * @description Array.prototype.some - return value of callbackfn is an empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-14.js index 1585027204..84b45f75b1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-14.js; - * @description: Array.prototype.some - return value of callbackfn is a non-empty string; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-14.js + * @description Array.prototype.some - return value of callbackfn is a non-empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-15.js index 9020947353..07f462a809 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-15.js; - * @description: Array.prototype.some - return value of callbackfn is Function object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-15.js + * @description Array.prototype.some - return value of callbackfn is Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-16.js index 301827fb46..413b96161b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-16.js; - * @description: Array.prototype.some - return value of callbackfn is an Array object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-16.js + * @description Array.prototype.some - return value of callbackfn is an Array object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-17.js index 9a7190ddff..0b3522f352 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-17.js; - * @description: Array.prototype.some - return value of callbackfn is a String object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-17.js + * @description Array.prototype.some - return value of callbackfn is a String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-18.js index 8a8876daaf..157971b044 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-18.js; - * @description: Array.prototype.some - return value of callbackfn is a Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-18.js + * @description Array.prototype.some - return value of callbackfn is a Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-19.js index fbe7dfdeff..1679f0afa5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-19.js; - * @description: Array.prototype.some - return value of callbackfn is a Number object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-19.js + * @description Array.prototype.some - return value of callbackfn is a Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-2.js index ae8d104bfa..4842eb9499 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-2.js; - * @description: Array.prototype.some - return value of callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-2.js + * @description Array.prototype.some - return value of callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-20.js index 29a899e557..1d98f9397c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-20.js; - * @description: Array.prototype.some - return value of callbackfn is the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-20.js + * @description Array.prototype.some - return value of callbackfn is the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-21.js index e3215cc97d..76cf16f743 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-21.js; - * @description: Array.prototype.some - return value of callbackfn is a Date object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-21.js + * @description Array.prototype.some - return value of callbackfn is a Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-22.js index 67e0cec5cb..4d90590c1f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-22.js; - * @description: Array.prototype.some - return value of callbackfn is a RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-22.js + * @description Array.prototype.some - return value of callbackfn is a RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-23.js index 71b1800fe5..dac3a57b0d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-23.js; - * @description: Array.prototype.some - return value of callbackfn is the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-23.js + * @description Array.prototype.some - return value of callbackfn is the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-24.js index 04a8eebbda..43a7f7deab 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-24.js; - * @description: Array.prototype.some - return value of callbackfn is an Error object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-24.js + * @description Array.prototype.some - return value of callbackfn is an Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-25.js index 42d9a8aeec..e646342e7a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-25.js; - * @description: Array.prototype.some - return value of callbackfn is the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-25.js + * @description Array.prototype.some - return value of callbackfn is the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-26.js index 2f5b650dbf..275b925bb8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-26.js; - * @description: Array.prototype.some - return value of callbackfn is the global object; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-26.js + * @description Array.prototype.some - return value of callbackfn is the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-28.js index 72765d04d2..31eeef442e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-28.js; - * @description: Array.prototype.some - true prevents further side effects; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-28.js + * @description Array.prototype.some - true prevents further side effects */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-29.js index 55222c22da..6f774e823d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-29.js; - * @description: Array.prototype.some - return value (new Boolean(false)) of callbackfn is treated as true value; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-29.js + * @description Array.prototype.some - return value (new Boolean(false)) of callbackfn is treated as true value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-3.js index 64ddcd1d08..ab1b4e8a20 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-3.js; - * @description: Array.prototype.some - return value of callbackfn is a boolean (value is false); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-3.js + * @description Array.prototype.some - return value of callbackfn is a boolean (value is false) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-4.js index 5e847bfbc4..daac73ec27 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-4.js; - * @description: Array.prototype.some - return value of callbackfn is a boolean (value is true); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-4.js + * @description Array.prototype.some - return value of callbackfn is a boolean (value is true) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-5.js index 2f673adc75..7fcd17bb8f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-5.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-5.js + * @description Array.prototype.some - return value of callbackfn is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-6.js index f880f970a7..619ac2b872 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-6.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-6.js + * @description Array.prototype.some - return value of callbackfn is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-7.js index 8a8a35e40d..4bff9ee6c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-7.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-7.js + * @description Array.prototype.some - return value of callbackfn is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-8.js index 85f5cad4a5..904b89c230 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-8.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is positive number); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-8.js + * @description Array.prototype.some - return value of callbackfn is a number (value is positive number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-9.js index c4e61783b8..191ed7d7c7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-9.js; - * @description: Array.prototype.some - return value of callbackfn is a number (value is negative number); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-7-c-iii-9.js + * @description Array.prototype.some - return value of callbackfn is a number (value is negative number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-1.js index 34c6e1599b..e5c128be39 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-1.js; - * @description: Array.prototype.some returns false if 'length' is 0 (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-1.js + * @description Array.prototype.some returns false if 'length' is 0 (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10.js index 7e0c68eab7..27a42001a6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10.js; - * @description: Array.prototype.some - subclassed array when length is reduced; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10.js + * @description Array.prototype.some - subclassed array when length is reduced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-11.js index 3ec5c7dab8..5d754ae197 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-11.js; - * @description: Array.prototype.some returns false when all calls to callbackfn return false; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-11.js + * @description Array.prototype.some returns false when all calls to callbackfn return false */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-12.js index 3d402209da..8df9442ddd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-12.js; - * @description: Array.prototype.some doesn't mutate the array on which it is called on; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-12.js + * @description Array.prototype.some doesn't mutate the array on which it is called on */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-13.js index 0e51e732a8..c6f531abec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-13.js; - * @description: Array.prototype.some doesn't visit expandos; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-13.js + * @description Array.prototype.some doesn't visit expandos */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-2.js index 09ad84f75a..a2f72f9c09 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-2.js; - * @description: Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-2.js + * @description Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-3.js index 583893524f..88206faa21 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-3.js; - * @description: Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-3.js + * @description Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-4.js index ff7d6d2002..109278a9b5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-4.js; - * @description: Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-4.js + * @description Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-5.js index 4e9d0374cc..66d6df00f3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-5.js; - * @description: Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-5.js + * @description Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-6.js index bee0f96d5e..d6d398d6a3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-6.js; - * @description: Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-6.js + * @description Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-7.js index ae872bca74..c91540ff07 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-7.js; - * @description: Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-7.js + * @description Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-8.js index 40e7e7c2e7..866f692eab 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-8.js; - * @description: Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden with []; + * @path chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-8.js + * @description Array.prototype.some returns false if 'length' is 0 (subclassed Array, length overridden with [] */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-1.js index 54374b517a..cc80b0e5a2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-1.js; - * @description: Array.prototype.forEach must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-1.js + * @description Array.prototype.forEach must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-2.js index 0ef921bd1a..9750f966c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-2.js; - * @description: Array.prototype.forEach.length must be 1; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-0-2.js + * @description Array.prototype.forEach.length must be 1 */ -assertTrue(Array.prototype.forEach.length === 1); +assertTruthy(Array.prototype.forEach.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-1.js index 50cc641c71..87efebd870 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-1.js; - * @description: Array.prototype.forEach applied to undefined; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-1.js + * @description Array.prototype.forEach applied to undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-10.js index ce17b31094..df2f51d028 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-10.js; - * @description: Array.prototype.forEach applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-10.js + * @description Array.prototype.forEach applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-11.js index 87ab9532cc..8b1933676b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-11.js; - * @description: Array.prototype.forEach applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-11.js + * @description Array.prototype.forEach applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-12.js index deb4738f70..d770cd7815 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-12.js; - * @description: Array.prototype.forEach applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-12.js + * @description Array.prototype.forEach applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-13.js index c516f0f834..0af903b62d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-13.js; - * @description: Array.prototype.forEach applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-13.js + * @description Array.prototype.forEach applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-14.js index fe991f72d6..a01f1e2620 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-14.js; - * @description: Array.prototype.forEach applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-14.js + * @description Array.prototype.forEach applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-15.js index 114af391ec..96ae7d4687 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-15.js; - * @description: Array.prototype.forEach applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-15.js + * @description Array.prototype.forEach applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-2.js index b38a48eba4..9163068346 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-2.js; - * @description: Array.prototype.forEach applied to null; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-2.js + * @description Array.prototype.forEach applied to null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-3.js index f52861e5d9..cea46fb74e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-3.js; - * @description: Array.prototype.forEach applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-3.js + * @description Array.prototype.forEach applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-4.js index 34a51456ff..8e333641d6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-4.js; - * @description: Array.prototype.forEach applied to Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-4.js + * @description Array.prototype.forEach applied to Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-5.js index 5f506101a8..e5edabbf20 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-5.js; - * @description: Array.prototype.forEach applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-5.js + * @description Array.prototype.forEach applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-6.js index 108fe09a24..05f73fae91 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-6.js; - * @description: Array.prototype.forEach applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-6.js + * @description Array.prototype.forEach applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-7.js index d230c9c0d2..2327ff0ed3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-7.js; - * @description: Array.prototype.forEach applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-7.js + * @description Array.prototype.forEach applied to string primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-8.js index 6929986f6b..452ac16f30 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-8.js; - * @description: Array.prototype.forEach applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-8.js + * @description Array.prototype.forEach applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-9.js index 35d46cec1d..e23b1ba144 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-9.js; - * @description: Array.prototype.forEach applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-1-9.js + * @description Array.prototype.forEach applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-1.js index 32cdef2910..7b20d48462 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-1.js; - * @description: Array.prototype.forEach - 'length' is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-1.js + * @description Array.prototype.forEach - 'length' is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-10.js index 690fab7f4f..e45c789bc4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-10.js; - * @description: Array.prototype.forEach applied to Array-like object, 'length' is an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-10.js + * @description Array.prototype.forEach applied to Array-like object, 'length' is an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-11.js index c22df13125..8859ea50a6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-11.js; - * @description: Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-11.js + * @description Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-12.js index 52ea7d470c..a65ecfa35a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-12.js; - * @description: Array.prototype.forEach - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-12.js + * @description Array.prototype.forEach - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-13.js index 15af0e943d..8544144d08 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-13.js; - * @description: Array.prototype.forEach applied to the Array-like object that 'length' is inherited accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-13.js + * @description Array.prototype.forEach applied to the Array-like object that 'length' is inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-14.js index 15591cd3c5..b43b472cc9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-14.js; - * @description: Array.prototype.forEach applied to the Array-like object that 'length' property doesn't exist; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-14.js + * @description Array.prototype.forEach applied to the Array-like object that 'length' property doesn't exist */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-15.js index 9a98a0b64a..ed18bde7c3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-15.js; - * @description: Array.prototype.forEach - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-15.js + * @description Array.prototype.forEach - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-17.js index 7fa3d71706..a0749091f3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-17.js; - * @description: Array.prototype.forEach applied to the Arguments object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-17.js + * @description Array.prototype.forEach applied to the Arguments object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-18.js index 7437a94524..77d7dcfe5f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-18.js; - * @description: Array.prototype.forEach applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-18.js + * @description Array.prototype.forEach applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-19.js index f9f753ea82..72e70001d8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-19.js; - * @description: Array.prototype.forEach applied to Function object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-19.js + * @description Array.prototype.forEach applied to Function object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-2.js index 308d1f2e7c..69b2c62598 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-2.js; - * @description: Array.prototype.forEach - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-2.js + * @description Array.prototype.forEach - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-3.js index dce209a49a..177a13c9fe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-3.js; - * @description: Array.prototype.forEach - 'length' is an own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-3.js + * @description Array.prototype.forEach - 'length' is an own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-4.js index 680ce29e99..b379a1c0f3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-4.js; - * @description: Array.prototype.forEach - 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-4.js + * @description Array.prototype.forEach - 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-5.js index 957070c5fd..0ecf7cdabe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-5.js; - * @description: Array.prototype.forEach applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-5.js + * @description Array.prototype.forEach applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-6.js index 9633c26188..25efcf8eb5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-6.js; - * @description: Array.prototype.forEach applied to Array-like object, 'length' is an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-6.js + * @description Array.prototype.forEach applied to Array-like object, 'length' is an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-7.js index 32080800f2..a7cc4aa169 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-7.js; - * @description: Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-7.js + * @description Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-8.js index e42c8670cb..94f4d07ae1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-8.js; - * @description: Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-8.js + * @description Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-9.js index fd2ec2aeb4..0c2dbda3c3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-9.js; - * @description: Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-2-9.js + * @description Array.prototype.forEach applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-1.js index c982a878ca..44897e01d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-1.js; - * @description: Array.prototype.forEach - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-1.js + * @description Array.prototype.forEach - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-10.js index 6361f4cf1b..20e5d6b527 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-10.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-10.js + * @description Array.prototype.forEach - value of 'length' is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-11.js index ee7da1bc2d..bb5fcece4b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-11.js; - * @description: Array.prototype.forEach - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-11.js + * @description Array.prototype.forEach - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-12.js index d4afb250de..1fc076c3f5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-12.js; - * @description: Array.prototype.forEach - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-12.js + * @description Array.prototype.forEach - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-13.js index be412f881e..620a811f5e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-13.js; - * @description: Array.prototype.forEach - 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-13.js + * @description Array.prototype.forEach - 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-14.js index 6cb1c850ae..db66124e21 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-14.js; - * @description: Array.prototype.forEach - 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-14.js + * @description Array.prototype.forEach - 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-15.js index f6de62c0e7..2501b49550 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-15.js; - * @description: Array.prototype.forEach - 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-15.js + * @description Array.prototype.forEach - 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-16.js index d5afd4f067..afd4cc316c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-16.js; - * @description: Array.prototype.forEach - 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-16.js + * @description Array.prototype.forEach - 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-17.js index 6a27874f64..0ca5ff2b9a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-17.js; - * @description: Array.prototype.forEach - 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-17.js + * @description Array.prototype.forEach - 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-18.js index 8a2e33e62f..c8951450cf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-18.js; - * @description: Array.prototype.forEach - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-18.js + * @description Array.prototype.forEach - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-19.js index c071ff694c..e4d2345e84 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-19.js; - * @description: Array.prototype.forEach - value of 'length' is an Object which has an own toString method.; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-19.js + * @description Array.prototype.forEach - value of 'length' is an Object which has an own toString method. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-2.js index 0e0c6f74ca..316bdc1098 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-2.js; - * @description: Array.prototype.forEach - value of 'length' is a boolean (value is true); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-2.js + * @description Array.prototype.forEach - value of 'length' is a boolean (value is true) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-20.js index 9d2bb7d395..e8c76b3e08 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-20.js; - * @description: Array.prototype.forEach - value of 'length' is an Object which has an own valueOf method.; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-20.js + * @description Array.prototype.forEach - value of 'length' is an Object which has an own valueOf method. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-21.js index b9f8eb9487..7da7497ac0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-21.js; - * @description: Array.prototype.forEach - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-21.js + * @description Array.prototype.forEach - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-22.js index a16adebe77..f2748fb7ee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-22.js; - * @description: Array.prototype.forEach throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-22.js + * @description Array.prototype.forEach throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-23.js index 6e82544274..bfb522c4b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-23.js; - * @description: Array.prototype.forEach uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-23.js + * @description Array.prototype.forEach uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-24.js index 3fe59d6411..c2d5c61221 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-24.js; - * @description: Array.prototype.forEach - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-24.js + * @description Array.prototype.forEach - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-25.js index 2f1ddbbbe3..871b50b735 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-25.js; - * @description: Array.prototype.forEach - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-25.js + * @description Array.prototype.forEach - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-28.js index 042741734c..d6314bce98 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-28.js; - * @description: Array.prototype.forEach - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-28.js + * @description Array.prototype.forEach - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-29.js index 4d8485cb4c..c72b41f60f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-29.js; - * @description: Array.prototype.forEach - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-29.js + * @description Array.prototype.forEach - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-3.js index 1d841b26c2..8036a77093 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-3.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-3.js + * @description Array.prototype.forEach - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-4.js index 4c175c06e3..0e97b1a501 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-4.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-4.js + * @description Array.prototype.forEach - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-5.js index 1388ec817c..e702d4b043 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-5.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-5.js + * @description Array.prototype.forEach - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-6.js index 60d3ec2a1c..c0079df087 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-6.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is positive); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-6.js + * @description Array.prototype.forEach - value of 'length' is a number (value is positive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-7.js index 4f55f1ec88..08234a04e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-7.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is negative); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-7.js + * @description Array.prototype.forEach - value of 'length' is a number (value is negative) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-8.js index 67397b9269..e631caeaae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-8.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-8.js + * @description Array.prototype.forEach - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-9.js index e3f18262e9..bfb669cbc3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-9.js; - * @description: Array.prototype.forEach - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-3-9.js + * @description Array.prototype.forEach - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-1.js index a634784ee9..29501e0fa2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-1.js; - * @description: Array.prototype.forEach throws TypeError if callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-1.js + * @description Array.prototype.forEach throws TypeError if callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-10.js index 8171980135..f3750db162 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-10.js; - * @description: Array.prototype.forEach - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-10.js + * @description Array.prototype.forEach - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-11.js index f85d077bd2..82bb503ada 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-11.js; - * @description: Array.prototype.forEach - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-11.js + * @description Array.prototype.forEach - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-12.js index 12d63cce83..74b16ded10 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-12.js; - * @description: Array.prototype.forEach - 'callbackfn' is a function; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-12.js + * @description Array.prototype.forEach - 'callbackfn' is a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-15.js index 9c0330ea0c..0cb780daf8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-15.js; - * @description: Array.prototype.forEach - calling with no callbackfn is the same as passing undefined for callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-15.js + * @description Array.prototype.forEach - calling with no callbackfn is the same as passing undefined for callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-2.js index 2b29a74615..c407684b42 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-2.js; - * @description: Array.prototype.forEach throws ReferenceError if callbackfn is unreferenced; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-2.js + * @description Array.prototype.forEach throws ReferenceError if callbackfn is unreferenced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-3.js index 4db16127a1..255a0b93e8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-3.js; - * @description: Array.prototype.forEach throws TypeError if callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-3.js + * @description Array.prototype.forEach throws TypeError if callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-4.js index 5bba837fed..12432fec0f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-4.js; - * @description: Array.prototype.forEach throws TypeError if callbackfn is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-4.js + * @description Array.prototype.forEach throws TypeError if callbackfn is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-5.js index 534351c6bb..fef8d0b447 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-5.js; - * @description: Array.prototype.forEach throws TypeError if callbackfn is number; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-5.js + * @description Array.prototype.forEach throws TypeError if callbackfn is number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-6.js index cbb329b7f7..6ab7f7a086 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-6.js; - * @description: Array.prototype.forEach throws TypeError if callbackfn is string; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-6.js + * @description Array.prototype.forEach throws TypeError if callbackfn is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-7.js index 20cbc140d1..f933ac2ea2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-7.js; - * @description: Array.prototype.forEach throws TypeError if callbackfn is Object without Call internal method; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-7.js + * @description Array.prototype.forEach throws TypeError if callbackfn is Object without Call internal method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-8.js index 44a2585fcb..97bf3597fd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-8.js; - * @description: Array.prototype.forEach - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-8.js + * @description Array.prototype.forEach - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-9.js index 57412f533e..361ffd61df 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-9.js; - * @description: Array.prototype.forEach - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-4-9.js + * @description Array.prototype.forEach - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s.js index bb903e9fa2..7195d2b628 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s.js; - * @description: Array.prototype.forEach - thisArg not passed to strict callbackfn; - * @strict_only; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1-s.js + * @description Array.prototype.forEach - thisArg not passed to strict callbackfn + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1.js index c9485714a9..0b7e4d3d4d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1.js; - * @description: Array.prototype.forEach - thisArg is passed; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-1.js + * @description Array.prototype.forEach - thisArg is passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-10.js index 139c27afc7..da1858b74e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-10.js; - * @description: Array.prototype.forEach - Array Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-10.js + * @description Array.prototype.forEach - Array Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-11.js index 248c87d5a2..f68fd09aa2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-11.js; - * @description: Array.prototype.forEach - String Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-11.js + * @description Array.prototype.forEach - String Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-12.js index cf8cdd20f5..e7f13c64c1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-12.js; - * @description: Array.prototype.forEach - Boolean Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-12.js + * @description Array.prototype.forEach - Boolean Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-13.js index 08dbab6ed6..5499da7d8d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-13.js; - * @description: Array.prototype.forEach - Number Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-13.js + * @description Array.prototype.forEach - Number Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-14.js index 40c7065e77..854792b555 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-14.js; - * @description: Array.prototype.forEach - the Math object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-14.js + * @description Array.prototype.forEach - the Math object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-15.js index 8937d80209..7dc47160ac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-15.js; - * @description: Array.prototype.forEach - Date Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-15.js + * @description Array.prototype.forEach - Date Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-16.js index 4a71920ea4..cab6561ae9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-16.js; - * @description: Array.prototype.forEach - RegExp Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-16.js + * @description Array.prototype.forEach - RegExp Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-17.js index 1656aa91f3..ea0509b25f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-17.js; - * @description: Array.prototype.forEach - the JSON object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-17.js + * @description Array.prototype.forEach - the JSON object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-18.js index 560ae9086f..9291dc097e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-18.js; - * @description: Array.prototype.forEach - Error Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-18.js + * @description Array.prototype.forEach - Error Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-19.js index c7ef4338d1..2f194b5635 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-19.js; - * @description: Array.prototype.forEach - the Arguments object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-19.js + * @description Array.prototype.forEach - the Arguments object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-2.js index 482c66b5b0..b1005fa65b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-2.js; - * @description: Array.prototype.forEach - thisArg is Object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-2.js + * @description Array.prototype.forEach - thisArg is Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-21.js index 7e5871ac00..162376e3db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-21.js; - * @description: Array.prototype.forEach - the global object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-21.js + * @description Array.prototype.forEach - the global object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-22.js index d9a1586805..fc84b6186b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-22.js; - * @description: Array.prototype.forEach - boolean primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-22.js + * @description Array.prototype.forEach - boolean primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-23.js index 63439bec4b..b4764b7b3b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-23.js; - * @description: Array.prototype.forEach - number primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-23.js + * @description Array.prototype.forEach - number primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-24.js index 6c1bae9361..813d1112dd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-24.js; - * @description: Array.prototype.forEach - string primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-24.js + * @description Array.prototype.forEach - string primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-25.js index 59c33391d3..ee28ac3915 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-25.js; - * @description: Array.prototype.forEach - thisArg not passed; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-25.js + * @description Array.prototype.forEach - thisArg not passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-3.js index a1f5d59886..30b9a242a5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-3.js; - * @description: Array.prototype.forEach - thisArg is Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-3.js + * @description Array.prototype.forEach - thisArg is Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-4.js index 0362ed95b8..8dcde12132 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-4.js; - * @description: Array.prototype.forEach - thisArg is object from object template(prototype); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-4.js + * @description Array.prototype.forEach - thisArg is object from object template(prototype) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-5.js index 553f9d2401..d0fe7b8ced 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-5.js; - * @description: Array.prototype.forEach - thisArg is object from object template; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-5.js + * @description Array.prototype.forEach - thisArg is object from object template */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-6.js index 421833e99e..2ab3253382 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-6.js; - * @description: Array.prototype.forEach - thisArg is function; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-6.js + * @description Array.prototype.forEach - thisArg is function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-7.js index 2c7f3ae6fc..a8d5fdd1d4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-7.js; - * @description: Array.prototype.forEach - built-in functions can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-7.js + * @description Array.prototype.forEach - built-in functions can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-9.js index d8298d9550..1f36e45f29 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-9.js; - * @description: Array.prototype.forEach - Function Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-5-9.js + * @description Array.prototype.forEach - Function Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-1.js index cd1199bff6..78af66e255 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-1.js; - * @description: Array.prototype.forEach doesn't consider new elements added to array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-1.js + * @description Array.prototype.forEach doesn't consider new elements added to array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-2.js index 9d7e472b07..5498960f85 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-2.js; - * @description: Array.prototype.forEach doesn't visit deleted elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-2.js + * @description Array.prototype.forEach doesn't visit deleted elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-3.js index d0c0416fa4..54891ea05e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-3.js; - * @description: Array.prototype.forEach doesn't visit deleted elements when Array.length is decreased; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-3.js + * @description Array.prototype.forEach doesn't visit deleted elements when Array.length is decreased */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-4.js index 4e79fab910..9a7ec80508 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-4.js; - * @description: Array.prototype.forEach doesn't consider newly added elements in sparse array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-4.js + * @description Array.prototype.forEach doesn't consider newly added elements in sparse array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-5.js index 6b720f8617..70354efa3f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-5.js; - * @description: Array.prototype.forEach visits deleted element in array after the call when same index is also present in prototype; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-5.js + * @description Array.prototype.forEach visits deleted element in array after the call when same index is also present in prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-7.js index c41da42618..c61c2ebe24 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-7.js; - * @description: Array.prototype.forEach - considers new value of elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-7.js + * @description Array.prototype.forEach - considers new value of elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-8.js index 4c49524618..3e22222808 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-8.js; - * @description: Array.prototype.forEach - no observable effects occur if len is 0; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-8.js + * @description Array.prototype.forEach - no observable effects occur if len is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-9.js index f8b58d768f..548e5604ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-9.js; - * @description: Array.prototype.forEach - modifications to length don't change number of iterations; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-9.js + * @description Array.prototype.forEach - modifications to length don't change number of iterations */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-1.js index e7af304664..68c3100f95 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-1.js; - * @description: Array.prototype.forEach - callbackfn not called for indexes never been assigned values; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-1.js + * @description Array.prototype.forEach - callbackfn not called for indexes never been assigned values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-10.js index 58c5b1bb19..6da9c5ee78 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-10.js; - * @description: Array.prototype.forEach - deleting property of prototype causes prototype index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-10.js + * @description Array.prototype.forEach - deleting property of prototype causes prototype index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-11.js index 6e0c3ba796..20a50e3b03 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-11.js; - * @description: Array.prototype.forEach - deleting property of prototype causes prototype index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-11.js + * @description Array.prototype.forEach - deleting property of prototype causes prototype index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-12.js index 83cad751ec..7cd0a3da00 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-12.js; - * @description: Array.prototype.forEach - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-12.js + * @description Array.prototype.forEach - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-13.js index 1b8484435a..506606720a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-13.js; - * @description: Array.prototype.forEach - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-13.js + * @description Array.prototype.forEach - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-14.js index 3c8b46e0e0..dbaa5dff5f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-14.js; - * @description: Array.prototype.forEach - decreasing length of array causes index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-14.js + * @description Array.prototype.forEach - decreasing length of array causes index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-15.js index cdf60e86b0..25bd281e5a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-15.js; - * @description: Array.prototype.forEach - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-15.js + * @description Array.prototype.forEach - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-16.js index beba9fc0f2..d33a094472 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-16.js; - * @description: Array.prototype.forEach - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-16.js + * @description Array.prototype.forEach - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-2.js index 3643fec63b..9ffae0aa0e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-2.js; - * @description: Array.prototype.forEach - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-2.js + * @description Array.prototype.forEach - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-3.js index 84c630700e..86af0b55d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-3.js; - * @description: Array.prototype.forEach - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-3.js + * @description Array.prototype.forEach - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-4.js index 2e99f773d3..a2d95fc026 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-4.js; - * @description: Array.prototype.forEach - properties added into own object after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-4.js + * @description Array.prototype.forEach - properties added into own object after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-5.js index da1599439e..7ae3ddb159 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-5.js; - * @description: Array.prototype.forEach - properties added into own object after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-5.js + * @description Array.prototype.forEach - properties added into own object after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-6.js index ca0fbf79ec..c7770b0adb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-6.js; - * @description: Array.prototype.forEach - properties can be added to prototype after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-6.js + * @description Array.prototype.forEach - properties can be added to prototype after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-7.js index 90b204dfaf..f7fc15171f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-7.js; - * @description: Array.prototype.forEach - properties can be added to prototype after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-7.js + * @description Array.prototype.forEach - properties can be added to prototype after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-8.js index 4f596ca24f..deb0c8e5a3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-8.js; - * @description: Array.prototype.forEach - deleting own property causes index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-8.js + * @description Array.prototype.forEach - deleting own property causes index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-9.js index 6f732c4a41..8d2a4c0e0f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-9.js; - * @description: Array.prototype.forEach - deleting own property causes index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-b-9.js + * @description Array.prototype.forEach - deleting own property causes index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-1.js index 24bac5aa0f..0edcff253f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-1.js; - * @description: Array.prototype.forEach - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-1.js + * @description Array.prototype.forEach - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-10.js index 1c26d247d0..e0350439fb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-10.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-10.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-11.js index 384ad417b1..ba702b3ef7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-11.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-11.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-12.js index d40efc2350..b31a91aa07 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-12.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-12.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-13.js index 3a25b7b1ac..90dbbc7a1d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-13.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-13.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-14.js index 99331de652..9895cc8146 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-14.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-14.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-15.js index 9ad917ff6f..27c0028cb8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-15.js; - * @description: Array.prototype.forEach - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-15.js + * @description Array.prototype.forEach - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-16.js index 5b6f2b0e8d..57e0f1c760 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-16.js; - * @description: Array.prototype.forEach - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-16.js + * @description Array.prototype.forEach - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-17.js index 736d0ccb1f..4c4a8dde60 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-17.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-17.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-18.js index cf32752e21..1db186edd5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-18.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-18.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-19.js index 8b49b568c1..22092fa1ae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-19.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-19.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-2.js index a54621d7a6..d677a9beb2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-2.js; - * @description: Array.prototype.forEach - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-2.js + * @description Array.prototype.forEach - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-20.js index e024fe9067..96103604f4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-20.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-20.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-21.js index ea3dd85902..e780101bb6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-21.js; - * @description: Array.prototype.forEach - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-21.js + * @description Array.prototype.forEach - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-22.js index 3d2b64647d..8049eca378 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-22.js; - * @description: Array.prototype.forEach - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-22.js + * @description Array.prototype.forEach - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-23.js index 8b0214e89b..5e10f35ba6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-23.js; - * @description: Array.prototype.forEach - This object is an global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-23.js + * @description Array.prototype.forEach - This object is an global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-25.js index ec83fcddc4..f98c8cc3c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-25.js; - * @description: Array.prototype.forEach - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-25.js + * @description Array.prototype.forEach - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-26.js index f2eef2066a..3654353ca4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-26.js; - * @description: Array.prototype.forEach - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-26.js + * @description Array.prototype.forEach - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-27.js index 7e054b2291..7fc0d9d82a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-27.js; - * @description: Array.prototype.forEach - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-27.js + * @description Array.prototype.forEach - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-28.js index 494a24611b..999adb2af9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-28.js; - * @description: Array.prototype.forEach - element changed by getter on previous iterations is observed on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-28.js + * @description Array.prototype.forEach - element changed by getter on previous iterations is observed on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-29.js index ac4fff37a9..8e4c8ef650 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-29.js; - * @description: Array.prototype.forEach - element changed by getter on previous iterations is observed on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-29.js + * @description Array.prototype.forEach - element changed by getter on previous iterations is observed on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-3.js index 14bcf1ce08..4e22912bb4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-3.js; - * @description: Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-3.js + * @description Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-30.js index 80b03f7a49..0a64f37582 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-30.js; - * @description: Array.prototype.forEach - unnhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-30.js + * @description Array.prototype.forEach - unnhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-31.js index 0be884fad5..6d65f1503f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-31.js; - * @description: Array.prototype.forEach - unnhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-31.js + * @description Array.prototype.forEach - unnhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-4.js index 43d35fa695..fa28471071 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-4.js; - * @description: Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-4.js + * @description Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-5.js index 2ce3e26eed..790d7e0982 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-5.js; - * @description: Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-5.js + * @description Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-6.js index 303c9d7286..5d9644e12c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-6.js; - * @description: Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-6.js + * @description Array.prototype.forEach - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-7.js index 8394291bad..fc11b23ed0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-7.js; - * @description: Array.prototype.forEach - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-7.js + * @description Array.prototype.forEach - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-8.js index 86a1d113a6..72533bc8a8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-8.js; - * @description: Array.prototype.forEach - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-8.js + * @description Array.prototype.forEach - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-9.js index 7fde2e0046..2a11512ee7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-9.js; - * @description: Array.prototype.forEach - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-i-9.js + * @description Array.prototype.forEach - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-1.js index ea756b6b27..4b7817ac94 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-1.js; - * @description: Array.prototype.forEach - callbackfn called with correct parameters; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-1.js + * @description Array.prototype.forEach - callbackfn called with correct parameters */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-10.js index 3abbbf9138..bbaa54f1b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-10.js; - * @description: Array.prototype.forEach - callbackfn is called with 1 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-10.js + * @description Array.prototype.forEach - callbackfn is called with 1 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-11.js index 1270016592..7bc7303997 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-11.js; - * @description: Array.prototype.forEach - callbackfn is called with 2 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-11.js + * @description Array.prototype.forEach - callbackfn is called with 2 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-12.js index 10d4dd88c7..720e616765 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-12.js; - * @description: Array.prototype.forEach - callbackfn is called with 3 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-12.js + * @description Array.prototype.forEach - callbackfn is called with 3 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-13.js index 9fddbcb7ce..1ccc8c1e6c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-13.js; - * @description: Array.prototype.forEach - callbackfn that uses arguments; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-13.js + * @description Array.prototype.forEach - callbackfn that uses arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-16.js index 5b3e560a94..2bf5cd773a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-16.js; - * @description: Array.prototype.forEach - 'this' of 'callbackfn' is a Boolean object when T is not an object (T is a boolean); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-16.js + * @description Array.prototype.forEach - 'this' of 'callbackfn' is a Boolean object when T is not an object (T is a boolean) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-17.js index 6dc1de12a8..9aa119ab9e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-17.js; - * @description: Array.prototype.forEach - 'this' of 'callbackfn' is a Number object when T is not an object (T is a number); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-17.js + * @description Array.prototype.forEach - 'this' of 'callbackfn' is a Number object when T is not an object (T is a number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-18.js index d6bec5ea7f..a9872bcd4a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-18.js; - * @description: Array.prototype.forEach - 'this' of 'callbackfn' is an String object when T is not an object (T is a string); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-18.js + * @description Array.prototype.forEach - 'this' of 'callbackfn' is an String object when T is not an object (T is a string) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-19.js index 8b64414c0f..596391f576 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-19.js; - * @description: Array.prototype.forEach - non-indexed properties are not called; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-19.js + * @description Array.prototype.forEach - non-indexed properties are not called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-2.js index 307618701f..5c4ec6fae7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-2.js; - * @description: Array.prototype.forEach - callbackfn takes 3 arguments; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-2.js + * @description Array.prototype.forEach - callbackfn takes 3 arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-20.js index 26e9c844ea..1fe27b0f84 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-20.js; - * @description: Array.prototype.forEach - callbackfn called with correct parameters (thisArg is correct); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-20.js + * @description Array.prototype.forEach - callbackfn called with correct parameters (thisArg is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-21.js index 948d2b2c1b..a87ee72563 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-21.js; - * @description: Array.prototype.forEach - callbackfn called with correct parameters (kValue is correct); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-21.js + * @description Array.prototype.forEach - callbackfn called with correct parameters (kValue is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-22.js index 83c33379f0..076d5fc18a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-22.js; - * @description: Array.prototype.forEach - callbackfn called with correct parameters (the index k is correct); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-22.js + * @description Array.prototype.forEach - callbackfn called with correct parameters (the index k is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-23.js index b4700ccf13..97ffe8a5ce 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-23.js; - * @description: Array.prototype.forEach - callbackfn called with correct parameters (this object O is correct); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-23.js + * @description Array.prototype.forEach - callbackfn called with correct parameters (this object O is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-4.js index 57f4ee4da2..f1cbb21390 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-4.js; - * @description: Array.prototype.forEach - k values are passed in ascending numeric order; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-4.js + * @description Array.prototype.forEach - k values are passed in ascending numeric order */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-5.js index 337f9522f7..6f33a8d834 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-5.js; - * @description: Array.prototype.forEach - k values are accessed during each iteration and not prior to starting the loop on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-5.js + * @description Array.prototype.forEach - k values are accessed during each iteration and not prior to starting the loop on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-6.js index 97e73c7cf9..99033a23e9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-6.js; - * @description: Array.prototype.forEach - arguments to callbackfn are self consistent; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-6.js + * @description Array.prototype.forEach - arguments to callbackfn are self consistent */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-7.js index 4fa85f93f3..b469399c2a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-7.js; - * @description: Array.prototype.forEach - unhandled exceptions happened in callbackfn terminate iteration; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-7.js + * @description Array.prototype.forEach - unhandled exceptions happened in callbackfn terminate iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-8.js index a4778ac84a..686992b257 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-8.js; - * @description: Array.prototype.forEach - element changed by callbackfn on previous iterations is observed; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-8.js + * @description Array.prototype.forEach - element changed by callbackfn on previous iterations is observed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-9.js index 0ea0e4f256..1787d18acc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-9.js; - * @description: Array.prototype.forEach - callbackfn is called with 0 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-7-c-ii-9.js + * @description Array.prototype.forEach - callbackfn is called with 0 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-1.js index a4eaf2c1fb..69aac7d89e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-1.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-1.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-10.js index c6484e9f5a..83942101ae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-10.js; - * @description: Array.prototype.forEach - subclassed array when length is reduced; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-10.js + * @description Array.prototype.forEach - subclassed array when length is reduced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-11.js index 7a69b7a7c7..2ed6bcbacb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-11.js; - * @description: Array.prototype.forEach doesn't mutate the array on which it is called on; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-11.js + * @description Array.prototype.forEach doesn't mutate the array on which it is called on */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-12.js index ee4a784b64..6edd1da40b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-12.js; - * @description: Array.prototype.forEach doesn't visit expandos; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-12.js + * @description Array.prototype.forEach doesn't visit expandos */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-13.js index 16a7097966..3a6e3c49c1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-13.js; - * @description: Array.prototype.forEach - undefined will be returned when 'len' is 0; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-13.js + * @description Array.prototype.forEach - undefined will be returned when 'len' is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-2.js index e45585e850..b8394c42d0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-2.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-2.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-3.js index 090f9ff2f7..1dbe6139fe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-3.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-3.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-4.js index 34d96fe0d9..7641b64b12 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-4.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-4.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-5.js index e0cfd7db47..14146f3e5e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-5.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-5.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-6.js index b68bf4486d..affd4deccb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-6.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-6.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-7.js index 93ffbb2413..f9be079186 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-7.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-7.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-8.js index ea306f79c3..e226b7e535 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-8.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with []; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-8.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with [] */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-9.js index 274f4d0db3..e969dd7eae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-9.js; - * @description: Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with [0]; + * @path chapter15/15.4/15.4.4/15.4.4.18/15.4.4.18-8-9.js + * @description Array.prototype.forEach doesn't call callbackfn if 'length' is 0 (subclassed Array, length overridden with [0] */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-1.js index 83ee145aeb..11161d41c9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-1.js; - * @description: Array.prototype.map must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-1.js + * @description Array.prototype.map must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-2.js index 8f5054853c..87c6d3484d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-2.js; - * @description: Array.prototype.map.length must be 1; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-0-2.js + * @description Array.prototype.map.length must be 1 */ -assertTrue(Array.prototype.map.length === 1); +assertTruthy(Array.prototype.map.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-1.js index 42ebca7f6e..ec2f3cff54 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-1.js; - * @description: Array.prototype.map - applied to undefined; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-1.js + * @description Array.prototype.map - applied to undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-10.js index 8e17a99077..868dd3216d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-10.js; - * @description: Array.prototype.map - applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-10.js + * @description Array.prototype.map - applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-11.js index abad54eb19..22083446db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-11.js; - * @description: Array.prototype.map - applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-11.js + * @description Array.prototype.map - applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-12.js index df0326390d..b378e3a0bc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-12.js; - * @description: Array.prototype.map - applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-12.js + * @description Array.prototype.map - applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-13.js index c9547cba08..5a226b0786 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-13.js; - * @description: Array.prototype.map - applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-13.js + * @description Array.prototype.map - applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-14.js index d967f5a941..8f8d2ae6df 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-14.js; - * @description: Array.prototype.map - applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-14.js + * @description Array.prototype.map - applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-15.js index 490d2cfb9d..8dc34e7349 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-15.js; - * @description: Array.prototype.map - applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-15.js + * @description Array.prototype.map - applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-2.js index 6d2f78a4cf..0572be5443 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-2.js; - * @description: Array.prototype.map - applied to null; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-2.js + * @description Array.prototype.map - applied to null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-3.js index 4ae3605ed1..102af0faed 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-3.js; - * @description: Array.prototype.map - applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-3.js + * @description Array.prototype.map - applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-4.js index 628cfc05d5..138b626dc7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-4.js; - * @description: Array.prototype.map - applied to Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-4.js + * @description Array.prototype.map - applied to Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-5.js index 3d2528abfa..f3279f23b6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-5.js; - * @description: Array.prototype.map - applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-5.js + * @description Array.prototype.map - applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-6.js index d0c500fb53..52965a9ff6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-6.js; - * @description: Array.prototype.map - applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-6.js + * @description Array.prototype.map - applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-7.js index 50d8409f6b..042de885bc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-7.js; - * @description: Array.prototype.map - applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-7.js + * @description Array.prototype.map - applied to string primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-8.js index 716feaf0fb..916fe5f630 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-8.js; - * @description: Array.prototype.map - applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-8.js + * @description Array.prototype.map - applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-9.js index d18d989564..fd6fdd211d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-9.js; - * @description: Array.prototype.map - applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-1-9.js + * @description Array.prototype.map - applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-1.js index 54256b8a9a..49c51800d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-1.js; - * @description: Array.prototype.map - applied to Array-like object when 'length' is an own data property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-1.js + * @description Array.prototype.map - applied to Array-like object when 'length' is an own data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-10.js index 952dbf17db..3aa10dcbc2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-10.js; - * @description: Array.prototype.map - applied to Array-like object, 'length' is an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-10.js + * @description Array.prototype.map - applied to Array-like object, 'length' is an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-11.js index 7cd9845ba3..8baaf52ec7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-11.js; - * @description: Array.prototype.map - applied to Array-like object when 'length' is an own accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-11.js + * @description Array.prototype.map - applied to Array-like object when 'length' is an own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-12.js index c2a5be67c3..d56024733c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-12.js; - * @description: Array.prototype.map - applied to the Array-like object when 'length' is own accessor property without a get function that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-12.js + * @description Array.prototype.map - applied to the Array-like object when 'length' is own accessor property without a get function that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-13.js index a67914bac4..e2a64bc3bf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-13.js; - * @description: Array.prototype.map - applied to the Array-like object when 'length' is inherited accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-13.js + * @description Array.prototype.map - applied to the Array-like object when 'length' is inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-14.js index 560404ce5c..edd7b580a2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-14.js; - * @description: Array.prototype.map - applied to the Array-like object that 'length' property doesn't exist; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-14.js + * @description Array.prototype.map - applied to the Array-like object that 'length' property doesn't exist */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-15.js index 4bffdc9da1..d5aa1b8806 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-15.js; - * @description: Array.prototype.map - when 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-15.js + * @description Array.prototype.map - when 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-17.js index 126e07d27e..cd3907f2e8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-17.js; - * @description: Array.prototype.map - applied to Arguments object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-17.js + * @description Array.prototype.map - applied to Arguments object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-18.js index 8a8db873f5..fac41d1463 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-18.js; - * @description: Array.prototype.map - applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-18.js + * @description Array.prototype.map - applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-19.js index 4b83909c5d..b28ccd5141 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-19.js; - * @description: Array.prototype.map - applied to Function object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-19.js + * @description Array.prototype.map - applied to Function object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-2.js index b1abad1c16..828022d661 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-2.js; - * @description: Array.prototype.map - when 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-2.js + * @description Array.prototype.map - when 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-3.js index 91d3ce9bd8..32cdb0f981 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-3.js; - * @description: Array.prototype.map - applied to Array-like object, 'length' is an own data property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-3.js + * @description Array.prototype.map - applied to Array-like object, 'length' is an own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-4.js index 71370937f7..89efded2ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-4.js; - * @description: Array.prototype.map - when 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-4.js + * @description Array.prototype.map - when 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-5.js index 0f37334ff5..6a7668a27a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-5.js; - * @description: Array.prototype.map - applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-5.js + * @description Array.prototype.map - applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-6.js index 774f62c348..3cfead589c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-6.js; - * @description: Array.prototype.map - applied to Array-like object, 'length' is an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-6.js + * @description Array.prototype.map - applied to Array-like object, 'length' is an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-7.js index 0fc6cd50df..b3b86f30e7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-7.js; - * @description: Array.prototype.map - applied to Array-like object, 'length' is an own accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-7.js + * @description Array.prototype.map - applied to Array-like object, 'length' is an own accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-8.js index 77864c5453..50137e26cf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-8.js; - * @description: Array.prototype.map - applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-8.js + * @description Array.prototype.map - applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-9.js index 442394b9b2..640359a847 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-9.js; - * @description: Array.prototype.map - applied to Array-like object when 'length' is an own accessor property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-2-9.js + * @description Array.prototype.map - applied to Array-like object when 'length' is an own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-1.js index cd9bc52c10..fbe3bee539 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-1.js; - * @description: Array.prototype.map - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-1.js + * @description Array.prototype.map - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-10.js index da427d831a..27b466d742 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-10.js; - * @description: Array.prototype.map - value of 'length' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-10.js + * @description Array.prototype.map - value of 'length' is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-11.js index 614fcd6ab5..bde75714ae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-11.js; - * @description: Array.prototype.map - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-11.js + * @description Array.prototype.map - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-12.js index 450163fc0c..756699c6ba 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-12.js; - * @description: Array.prototype.map - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-12.js + * @description Array.prototype.map - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-13.js index a9e057ca8c..d220fb2d2f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-13.js; - * @description: Array.prototype.map - value of 'length' is string that is able to convert to number primitive (value is a decimal number); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-13.js + * @description Array.prototype.map - value of 'length' is string that is able to convert to number primitive (value is a decimal number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-14.js index 9aaa5f9665..6fe5d9f983 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-14.js; - * @description: Array.prototype.map - 'length' is a string containing Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-14.js + * @description Array.prototype.map - 'length' is a string containing Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-15.js index 75b0ee2c22..4f66e3e21c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-15.js; - * @description: Array.prototype.map - 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-15.js + * @description Array.prototype.map - 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-16.js index f4c2e0e8ad..263ab53afd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-16.js; - * @description: Array.prototype.map - 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-16.js + * @description Array.prototype.map - 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-17.js index 59dff3b7fa..3bdbb4bcad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-17.js; - * @description: Array.prototype.map - when 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-17.js + * @description Array.prototype.map - when 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-18.js index 6e32c24dac..9fb457dcf8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-18.js; - * @description: Array.prototype.map - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-18.js + * @description Array.prototype.map - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-19.js index 2ac2bfbffc..4fd56cb5e6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-19.js; - * @description: Array.prototype.map - value of 'length' is an Object which has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-19.js + * @description Array.prototype.map - value of 'length' is an Object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-2.js index cfbb4dfe86..2f884322ec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-2.js; - * @description: Array.prototype.map on an Array-like object if 'length' is 1 (length overridden to true(type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-2.js + * @description Array.prototype.map on an Array-like object if 'length' is 1 (length overridden to true(type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-20.js index deb18c7d6d..d8102f4d9d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-20.js; - * @description: Array.prototype.map - value of 'length' is an Object which has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-20.js + * @description Array.prototype.map - value of 'length' is an Object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-21.js index 7e2cb130f3..c98ea8845f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-21.js; - * @description: Array.prototype.map - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-21.js + * @description Array.prototype.map - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-22.js index 6a72d072d3..a2fc327139 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-22.js; - * @description: Array.prototype.map throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-22.js + * @description Array.prototype.map throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-23.js index 5efb1c2530..a0ea889f33 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-23.js; - * @description: Array.prototype.map uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-23.js + * @description Array.prototype.map uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-24.js index 945762802c..94e370a82d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-24.js; - * @description: Array.prototype.map - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-24.js + * @description Array.prototype.map - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-25.js index 9a50655682..1b4d4d8e50 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-25.js; - * @description: Array.prototype.map - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-25.js + * @description Array.prototype.map - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-28.js index f28c3317c1..4c01d731e9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-28.js; - * @description: Array.prototype.map - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-28.js + * @description Array.prototype.map - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-29.js index e2aeab1399..13374536e6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-29.js; - * @description: Array.prototype.map - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-29.js + * @description Array.prototype.map - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-3.js index dc18c4e771..ab0bb5c003 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-3.js; - * @description: Array.prototype.map - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-3.js + * @description Array.prototype.map - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-4.js index 2f15e24dc7..65f7c26bc5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-4.js; - * @description: Array.prototype.map - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-4.js + * @description Array.prototype.map - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-5.js index 08da3ad3f4..6fa3613994 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-5.js; - * @description: Array.prototype.map - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-5.js + * @description Array.prototype.map - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-6.js index 19527c0ae8..8a4f984cf4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-6.js; - * @description: Array.prototype.map - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-6.js + * @description Array.prototype.map - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-7.js index 3a818755b5..00b7d3d830 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-7.js; - * @description: Array.prototype.map - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-7.js + * @description Array.prototype.map - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-8.js index e649ba912c..821611213f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-8.js; - * @description: Array.prototype.map - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-8.js + * @description Array.prototype.map - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-9.js index e0fe6f5f78..38e08f3d22 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-9.js; - * @description: Array.prototype.map - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-3-9.js + * @description Array.prototype.map - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-1.js index 475983c6bf..a0d920372d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-1.js; - * @description: Array.prototype.map throws TypeError if callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-1.js + * @description Array.prototype.map throws TypeError if callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-10.js index 6ae9a8709b..dddb1adadb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-10.js; - * @description: Array.prototype.map - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-10.js + * @description Array.prototype.map - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-11.js index ad3af133c5..896d15517b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-11.js; - * @description: Array.prototype.map - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-11.js + * @description Array.prototype.map - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-12.js index 1232fc7b9c..f0bc21960c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-12.js; - * @description: Array.prototype.map - 'callbackfn' is a function; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-12.js + * @description Array.prototype.map - 'callbackfn' is a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-15.js index 27808e9783..84e90055da 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-15.js; - * @description: Array.prototype.map - calling with no callbackfn is the same as passing undefined for callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-15.js + * @description Array.prototype.map - calling with no callbackfn is the same as passing undefined for callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-2.js index 62b4cde6d4..bd9c15574b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-2.js; - * @description: Array.prototype.map throws ReferenceError if callbackfn is unreferenced; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-2.js + * @description Array.prototype.map throws ReferenceError if callbackfn is unreferenced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-3.js index 630af4da9f..f29c2fa3e3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-3.js; - * @description: Array.prototype.map throws TypeError if callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-3.js + * @description Array.prototype.map throws TypeError if callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-4.js index 923695a499..c0ce2dcc2d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-4.js; - * @description: Array.prototype.map throws TypeError if callbackfn is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-4.js + * @description Array.prototype.map throws TypeError if callbackfn is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-5.js index a46e1d7c60..c633e64759 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-5.js; - * @description: Array.prototype.map throws TypeError if callbackfn is number; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-5.js + * @description Array.prototype.map throws TypeError if callbackfn is number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-6.js index d83e5cec49..0b18b95c27 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-6.js; - * @description: Array.prototype.map throws TypeError if callbackfn is string; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-6.js + * @description Array.prototype.map throws TypeError if callbackfn is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-7.js index 323cd3cc20..efb643f293 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-7.js; - * @description: Array.prototype.map throws TypeError if callbackfn is Object without Call internal method; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-7.js + * @description Array.prototype.map throws TypeError if callbackfn is Object without Call internal method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-8.js index 335c2b82c5..124c2e6f76 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-8.js; - * @description: Array.prototype.map - Side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-8.js + * @description Array.prototype.map - Side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-9.js index 8bcf766e61..90a33972de 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-9.js; - * @description: Array.prototype.map - Side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-4-9.js + * @description Array.prototype.map - Side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s.js index 0f058a064c..8b3649f742 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s.js; - * @description: Array.prototype.map - thisArg not passed to strict callbackfn; - * @strict_only; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s.js + * @description Array.prototype.map - thisArg not passed to strict callbackfn + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1.js index 16578aac3d..d61329a025 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1.js; - * @description: Array.prototype.map - thisArg not passed; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1.js + * @description Array.prototype.map - thisArg not passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-10.js index 63ace52a8a..125dca0691 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-10.js; - * @description: Array.prototype.map - Array object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-10.js + * @description Array.prototype.map - Array object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-11.js index 957639738a..e1e24ccfb1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-11.js; - * @description: Array.prototype.map - String object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-11.js + * @description Array.prototype.map - String object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-12.js index b94edac5aa..2cad83dbba 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-12.js; - * @description: Array.prototype.map - Boolean object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-12.js + * @description Array.prototype.map - Boolean object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-13.js index b001bd266e..11b8cb24f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-13.js; - * @description: Array.prototype.map - Number object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-13.js + * @description Array.prototype.map - Number object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-14.js index 97c8ccfe4e..0d558409b9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-14.js; - * @description: Array.prototype.map - the Math object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-14.js + * @description Array.prototype.map - the Math object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-15.js index cd7572c744..622909461a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-15.js; - * @description: Array.prototype.map - Date object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-15.js + * @description Array.prototype.map - Date object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-16.js index f44ada842d..b3083c0059 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-16.js; - * @description: Array.prototype.map - RegExp object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-16.js + * @description Array.prototype.map - RegExp object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-17.js index 6eb3f97372..8f473e5dc1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-17.js; - * @description: Array.prototype.map - the JSON object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-17.js + * @description Array.prototype.map - the JSON object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-18.js index 930b821157..4dc96ba4be 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-18.js; - * @description: Array.prototype.map - Error object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-18.js + * @description Array.prototype.map - Error object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-19.js index f5dbe5a806..7683233160 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-19.js; - * @description: Array.prototype.map - the Arguments object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-19.js + * @description Array.prototype.map - the Arguments object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-2.js index 7324df1b43..706e93ea9b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-2.js; - * @description: Array.prototype.map - thisArg is Object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-2.js + * @description Array.prototype.map - thisArg is Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-21.js index 402001fe34..fbbdc18a26 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-21.js; - * @description: Array.prototype.map - the global object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-21.js + * @description Array.prototype.map - the global object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-22.js index 73adb6a762..eb6db55691 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-22.js; - * @description: Array.prototype.map - boolean primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-22.js + * @description Array.prototype.map - boolean primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-23.js index b8ef5830b8..77983d150b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-23.js; - * @description: Array.prototype.map - number primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-23.js + * @description Array.prototype.map - number primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-24.js index 9c3b6b9ca2..cd1625b50b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-24.js; - * @description: Array.prototype.map - string primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-24.js + * @description Array.prototype.map - string primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-3.js index 96d2371e32..3526a4ac9f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-3.js; - * @description: Array.prototype.map - thisArg is Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-3.js + * @description Array.prototype.map - thisArg is Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-4.js index cd3cbfab86..9627c78ebc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-4.js; - * @description: Array.prototype.map - thisArg is object from object template(prototype); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-4.js + * @description Array.prototype.map - thisArg is object from object template(prototype) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-5.js index fc3a684a7b..4cfc5d1b97 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-5.js; - * @description: Array.prototype.map - thisArg is object from object template; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-5.js + * @description Array.prototype.map - thisArg is object from object template */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-6.js index f35869738c..801edbc99c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-6.js; - * @description: Array.prototype.map - thisArg is function; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-6.js + * @description Array.prototype.map - thisArg is function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-7.js index a82f0eaec7..6339642b87 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-7.js; - * @description: Array.prototype.map - built-in functions can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-7.js + * @description Array.prototype.map - built-in functions can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-9.js index a50ee69959..fd61798bf4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-9.js; - * @description: Array.prototype.map - Function object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-9.js + * @description Array.prototype.map - Function object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-1.js index 1585c182da..533424573d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-1.js; - * @description: Array.prototype.map - Array.isArray returns true when input argument is the ourput array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-1.js + * @description Array.prototype.map - Array.isArray returns true when input argument is the ourput array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-2.js index fa972b6ccc..df4ae261ac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-2.js; - * @description: Array.prototype.map - the returned array is instanceof Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-6-2.js + * @description Array.prototype.map - the returned array is instanceof Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-1.js index 0b7d32b8fb..fc913db3cd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-1.js; - * @description: Array.prototype.map doesn't consider new elements added to array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-1.js + * @description Array.prototype.map doesn't consider new elements added to array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-2.js index 274154d81a..a0724b790e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-2.js; - * @description: Array.prototype.map considers new value of elements in array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-2.js + * @description Array.prototype.map considers new value of elements in array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-3.js index 2d8548b73f..954c86b834 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-3.js; - * @description: Array.prototype.map doesn't visit deleted elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-3.js + * @description Array.prototype.map doesn't visit deleted elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-4.js index ecc6fe16cb..33de951826 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-4.js; - * @description: Array.prototype.map doesn't visit deleted elements when Array.length is decreased; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-4.js + * @description Array.prototype.map doesn't visit deleted elements when Array.length is decreased */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-5.js index 339e5b501a..4c58cfe514 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-5.js; - * @description: Array.prototype.map doesn't consider newly added elements in sparse array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-5.js + * @description Array.prototype.map doesn't consider newly added elements in sparse array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-6.js index c9e15f168b..e68b0fdf78 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-6.js; - * @description: Array.prototype.map visits deleted element in array after the call when same index is also present in prototype; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-6.js + * @description Array.prototype.map visits deleted element in array after the call when same index is also present in prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7.js index 6c21aa12b2..1ee8190d8d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7.js; - * @description: Array.prototype.map successful to delete the object in callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-7.js + * @description Array.prototype.map successful to delete the object in callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-8.js index e4815ad3c7..1dbaec1c48 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-8.js; - * @description: Array.prototype.map - no observable effects occur if length is 0 on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-8.js + * @description Array.prototype.map - no observable effects occur if length is 0 on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-9.js index c267fc8398..34b3fd4d67 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-9.js; - * @description: Array.prototype.map - modifications to length don't change number of iterations on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-9.js + * @description Array.prototype.map - modifications to length don't change number of iterations on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-1.js index 98de62fba8..70f00be783 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-1.js; - * @description: Array.prototype.map - callbackfn not called for indexes never been assigned values; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-1.js + * @description Array.prototype.map - callbackfn not called for indexes never been assigned values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-10.js index 82796a6d88..5be80d5b67 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-10.js; - * @description: Array.prototype.map - deleting property of prototype causes prototype index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-10.js + * @description Array.prototype.map - deleting property of prototype causes prototype index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-11.js index 1c04826cb3..3606f922bd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-11.js; - * @description: Array.prototype.map - deleting property of prototype causes prototype index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-11.js + * @description Array.prototype.map - deleting property of prototype causes prototype index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-12.js index 319be4b3e7..21995687e4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-12.js; - * @description: Array.prototype.map - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-12.js + * @description Array.prototype.map - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-13.js index d978015c87..42942fa32f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-13.js; - * @description: Array.prototype.map - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-13.js + * @description Array.prototype.map - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-14.js index 494b822920..2dad4937ab 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-14.js; - * @description: Array.prototype.map - decreasing length of array causes index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-14.js + * @description Array.prototype.map - decreasing length of array causes index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-15.js index bcdfc1f68e..ae7a6880d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-15.js; - * @description: Array.prototype.map - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-15.js + * @description Array.prototype.map - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-16.js index 97835602e5..0a9756a5cb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-16.js; - * @description: Array.prototype.map - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-16.js + * @description Array.prototype.map - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-2.js index c39565def6..921378294e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-2.js; - * @description: Array.prototype.map - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-2.js + * @description Array.prototype.map - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-3.js index 1e8a5adeaf..45bb1db317 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-3.js; - * @description: Array.prototype.map - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-3.js + * @description Array.prototype.map - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-4.js index 2ec10c92ac..109d6efff5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-4.js; - * @description: Array.prototype.map - properties added into own object after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-4.js + * @description Array.prototype.map - properties added into own object after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-5.js index 8c8f9a1d50..dc62a0e0e9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-5.js; - * @description: Array.prototype.map - properties added into own object after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-5.js + * @description Array.prototype.map - properties added into own object after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-6.js index aa9f090d40..f24833e464 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-6.js; - * @description: Array.prototype.map - properties can be added to prototype after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-6.js + * @description Array.prototype.map - properties can be added to prototype after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-7.js index ac6eadfe0d..689127c102 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-7.js; - * @description: Array.prototype.map - properties can be added to prototype after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-7.js + * @description Array.prototype.map - properties can be added to prototype after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-8.js index 398935763c..7f478dadef 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-8.js; - * @description: Array.prototype.map - deleting own property causes index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-8.js + * @description Array.prototype.map - deleting own property causes index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-9.js index b990b49ecb..b67d17fdd0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-9.js; - * @description: Array.prototype.map - deleting own property causes index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-b-9.js + * @description Array.prototype.map - deleting own property causes index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-1.js index ec2d629252..26d3754fb0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-1.js; - * @description: Array.prototype.map - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-1.js + * @description Array.prototype.map - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-10.js index 7f723d73a7..e588bfeb3a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-10.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-10.js + * @description Array.prototype.map - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-11.js index 8adb11eca3..0b050ea375 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-11.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-11.js + * @description Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-12.js index 39d03decec..f1a2a4230c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-12.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-12.js + * @description Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-13.js index 11c0249b8c..2a49c168b5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-13.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-13.js + * @description Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-14.js index 8a4f1a70f0..da86cbfea3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-14.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-14.js + * @description Array.prototype.map - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-15.js index 5542205ce5..4a32f65c9d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-15.js; - * @description: Array.prototype.map - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-15.js + * @description Array.prototype.map - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-16.js index f16324b636..cdfc2606d3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-16.js; - * @description: Array.prototype.map - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-16.js + * @description Array.prototype.map - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-17.js index 16f5f572a7..261af08b0e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-17.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-17.js + * @description Array.prototype.map - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-18.js index 55cb32080e..0f5ac8cb11 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-18.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-18.js + * @description Array.prototype.map - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-19.js index 170461739b..9e6d605d8f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-19.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-19.js + * @description Array.prototype.map - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-2.js index b4e096873c..a174ab30be 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-2.js; - * @description: Array.prototype.map - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-2.js + * @description Array.prototype.map - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-20.js index e5c06ed1c1..329802a06a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-20.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-20.js + * @description Array.prototype.map - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-21.js index b1efd7755c..82c00fa776 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-21.js; - * @description: Array.prototype.map - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-21.js + * @description Array.prototype.map - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-22.js index 77137e88f6..0e9c667894 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-22.js; - * @description: Array.prototype.map - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-22.js + * @description Array.prototype.map - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-23.js index 4ad3b70231..5082cb7f02 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-23.js; - * @description: Array.prototype.map - This object is the global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-23.js + * @description Array.prototype.map - This object is the global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-25.js index 3c3fb5130a..40167a4539 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-25.js; - * @description: Array.prototype.map - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-25.js + * @description Array.prototype.map - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-26.js index a82eab309c..10d7dad674 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-26.js; - * @description: Array.prototype.map - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-26.js + * @description Array.prototype.map - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-27.js index 95a97d979f..5b659c70dd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-27.js; - * @description: Array.prototype.map - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-27.js + * @description Array.prototype.map - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-28.js index 02277ba12e..c1dc8e57be 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-28.js; - * @description: Array.prototype.map - element changed by getter on previous iterations is observed on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-28.js + * @description Array.prototype.map - element changed by getter on previous iterations is observed on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-29.js index fa679231c8..edba4f0a3c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-29.js; - * @description: Array.prototype.map - element changed by getter on previous iterations is observed on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-29.js + * @description Array.prototype.map - element changed by getter on previous iterations is observed on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-3.js index a6aa591dc7..ccfbf85e75 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-3.js; - * @description: Array.prototype.map - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-3.js + * @description Array.prototype.map - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-30.js index e11e116d7d..301a2caf57 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-30.js; - * @description: Array.prototype.map - unhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-30.js + * @description Array.prototype.map - unhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-31.js index adc2d3ee15..e02a4f2eef 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-31.js; - * @description: Array.prototype.map - unhandled exceptions happened in getter terminate iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-31.js + * @description Array.prototype.map - unhandled exceptions happened in getter terminate iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-4.js index 246dd59179..29e00fb84b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-4.js; - * @description: Array.prototype.map - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-4.js + * @description Array.prototype.map - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-5.js index 703df955cc..dbaa8db7ed 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-5.js; - * @description: Array.prototype.map - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-5.js + * @description Array.prototype.map - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-6.js index 85a4dc1ea3..4b1a3a7329 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-6.js; - * @description: Array.prototype.map - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-6.js + * @description Array.prototype.map - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-7.js index b476c1c8a2..ada8b51c15 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-7.js; - * @description: Array.prototype.map - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-7.js + * @description Array.prototype.map - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-8.js index 1751cf41ab..c1175ae805 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-8.js; - * @description: Array.prototype.map - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-8.js + * @description Array.prototype.map - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-9.js index 026d841d53..e575346445 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-9.js; - * @description: Array.prototype.map - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-i-9.js + * @description Array.prototype.map - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-1.js index 17ed87ec12..11bcecc5a2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-1.js; - * @description: Array.prototype.map - callbackfn called with correct parameters; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-1.js + * @description Array.prototype.map - callbackfn called with correct parameters */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-10.js index 61a9968618..1e02156a87 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-10.js; - * @description: Array.prototype.map - callbackfn is called with 1 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-10.js + * @description Array.prototype.map - callbackfn is called with 1 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-11.js index 99759d8d80..5f6b828a07 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-11.js; - * @description: Array.prototype.map - callbackfn is called with 2 formal parameters; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-11.js + * @description Array.prototype.map - callbackfn is called with 2 formal parameters */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-12.js index 8ea5d8786f..f42ba7530d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-12.js; - * @description: Array.prototype.map - callbackfn is called with 3 formal parameters; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-12.js + * @description Array.prototype.map - callbackfn is called with 3 formal parameters */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-13.js index 29efd6d2d9..a7918d74aa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-13.js; - * @description: Array.prototype.map - callbackfn that uses arguments object to get parameter value; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-13.js + * @description Array.prototype.map - callbackfn that uses arguments object to get parameter value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-16.js index 8e70a1a759..2350414fdc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-16.js; - * @description: Array.prototype.map - 'this' object when T is not an object (T is a boolean primitive); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-16.js + * @description Array.prototype.map - 'this' object when T is not an object (T is a boolean primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-17.js index c54f430399..e84f80334e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-17.js; - * @description: Array.prototype.map - 'this' object when T is not an object (T is a number); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-17.js + * @description Array.prototype.map - 'this' object when T is not an object (T is a number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-18.js index 89810676d7..fbe98eed92 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-18.js; - * @description: Array.prototype.map - 'this' object when T is not an object (T is a string primitive); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-18.js + * @description Array.prototype.map - 'this' object when T is not an object (T is a string primitive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-19.js index fd1d73c4d9..b0e0575b88 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-19.js; - * @description: Array.prototype.map - non-indexed properties are not called.; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-19.js + * @description Array.prototype.map - non-indexed properties are not called. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-2.js index 7b51c2b1c7..113ef24c7a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-2.js; - * @description: Array.prototype.map - callbackfn takes 3 arguments; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-2.js + * @description Array.prototype.map - callbackfn takes 3 arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-20.js index 50f628d785..328669c95e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-20.js; - * @description: Array.prototype.map - callbackfn called with correct parameters (thisArg is correct); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-20.js + * @description Array.prototype.map - callbackfn called with correct parameters (thisArg is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-21.js index 5acd71597b..1f921decc0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-21.js; - * @description: Array.prototype.map - callbackfn called with correct parameters (kValue is correct); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-21.js + * @description Array.prototype.map - callbackfn called with correct parameters (kValue is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-22.js index e78f9dbe5e..833f802fb5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-22.js; - * @description: Array.prototype.map - callbackfn called with correct parameters (the index k is correct); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-22.js + * @description Array.prototype.map - callbackfn called with correct parameters (the index k is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-23.js index 914dacd911..8a3e682541 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-23.js; - * @description: Array.prototype.map - callbackfn called with correct parameters (this object O is correct); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-23.js + * @description Array.prototype.map - callbackfn called with correct parameters (this object O is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-4.js index e63c9f9ece..3601fa55a4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-4.js; - * @description: Array.prototype.map - k values are passed in acending numeric order; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-4.js + * @description Array.prototype.map - k values are passed in acending numeric order */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-5.js index 9a5616c749..d7c74d42e7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-5.js; - * @description: Array.prototype.map - k values are accessed during each iteration and not prior to starting the loop.; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-5.js + * @description Array.prototype.map - k values are accessed during each iteration and not prior to starting the loop. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-6.js index 8b42833c47..a581982dce 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-6.js; - * @description: Array.prototype.map - arguments to callbackfn are self consistent.; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-6.js + * @description Array.prototype.map - arguments to callbackfn are self consistent. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-7.js index 568ea47d87..04f240218d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-7.js; - * @description: Array.prototype.map - unhandled exceptions happened in callbackfn terminate iteration; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-7.js + * @description Array.prototype.map - unhandled exceptions happened in callbackfn terminate iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-8.js index 3d63ec48f2..d1b2b075e6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-8.js; - * @description: Array.prototype.map - element changed by callbackfn on previous iterations is observed; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-8.js + * @description Array.prototype.map - element changed by callbackfn on previous iterations is observed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-9.js index 2af5fef91b..b867254aa4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-9.js; - * @description: Array.prototype.map - callbackfn with 0 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-ii-9.js + * @description Array.prototype.map - callbackfn with 0 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1.js index 89c9140d7a..defbbdf956 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1.js; - * @description: Array.prototype.map - getOwnPropertyDescriptor(all true) of returned array element; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-1.js + * @description Array.prototype.map - getOwnPropertyDescriptor(all true) of returned array element */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-2.js index 4cb8eb3dc0..a08fa0bfa4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-2.js; - * @description: Array.prototype.map - value of returned array element equals to 'mappedValue'; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-2.js + * @description Array.prototype.map - value of returned array element equals to 'mappedValue' */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-3.js index 945874d3d7..bde78bdc57 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-3.js; - * @description: Array.prototype.map - value of returned array element can be overwritten; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-3.js + * @description Array.prototype.map - value of returned array element can be overwritten */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-4.js index f28a3f4a0d..e979f14bf7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-4.js; - * @description: Array.prototype.map - value of returned array element can be enumerated; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-4.js + * @description Array.prototype.map - value of returned array element can be enumerated */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-5.js index 1b68b97ac7..b3cc04f1cd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-5.js; - * @description: Array.prototype.map - value of returned array element can be changed or deleted; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-8-c-iii-5.js + * @description Array.prototype.map - value of returned array element can be changed or deleted */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-1.js index 407a8e6e3f..e0c1679759 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-1.js; - * @description: Array.prototype.map doesn't mutate the Array on which it is called on; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-1.js + * @description Array.prototype.map doesn't mutate the Array on which it is called on */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-10.js index 58972197f3..3fb7c5d609 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-10.js; - * @description: Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-10.js + * @description Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-11.js index dba901428e..3618424829 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-11.js; - * @description: Array.prototype.map - returns an empty array if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-11.js + * @description Array.prototype.map - returns an empty array if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-12.js index 69a68ae416..08a2155f0e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-12.js; - * @description: Array.prototype.map - returns an empty array if 'length' is 0 (subclassed Array, length overridden with []); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-12.js + * @description Array.prototype.map - returns an empty array if 'length' is 0 (subclassed Array, length overridden with []) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-13.js index 12cffa3670..1acffebdf8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-13.js; - * @description: Array.prototype.map - if there are no side effects of the functions, O is unmodified; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-13.js + * @description Array.prototype.map - if there are no side effects of the functions, O is unmodified */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-2.js index 5e79bf2b2e..ca8d428a51 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-2.js; - * @description: Array.prototype.map returns new Array with same number of elements and values the result of callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-2.js + * @description Array.prototype.map returns new Array with same number of elements and values the result of callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3.js index 817d63dd5c..21dc11f71a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3.js; - * @description: Array.prototype.map - subclassed array when length is reduced; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3.js + * @description Array.prototype.map - subclassed array when length is reduced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-4.js index c3fcd1acfa..055241be7d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-4.js; - * @description: Array.prototype.map doesn't visit expandos; + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-4.js + * @description Array.prototype.map doesn't visit expandos */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-5.js index 40a17b17da..1fabde135b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-5.js; - * @description: Array.prototype.map - empty array to be returned if 'length' is 0 (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-5.js + * @description Array.prototype.map - empty array to be returned if 'length' is 0 (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-6.js index 1793993a1b..a1c88591aa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-6.js; - * @description: Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-6.js + * @description Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-7.js index 2a54e66810..91871e81c9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-7.js; - * @description: Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-7.js + * @description Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-8.js index 9b02cea843..652d977a9f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-8.js; - * @description: Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-8.js + * @description Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-9.js index 654482cd1f..1887ea68dd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-9.js; - * @description: Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-9.js + * @description Array.prototype.map - empty array to be returned if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-1.js index f201832343..7a3c7f93f6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-1.js; - * @description: Array.prototype.filter must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-1.js + * @description Array.prototype.filter must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-2.js index 2cce02936a..a48b9f39e1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-2.js; - * @description: Array.prototype.filter.length must be 1; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-0-2.js + * @description Array.prototype.filter.length must be 1 */ -assertTrue(Array.prototype.filter.length === 1); +assertTruthy(Array.prototype.filter.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-1.js index 4aea8d3dfa..4e3adb8a74 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-1.js; - * @description: Array.prototype.filter applied to undefined throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-1.js + * @description Array.prototype.filter applied to undefined throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-10.js index d0899742ff..eac5809ff0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-10.js; - * @description: Array.prototype.filter applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-10.js + * @description Array.prototype.filter applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-11.js index 76ba7669f3..7855443f69 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-11.js; - * @description: Array.prototype.filter applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-11.js + * @description Array.prototype.filter applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-12.js index 55182e67fa..95e4912177 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-12.js; - * @description: Array.prototype.filter applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-12.js + * @description Array.prototype.filter applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-13.js index d52d6a4f8c..7cd15cbdea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-13.js; - * @description: Array.prototype.filter applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-13.js + * @description Array.prototype.filter applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-14.js index 0252686e29..c0d59b579a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-14.js; - * @description: Array.prototype.filter applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-14.js + * @description Array.prototype.filter applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-15.js index 638273123d..97f91bb55f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-15.js; - * @description: Array.prototype.filter applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-15.js + * @description Array.prototype.filter applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-2.js index 0a3f07a26f..ad73f79899 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-2.js; - * @description: Array.prototype.filter applied to null throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-2.js + * @description Array.prototype.filter applied to null throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-3.js index 53612d7fb2..8fdc93bdcb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-3.js; - * @description: Array.prototype.filter applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-3.js + * @description Array.prototype.filter applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-4.js index df898a0727..289f008f44 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-4.js; - * @description: Array.prototype.filter applied to Boolean Object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-4.js + * @description Array.prototype.filter applied to Boolean Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-5.js index 6d17d6b60d..33ac56718f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-5.js; - * @description: Array.prototype.filter applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-5.js + * @description Array.prototype.filter applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-6.js index 56cd145596..a0dcfae86a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-6.js; - * @description: Array.prototype.filter applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-6.js + * @description Array.prototype.filter applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-7.js index 447a63f205..9edfa7d091 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-7.js; - * @description: Array.prototype.filter applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-7.js + * @description Array.prototype.filter applied to string primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-8.js index 55246246be..dabf96c3f0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-8.js; - * @description: Array.prototype.filter applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-8.js + * @description Array.prototype.filter applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-9.js index 4a32fb5c73..6c0dda662d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-9.js; - * @description: Array.prototype.filter applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-1-9.js + * @description Array.prototype.filter applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-1.js index aec5eaa83c..976736684a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-1.js; - * @description: Array.prototype.filter doesn't mutate the Array on which it is called on; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-1.js + * @description Array.prototype.filter doesn't mutate the Array on which it is called on */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-2.js index ebc0ac7381..fbacf74c42 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-2.js; - * @description: Array.prototype.filter returns new Array with length equal to number of true returned by callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-2.js + * @description Array.prototype.filter returns new Array with length equal to number of true returned by callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-3.js index 08a32d3344..2dbf0a162e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-3.js; - * @description: Array.prototype.filter - subclassed array when length is reduced; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-3.js + * @description Array.prototype.filter - subclassed array when length is reduced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-4.js index 37a8875a10..6acecf0a10 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-4.js; - * @description: Array.prototype.filter doesn't visit expandos; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-10-4.js + * @description Array.prototype.filter doesn't visit expandos */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-1.js index 294feb5340..22afbde1b2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-1.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is own data property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-1.js + * @description Array.prototype.filter applied to Array-like object, 'length' is own data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-10.js index 872ab737ac..84c412787d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-10.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-10.js + * @description Array.prototype.filter applied to Array-like object, 'length' is inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-11.js index b18cd11aec..4540a17d24 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-11.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is own accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-11.js + * @description Array.prototype.filter applied to Array-like object, 'length' is own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-12.js index 3461f2bdf2..e671087f02 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-12.js; - * @description: Array.prototype.filter - 'length' is own accessor property without a get function that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-12.js + * @description Array.prototype.filter - 'length' is own accessor property without a get function that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-13.js index e86aaa92c4..94729c4ade 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-13.js; - * @description: Array.prototype.filter applied to the Array-like object that 'length' is inherited accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-13.js + * @description Array.prototype.filter applied to the Array-like object that 'length' is inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-14.js index 02b3eac072..157e4fc9d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-14.js; - * @description: Array.prototype.filter applied to the Array-like object that 'length property doesn't exist; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-14.js + * @description Array.prototype.filter applied to the Array-like object that 'length property doesn't exist */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-15.js index 44ede7bc86..ae8db644b1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-15.js; - * @description: Array.prototype.filter - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-15.js + * @description Array.prototype.filter - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-17.js index 3bb8a9c080..69a6c041db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-17.js; - * @description: Array.prototype.filter applied to the Arguments object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-17.js + * @description Array.prototype.filter applied to the Arguments object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-18.js index 74a07e13b9..e96e6e120d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-18.js; - * @description: Array.prototype.filter applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-18.js + * @description Array.prototype.filter applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-19.js index ad52afb03e..03de42df0c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-19.js; - * @description: Array.prototype.filter applied to Function object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-19.js + * @description Array.prototype.filter applied to Function object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-2.js index 34a3e39027..b2ce94e571 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-2.js; - * @description: Array.prototype.filter - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-2.js + * @description Array.prototype.filter - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-3.js index 41ed919752..f9815bf497 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-3.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is an own data property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-3.js + * @description Array.prototype.filter applied to Array-like object, 'length' is an own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-4.js index 04cfbb330f..3ca18c3e32 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-4.js; - * @description: Array.prototype.filter - 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-4.js + * @description Array.prototype.filter - 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-5.js index cd81da170b..1696ccf0eb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-5.js; - * @description: Array.prototype.filter to Array-like object, 'length' is an own data property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-5.js + * @description Array.prototype.filter to Array-like object, 'length' is an own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-6.js index 2b05005d46..8045b61885 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-6.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-6.js + * @description Array.prototype.filter applied to Array-like object, 'length' is an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-7.js index 58879e081c..c0eff594bd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-7.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is an own accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-7.js + * @description Array.prototype.filter applied to Array-like object, 'length' is an own accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-8.js index b3178fba70..fbbee09da2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-8.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is own accessor property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-8.js + * @description Array.prototype.filter applied to Array-like object, 'length' is own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-9.js index d237711973..6d070ff280 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-9.js; - * @description: Array.prototype.filter applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-2-9.js + * @description Array.prototype.filter applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-1.js index 858a46dbe5..9eaba7051b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-1.js; - * @description: Array.prototype.filter - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-1.js + * @description Array.prototype.filter - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-10.js index 496a1e7dc4..a7273c6e7c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-10.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-10.js + * @description Array.prototype.filter - value of 'length' is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-11.js index e17407a74c..b502f0d3b8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-11.js; - * @description: Array.prototype.filter - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-11.js + * @description Array.prototype.filter - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-12.js index 536870cd43..a578cae8f1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-12.js; - * @description: Array.prototype.filter - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-12.js + * @description Array.prototype.filter - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-13.js index 43a05bb037..1cddf010d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-13.js; - * @description: Array.prototype.filter - 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-13.js + * @description Array.prototype.filter - 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-14.js index 4132e985fd..243aacdf66 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-14.js; - * @description: Array.prototype.filter - 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-14.js + * @description Array.prototype.filter - 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-15.js index 16511a47d0..9be2fadbc1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-15.js; - * @description: Array.prototype.filter - 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-15.js + * @description Array.prototype.filter - 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-16.js index 2851c0610d..dba9067c95 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-16.js; - * @description: Array.prototype.filter - 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-16.js + * @description Array.prototype.filter - 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-17.js index b0d741689a..f600d5e5d6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-17.js; - * @description: Array.prototype.filter - 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-17.js + * @description Array.prototype.filter - 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-18.js index 6c9c91bc4e..923b355301 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-18.js; - * @description: Array.prototype.filter - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-18.js + * @description Array.prototype.filter - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-19.js index 9bfc2c4f1e..41e1d77b1b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-19.js; - * @description: Array.prototype.filter - value of 'length' is an Object which has an own toString method.; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-19.js + * @description Array.prototype.filter - value of 'length' is an Object which has an own toString method. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-2.js index f17e611da2..596cdfee5a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-2.js; - * @description: Array.prototype.filter applied on an Array-like object if 'length' is 1 (length overridden to true(type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-2.js + * @description Array.prototype.filter applied on an Array-like object if 'length' is 1 (length overridden to true(type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-20.js index bc9d2a0d7e..e13b48ac5c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-20.js; - * @description: Array.prototype.filter - value of 'length' is an Object which has an own valueOf method.; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-20.js + * @description Array.prototype.filter - value of 'length' is an Object which has an own valueOf method. */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-21.js index a6fadf59c0..ddaf7e378e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-21.js; - * @description: Array.prototype.filter - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-21.js + * @description Array.prototype.filter - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-22.js index 1b2909403d..5cb992ac13 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-22.js; - * @description: Array.prototype.filter throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-22.js + * @description Array.prototype.filter throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-23.js index 03d391abd9..e492ae04ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-23.js; - * @description: Array.prototype.filter uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-23.js + * @description Array.prototype.filter uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-24.js index d9fa874624..1dafcfdae5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-24.js; - * @description: Array.prototype.filter - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-24.js + * @description Array.prototype.filter - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-25.js index c9b3ae69d7..4722323dcb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-25.js; - * @description: Array.prototype.filter - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-25.js + * @description Array.prototype.filter - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-28.js index a051f3eca2..39a8a675d7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-28.js; - * @description: Array.prototype.filter - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-28.js + * @description Array.prototype.filter - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-29.js index 77024057a7..7999aa215b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-29.js; - * @description: Array.prototype.filter - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-29.js + * @description Array.prototype.filter - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-3.js index 683ebb882b..c760f05446 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-3.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-3.js + * @description Array.prototype.filter - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-4.js index c83f225edd..4b3852406a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-4.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-4.js + * @description Array.prototype.filter - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-5.js index 54b30fb063..b2d9f775a6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-5.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-5.js + * @description Array.prototype.filter - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-6.js index 173cfbc216..e274ac7223 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-6.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is positive); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-6.js + * @description Array.prototype.filter - value of 'length' is a number (value is positive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-7.js index 7f2fbe86d7..19ff82513d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-7.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is negative); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-7.js + * @description Array.prototype.filter - value of 'length' is a number (value is negative) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-8.js index 5cac73bf3d..595bd8e586 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-8.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-8.js + * @description Array.prototype.filter - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-9.js index a2605e5111..3a91f4f9de 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-9.js; - * @description: Array.prototype.filter - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-9.js + * @description Array.prototype.filter - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-1.js index 4f29c0b852..b310379962 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-1.js; - * @description: Array.prototype.filter throws TypeError if callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-1.js + * @description Array.prototype.filter throws TypeError if callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-10.js index abcb9a67ff..fc59f4bf18 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-10.js; - * @description: Array.prototype.filter - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-10.js + * @description Array.prototype.filter - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-11.js index 14c23b57d9..cbb0c75cef 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-11.js; - * @description: Array.prototype.filter - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-11.js + * @description Array.prototype.filter - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-12.js index 9ae60c2f85..004a48b4af 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-12.js; - * @description: Array.prototype.filter - 'callbackfn' is a function; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-12.js + * @description Array.prototype.filter - 'callbackfn' is a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-15.js index 053c4311a3..d13d428715 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-15.js; - * @description: Array.prototype.filter - calling with no callbackfn is the same as passing undefined for callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-15.js + * @description Array.prototype.filter - calling with no callbackfn is the same as passing undefined for callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-2.js index e00a45642e..470692a0cd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-2.js; - * @description: Array.prototype.filter throws ReferenceError if callbackfn is unreferenced; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-2.js + * @description Array.prototype.filter throws ReferenceError if callbackfn is unreferenced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-3.js index f46c8d5e20..cf5df27904 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-3.js; - * @description: Array.prototype.filter throws TypeError if callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-3.js + * @description Array.prototype.filter throws TypeError if callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-4.js index 127d855cc5..680c049dea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-4.js; - * @description: Array.prototype.filter throws TypeError if callbackfn is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-4.js + * @description Array.prototype.filter throws TypeError if callbackfn is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-5.js index cbaec2ee15..d0c7e4f8d2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-5.js; - * @description: Array.prototype.filter throws TypeError if callbackfn is number; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-5.js + * @description Array.prototype.filter throws TypeError if callbackfn is number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-6.js index 07bd8b38ec..816c62df0e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-6.js; - * @description: Array.prototype.filter throws TypeError if callbackfn is string; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-6.js + * @description Array.prototype.filter throws TypeError if callbackfn is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-7.js index aeb26ed0ab..4d8583571d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-7.js; - * @description: Array.prototype.filter throws TypeError if callbackfn is Object without [[Call]] internal method; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-7.js + * @description Array.prototype.filter throws TypeError if callbackfn is Object without [[Call]] internal method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-8.js index 958222dd1f..c1e6fd6991 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-8.js; - * @description: Array.prototype.filter - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-8.js + * @description Array.prototype.filter - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-9.js index 67ddb32a6d..759dce013f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-9.js; - * @description: Array.prototype.filter - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-4-9.js + * @description Array.prototype.filter - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s.js index 39809a375d..041f8ddad0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s.js; - * @description: Array.prototype.filter - thisArg not passed to strict callbackfn; - * @strict_only; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s.js + * @description Array.prototype.filter - thisArg not passed to strict callbackfn + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1.js index a9df4b9d84..39adb24a9c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1.js; - * @description: Array.prototype.filter - thisArg is passed; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1.js + * @description Array.prototype.filter - thisArg is passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-10.js index 2e6f99ad57..1ac89c9e62 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-10.js; - * @description: Array.prototype.filter - Array Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-10.js + * @description Array.prototype.filter - Array Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-11.js index defbdaec1b..0c4aa2cdf5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-11.js; - * @description: Array.prototype.filter - String Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-11.js + * @description Array.prototype.filter - String Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-12.js index abadb21965..a30d4792ec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-12.js; - * @description: Array.prototype.filter - Boolean Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-12.js + * @description Array.prototype.filter - Boolean Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-13.js index d5fe622372..10af5c5998 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-13.js; - * @description: Array.prototype.filter - Number Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-13.js + * @description Array.prototype.filter - Number Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-14.js index 3659b77706..7a35732c90 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-14.js; - * @description: Array.prototype.filter - the Math object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-14.js + * @description Array.prototype.filter - the Math object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-15.js index 7798f499d9..d6f2fcce94 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-15.js; - * @description: Array.prototype.filter - Date Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-15.js + * @description Array.prototype.filter - Date Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-16.js index 4b63577f1e..edaa1b7d54 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-16.js; - * @description: Array.prototype.filter - RegExp Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-16.js + * @description Array.prototype.filter - RegExp Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-17.js index 82d4fa9ca6..1240410894 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-17.js; - * @description: Array.prototype.filter - the JSON object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-17.js + * @description Array.prototype.filter - the JSON object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-18.js index cb38c3aece..c5fee9d762 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-18.js; - * @description: Array.prototype.filter - Error Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-18.js + * @description Array.prototype.filter - Error Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-19.js index c213928796..cf3ce52211 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-19.js; - * @description: Array.prototype.filter - the Arguments object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-19.js + * @description Array.prototype.filter - the Arguments object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-2.js index 5c42b0ebf9..e3430fb466 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-2.js; - * @description: Array.prototype.filter - thisArg is Object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-2.js + * @description Array.prototype.filter - thisArg is Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-21.js index c9d295fdc3..8956d23e89 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-21.js; - * @description: Array.prototype.filter - the global object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-21.js + * @description Array.prototype.filter - the global object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-22.js index 13f7aad0c7..7a643e449a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-22.js; - * @description: Array.prototype.filter - boolean primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-22.js + * @description Array.prototype.filter - boolean primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-23.js index 025e55d26f..ef31f5c029 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-23.js; - * @description: Array.prototype.filter - number primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-23.js + * @description Array.prototype.filter - number primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-24.js index d75484e14c..2b3ef2032d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-24.js; - * @description: Array.prototype.filter - string primitive can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-24.js + * @description Array.prototype.filter - string primitive can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-27.js index 4931261cdd..3f3f8072f3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-27.js; - * @description: Array.prototype.filter - Array.isArray(arg) returns true when arg is the returned array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-27.js + * @description Array.prototype.filter - Array.isArray(arg) returns true when arg is the returned array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-28.js index fa7b3f676f..1bfa3bbb8a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-28.js; - * @description: Array.prototype.filter - the returned array is instanceof Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-28.js + * @description Array.prototype.filter - the returned array is instanceof Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-29.js index 0ba00defb8..d77bf6b327 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-29.js; - * @description: Array.prototype.filter - returns an array whose length is 0; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-29.js + * @description Array.prototype.filter - returns an array whose length is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-3.js index b9938d8cb2..250b8b0bbe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-3.js; - * @description: Array.prototype.filter - thisArg is Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-3.js + * @description Array.prototype.filter - thisArg is Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-30.js index 0ea29208be..aba2a75051 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-30.js; - * @description: Array.prototype.filter - thisArg not passed; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-30.js + * @description Array.prototype.filter - thisArg not passed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-4.js index 994c20f357..879096d886 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-4.js; - * @description: Array.prototype.filter - thisArg is object from object template(prototype); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-4.js + * @description Array.prototype.filter - thisArg is object from object template(prototype) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-5.js index 971bcfec7b..2855c0e214 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-5.js; - * @description: Array.prototype.filter - thisArg is object from object template; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-5.js + * @description Array.prototype.filter - thisArg is object from object template */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-6.js index ffafb39c50..0070e33fcb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-6.js; - * @description: Array.prototype.filter - thisArg is function; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-6.js + * @description Array.prototype.filter - thisArg is function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-7.js index 5ee2651f1b..7cfa52c775 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-7.js; - * @description: Array.prototype.filter - built-in functions can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-7.js + * @description Array.prototype.filter - built-in functions can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-9.js index 79a3763326..51d53493db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-9.js; - * @description: Array.prototype.filter - Function Object can be used as thisArg; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-9.js + * @description Array.prototype.filter - Function Object can be used as thisArg */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-1.js index 7f253beab2..4c7e8a1d2d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-1.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-1.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-2.js index 0d072eea5d..446911d212 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-2.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-2.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-3.js index c0bd64b995..3d0574bbad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-3.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-3.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-4.js index c316d157cb..2890544bbf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-4.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-4.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-5.js index dde8c1ec6d..188274aa74 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-5.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-5.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-6.js index 30a56ec5ee..c36990d448 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-6.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-6.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-7.js index 1604bce998..4148431b06 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-7.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-7.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-8.js index 21d696ac6f..fd162f1c57 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-8.js; - * @description: Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden with []; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-6-8.js + * @description Array.prototype.filter returns an empty array if 'length' is 0 (subclassed Array, length overridden with [] */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-1.js index 5b20577508..2b6303b07d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-1.js; - * @description: Array.prototype.filter doesn't consider new elements added to array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-1.js + * @description Array.prototype.filter doesn't consider new elements added to array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-2.js index 3e5c2692c3..7d194a9f70 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-2.js; - * @description: Array.prototype.filter considers new value of elements in array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-2.js + * @description Array.prototype.filter considers new value of elements in array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-3.js index 8922ea56d8..b9bf077dda 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-3.js; - * @description: Array.prototype.filter doesn't visit deleted elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-3.js + * @description Array.prototype.filter doesn't visit deleted elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-4.js index 6f53915e29..e65fbca155 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-4.js; - * @description: Array.prototype.filter doesn't visit deleted elements when Array.length is decreased; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-4.js + * @description Array.prototype.filter doesn't visit deleted elements when Array.length is decreased */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-5.js index c1ebc8070f..fd88d890cb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-5.js; - * @description: Array.prototype.filter doesn't consider newly added elements in sparse array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-5.js + * @description Array.prototype.filter doesn't consider newly added elements in sparse array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-6.js index 5d5780033b..4763d4e27b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-6.js; - * @description: Array.prototype.filter visits deleted element in array after the call when same index is also present in prototype; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-6.js + * @description Array.prototype.filter visits deleted element in array after the call when same index is also present in prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-7.js index ee8ed59fec..ee0062c25f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-7.js; - * @description: Array.prototype.filter stops calling callbackfn once the array is deleted during the call; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-7.js + * @description Array.prototype.filter stops calling callbackfn once the array is deleted during the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-8.js index 11521c62b2..6a0c552207 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-8.js; - * @description: Array.prototype.filter - no observable effects occur if len is 0; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-8.js + * @description Array.prototype.filter - no observable effects occur if len is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-9.js index 881fb5e8d8..c6fa317b47 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-9.js; - * @description: Array.prototype.filter - modifications to length don't change number of iterations; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-9.js + * @description Array.prototype.filter - modifications to length don't change number of iterations */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-1.js index 58405988af..f20aeaddcf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-1.js; - * @description: Array.prototype.filter - callbackfn not called for indexes never been assigned values; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-1.js + * @description Array.prototype.filter - callbackfn not called for indexes never been assigned values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-10.js index 1956e05728..3a14aeadc1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-10.js; - * @description: Array.prototype.filter - deleting property of prototype causes prototype index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-10.js + * @description Array.prototype.filter - deleting property of prototype causes prototype index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-11.js index 23d94d42a0..76989ad698 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-11.js; - * @description: Array.prototype.filter - deleting property of prototype causes prototype index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-11.js + * @description Array.prototype.filter - deleting property of prototype causes prototype index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-12.js index a7da4ff47d..fe462d83ad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-12.js; - * @description: Array.prototype.filter - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-12.js + * @description Array.prototype.filter - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-13.js index 820a8798fd..7713229dac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-13.js; - * @description: Array.prototype.filter - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-13.js + * @description Array.prototype.filter - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-14.js index ac4767d1c2..319a399354 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-14.js; - * @description: Array.prototype.filter - decreasing length of array causes index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-14.js + * @description Array.prototype.filter - decreasing length of array causes index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-15.js index 60f52126e9..154b9ca292 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-15.js; - * @description: Array.prototype.filter - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-15.js + * @description Array.prototype.filter - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-16.js index f6da56982d..6dcb988efe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-16.js; - * @description: Array.prototype.filter - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-16.js + * @description Array.prototype.filter - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-2.js index 8be522978b..ba36ba4cdf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-2.js; - * @description: Array.prototype.filter - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-2.js + * @description Array.prototype.filter - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-3.js index 63c7d732a4..36bbd1526f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-3.js; - * @description: Array.prototype.filter - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-3.js + * @description Array.prototype.filter - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-4.js index fb73a20562..f1ac12890e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-4.js; - * @description: Array.prototype.filter - properties added into own object after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-4.js + * @description Array.prototype.filter - properties added into own object after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-5.js index 537e50e3b2..23c67834f6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-5.js; - * @description: Array.prototype.filter - properties added into own object after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-5.js + * @description Array.prototype.filter - properties added into own object after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-6.js index d741194210..b7ff24527a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-6.js; - * @description: Array.prototype.filter - properties can be added to prototype after current position are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-6.js + * @description Array.prototype.filter - properties can be added to prototype after current position are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-7.js index d97defc5af..67b88867e1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-7.js; - * @description: Array.prototype.filter - properties can be added to prototype after current position are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-7.js + * @description Array.prototype.filter - properties can be added to prototype after current position are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-8.js index 45677ac8ee..ab95952245 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-8.js; - * @description: Array.prototype.filter - deleting own property causes index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-8.js + * @description Array.prototype.filter - deleting own property causes index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-9.js index 4440e0cde5..cee425e599 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-9.js; - * @description: Array.prototype.filter - deleting own property causes index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-b-9.js + * @description Array.prototype.filter - deleting own property causes index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-1.js index dd2169fcb5..3637ef51bb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-1.js; - * @description: Array.prototype.filter - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-1.js + * @description Array.prototype.filter - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-10.js index b46c9ab7cf..3a5d9c348c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-10.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-10.js + * @description Array.prototype.filter - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-11.js index ca7e826e6f..228066c4cb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-11.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-11.js + * @description Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-12.js index a044be55e5..0c23648bfa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-12.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-12.js + * @description Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-13.js index ac03a28028..49299d821d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-13.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-13.js + * @description Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-14.js index 4b2bdc1c97..1ff54dc22a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-14.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-14.js + * @description Array.prototype.filter - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-15.js index 464f2b92a0..ad4372ee5f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-15.js; - * @description: Array.prototype.filter - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-15.js + * @description Array.prototype.filter - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-16.js index e54d6688fb..20b94d8810 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-16.js; - * @description: Array.prototype.filter - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-16.js + * @description Array.prototype.filter - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-17.js index 6bbd2915a1..c6d701f17d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-17.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-17.js + * @description Array.prototype.filter - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-18.js index 8a3a8afd2a..420852848b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-18.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-18.js + * @description Array.prototype.filter - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-19.js index 6a8705ec3f..8821d67cea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-19.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-19.js + * @description Array.prototype.filter - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-2.js index c562255d56..cc2b753b41 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-2.js; - * @description: Array.prototype.filter - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-2.js + * @description Array.prototype.filter - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-20.js index 01271a59f7..0c5402f4fa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-20.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-20.js + * @description Array.prototype.filter - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-21.js index 1044621c2e..caff1f3698 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-21.js; - * @description: Array.prototype.filter - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-21.js + * @description Array.prototype.filter - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-22.js index 7026b30b59..9c7f917ed9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-22.js; - * @description: Array.prototype.filter - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-22.js + * @description Array.prototype.filter - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-23.js index 958fe4769c..c9faf05d38 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-23.js; - * @description: Array.prototype.filter - This object is the global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-23.js + * @description Array.prototype.filter - This object is the global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-25.js index bc4c413f07..6b918d0b7f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-25.js; - * @description: Array.prototype.filter - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-25.js + * @description Array.prototype.filter - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-26.js index 684ed4f758..015a4adf79 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-26.js; - * @description: Array.prototype.filter - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-26.js + * @description Array.prototype.filter - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-27.js index f098d70739..d0b7c9603a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-27.js; - * @description: Array.prototype.filter - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-27.js + * @description Array.prototype.filter - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-28.js index 193ca1dba3..4bfc9fd31b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-28.js; - * @description: Array.prototype.filter - element changed by getter on previous iterations is observed on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-28.js + * @description Array.prototype.filter - element changed by getter on previous iterations is observed on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-29.js index ef73aa4af8..7c9917d988 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-29.js; - * @description: Array.prototype.filter - element changed by getter on previous iterations is observed on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-29.js + * @description Array.prototype.filter - element changed by getter on previous iterations is observed on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-3.js index c66e6c40b7..31a0825cc4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-3.js; - * @description: Array.prototype.filter - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-3.js + * @description Array.prototype.filter - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-30.js index 632738187b..fe3a69bda1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-30.js; - * @description: Array.prototype.filter - unnhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-30.js + * @description Array.prototype.filter - unnhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-31.js index 1b436c146c..e8ce18ece8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-31.js; - * @description: Array.prototype.filter - unnhandled exceptions happened in getter terminate iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-31.js + * @description Array.prototype.filter - unnhandled exceptions happened in getter terminate iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-4.js index 2f9ff6b361..7f74f5d670 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-4.js; - * @description: Array.prototype.filter - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-4.js + * @description Array.prototype.filter - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-5.js index 97761a1fdc..8c0fd7d810 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-5.js; - * @description: Array.prototype.filter - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-5.js + * @description Array.prototype.filter - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-6.js index c10fb37c7a..4d882d42d6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-6.js; - * @description: Array.prototype.filter - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-6.js + * @description Array.prototype.filter - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-7.js index 57c4da9e9c..8d4aea1186 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-7.js; - * @description: Array.prototype.filter - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-7.js + * @description Array.prototype.filter - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-8.js index 94fa0c2141..f3098e082f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-8.js; - * @description: Array.prototype.filter - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-8.js + * @description Array.prototype.filter - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-9.js index e9f268409f..8d049a7280 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-9.js; - * @description: Array.prototype.filter - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-i-9.js + * @description Array.prototype.filter - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-1.js index a55a1c2aab..c1c0bbbd0f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-1.js; - * @description: Array.prototype.filter - callbackfn called with correct parameters; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-1.js + * @description Array.prototype.filter - callbackfn called with correct parameters */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-10.js index 9cea786168..f110cbbf55 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-10.js; - * @description: Array.prototype.filter - callbackfn is called with 1 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-10.js + * @description Array.prototype.filter - callbackfn is called with 1 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-11.js index f2d4d25437..7a49095f18 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-11.js; - * @description: Array.prototype.filter - callbackfn is called with 2 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-11.js + * @description Array.prototype.filter - callbackfn is called with 2 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-12.js index bdc555b8a3..533bd80346 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-12.js; - * @description: Array.prototype.filter - callbackfn is called with 3 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-12.js + * @description Array.prototype.filter - callbackfn is called with 3 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-13.js index 7e4502020a..87dbfd758e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-13.js; - * @description: Array.prototype.filter - callbackfn that uses arguments object to get parameter value; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-13.js + * @description Array.prototype.filter - callbackfn that uses arguments object to get parameter value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-16.js index 560a5bdef9..28a76f7cd7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-16.js; - * @description: Array.prototype.filter - 'this' of 'callbackfn' is a Boolean object when T is not an object (T is a boolean); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-16.js + * @description Array.prototype.filter - 'this' of 'callbackfn' is a Boolean object when T is not an object (T is a boolean) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-17.js index 7563c05103..bef6e52d32 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-17.js; - * @description: Array.prototype.filter -'this' of 'callbackfn' is a Number object when T is not an object (T is a number); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-17.js + * @description Array.prototype.filter -'this' of 'callbackfn' is a Number object when T is not an object (T is a number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-18.js index 4df6a05d24..2db2e104e5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-18.js; - * @description: Array.prototype.filter - 'this' of 'callbackfn' is an String object when T is not an object (T is a string); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-18.js + * @description Array.prototype.filter - 'this' of 'callbackfn' is an String object when T is not an object (T is a string) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-19.js index 8c9422d07b..faaa066042 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-19.js; - * @description: Array.prototype.filter - non-indexed properties are not called; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-19.js + * @description Array.prototype.filter - non-indexed properties are not called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-2.js index 4bcf6490a9..7b5d9de10c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-2.js; - * @description: Array.prototype.filter - callbackfn takes 3 arguments; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-2.js + * @description Array.prototype.filter - callbackfn takes 3 arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-20.js index 024295d192..5226354f5a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-20.js; - * @description: Array.prototype.filter - callbackfn called with correct parameters (thisArg is correct); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-20.js + * @description Array.prototype.filter - callbackfn called with correct parameters (thisArg is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-21.js index 1926447bc9..1804670a91 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-21.js; - * @description: Array.prototype.filter - callbackfn called with correct parameters (kValue is correct); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-21.js + * @description Array.prototype.filter - callbackfn called with correct parameters (kValue is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-22.js index 381d692ecf..d5aa36bd60 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-22.js; - * @description: Array.prototype.filter - callbackfn called with correct parameters (the index k is correct); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-22.js + * @description Array.prototype.filter - callbackfn called with correct parameters (the index k is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-23.js index 37ac87e4c8..c161b0770a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-23.js; - * @description: Array.prototype.filter - callbackfn called with correct parameters (this object O is correct); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-23.js + * @description Array.prototype.filter - callbackfn called with correct parameters (this object O is correct) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-4.js index 69a471c030..61f738e58d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-4.js; - * @description: Array.prototype.filter - k values are passed in ascending numeric order; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-4.js + * @description Array.prototype.filter - k values are passed in ascending numeric order */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-5.js index ff62733a3b..4ac6a8271b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-5.js; - * @description: Array.prototype.filter - k values are accessed during each iteration and not prior to starting the loop on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-5.js + * @description Array.prototype.filter - k values are accessed during each iteration and not prior to starting the loop on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-6.js index 96ecb9ca33..cd2b841d86 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-6.js; - * @description: Array.prototype.filter - arguments to callbackfn are self consistent; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-6.js + * @description Array.prototype.filter - arguments to callbackfn are self consistent */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-7.js index 30b4e0b7a3..5533ef743f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-7.js; - * @description: Array.prototype.filter - unhandled exceptions happened in callbackfn terminate iteration; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-7.js + * @description Array.prototype.filter - unhandled exceptions happened in callbackfn terminate iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-8.js index f7b59dfba5..c79d5b750f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-8.js; - * @description: Array.prototype.filter - element changed by callbackfn on previous iterations is observed; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-8.js + * @description Array.prototype.filter - element changed by callbackfn on previous iterations is observed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-9.js index 2030a8a8b5..c881c8e6c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-9.js; - * @description: Array.prototype.filter - callbackfn is called with 0 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-ii-9.js + * @description Array.prototype.filter - callbackfn is called with 0 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-1.js index aa9acceb09..a0ef9ed547 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-1.js; - * @description: Array.prototype.filter - value of returned array element equals to 'kValue'; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-1.js + * @description Array.prototype.filter - value of returned array element equals to 'kValue' */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-2.js index 1a7fd762f7..9b190ca344 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-2.js; - * @description: Array.prototype.filter - value of returned array element can be overwritten; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-2.js + * @description Array.prototype.filter - value of returned array element can be overwritten */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-3.js index 87f5f05153..08f84bac9f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-3.js; - * @description: Array.prototype.filter - value of returned array element can be enumerated; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-3.js + * @description Array.prototype.filter - value of returned array element can be enumerated */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-4.js index 93ca4e4443..08c2e469c5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-4.js; - * @description: Array.prototype.filter - value of returned array element can be changed or deleted; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-4.js + * @description Array.prototype.filter - value of returned array element can be changed or deleted */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-5.js index fd301da64d..a012b2c2f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-5.js; - * @description: Array.prototype.filter - values of 'to' are passed in acending numeric order; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-5.js + * @description Array.prototype.filter - values of 'to' are passed in acending numeric order */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-6.js index 12561907e8..e8064806d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-6.js; - * @description: Array.prototype.filter - values of 'to' are accessed during each iteration when 'selected' is converted to true and not prior to starting the loop; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1-6.js + * @description Array.prototype.filter - values of 'to' are accessed during each iteration when 'selected' is converted to true and not prior to starting the loop */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1.js index 994b48f4a7..46e882b66e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1.js; - * @description: Array.prototype.filter - getOwnPropertyDescriptor(all true) of returned array element; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-1.js + * @description Array.prototype.filter - getOwnPropertyDescriptor(all true) of returned array element */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-10.js index e512bcb75a..b4713e0558 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-10.js; - * @description: Array.prototype.filter return value of callbackfn is a number (value is negative number); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-10.js + * @description Array.prototype.filter return value of callbackfn is a number (value is negative number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-11.js index 5911a65528..016c516a8b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-11.js; - * @description: Array.prototype.filter return value of callbackfn is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-11.js + * @description Array.prototype.filter return value of callbackfn is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-12.js index e90ea7ab2e..09b30e4fda 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-12.js; - * @description: Array.prototype.filter return value of callbackfn is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-12.js + * @description Array.prototype.filter return value of callbackfn is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-13.js index 64a30f4791..7dbf1267b3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-13.js; - * @description: Array.prototype.filter return value of callbackfn is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-13.js + * @description Array.prototype.filter return value of callbackfn is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-14.js index 9d7cd2e9f2..c4f500e362 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-14.js; - * @description: Array.prototype.filter return value of callbackfn is an empty string; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-14.js + * @description Array.prototype.filter return value of callbackfn is an empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-15.js index 38b0a1f7ba..3d83d104f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-15.js; - * @description: Array.prototype.filter return value of callbackfn is a non-empty string; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-15.js + * @description Array.prototype.filter return value of callbackfn is a non-empty string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-16.js index ca91226aec..33b2dbca0d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-16.js; - * @description: Array.prototype.filter return value of callbackfn is a Function object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-16.js + * @description Array.prototype.filter return value of callbackfn is a Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-17.js index 1f3fbb3739..31f2ad4f53 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-17.js; - * @description: Array.prototype.filter return value of callbackfn is an Array object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-17.js + * @description Array.prototype.filter return value of callbackfn is an Array object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-18.js index 8ecd096a11..ffd3cb7565 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-18.js; - * @description: Array.prototype.filter return value of callbackfn is a String object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-18.js + * @description Array.prototype.filter return value of callbackfn is a String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-19.js index d374918ff2..06deb8c683 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-19.js; - * @description: Array.prototype.filter return value of callbackfn is a Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-19.js + * @description Array.prototype.filter return value of callbackfn is a Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-2.js index 9ef40e8c07..239e6548cc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-2.js; - * @description: Array.prototype.filter - return value of callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-2.js + * @description Array.prototype.filter - return value of callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-20.js index b873374673..8801af8c91 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-20.js; - * @description: Array.prototype.filter - return value of callbackfn is a Number object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-20.js + * @description Array.prototype.filter - return value of callbackfn is a Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-21.js index 6d5da086e7..de504c9fb2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-21.js; - * @description: Array.prototype.filter - return value of callbackfn is the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-21.js + * @description Array.prototype.filter - return value of callbackfn is the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-22.js index ffafab2dee..7d619a1446 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-22.js; - * @description: Array.prototype.filter - return value of callbackfn is a Date object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-22.js + * @description Array.prototype.filter - return value of callbackfn is a Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-23.js index 871cbbd2a0..0d328ddc00 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-23.js; - * @description: Array.prototype.filter - return value of callbackfn is a RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-23.js + * @description Array.prototype.filter - return value of callbackfn is a RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-24.js index 45460906e2..6237c64222 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-24.js; - * @description: Array.prototype.filter - return value of callbackfn is the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-24.js + * @description Array.prototype.filter - return value of callbackfn is the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-25.js index b01e7a62cb..385f60e5d3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-25.js; - * @description: Array.prototype.filter - return value of callbackfn is an Error object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-25.js + * @description Array.prototype.filter - return value of callbackfn is an Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-26.js index d8d5ec8a0d..374625302f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-26.js; - * @description: Array.prototype.filter - return value of callbackfn is the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-26.js + * @description Array.prototype.filter - return value of callbackfn is the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-28.js index 6d476025a7..422c8de202 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-28.js; - * @description: Array.prototype.filter - return value of callbackfn is the global object; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-28.js + * @description Array.prototype.filter - return value of callbackfn is the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-29.js index 3803f131a2..e55d8bc375 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-29.js; - * @description: Array.prototype.filter - false prevents element added to output Array; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-29.js + * @description Array.prototype.filter - false prevents element added to output Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-3.js index 3b2770aaff..6b53cfa6b6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-3.js; - * @description: Array.prototype.filter - return value of callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-3.js + * @description Array.prototype.filter - return value of callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-30.js index 643d6d5ba8..1eacbe9f40 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-30.js; - * @description: Array.prototype.filter - return value (new Boolean(false)) of callbackfn is treated as true value; + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-30.js + * @description Array.prototype.filter - return value (new Boolean(false)) of callbackfn is treated as true value */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-4.js index d014f95cc4..fcd7d7542a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-4.js; - * @description: Array.prototype.filter - return value of callbackfn is a boolean (value is false); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-4.js + * @description Array.prototype.filter - return value of callbackfn is a boolean (value is false) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-5.js index c27dbbb2f4..b16e1108b2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-5.js; - * @description: Array.prototype.filter - return value of callbackfn is a boolean (value is true); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-5.js + * @description Array.prototype.filter - return value of callbackfn is a boolean (value is true) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-6.js index d792ff0294..0f87d00310 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-6.js; - * @description: Array.prototype.filter - return value of callbackfn is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-6.js + * @description Array.prototype.filter - return value of callbackfn is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-7.js index 337bc4eed1..a170a09d3c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-7.js; - * @description: Array.prototype.filter - return value of callbackfn is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-7.js + * @description Array.prototype.filter - return value of callbackfn is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-8.js index a748c1c393..bde85c94dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-8.js; - * @description: Array.prototype.filter - return value of callbackfn is a nunmber (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-8.js + * @description Array.prototype.filter - return value of callbackfn is a nunmber (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-9.js index aa5a86dfda..8ed1a00473 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-9.js; - * @description: Array.prototype.filter - return value of callbackfn is a number (value is positive number); + * @path chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-9-c-iii-9.js + * @description Array.prototype.filter - return value of callbackfn is a number (value is positive number) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-1.js index 8241685020..abe48529bf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-1.js; - * @description: Array.prototype.reduce must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-1.js + * @description Array.prototype.reduce must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-2.js index d07fad7557..9811844882 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-2.js; - * @description: Array.prototype.reduce.length must be 1; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-0-2.js + * @description Array.prototype.reduce.length must be 1 */ -assertTrue(Array.prototype.reduce.length === 1); +assertTruthy(Array.prototype.reduce.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-1.js index ac5ab32126..027a21a935 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-1.js; - * @description: Array.prototype.reduce applied to undefined; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-1.js + * @description Array.prototype.reduce applied to undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-10.js index ee3b36bad3..8ce468f0b3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-10.js; - * @description: Array.prototype.reduce applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-10.js + * @description Array.prototype.reduce applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-11.js index 4459c82694..4fa0841048 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-11.js; - * @description: Array.prototype.reduce applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-11.js + * @description Array.prototype.reduce applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-12.js index 9e4fe22a99..91d29deccc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-12.js; - * @description: Array.prototype.reduce applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-12.js + * @description Array.prototype.reduce applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-13.js index 541be2a537..415047e37e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-13.js; - * @description: Array.prototype.reduce applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-13.js + * @description Array.prototype.reduce applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-14.js index 412a81703d..0f4a959b7a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-14.js; - * @description: Array.prototype.reduce applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-14.js + * @description Array.prototype.reduce applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-15.js index 07dd878087..56bd41faf2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-15.js; - * @description: Array.prototype.reduce applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-15.js + * @description Array.prototype.reduce applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-2.js index 153c9898b9..5f77d261f0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-2.js; - * @description: Array.prototype.reduce applied to null; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-2.js + * @description Array.prototype.reduce applied to null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-3.js index 2a8babc544..0cda91c52c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-3.js; - * @description: Array.prototype.reduce applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-3.js + * @description Array.prototype.reduce applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-4.js index cf77c0e383..a7508c6d71 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-4.js; - * @description: Array.prototype.reduce applied to Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-4.js + * @description Array.prototype.reduce applied to Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-5.js index c7e69da48b..0c46e4ce81 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-5.js; - * @description: Array.prototype.reduce applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-5.js + * @description Array.prototype.reduce applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-6.js index 932c43a96c..08d5a50650 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-6.js; - * @description: Array.prototype.reduce applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-6.js + * @description Array.prototype.reduce applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-7.js index b4901aefea..e980559e13 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-7.js; - * @description: Array.prototype.reduce applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-7.js + * @description Array.prototype.reduce applied to string primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-8.js index 51d47cb665..ea38ec9380 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-8.js; - * @description: Array.prototype.reduce applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-8.js + * @description Array.prototype.reduce applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-9.js index 27481eb1ed..a35e9d20dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-9.js; - * @description: Array.prototype.reduce applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-1-9.js + * @description Array.prototype.reduce applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-1.js index 00d1a40dba..6f1618895e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-1.js; - * @description: Array.prototype.reduce doesn't mutate the Array on which it is called on; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-1.js + * @description Array.prototype.reduce doesn't mutate the Array on which it is called on */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-2.js index 41e68bdb26..71a41935a3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-2.js; - * @description: Array.prototype.reduce reduces the array in ascending order of indices; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-2.js + * @description Array.prototype.reduce reduces the array in ascending order of indices */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-3.js index a466644190..1d41aacd84 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-3.js; - * @description: Array.prototype.reduce - subclassed array of length 1; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-3.js + * @description Array.prototype.reduce - subclassed array of length 1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-4.js index b1ea72272b..f83ad7b5d5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-4.js; - * @description: Array.prototype.reduce - subclassed array with length more than 1; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-4.js + * @description Array.prototype.reduce - subclassed array with length more than 1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-5.js index 63e9d03257..a14445e899 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-5.js; - * @description: Array.prototype.reduce reduces the array in ascending order of indices(initialvalue present); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-5.js + * @description Array.prototype.reduce reduces the array in ascending order of indices(initialvalue present) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-6.js index 925b0cf611..ffd052cc05 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-6.js; - * @description: Array.prototype.reduce - subclassed array when initialvalue provided; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-6.js + * @description Array.prototype.reduce - subclassed array when initialvalue provided */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-7.js index b15f6fec8d..54b1269ab4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-7.js; - * @description: Array.prototype.reduce - subclassed array with length 1 and initialvalue provided; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-7.js + * @description Array.prototype.reduce - subclassed array with length 1 and initialvalue provided */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-8.js index 9b4b9c35e7..71831d5667 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-8.js; - * @description: Array.prototype.reduce doesn't visit expandos; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-10-8.js + * @description Array.prototype.reduce doesn't visit expandos */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-1.js index 9334afa248..c852f696b5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-1.js; - * @description: Array.prototype.reduce - 'length' is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-1.js + * @description Array.prototype.reduce - 'length' is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-10.js index ad80e6f82f..b48ffa02c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-10.js; - * @description: Array.prototype.reduce applied to Array-like object, 'length' is an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-10.js + * @description Array.prototype.reduce applied to Array-like object, 'length' is an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-11.js index a5e6b51a49..30c395e2e9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-11.js; - * @description: Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-11.js + * @description Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-12.js index 7089ed2f0a..861898db1a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-12.js; - * @description: Array.prototype.reduce - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-12.js + * @description Array.prototype.reduce - 'length' is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-13.js index 666bbe6574..b63ae177cc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-13.js; - * @description: Array.prototype.reduce applied to Array-like object that 'length' is inherited accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-13.js + * @description Array.prototype.reduce applied to Array-like object that 'length' is inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-14.js index 1e89babd28..44d490fdd2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-14.js; - * @description: Array.prototype.reduce applied to the Array-like object that 'length' property doesn't exist; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-14.js + * @description Array.prototype.reduce applied to the Array-like object that 'length' property doesn't exist */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-15.js index 3254b3e2aa..092b7df6d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-15.js; - * @description: Array.prototype.reduce - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-15.js + * @description Array.prototype.reduce - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-17.js index e544aa85f7..5e417137c4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-17.js; - * @description: Array.prototype.reduce applied to the Arguments object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-17.js + * @description Array.prototype.reduce applied to the Arguments object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-18.js index 706e895a74..9179d57456 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-18.js; - * @description: Array.prototype.reduce applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-18.js + * @description Array.prototype.reduce applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-19.js index 0e6085c001..bc133343d8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-19.js; - * @description: Array.prototype.reduce applied to Function object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-19.js + * @description Array.prototype.reduce applied to Function object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-2.js index 18fdcbf984..cf5ecbb2eb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-2.js; - * @description: Array.prototype.reduce - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-2.js + * @description Array.prototype.reduce - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-3.js index 2a7e001dd2..5b97d342d6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-3.js; - * @description: Array.prototype.reduce - 'length' is an own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-3.js + * @description Array.prototype.reduce - 'length' is an own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-4.js index 6235b99f2a..90f0ddfa09 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-4.js; - * @description: Array.prototype.reduce - 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-4.js + * @description Array.prototype.reduce - 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-5.js index 9a9c079c59..9260d9fef8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-5.js; - * @description: Array.prototype.reduce applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-5.js + * @description Array.prototype.reduce applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-6.js index dd3550d4b9..ed47803329 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-6.js; - * @description: Array.prototype.reduce applied to Array-like object, 'length' is an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-6.js + * @description Array.prototype.reduce applied to Array-like object, 'length' is an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-7.js index 650645bcad..dda4d7d32b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-7.js; - * @description: Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-7.js + * @description Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-8.js index da17414042..f1ea16ee8b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-8.js; - * @description: Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-8.js + * @description Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-9.js index 0ce8994c84..aa2205532d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-9.js; - * @description: Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-2-9.js + * @description Array.prototype.reduce applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-1.js index 75916fa5f4..f7fab3c8dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-1.js; - * @description: Array.prototype.reduce - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-1.js + * @description Array.prototype.reduce - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-10.js index c50bdb240d..aec577289b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-10.js; - * @description: Array.prototype.reduce - value of 'length' is number primitive (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-10.js + * @description Array.prototype.reduce - value of 'length' is number primitive (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-11.js index 3cdb08e07d..c9e2e84d66 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-11.js; - * @description: Array.prototype.reduce - 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-11.js + * @description Array.prototype.reduce - 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-12.js index b7302f8407..382b264d10 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-12.js; - * @description: Array.prototype.reduce - 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-12.js + * @description Array.prototype.reduce - 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-13.js index 5e58904a2b..fe4dcd4636 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-13.js; - * @description: Array.prototype.reduce - 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-13.js + * @description Array.prototype.reduce - 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-14.js index 956fc06680..c8a2ca5e52 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-14.js; - * @description: Array.prototype.reduce - 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-14.js + * @description Array.prototype.reduce - 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-15.js index ae3e3c9071..c214c9964b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-15.js; - * @description: Array.prototype.reduce - 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-15.js + * @description Array.prototype.reduce - 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-16.js index 0975151506..388ff813db 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-16.js; - * @description: Array.prototype.reduce - 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-16.js + * @description Array.prototype.reduce - 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-17.js index 19acda4a39..25e0aae697 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-17.js; - * @description: Array.prototype.reduce - 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-17.js + * @description Array.prototype.reduce - 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-18.js index 097597fe23..75b0952dcb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-18.js; - * @description: Array.prototype.reduce - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-18.js + * @description Array.prototype.reduce - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-19.js index 7e9bd5db66..6b09e47e16 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-19.js; - * @description: Array.prototype.reduce - value of 'length' is an Object which has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-19.js + * @description Array.prototype.reduce - value of 'length' is an Object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-2.js index 9e13f0d3dc..558596ec24 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-2.js; - * @description: Array.prototype.reduce - value of 'length' is a boolean (value is true); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-2.js + * @description Array.prototype.reduce - value of 'length' is a boolean (value is true) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-20.js index 8bf34fc8d0..8af3581b60 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-20.js; - * @description: Array.prototype.reduce - value of 'length' is an object which has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-20.js + * @description Array.prototype.reduce - value of 'length' is an object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-21.js index 7baf826917..31b68c0d5d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-21.js; - * @description: Array.prototype.reduce - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-21.js + * @description Array.prototype.reduce - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-22.js index eb4d46faea..3a5635e81c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-22.js; - * @description: Array.prototype.reduce throws TypeError exception - 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-22.js + * @description Array.prototype.reduce throws TypeError exception - 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-23.js index 57b5e5ca66..5189c12e33 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-23.js; - * @description: Array.prototype.reduce uses inherited valueOf method - 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-23.js + * @description Array.prototype.reduce uses inherited valueOf method - 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-24.js index 5eace0c881..399088d89b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-24.js; - * @description: Array.prototype.reduce - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-24.js + * @description Array.prototype.reduce - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-25.js index 2596a07001..4ece99e962 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-25.js; - * @description: Array.prototype.reduce - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-25.js + * @description Array.prototype.reduce - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-28.js index e5fe4d3b4c..e2811bfb7f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-28.js; - * @description: Array.prototype.reduce - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-28.js + * @description Array.prototype.reduce - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-29.js index 0ddd21363f..83382f295c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-29.js; - * @description: Array.prototype.reduce - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-29.js + * @description Array.prototype.reduce - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-3.js index acfb5f429b..cffd55f21b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-3.js; - * @description: Array.prototype.reduce - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-3.js + * @description Array.prototype.reduce - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-4.js index 28fed55ebc..7972e6e604 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-4.js; - * @description: Array.prototype.reduce - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-4.js + * @description Array.prototype.reduce - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-5.js index 2c279d2102..e3406cae79 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-5.js; - * @description: Array.prototype.reduce - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-5.js + * @description Array.prototype.reduce - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-6.js index 08ee69d212..f2d56e15ce 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-6.js; - * @description: Array.prototype.reduce - value of 'length' is a number (value is positive); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-6.js + * @description Array.prototype.reduce - value of 'length' is a number (value is positive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-7.js index 984baa283a..d47e3b9e6f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-7.js; - * @description: Array.prototype.reduce - value of 'length' is a number (value is negative); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-7.js + * @description Array.prototype.reduce - value of 'length' is a number (value is negative) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-8.js index 50ba4996c9..e84a5db0ee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-8.js; - * @description: Array.prototype.reduce - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-8.js + * @description Array.prototype.reduce - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-9.js index 9840f872a0..ec04f25244 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-9.js; - * @description: Array.prototype.reduce - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-3-9.js + * @description Array.prototype.reduce - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-1.js index 395e613967..0ee78aa6c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-1.js; - * @description: Array.prototype.reduce throws TypeError if callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-1.js + * @description Array.prototype.reduce throws TypeError if callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-10.js index 0f4c44be02..81b113b650 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-10.js; - * @description: Array.prototype.reduce - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-10.js + * @description Array.prototype.reduce - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-11.js index d93a626f6a..29f54c4785 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-11.js; - * @description: Array.prototype.reduce - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-11.js + * @description Array.prototype.reduce - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-12.js index 7de16ff2ea..e34427e5e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-12.js; - * @description: Array.prototype.reduce - 'callbackfn' is a function; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-12.js + * @description Array.prototype.reduce - 'callbackfn' is a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-15.js index 89d2fa5b87..7d3621eda2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-15.js; - * @description: Array.prototype.reduce - calling with no callbackfn is the same as passing undefined for callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-15.js + * @description Array.prototype.reduce - calling with no callbackfn is the same as passing undefined for callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-2.js index ec585fbfdc..f759ebb06c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-2.js; - * @description: Array.prototype.reduce throws ReferenceError if callbackfn is unreferenced; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-2.js + * @description Array.prototype.reduce throws ReferenceError if callbackfn is unreferenced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-3.js index f8b024fd0a..5d907d410a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-3.js; - * @description: Array.prototype.reduce throws TypeError if callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-3.js + * @description Array.prototype.reduce throws TypeError if callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-4.js index c285dcb14b..648893065d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-4.js; - * @description: Array.prototype.reduce throws TypeError if callbackfn is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-4.js + * @description Array.prototype.reduce throws TypeError if callbackfn is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-5.js index b16b559160..7850360624 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-5.js; - * @description: Array.prototype.reduce throws TypeError if callbackfn is number; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-5.js + * @description Array.prototype.reduce throws TypeError if callbackfn is number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-6.js index 8535436e40..a595d1d70a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-6.js; - * @description: Array.prototype.reduce throws TypeError if callbackfn is string; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-6.js + * @description Array.prototype.reduce throws TypeError if callbackfn is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-7.js index a591c11640..380aca764d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-7.js; - * @description: Array.prototype.reduce throws TypeError if callbackfn is Object without [[Call]] internal method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-7.js + * @description Array.prototype.reduce throws TypeError if callbackfn is Object without [[Call]] internal method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-8.js index e62a1dae17..2b094d040c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-8.js; - * @description: Array.prototype.reduce - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-8.js + * @description Array.prototype.reduce - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-9.js index 9c823a5ad6..e377fb5c04 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-9.js; - * @description: Array.prototype.reduce - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-4-9.js + * @description Array.prototype.reduce - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-1.js index aeffef9532..7d00888af6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-1.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (empty array), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-1.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (empty array), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-10.js index 5906e8fe9d..46bce23bd4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-10.js; - * @description: Array.prototype.reduce - if exception occurs, it occurs after any side-effects that might be produced by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-10.js + * @description Array.prototype.reduce - if exception occurs, it occurs after any side-effects that might be produced by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-11.js index eb48ebeb2b..0253de218b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-11.js; - * @description: Array.prototype.reduce - if the exception occurs, it occurs after any side-effects that might be produced by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-11.js + * @description Array.prototype.reduce - if the exception occurs, it occurs after any side-effects that might be produced by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-12.js index eecb9d6b69..05b12c7aea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-12.js; - * @description: Array.prototype.reduce - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-12.js + * @description Array.prototype.reduce - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-13.js index e4e16375d5..61d5827ddd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-13.js; - * @description: Array.prototype.reduce - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-13.js + * @description Array.prototype.reduce - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-2.js index 9ec5e0d040..c9e652fc34 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-2.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to null (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-2.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to null (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-3.js index d87f29152f..1b12dc099a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-3.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to false (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-3.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to false (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-4.js index a51af72208..65a8f38048 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-4.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-4.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-5.js index 6529aff3ae..5583eb4bf2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-5.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-5.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-6.js index 0acb4a939b..4e4db8a07b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-6.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj with valueOf), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-6.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj with valueOf), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-7.js index 0a5c0c2a0b..ca9cb1cad5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-7.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-7.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-8.js index 839d4f9069..b518a5072d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-8.js; - * @description: Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden with []), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-8.js + * @description Array.prototype.reduce throws TypeError if 'length' is 0 (subclassed Array, length overridden with []), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-9.js index b2d52600ad..ae28ff5bb0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-9.js; - * @description: Array.prototype.reduce - 'initialValue' is returned if 'len' is 0 and 'initialValue' is present; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-5-9.js + * @description Array.prototype.reduce - 'initialValue' is returned if 'len' is 0 and 'initialValue' is present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-1.js index a8e86e1464..6abfe74d48 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-1.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-1.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-10.js index aa3382e972..32e42342e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-10.js; - * @description: Array.prototype.reduce - 'initialValue' is present; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-10.js + * @description Array.prototype.reduce - 'initialValue' is present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-11.js index aa1accf7ab..762e27e63b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-11.js; - * @description: Array.prototype.reduce - 'initialValue' is not present; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-11.js + * @description Array.prototype.reduce - 'initialValue' is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-2.js index 8357ed8561..99b6a30266 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-2.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-2.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-3.js index cd81714fc5..0596812deb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-3.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-3.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-4.js index 9278fed124..f6f150efa5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-4.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to 0 (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-4.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to 0 (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-5.js index 918d84f9da..33607c3ab8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-5.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-5.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-6.js index db5381ee6e..42226f71c9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-6.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-6.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-7.js index 636ca12ff4..3dbcc2aa1b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-7.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-7.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-8.js index 9539eaef6f..491b0acd7b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-8.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with []); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-8.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with []) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-9.js index a351d8401f..d782996b5c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-9.js; - * @description: Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with [0]); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-7-9.js + * @description Array.prototype.reduce returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with [0]) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-1.js index 3eccc95f35..80c8decf4c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-1.js; - * @description: Array.prototype.reduce - no observable effects occur if 'len' is 0; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-1.js + * @description Array.prototype.reduce - no observable effects occur if 'len' is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-2.js index a3af854895..2fc8d4e0d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-2.js; - * @description: Array.prototype.reduce - modifications to length don't change number of iterations in step 9; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-2.js + * @description Array.prototype.reduce - modifications to length don't change number of iterations in step 9 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-3.js index 0b1a18c766..27fe15f7cf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-3.js; - * @description: Array.prototype.reduce - loop is broken once 'kPresent' is true; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-3.js + * @description Array.prototype.reduce - loop is broken once 'kPresent' is true */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-1.js index 4164df34fd..01dcea7d71 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-1.js; - * @description: Array.prototype.reduce - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-1.js + * @description Array.prototype.reduce - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-2.js index 0d28fb1ea2..08ba1d2ad3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-2.js @@ -20,8 +20,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-2.js; - * @description: Array.prototype.reduce - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-ii-2.js + * @description Array.prototype.reduce - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-1.js index baa171b652..d9e8c45128 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-1.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-1.js + * @description Array.prototype.reduce - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-10.js index d27ef9c40d..e4c2962f3e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-10.js; - * @description: Array.prototype.reduce - when element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-10.js + * @description Array.prototype.reduce - when element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-11.js index 7ae9b4acf9..722f0bb1cf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-11.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-11.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-12.js index c0e109f915..96fa7c9424 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-12.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-12.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-13.js index 29e7507cc6..3ec57b374b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-13.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-13.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-14.js index 4a101e05e1..75803c3e73 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-14.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-14.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-15.js index ba370a10fd..8eb7a39339 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-15.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-15.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-16.js index 3623492f67..717e08d155 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-16.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-16.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-17.js index 1263189fc5..bebaac9250 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-17.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-17.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-18.js index 48811d53de..9788ac50f2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-18.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-18.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-19.js index c34a1281eb..ae260521bb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-19.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-19.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-2.js index 3729f8eb66..9c3a05d581 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-2.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-2.js + * @description Array.prototype.reduce - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-20.js index 40ad2d322c..1c2ce9816e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-20.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-20.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-21.js index 964590a3ab..7f54e2110a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-21.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-21.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-22.js index 75c02a0a3f..5cfbb18b3e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-22.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-22.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-23.js index faffb12b97..4be1cac9ed 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-23.js; - * @description: Array.prototype.reduce - This object is the global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-23.js + * @description Array.prototype.reduce - This object is the global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-25.js index 7086cac481..f92c1b41a3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-25.js; - * @description: Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-25.js + * @description Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-26.js index 81c810d25d..57dddbb53f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-26.js; - * @description: Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-26.js + * @description Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-27.js index ced574596d..c917254b14 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-27.js; - * @description: Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-27.js + * @description Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-28.js index f23755febb..0fd0501847 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-28.js; - * @description: Array.prototype.reduce - applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-28.js + * @description Array.prototype.reduce - applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-29.js index 638cca29e3..5a9e2d6440 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-29.js; - * @description: Array.prototype.reduce - applied to Function object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-29.js + * @description Array.prototype.reduce - applied to Function object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-3.js index 5cef7eaace..2c429e113b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-3.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-3.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-30.js index 748047ff3d..acd89616af 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-30.js; - * @description: Array.prototype.reduce - element changed by getter on current iterations is observed in subsequent iterations on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-30.js + * @description Array.prototype.reduce - element changed by getter on current iterations is observed in subsequent iterations on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-31.js index 9a384d16a6..44db4776a7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-31.js; - * @description: Array.prototype.reduce - element changed by getter on current iterations is observed in subsequent iterations on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-31.js + * @description Array.prototype.reduce - element changed by getter on current iterations is observed in subsequent iterations on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-32.js index 919307e963..16b16d433c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-32.js; - * @description: Array.prototype.reduce - exception in getter terminates iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-32.js + * @description Array.prototype.reduce - exception in getter terminates iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-33.js index abd22677bb..88c31490f6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-33.js; - * @description: Array.prototype.reduce - exception in getter terminates iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-33.js + * @description Array.prototype.reduce - exception in getter terminates iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-4.js index cbfb024f31..1e09f66516 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-4.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-4.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-5.js index adef47e0c7..469b044678 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-5.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-5.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-6.js index 98b0e702ec..de4725fa4b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-6.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-6.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-7.js index 71c35da0b4..aeca2a5346 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-7.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-7.js + * @description Array.prototype.reduce - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-8.js index f467cfd1dd..06fa65952d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-8.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-8.js + * @description Array.prototype.reduce - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-9.js index 1d2aa51256..76d85aa5c3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-9.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-b-iii-1-9.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-1.js index 2034d4d0f7..4c3366206a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-1.js; - * @description: Array.prototype.reduce throws TypeError when Array is empty and initialValue is not present; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-1.js + * @description Array.prototype.reduce throws TypeError when Array is empty and initialValue is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-2.js index c08528eddf..eb716cdcce 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-2.js; - * @description: Array.prototype.reduce throws TypeError when elements assigned values are deleted by reducing array length and initialValue is not present; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-2.js + * @description Array.prototype.reduce throws TypeError when elements assigned values are deleted by reducing array length and initialValue is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-3.js index c22d84b165..8a88cbed57 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-3.js; - * @description: Array.prototype.reduce throws TypeError when elements assigned values are deleted and initialValue is not present; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-3.js + * @description Array.prototype.reduce throws TypeError when elements assigned values are deleted and initialValue is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-4.js index 102b666b4f..6c65f1c18b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-4.js; - * @description: Array.prototype.reduce doesn't throw error when array has no own properties but prototype contains a single property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-4.js + * @description Array.prototype.reduce doesn't throw error when array has no own properties but prototype contains a single property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-5.js index 5a90ac8ed0..f3f9a08106 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-5.js; - * @description: Array.prototype.reduce - if exception occurs, it occurs after any side-effects that might be produced by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-5.js + * @description Array.prototype.reduce - if exception occurs, it occurs after any side-effects that might be produced by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-6.js index 2df03f5cc2..d5b095ed69 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-6.js @@ -20,8 +20,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-6.js; - * @description: Array.prototype.reduce - if exception occurs, it occurs after any side-effects that might be produced by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-6.js + * @description Array.prototype.reduce - if exception occurs, it occurs after any side-effects that might be produced by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-7.js index 64eb28f22d..bcdb25f8a5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-7.js; - * @description: Array.prototype.reduce - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-7.js + * @description Array.prototype.reduce - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-8.js index fbc24edd3e..967ac79fa6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-8.js @@ -20,8 +20,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-8.js; - * @description: Array.prototype.reduce - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-8-c-8.js + * @description Array.prototype.reduce - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-1.js index 7b017c3625..1def692905 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-1.js; - * @description: Array.prototype.reduce doesn't consider new elements added to array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-1.js + * @description Array.prototype.reduce doesn't consider new elements added to array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-10.js index cbcc45a968..e5d630e74a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-10.js; - * @description: Array.prototype.reduce called with an initial value doesn't consider new elements added to array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-10.js + * @description Array.prototype.reduce called with an initial value doesn't consider new elements added to array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-2.js index 001a1fc558..8206ca9ae3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-2.js; - * @description: Array.prototype.reduce considers new value of elements in array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-2.js + * @description Array.prototype.reduce considers new value of elements in array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-3.js index 51806cb268..bb284f7b39 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-3.js; - * @description: Array.prototype.reduce doesn't visit deleted elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-3.js + * @description Array.prototype.reduce doesn't visit deleted elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-4.js index ad32701c73..20bc7712c7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-4.js; - * @description: Array.prototype.reduce doesn't visit deleted elements when Array.length is decreased; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-4.js + * @description Array.prototype.reduce doesn't visit deleted elements when Array.length is decreased */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-5.js index 0b8af9ad45..79887951d4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-5.js; - * @description: Array.prototype.reduce - callbackfn not called for array with one element; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-5.js + * @description Array.prototype.reduce - callbackfn not called for array with one element */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-6.js index 0435ddc760..958c331a51 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-6.js; - * @description: Array.prototype.reduce visits deleted element in array after the call when same index is also present in prototype; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-6.js + * @description Array.prototype.reduce visits deleted element in array after the call when same index is also present in prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-7.js index 450e8cffcc..37ec11e2f0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-7.js; - * @description: Array.prototype.reduce stops calling callbackfn once the array is deleted during the call; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-7.js + * @description Array.prototype.reduce stops calling callbackfn once the array is deleted during the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-8.js index b762360281..b89c8c0317 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-8.js; - * @description: Array.prototype.reduce - no observable effects occur if 'len' is 0; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-8.js + * @description Array.prototype.reduce - no observable effects occur if 'len' is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-9.js index a69ebb46a0..dae57b9894 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-9.js; - * @description: Array.prototype.reduce - modifications to length don't change number of iterations in step 9; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-9.js + * @description Array.prototype.reduce - modifications to length don't change number of iterations in step 9 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-1.js index 4780c2e290..efe72fac24 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-1.js; - * @description: Array.prototype.reduce returns initialvalue when Array is empty and initialValue is present; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-1.js + * @description Array.prototype.reduce returns initialvalue when Array is empty and initialValue is present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-10.js index 9b5e9d8454..2df3a69b2d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-10.js; - * @description: Array.prototype.reduce - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-10.js + * @description Array.prototype.reduce - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-11.js index 173e5d3bee..e2ee8b61c1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-11.js; - * @description: Array.prototype.reduce - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-11.js + * @description Array.prototype.reduce - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-12.js index ef54ca3f2c..ebc21a4b3c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-12.js; - * @description: Array.prototype.reduce - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-12.js + * @description Array.prototype.reduce - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-13.js index 17f60188a6..8bdc0796ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-13.js; - * @description: Array.prototype.reduce - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-13.js + * @description Array.prototype.reduce - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-14.js index cf6828584f..d1f2bafb69 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-14.js; - * @description: Array.prototype.reduce - decreasing length of array in step 8 causes deleted index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-14.js + * @description Array.prototype.reduce - decreasing length of array in step 8 causes deleted index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-15.js index b49e2244a0..060a0e2a71 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-15.js; - * @description: Array.prototype.reduce - decreasing length of array with prototype property in step 8 causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-15.js + * @description Array.prototype.reduce - decreasing length of array with prototype property in step 8 causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-16.js index 5aeabc7b2d..f027ce3d54 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-16.js; - * @description: Array.prototype.reduce - decreasing length of array in step 8 does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-16.js + * @description Array.prototype.reduce - decreasing length of array in step 8 does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-17.js index 66f7e75205..b7c6fe48f4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-17.js; - * @description: Array.prototype.reduce - properties added into own object are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-17.js + * @description Array.prototype.reduce - properties added into own object are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-18.js index ea2aa207a7..7473fcbc3b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-18.js; - * @description: Array.prototype.reduce - properties added into own object are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-18.js + * @description Array.prototype.reduce - properties added into own object are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-19.js index bed493921d..1b8f3c1d02 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-19.js; - * @description: Array.prototype.reduce - properties added to prototype are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-19.js + * @description Array.prototype.reduce - properties added to prototype are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-2.js index 8827570a6c..f5378847e9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-2.js; - * @description: Array.prototype.reduce - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-2.js + * @description Array.prototype.reduce - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-20.js index 100e76e29c..7c5d8e616b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-20.js; - * @description: Array.prototype.reduce - properties can be added to prototype are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-20.js + * @description Array.prototype.reduce - properties can be added to prototype are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-21.js index 44993c96f7..cc9b52c269 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-21.js; - * @description: Array.prototype.reduce - deleting own property causes deleted index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-21.js + * @description Array.prototype.reduce - deleting own property causes deleted index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-22.js index bd44218ddd..2556e15d58 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-22.js; - * @description: Array.prototype.reduce - deleting own property causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-22.js + * @description Array.prototype.reduce - deleting own property causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-23.js index 015831b015..9b97505250 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-23.js; - * @description: Array.prototype.reduce - deleting property of prototype causes deleted index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-23.js + * @description Array.prototype.reduce - deleting property of prototype causes deleted index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-24.js index 45c0b67c09..130f348992 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-24.js; - * @description: Array.prototype.reduce - deleting property of prototype causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-24.js + * @description Array.prototype.reduce - deleting property of prototype causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-25.js index d0eb2f61c2..c763c0ca31 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-25.js; - * @description: Array.prototype.reduce - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-25.js + * @description Array.prototype.reduce - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-26.js index 69f6fed42c..05c027eb27 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-26.js; - * @description: Array.prototype.reduce - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-26.js + * @description Array.prototype.reduce - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-27.js index 691dd337df..f4aeb381e8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-27.js; - * @description: Array.prototype.reduce - decreasing length of array causes deleted index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-27.js + * @description Array.prototype.reduce - decreasing length of array causes deleted index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-28.js index 3ff09db0d4..058c05f787 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-28.js; - * @description: Array.prototype.reduce - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-28.js + * @description Array.prototype.reduce - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-29.js index 3f43359475..c5566a6723 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-29.js; - * @description: Array.prototype.reduce - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-29.js + * @description Array.prototype.reduce - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-3.js index 0f921e777d..f37af8c3b2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-3.js; - * @description: Array.prototype.reduce - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-3.js + * @description Array.prototype.reduce - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-4.js index 0db5579f16..cbbbd7d971 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-4.js; - * @description: Array.prototype.reduce - properties added into own object in step 8 are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-4.js + * @description Array.prototype.reduce - properties added into own object in step 8 are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-5.js index 633689e681..7e6312e4e6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-5.js; - * @description: Array.prototype.reduce - properties added into own object in step 8 are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-5.js + * @description Array.prototype.reduce - properties added into own object in step 8 are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-6.js index 56e3e10deb..f8ab4d8697 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-6.js; - * @description: Array.prototype.reduce - properties added to prototype in step 8 are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-6.js + * @description Array.prototype.reduce - properties added to prototype in step 8 are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-7.js index 7fc58d6e00..3ea0f5b141 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-7.js; - * @description: Array.prototype.reduce - properties added to prototype in step 8 are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-7.js + * @description Array.prototype.reduce - properties added to prototype in step 8 are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-8.js index a134d60551..ae63bdc982 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-8.js; - * @description: Array.prototype.reduce - deleting own property in step 8 causes deleted index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-8.js + * @description Array.prototype.reduce - deleting own property in step 8 causes deleted index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-9.js index 1e7301ee73..ee6f1e4e7a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-9.js; - * @description: Array.prototype.reduce - deleting own property in step 8 causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-b-9.js + * @description Array.prototype.reduce - deleting own property in step 8 causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-1.js index be7ac82640..fd8fbcb00b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-1.js; - * @description: Array.prototype.reduce - callbackfn not called for indexes never been assigned values; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-1.js + * @description Array.prototype.reduce - callbackfn not called for indexes never been assigned values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-1.js index 3c0d69e535..53c69d3686 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-1.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-1.js + * @description Array.prototype.reduce - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-10.js index 156308450a..3cf6005f66 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-10.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-10.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-11.js index b593d56270..792c100590 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-11.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-11.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-12.js index 32c68cb644..242dfd73ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-12.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-12.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-13.js index d6d061335c..f2ae281e3b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-13.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-13.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-14.js index 09a97f685c..2703a78240 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-14.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-14.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-15.js index e88a806435..a80fad36e5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-15.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-15.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-16.js index 27ac830835..7d5609cfdc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-16.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-16.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-17.js index 0e4ce807d8..bf85f423c5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-17.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-17.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-18.js index 1e91987e00..66c8dfe7d9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-18.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-18.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-19.js index 150f242941..410c0fa1a3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-19.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-19.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-2.js index d52eefa94d..b61750b5c5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-2.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-2.js + * @description Array.prototype.reduce - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-20.js index 02013da8e6..017f15b99a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-20.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-20.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-21.js index 3ffd089add..776806ba5d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-21.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-21.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-22.js index ee9ea034a8..53443dfa00 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-22.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-22.js + * @description Array.prototype.reduce - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-23.js index 274de81ffc..ec8a62194b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-23.js; - * @description: Array.prototype.reduce - This object is the global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-23.js + * @description Array.prototype.reduce - This object is the global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-25.js index 5cbe235844..737a9773f4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-25.js; - * @description: Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-25.js + * @description Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-26.js index e204e5c42f..cf145bb8d5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-26.js; - * @description: Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-26.js + * @description Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-27.js index 63fa776519..81f2fd1493 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-27.js; - * @description: Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-27.js + * @description Array.prototype.reduce - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-28.js index edbb57d7e4..cc04cc133e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-28.js; - * @description: Array.prototype.reduce - applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-28.js + * @description Array.prototype.reduce - applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-29.js index 86af5aade0..6f1bd3df06 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-29.js; - * @description: Array.prototype.reduce - applied to Function object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-29.js + * @description Array.prototype.reduce - applied to Function object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-3.js index cad13a3c9a..14b80e62f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-3.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-3.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-30.js index f7793e0214..c9dac9c1d7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-30.js; - * @description: Array.prototype.reduce - element changed by getter on previous iterations is observed on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-30.js + * @description Array.prototype.reduce - element changed by getter on previous iterations is observed on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-31.js index 2bc0c29dae..e9f94fc15a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-31.js; - * @description: Array.prototype.reduce - element changed by getter on previous iterations is observed on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-31.js + * @description Array.prototype.reduce - element changed by getter on previous iterations is observed on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-32.js index 9de7a06776..78708324ed 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-32.js; - * @description: Array.prototype.reduce - unnhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-32.js + * @description Array.prototype.reduce - unnhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-33.js index 1a33387763..ad0071868c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-33.js; - * @description: Array.prototype.reduce - unnhandled exceptions happened in getter terminate iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-33.js + * @description Array.prototype.reduce - unnhandled exceptions happened in getter terminate iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-4.js index 8c5fdd7656..8248f11e33 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-4.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-4.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-5.js index 2ffc1709d6..9d341852a9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-5.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-5.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-6.js index 59c16e15fe..d210d77e1d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-6.js; - * @description: Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-6.js + * @description Array.prototype.reduce - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-7.js index 8a3772415a..78d7dcc767 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-7.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-7.js + * @description Array.prototype.reduce - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-8.js index 3ba82de8ee..923e1554ee 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-8.js; - * @description: Array.prototype.reduce - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-8.js + * @description Array.prototype.reduce - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-9.js index bb38f2d276..9e710db1f0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-9.js; - * @description: Array.prototype.reduce - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-i-9.js + * @description Array.prototype.reduce - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-1.js index 1b73368e88..fdf168f537 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-1.js; - * @description: Array.prototype.reduce - callbackfn called with correct parameters (initialvalue not passed); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-1.js + * @description Array.prototype.reduce - callbackfn called with correct parameters (initialvalue not passed) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-10.js index 666a681329..a0baa5274d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-10.js; - * @description: Array.prototype.reduce - callbackfn is called with 1 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-10.js + * @description Array.prototype.reduce - callbackfn is called with 1 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-11.js index 5360a8402c..bca88d3159 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-11.js; - * @description: Array.prototype.reduce - callbackfn is called with 2 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-11.js + * @description Array.prototype.reduce - callbackfn is called with 2 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-12.js index 0b561e53ef..512f73bf9a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-12.js; - * @description: Array.prototype.reduce - callbackfn is called with 3 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-12.js + * @description Array.prototype.reduce - callbackfn is called with 3 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-13.js index 955c2ee26b..8c1230fb28 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-13.js; - * @description: Array.prototype.reduce - callbackfn is called with 4 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-13.js + * @description Array.prototype.reduce - callbackfn is called with 4 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-14.js index f96e3acb8c..f3ba643e05 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-14.js; - * @description: Array.prototype.reduce - callbackfn that uses arguments; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-14.js + * @description Array.prototype.reduce - callbackfn that uses arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-16.js index 8fba4ccfc8..ef597cae86 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-16.js; - * @description: Array.prototype.reduce - non-indexed properties are not called; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-16.js + * @description Array.prototype.reduce - non-indexed properties are not called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-17.js index 95730b73e9..254297cde6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-17.js; - * @description: Array.prototype.reduce - 'accumulator' used for current iteration is the result of previous iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-17.js + * @description Array.prototype.reduce - 'accumulator' used for current iteration is the result of previous iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-18.js index a1f91bcce7..ce7f8521b9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-18.js; - * @description: Array.prototype.reduce - value of 'accumulator' used for first iteration is the value of 'initialValue' when it is present on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-18.js + * @description Array.prototype.reduce - value of 'accumulator' used for first iteration is the value of 'initialValue' when it is present on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-19.js index 5818b4e972..1e2a96155b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-19.js; - * @description: Array.prototype.reduce - value of 'accumulator' used for first iteration is the value of least index property which is not undefined when 'initialValue' is not present on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-19.js + * @description Array.prototype.reduce - value of 'accumulator' used for first iteration is the value of least index property which is not undefined when 'initialValue' is not present on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-2.js index 2cc5d2b95f..01057298d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-2.js; - * @description: Array.prototype.reduce - callbackfn called with correct parameters (initialvalue passed); + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-2.js + * @description Array.prototype.reduce - callbackfn called with correct parameters (initialvalue passed) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-20.js index 9ad6bebeab..46feabd013 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-20.js; - * @description: Array.prototype.reduce - undefined can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-20.js + * @description Array.prototype.reduce - undefined can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-21.js index bb4e6e10da..eac6234567 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-21.js; - * @description: Array.prototype.reduce - null can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-21.js + * @description Array.prototype.reduce - null can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-22.js index e6feef3f8e..2debedc3fa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-22.js; - * @description: Array.prototype.reduce - boolean primitive can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-22.js + * @description Array.prototype.reduce - boolean primitive can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-23.js index ede02d0937..6d231689a5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-23.js; - * @description: Array.prototype.reduce - number primitive can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-23.js + * @description Array.prototype.reduce - number primitive can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-24.js index 67ad45258e..f04bd8d295 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-24.js; - * @description: Array.prototype.reduce - string primitive can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-24.js + * @description Array.prototype.reduce - string primitive can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-25.js index 4dc6e13be9..c26a8aa9fa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-25.js; - * @description: Array.prototype.reduce - Function object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-25.js + * @description Array.prototype.reduce - Function object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-26.js index c905431441..a7850652e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-26.js; - * @description: Array.prototype.reduce - Array object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-26.js + * @description Array.prototype.reduce - Array object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-27.js index 1ae6b07f3d..2f13cdbbb7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-27.js; - * @description: Array.prototype.reduce - String object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-27.js + * @description Array.prototype.reduce - String object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-28.js index abb90ecd5b..fdefc675fa 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-28.js; - * @description: Array.prototype.reduce - Boolean object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-28.js + * @description Array.prototype.reduce - Boolean object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-29.js index d53d453244..f79f7b18f3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-29.js; - * @description: Array.prototype.reduce - Number object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-29.js + * @description Array.prototype.reduce - Number object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-3.js index 342331917a..c1dd1bd7be 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-3.js; - * @description: Array.prototype.reduce - callbackfn takes 4 arguments; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-3.js + * @description Array.prototype.reduce - callbackfn takes 4 arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-30.js index 4eeb7b77f0..e177176c3e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-30.js; - * @description: Array.prototype.reduce - the Math object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-30.js + * @description Array.prototype.reduce - the Math object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-31.js index 38b280c98a..20d15ed33e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-31.js; - * @description: Array.prototype.reduce - Date object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-31.js + * @description Array.prototype.reduce - Date object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-32.js index 28ddd79fdb..7751f9c75d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-32.js; - * @description: Array.prototype.reduce - RegExp object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-32.js + * @description Array.prototype.reduce - RegExp object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-33.js index 7ffeda9e28..fe345492a9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-33.js; - * @description: Array.prototype.reduce - the JSON can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-33.js + * @description Array.prototype.reduce - the JSON can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-34.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-34.js index 3b7f2ccd25..c69b4d1bac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-34.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-34.js; - * @description: Array.prototype.reduce - Error object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-34.js + * @description Array.prototype.reduce - Error object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-35.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-35.js index d2ab750d7e..5e7d3c61a1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-35.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-35.js; - * @description: Array.prototype.reduce - the Arguments object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-35.js + * @description Array.prototype.reduce - the Arguments object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-37.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-37.js index f429fdd4e1..7716c5475c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-37.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-37.js; - * @description: Array.prototype.reduce - the global object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-37.js + * @description Array.prototype.reduce - the global object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s.js index 2525b5a0eb..5e9cf8a367 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s.js; - * @description: Array.prototype.reduce - undefined passed as thisValue to strict callbackfn; - * @strict_only; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s.js + * @description Array.prototype.reduce - undefined passed as thisValue to strict callbackfn + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4.js index 1b9900e16f..25658b343b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4.js; - * @description: Array.prototype.reduce - k values are passed in acending numeric order on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4.js + * @description Array.prototype.reduce - k values are passed in acending numeric order on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-5.js index 4f1d8ca5ad..6e4fa55834 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-5.js; - * @description: Array.prototype.reduce - k values are accessed during each iteration and not prior to starting the loop on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-5.js + * @description Array.prototype.reduce - k values are accessed during each iteration and not prior to starting the loop on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-7.js index 6e7e5ce789..537b43f6c6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-7.js; - * @description: Array.prototype.reduce - unhandled exceptions happened in callbackfn terminate iteration; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-7.js + * @description Array.prototype.reduce - unhandled exceptions happened in callbackfn terminate iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-8.js index a3d09cea32..3de0befcfb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-8.js; - * @description: Array.prototype.reduce - element changed by callbackfn on previous iterations is observed; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-8.js + * @description Array.prototype.reduce - element changed by callbackfn on previous iterations is observed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-9.js index bab08df176..f34693d639 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-9.js; - * @description: Array.prototype.reduce - callbackfn is called with 0 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-9.js + * @description Array.prototype.reduce - callbackfn is called with 0 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-1.js index 810431017b..308deb3cdf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-1.js; - * @description: Array.prototype.reduceRight must exist as a function; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-1.js + * @description Array.prototype.reduceRight must exist as a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-2.js index a9ab1109b4..85cd27b6e2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-2.js; - * @description: Array.prototype.reduceRight.length must be 1; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-0-2.js + * @description Array.prototype.reduceRight.length must be 1 */ -assertTrue(Array.prototype.reduceRight.length === 1); +assertTruthy(Array.prototype.reduceRight.length === 1); diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-1.js index a4f671575c..19b514b0df 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-1.js; - * @description: Array.prototype.reduceRight applied to undefined throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-1.js + * @description Array.prototype.reduceRight applied to undefined throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-10.js index 2e787c5e57..03d1d543e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-10.js; - * @description: Array.prototype.reduceRight applied to the Math object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-10.js + * @description Array.prototype.reduceRight applied to the Math object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-11.js index 97ce654816..868044cbb8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-11.js; - * @description: Array.prototype.reduceRight applied to Date object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-11.js + * @description Array.prototype.reduceRight applied to Date object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-12.js index 8764b5b176..d208d87d6e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-12.js; - * @description: Array.prototype.reduceRight applied to RegExp object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-12.js + * @description Array.prototype.reduceRight applied to RegExp object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-13.js index 1f4e9286c6..e623caf3ac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-13.js; - * @description: Array.prototype.reduceRight applied to the JSON object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-13.js + * @description Array.prototype.reduceRight applied to the JSON object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-14.js index 4dbd63338c..5117dd7355 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-14.js; - * @description: Array.prototype.reduceRight applied to Error object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-14.js + * @description Array.prototype.reduceRight applied to Error object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-15.js index 9da56719a2..b451dd4970 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-15.js; - * @description: Array.prototype.reduceRight applied to the Arguments object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-15.js + * @description Array.prototype.reduceRight applied to the Arguments object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-2.js index 566570f3f3..d5208443ac 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-2.js; - * @description: Array.prototype.reduceRight applied to null throws a TypeError; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-2.js + * @description Array.prototype.reduceRight applied to null throws a TypeError */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-3.js index 7860028184..ef22c9677a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-3.js; - * @description: Array.prototype.reduceRight applied to boolean primitive; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-3.js + * @description Array.prototype.reduceRight applied to boolean primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-4.js index d17997f61e..c2e624fbb7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-4.js; - * @description: Array.prototype.reduceRight applied to Boolean object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-4.js + * @description Array.prototype.reduceRight applied to Boolean object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-5.js index e0978373e4..e264fb5e71 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-5.js; - * @description: Array.prototype.reduceRight applied to number primitive; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-5.js + * @description Array.prototype.reduceRight applied to number primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-6.js index f37513aca4..e4bb010f4a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-6.js; - * @description: Array.prototype.reduceRight applied to Number object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-6.js + * @description Array.prototype.reduceRight applied to Number object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-7.js index 47fcec15e5..5659f0cbd3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-7.js; - * @description: Array.prototype.reduceRight applied to string primitive; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-7.js + * @description Array.prototype.reduceRight applied to string primitive */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-8.js index c834c98b20..1211805c0d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-8.js; - * @description: Array.prototype.reduceRight applied to String object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-8.js + * @description Array.prototype.reduceRight applied to String object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-9.js index d316784c1d..07ce1b09bc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-9.js; - * @description: Array.prototype.reduceRight applied to Function object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-1-9.js + * @description Array.prototype.reduceRight applied to Function object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-1.js index 9af7f31cbd..c3f3475ead 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-1.js; - * @description: Array.prototype.reduceRight doesn't mutate the Array on which it is called on; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-1.js + * @description Array.prototype.reduceRight doesn't mutate the Array on which it is called on */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-2.js index 1bb8dcd417..b045e9a0b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-2.js; - * @description: Array.prototype.reduceRight reduces array in descending order of indices; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-2.js + * @description Array.prototype.reduceRight reduces array in descending order of indices */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-3.js index b5fb7a810c..93b816f223 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-3.js; - * @description: Array.prototype.reduceRight - subclassed array with length 1; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-3.js + * @description Array.prototype.reduceRight - subclassed array with length 1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-4.js index e5fe2a77cc..7dd222abe5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-4.js; - * @description: Array.prototype.reduceRight - subclassed array with length more than 1; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-4.js + * @description Array.prototype.reduceRight - subclassed array with length more than 1 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-5.js index 0e43e198b6..09fc170fbc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-5.js; - * @description: Array.prototype.reduceRight reduces array in descending order of indices(initialvalue present); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-5.js + * @description Array.prototype.reduceRight reduces array in descending order of indices(initialvalue present) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-6.js index 22b5d86eeb..a9eb232eca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-6.js; - * @description: Array.prototype.reduceRight - subclassed array when initialvalue provided; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-6.js + * @description Array.prototype.reduceRight - subclassed array when initialvalue provided */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-7.js index cbd0a47dfa..b45d6bdb5b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-7.js; - * @description: Array.prototype.reduceRight - subclassed array when length to 1 and initialvalue provided; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-7.js + * @description Array.prototype.reduceRight - subclassed array when length to 1 and initialvalue provided */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-8.js index 7b7a015716..3974ee4ec6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-8.js; - * @description: Array.prototype.reduceRight doesn't visit expandos; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-10-8.js + * @description Array.prototype.reduceRight doesn't visit expandos */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-1.js index 4775c04f9c..235ab098a6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-1.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an own data property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-1.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an own data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-10.js index d4eb2bc859..4cc7b70122 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-10.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-10.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-11.js index 10dd813fda..765a61c405 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-11.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-11.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-12.js index bdfc9b09ae..7042debd4e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-12.js; - * @description: Array.prototype.reduceRight - 'length' is own accessor property without a get function that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-12.js + * @description Array.prototype.reduceRight - 'length' is own accessor property without a get function that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-13.js index 98f3b35a0f..f16461fac7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-13.js; - * @description: Array.prototype.reduceRight applied to the Array-like object that 'length' is inherited accessor property without a get function; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-13.js + * @description Array.prototype.reduceRight applied to the Array-like object that 'length' is inherited accessor property without a get function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-14.js index 56e47dfa86..42e042a436 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-14.js; - * @description: Array.prototype.reduceRight applied to the Array-like object that 'length' property doesn't exist; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-14.js + * @description Array.prototype.reduceRight applied to the Array-like object that 'length' property doesn't exist */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-15.js index 9bcdb4c0ca..07aa8a47fb 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-15.js; - * @description: Array.prototype.reduceRight - 'length' is property of the global object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-15.js + * @description Array.prototype.reduceRight - 'length' is property of the global object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-17.js index f080606553..6bf24a9796 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-17.js; - * @description: Array.prototype.reduceRight applied to the Arguments object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-17.js + * @description Array.prototype.reduceRight applied to the Arguments object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-18.js index c508d4b425..bf4f4de3ad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-18.js; - * @description: Array.prototype.reduceRight applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-18.js + * @description Array.prototype.reduceRight applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-19.js index edd4f34024..231be56dae 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-19.js; - * @description: Array.prototype.reduceRight applied to Function object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-19.js + * @description Array.prototype.reduceRight applied to Function object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-2.js index 3c529bed74..c2767cd0c6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-2.js; - * @description: Array.prototype.reduceRight - 'length' is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-2.js + * @description Array.prototype.reduceRight - 'length' is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-3.js index 8e8691a504..3153bbbbd1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-3.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an own data property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-3.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an own data property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-4.js index 6f3e4b89bd..3a1e7bc2e5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-4.js; - * @description: Array.prototype.reduceRight - 'length' is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-4.js + * @description Array.prototype.reduceRight - 'length' is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-5.js index 4f29c6f97a..294b4b3b2d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-5.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-5.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an own data property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-6.js index 0fe7b5a283..a316a24f03 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-6.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-6.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-7.js index 193bb65279..0c73ecbca7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-7.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-7.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-8.js index 08713d15c2..8e4bb12e78 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-8.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-8.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property that overrides an inherited data property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-9.js index 25b478677e..aa38365605 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-9.js; - * @description: Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-2-9.js + * @description Array.prototype.reduceRight applied to Array-like object, 'length' is an own accessor property that overrides an inherited accessor property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-1.js index 479af5ad59..880f30d179 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-1.js; - * @description: Array.prototype.reduceRight - value of 'length' is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-1.js + * @description Array.prototype.reduceRight - value of 'length' is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-10.js index a2e4e6d6bd..ddd0fb2b77 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-10.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is NaN); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-10.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is NaN) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-11.js index b1f9166f32..f7bfc62621 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-11.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string containing a positive number; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-11.js + * @description Array.prototype.reduceRight - value of 'length' is a string containing a positive number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-12.js index 643ab56895..4500c34270 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-12.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string containing a negative number; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-12.js + * @description Array.prototype.reduceRight - value of 'length' is a string containing a negative number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-13.js index d21722a3e0..72a6eb6c5c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-13.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string containing a decimal number; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-13.js + * @description Array.prototype.reduceRight - value of 'length' is a string containing a decimal number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-14.js index 77d725f0de..4e166e36e0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-14.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string containing +/-Infinity; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-14.js + * @description Array.prototype.reduceRight - value of 'length' is a string containing +/-Infinity */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-15.js index b9ea07d717..d3f2c7182a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-15.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string containing an exponential number; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-15.js + * @description Array.prototype.reduceRight - value of 'length' is a string containing an exponential number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-16.js index bb38fcc874..f988132051 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-16.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string containing a hex number; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-16.js + * @description Array.prototype.reduceRight - value of 'length' is a string containing a hex number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-17.js index 1bb3537c5e..73fd1e3399 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-17.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string containing a number with leading zeros; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-17.js + * @description Array.prototype.reduceRight - value of 'length' is a string containing a number with leading zeros */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-18.js index 41fe04487b..1cde9c4af7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-18.js; - * @description: Array.prototype.reduceRight - value of 'length' is a string that can't convert to a number; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-18.js + * @description Array.prototype.reduceRight - value of 'length' is a string that can't convert to a number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-19.js index 6efaae1e25..9dc5b8bd73 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-19.js; - * @description: Array.prototype.reduceRight - value of 'length' is an object which has an own toString method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-19.js + * @description Array.prototype.reduceRight - value of 'length' is an object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-2.js index 4418391886..5e7bfaaf2f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-2.js; - * @description: Array.prototype.reduceRight applied to an Array-like object, 'length' is 0 (length overridden to false(type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-2.js + * @description Array.prototype.reduceRight applied to an Array-like object, 'length' is 0 (length overridden to false(type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-20.js index b0330200a4..82dead4e1c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-20.js; - * @description: Array.prototype.reduceRight - value of 'length' is an Object which has an own valueOf method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-20.js + * @description Array.prototype.reduceRight - value of 'length' is an Object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-21.js index 6d9d01b4fd..2b1dcec538 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-21.js; - * @description: Array.prototype.reduceRight - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-21.js + * @description Array.prototype.reduceRight - 'length' is an object that has an own valueOf method that returns an object and toString method that returns a string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-22.js index eec3b5889c..a7fee3a269 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-22.js; - * @description: Array.prototype.reduceRight throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-22.js + * @description Array.prototype.reduceRight throws TypeError exception when 'length' is an object with toString and valueOf methods that don�t return primitive values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-23.js index b284a3b674..22b72f0a52 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-23.js; - * @description: Array.prototype.reduceRight uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-23.js + * @description Array.prototype.reduceRight uses inherited valueOf method when 'length' is an object with an own toString and inherited valueOf methods */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-24.js index 6530852ef2..2bcd0ded61 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-24.js; - * @description: Array.prototype.reduceRight - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-24.js + * @description Array.prototype.reduceRight - value of 'length' is a positive non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-25.js index 0859e5df17..d1b243890b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-25.js; - * @description: Array.prototype.reduceRight - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-25.js + * @description Array.prototype.reduceRight - value of 'length' is a negative non-integer, ensure truncation occurs in the proper direction */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-28.js index d99d66102d..f118faf241 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-28.js; - * @description: Array.prototype.reduceRight - value of 'length' is boundary value (2^32); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-28.js + * @description Array.prototype.reduceRight - value of 'length' is boundary value (2^32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-29.js index f78f8e7325..a4c1625b0c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-29.js; - * @description: Array.prototype.reduceRight - value of 'length' is boundary value (2^32 + 1); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-29.js + * @description Array.prototype.reduceRight - value of 'length' is boundary value (2^32 + 1) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-3.js index 3924dd7d50..72b1360e17 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-3.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is 0); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-3.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is 0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-4.js index 908fc8e5af..e06ab0b0d6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-4.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is +0); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-4.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is +0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-5.js index 53336b5f30..91ccd17477 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-5.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is -0); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-5.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is -0) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-6.js index 4c1200162e..be105a3111 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-6.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is positive); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-6.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is positive) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-7.js index cc3377f5e3..fdea677071 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-7.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is negative); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-7.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is negative) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-8.js index 69d27d8cc3..7b7c39045e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-8.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-8.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-9.js index 2206c140b7..115102ddd7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-9.js; - * @description: Array.prototype.reduceRight - value of 'length' is a number (value is -Infinity); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-3-9.js + * @description Array.prototype.reduceRight - value of 'length' is a number (value is -Infinity) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-1.js index 7b8a421f19..719c4c76b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-1.js; - * @description: Array.prototype.reduceRight throws TypeError if callbackfn is undefined; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-1.js + * @description Array.prototype.reduceRight throws TypeError if callbackfn is undefined */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-10.js index 07773d9f6a..66d2b5af78 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-10.js; - * @description: Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-10.js + * @description Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-11.js index 15bc1d1a67..9387adad53 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-11.js; - * @description: Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-11.js + * @description Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-12.js index 324afac80e..91577edc2c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-12.js; - * @description: Array.prototype.reduceRight - 'callbackfn' is a function; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-12.js + * @description Array.prototype.reduceRight - 'callbackfn' is a function */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-15.js index 40f9cc22e8..c26abcc4dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-15.js; - * @description: Array.prototype.reduceRight - calling with no callbackfn is the same as passing undefined for callbackfn; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-15.js + * @description Array.prototype.reduceRight - calling with no callbackfn is the same as passing undefined for callbackfn */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-2.js index 1457a77bb7..b4a0e9e250 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-2.js; - * @description: Array.prototype.reduceRight throws ReferenceError if callbackfn is unreferenced; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-2.js + * @description Array.prototype.reduceRight throws ReferenceError if callbackfn is unreferenced */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-3.js index 0da1b8e870..7a9929212e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-3.js; - * @description: Array.prototype.reduceRight throws TypeError if callbackfn is null; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-3.js + * @description Array.prototype.reduceRight throws TypeError if callbackfn is null */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-4.js index fce5b46b14..0016729a44 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-4.js; - * @description: Array.prototype.reduceRight throws TypeError if callbackfn is boolean; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-4.js + * @description Array.prototype.reduceRight throws TypeError if callbackfn is boolean */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-5.js index 3b0ef101aa..588eb26e2f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-5.js; - * @description: Array.prototype.reduceRight throws TypeError if callbackfn is number; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-5.js + * @description Array.prototype.reduceRight throws TypeError if callbackfn is number */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-6.js index 105c4ec7bf..0f19b4e214 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-6.js; - * @description: Array.prototype.reduceRight throws TypeError if callbackfn is string; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-6.js + * @description Array.prototype.reduceRight throws TypeError if callbackfn is string */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-7.js index 14cf95ed10..b6d800c59e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-7.js; - * @description: Array.prototype.reduceRight throws TypeError if callbackfn is Object without [[Call]] internal method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-7.js + * @description Array.prototype.reduceRight throws TypeError if callbackfn is Object without [[Call]] internal method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-8.js index d3cb23c519..17b27ddc2c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-8.js; - * @description: Array.prototype.reduceRight - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-8.js + * @description Array.prototype.reduceRight - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-9.js index c567022e2a..7c6d5e5d70 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-9.js; - * @description: Array.prototype.reduceRight - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-4-9.js + * @description Array.prototype.reduceRight - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-1.js index 0a427a7a18..9538996b8d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-1.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (empty array), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-1.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (empty array), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-10.js index c1e4678711..058301237c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-10.js; - * @description: Array.prototype.reduceRight - side-effects produced by step 2 when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-10.js + * @description Array.prototype.reduceRight - side-effects produced by step 2 when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-11.js index 0d921e8261..8b33089a53 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-11.js; - * @description: Array.prototype.reduceRight - side-effects produced by step 3 when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-11.js + * @description Array.prototype.reduceRight - side-effects produced by step 3 when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-12.js index 8baeee69b7..28009bee14 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-12.js; - * @description: Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-12.js + * @description Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-13.js index 7905b80301..7c02a06dbf 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-13.js; - * @description: Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-13.js + * @description Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-2.js index 867638192b..fe1044bce0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-2.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to null (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-2.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to null (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-3.js index 39ef7b29ca..44b21f68c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-3.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to false (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-3.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to false (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-4.js index 148f6135d8..7d14c50673 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-4.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-4.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to 0 (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-5.js index 392c8a7dad..639862380f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-5.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-5.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden to '0' (type conversion)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-6.js index 5dbb8a6dfd..39073d179c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-6.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj with valueOf), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-6.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj with valueOf), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-7.js index d37529db95..b04691bef8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-7.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-7.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden with obj w/o valueOf (toString)), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-8.js index 4e0dadb936..e3029e7640 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-8.js; - * @description: Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden with []), no initVal; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-8.js + * @description Array.prototype.reduceRight throws TypeError if 'length' is 0 (subclassed Array, length overridden with []), no initVal */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-9.js index 164b4f22a5..701d06c6b6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-9.js; - * @description: Array.prototype.reduceRight - 'initialValue' is returned if 'len' is 0 and 'initialValue' is present; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-5-9.js + * @description Array.prototype.reduceRight - 'initialValue' is returned if 'len' is 0 and 'initialValue' is present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-1.js index cf480e3179..3289825bb0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-1.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (empty array); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-1.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (empty array) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-10.js index 1d3fb1479d..ce26513a9d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-10.js; - * @description: Array.prototype.reduceRight - 'initialValue' is present; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-10.js + * @description Array.prototype.reduceRight - 'initialValue' is present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-11.js index 9182e5bbb8..0b30e3ab55 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-11.js; - * @description: Array.prototype.reduceRight - 'initialValue' is not present; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-11.js + * @description Array.prototype.reduceRight - 'initialValue' is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-2.js index cf671358d8..1423e9cbf2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-2.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to null (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-2.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to null (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-3.js index 7b5e74ed8c..b1113951ca 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-3.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to false (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-3.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to false (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-4.js index dd8fdca432..7f113f9de9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-4.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to 0 (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-4.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to 0 (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-5.js index 16ed089d30..78b94f35c9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-5.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to '0' (type conversion)); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-5.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden to '0' (type conversion)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-6.js index 7fbcb59fa8..d8898290a8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-6.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj with valueOf); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-6.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj with valueOf) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-7.js index b9d708de9b..6b3b80b7e9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-7.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj w/o valueOf (toString)); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-7.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with obj w/o valueOf (toString)) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-8.js index 7e0b97af91..5d2dd14111 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-8.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with []); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-8.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with []) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-9.js index 4e02468e2c..33530bd493 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-9.js; - * @description: Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with [0]); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-7-9.js + * @description Array.prototype.reduceRight returns initialValue if 'length' is 0 and initialValue is present (subclassed Array, length overridden with [0]) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-1.js index d0741f260b..33fe4b5231 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-1.js; - * @description: Array.prototype.reduceRight - no observable effects occur if 'len' is 0; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-1.js + * @description Array.prototype.reduceRight - no observable effects occur if 'len' is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-2.js index f2bccf56fa..f72a2f6bec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-2.js; - * @description: Array.prototype.reduceRight - modifications to length don't change number of iterations in step 9; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-2.js + * @description Array.prototype.reduceRight - modifications to length don't change number of iterations in step 9 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-3.js index 0cae1bb188..a48d62d934 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-3.js; - * @description: Array.prototype.reduceRight - while loop is breaken once 'kPresent' is true; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-3.js + * @description Array.prototype.reduceRight - while loop is breaken once 'kPresent' is true */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-1.js index c5a398214b..9b82af178f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-1.js; - * @description: Array.prototype.reduceRight - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-1.js + * @description Array.prototype.reduceRight - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-2.js index b5b19047a2..e143d61ea2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-2.js @@ -20,8 +20,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-2.js; - * @description: Array.prototype.reduceRight - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-ii-2.js + * @description Array.prototype.reduceRight - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-1.js index 857d515ac5..0d8a9fb613 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-1.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-1.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-10.js index e60c20683c..b4aa597d33 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-10.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-10.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-11.js index 64451d3a0b..d7f1ce6fda 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-11.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-11.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-12.js index 9c23a6c7e5..ffea026cfc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-12.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-12.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-13.js index 5c1e80e3f9..3467616232 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-13.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-13.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-14.js index cb7d8a52fa..c04d451c84 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-14.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-14.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-15.js index 782a640f06..77f7f4310a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-15.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-15.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-16.js index 9ac598f452..2c614e12b6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-16.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-16.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-17.js index 3c949f85c5..8a383ad952 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-17.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-17.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-18.js index 323984d3be..5c98bfc6c5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-18.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-18.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-19.js index ec32eb6a64..9b0a4e96c4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-19.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-19.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-2.js index 0ca9b4c387..92a3551b0e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-2.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-2.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-20.js index 365c155bd0..190ed87a51 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-20.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-20.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-21.js index 8e5c376011..b84deef952 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-21.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-21.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-22.js index 265cb5f459..06a87ce0ad 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-22.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-22.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-23.js index b02ce09252..2b83a3605c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-23.js; - * @description: Array.prototype.reduceRight - This object is the global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-23.js + * @description Array.prototype.reduceRight - This object is the global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-25.js index 971c808f25..6c53d14ef6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-25.js; - * @description: Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-25.js + * @description Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-26.js index 4008daf973..7759ff86b3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-26.js; - * @description: Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-26.js + * @description Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-27.js index ce95853724..cdb3b3dda8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-27.js; - * @description: Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-27.js + * @description Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-28.js index 31dd6797c1..84600a1832 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-28.js; - * @description: Array.prototype.reduceRight applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-28.js + * @description Array.prototype.reduceRight applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-29.js index 81416d0ff0..51d8a73dc4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-29.js; - * @description: Array.prototype.reduceRight applied to Function object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-29.js + * @description Array.prototype.reduceRight applied to Function object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-3.js index 58f6dc0a39..4b6a82f97c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-3.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-3.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-30.js index 9754f1a52c..08dc6d13c9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-30.js; - * @description: Array.prototype.reduceRight - element changed by getter on current iteration is observed in subsequent iterations on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-30.js + * @description Array.prototype.reduceRight - element changed by getter on current iteration is observed in subsequent iterations on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-31.js index 21c2672dff..6ef278c3b1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-31.js; - * @description: Array.prototype.reduceRight - element changed by getter on current iteration is observed subsequetly on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-31.js + * @description Array.prototype.reduceRight - element changed by getter on current iteration is observed subsequetly on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-32.js index 57c1df1132..edc412770e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-32.js; - * @description: Array.prototype.reduceRight - Exception in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-32.js + * @description Array.prototype.reduceRight - Exception in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-33.js index e62e428b04..9344c1e9a6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-33.js; - * @description: Array.prototype.reduceRight - Exception in getter terminate iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-33.js + * @description Array.prototype.reduceRight - Exception in getter terminate iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-4.js index b6c0eb6326..ec9959e5d5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-4.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-4.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-5.js index 955fe1cde6..812189870b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-5.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-5.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-6.js index 75dbb63d6e..7c5da70b85 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-6.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-6.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-7.js index fb7c427500..614dc78965 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-7.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-7.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-8.js index 76b719bea4..bf088a362d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-8.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-8.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-9.js index 1a7ae322ae..de94a581e3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-9.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-b-iii-1-9.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-1.js index 5fe024d09c..6cec0c2165 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-1.js; - * @description: Array.prototype.reduceRight throws TypeError when Array is empty and initialValue is not present; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-1.js + * @description Array.prototype.reduceRight throws TypeError when Array is empty and initialValue is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-2.js index b635586f3c..cd627d0040 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-2.js; - * @description: Array.prototype.reduceRight throws TypeError when elements assigned values are deleted by reducign array length and initialValue is not present; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-2.js + * @description Array.prototype.reduceRight throws TypeError when elements assigned values are deleted by reducign array length and initialValue is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-3.js index 871a6b6870..1c3eeec0cd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-3.js; - * @description: Array.prototype.reduceRight throws TypeError when elements assigned values are deleted and initialValue is not present; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-3.js + * @description Array.prototype.reduceRight throws TypeError when elements assigned values are deleted and initialValue is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-4.js index e6c69c8b3c..e5653a922b 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-4.js; - * @description: Array.prototype.reduceRight doesn't throw error when array has no own properties but prototype contains a single property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-4.js + * @description Array.prototype.reduceRight doesn't throw error when array has no own properties but prototype contains a single property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-5.js index 5b2b483514..3c325541dc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-5.js; - * @description: Array.prototype.reduceRight - side effects produced by step 2 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-5.js + * @description Array.prototype.reduceRight - side effects produced by step 2 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-6.js index 51dfc318fb..6c77bdda00 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-6.js @@ -20,8 +20,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-6.js; - * @description: Array.prototype.reduceRight - side effects produced by step 3 are visible when an exception occurs; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-6.js + * @description Array.prototype.reduceRight - side effects produced by step 3 are visible when an exception occurs */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-7.js index c02dc1f64e..7343b9e68a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-7.js; - * @description: Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 2; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-7.js + * @description Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 2 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-8.js index 08464636e8..40616a6a4a 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-8.js @@ -20,8 +20,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-8.js; - * @description: Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 3; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-8-c-8.js + * @description Array.prototype.reduceRight - the exception is not thrown if exception was thrown by step 3 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1.js index 0d677d7c94..86c8bfd867 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1.js; - * @description: Array.prototype.reduceRight doesn't consider new elements which index is larger than array original length added to array after it is called, consider new elements which index is smaller than array length; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1.js + * @description Array.prototype.reduceRight doesn't consider new elements which index is larger than array original length added to array after it is called, consider new elements which index is smaller than array length */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-2.js index 8500d9f311..60d3e62395 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-2.js; - * @description: Array.prototype.reduceRight considers new value of elements in array after it is called; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-2.js + * @description Array.prototype.reduceRight considers new value of elements in array after it is called */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-3.js index 1e66cd6eca..1a6c36c432 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-3.js; - * @description: Array.prototype.reduceRight doesn't consider unvisited deleted elements in array after the call; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-3.js + * @description Array.prototype.reduceRight doesn't consider unvisited deleted elements in array after the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-4.js index 82372727f5..877c0048d0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-4.js; - * @description: Array.prototype.reduceRight doesn't consider unvisited deleted elements when Array.length is decreased; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-4.js + * @description Array.prototype.reduceRight doesn't consider unvisited deleted elements when Array.length is decreased */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-5.js index e03ea4427a..d91e093988 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-5.js; - * @description: Array.prototype.reduceRight - callbackfn not called for array with one element; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-5.js + * @description Array.prototype.reduceRight - callbackfn not called for array with one element */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-6.js index 2e127485c6..50d750ffa8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-6.js; - * @description: Array.prototype.reduceRight visits deleted element in array after the call when same index is also present in prototype; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-6.js + * @description Array.prototype.reduceRight visits deleted element in array after the call when same index is also present in prototype */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7.js index 747a889b8b..feb2b73838 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7.js; - * @description: Array.prototype.reduceRight not affect call when the array is deleted during the call; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7.js + * @description Array.prototype.reduceRight not affect call when the array is deleted during the call */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-8.js index 7311eebc66..1c62d0cc4c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-8.js; - * @description: Array.prototype.reduceRight - no observable effects occur if 'len' is 0; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-8.js + * @description Array.prototype.reduceRight - no observable effects occur if 'len' is 0 */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-9.js index 2f7c6493b5..85f6294036 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-9.js; - * @description: Array.prototype.reduceRight - modifications to length will change number of iterations; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-9.js + * @description Array.prototype.reduceRight - modifications to length will change number of iterations */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-1.js index 29bd014bd7..e23fed32af 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-1.js; - * @description: Array.prototype.reduceRight returns initialvalue when Array is empty and initialValue is not present; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-1.js + * @description Array.prototype.reduceRight returns initialvalue when Array is empty and initialValue is not present */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-10.js index 6655b7864d..cfc41925d4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-10.js; - * @description: Array.prototype.reduceRight - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-10.js + * @description Array.prototype.reduceRight - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-11.js index 9c06ea537c..1a747d592c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-11.js; - * @description: Array.prototype.reduceRight - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-11.js + * @description Array.prototype.reduceRight - deleting property of prototype in step 8 causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-12.js index d56ffe62fd..62adbe050e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-12.js; - * @description: Array.prototype.reduceRight - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-12.js + * @description Array.prototype.reduceRight - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-13.js index 2b9c10d8ce..b2bcd68d56 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-13.js; - * @description: Array.prototype.reduceRight - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-13.js + * @description Array.prototype.reduceRight - deleting own property with prototype property in step 8 causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-14.js index 79efeeff12..4fefee7c05 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-14.js; - * @description: Array.prototype.reduceRight - decreasing length of array in step 8 causes deleted index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-14.js + * @description Array.prototype.reduceRight - decreasing length of array in step 8 causes deleted index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-15.js index dacfd6c9df..b8fd6be051 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-15.js; - * @description: Array.prototype.reduceRight - decreasing length of array with prototype property in step 8 causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-15.js + * @description Array.prototype.reduceRight - decreasing length of array with prototype property in step 8 causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-16.js index 7577853b33..d5f73a6cd9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-16.js; - * @description: Array.prototype.reduceRight - decreasing length of array in step 8 does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-16.js + * @description Array.prototype.reduceRight - decreasing length of array in step 8 does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-17.js index d616789d9b..9fd157b195 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-17.js; - * @description: Array.prototype.reduceRight - properties added into own object are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-17.js + * @description Array.prototype.reduceRight - properties added into own object are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-18.js index 8a7207e672..6ca4934599 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-18.js; - * @description: Array.prototype.reduceRight - properties added into own object are visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-18.js + * @description Array.prototype.reduceRight - properties added into own object are visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-19.js index d1ce193659..8424c9bfa2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-19.js; - * @description: Array.prototype.reduceRight - properties added to prototype are visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-19.js + * @description Array.prototype.reduceRight - properties added to prototype are visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-2.js index 194ade2956..04237cdad2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-2.js; - * @description: Array.prototype.reduceRight - added properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-2.js + * @description Array.prototype.reduceRight - added properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-20.js index 9b47da6f68..f4cb4da697 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-20.js; - * @description: Array.prototype.reduceRight - properties added to prototype can be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-20.js + * @description Array.prototype.reduceRight - properties added to prototype can be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-21.js index 923903b89a..37be1260f2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-21.js; - * @description: Array.prototype.reduceRight - deleting own property causes deleted index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-21.js + * @description Array.prototype.reduceRight - deleting own property causes deleted index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-22.js index ec36c0d311..4e9009963c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-22.js; - * @description: Array.prototype.reduceRight - deleting own property causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-22.js + * @description Array.prototype.reduceRight - deleting own property causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-23.js index b6980579f1..2f1c8d9062 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-23.js; - * @description: Array.prototype.reduceRight - deleting property of prototype causes deleted index property not to be visited on an Array-like Object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-23.js + * @description Array.prototype.reduceRight - deleting property of prototype causes deleted index property not to be visited on an Array-like Object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-24.js index 9ad87d92e5..9b6b1475d6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-24.js; - * @description: Array.prototype.reduceRight - deleting property of prototype causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-24.js + * @description Array.prototype.reduceRight - deleting property of prototype causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-25.js index a9ff477849..6bdaea6161 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-25.js; - * @description: Array.prototype.reduceRight - deleting own property with prototype property causes prototype index property to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-25.js + * @description Array.prototype.reduceRight - deleting own property with prototype property causes prototype index property to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-26.js index a0b4017f0a..7c3b3cfca2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-26.js; - * @description: Array.prototype.reduceRight - deleting own property with prototype property causes prototype index property to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-26.js + * @description Array.prototype.reduceRight - deleting own property with prototype property causes prototype index property to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-27.js index 61e09adc8d..25cb856f75 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-27.js; - * @description: Array.prototype.reduceRight - decreasing length of array causes deleted index property not to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-27.js + * @description Array.prototype.reduceRight - decreasing length of array causes deleted index property not to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-28.js index 7874badbe7..a9b28dc511 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-28.js; - * @description: Array.prototype.reduceRight - decreasing length of array with prototype property causes prototype index property to be visited; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-28.js + * @description Array.prototype.reduceRight - decreasing length of array with prototype property causes prototype index property to be visited */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-29.js index 3b0ed37085..3179b09897 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-29.js; - * @description: Array.prototype.reduceRight - decreasing length of array does not delete non-configurable properties; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-29.js + * @description Array.prototype.reduceRight - decreasing length of array does not delete non-configurable properties */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-3.js index 17283a5a68..ef9156420e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-3.js; - * @description: Array.prototype.reduceRight - deleted properties in step 2 are visible here; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-3.js + * @description Array.prototype.reduceRight - deleted properties in step 2 are visible here */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-4.js index 04b848a2ae..c20ee3d8f8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-4.js; - * @description: Array.prototype.reduceRight - properties added into own object in step 8 can be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-4.js + * @description Array.prototype.reduceRight - properties added into own object in step 8 can be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-5.js index 221a01e902..53633ec5a7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-5.js; - * @description: Array.prototype.reduceRight - properties added into own object in step 8 can be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-5.js + * @description Array.prototype.reduceRight - properties added into own object in step 8 can be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-6.js index ec11c743f6..3026953873 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-6.js; - * @description: Array.prototype.reduceRight - properties added to prototype in step 8 visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-6.js + * @description Array.prototype.reduceRight - properties added to prototype in step 8 visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-7.js index eb9fa3bd83..c683558e05 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-7.js; - * @description: Array.prototype.reduceRight - properties added to prototype in step 8 visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-7.js + * @description Array.prototype.reduceRight - properties added to prototype in step 8 visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-8.js index d279477af0..60e556ea5f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-8.js; - * @description: Array.prototype.reduceRight - deleting own property in step 8 causes deleted index property not to be visited on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-8.js + * @description Array.prototype.reduceRight - deleting own property in step 8 causes deleted index property not to be visited on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-9.js index 50b1cbf9ed..9e839b06b7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-9.js; - * @description: Array.prototype.reduceRight - deleting own property in step 8 causes deleted index property not to be visited on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-b-9.js + * @description Array.prototype.reduceRight - deleting own property in step 8 causes deleted index property not to be visited on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-1.js index 2713fe39bd..71b498cb3f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-1.js; - * @description: Array.prototype.reduceRight - callbackfn not called for indexes never been assigned values; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-1.js + * @description Array.prototype.reduceRight - callbackfn not called for indexes never been assigned values */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-1.js index eab6b5020c..5257f77e18 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-1.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-1.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-10.js index 842ecee431..cbb7979764 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-10.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-10.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-11.js index 0c431b4ccf..9b806cccd2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-11.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-11.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-12.js index 1a0e6ac299..bd7fa208b5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-12.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-12.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-13.js index cf9e806da6..4e747a5997 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-13.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-13.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-14.js index ce54c143c7..5810e9ee99 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-14.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-14.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-15.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-15.js index ba71c66bfe..dc8313c5f7 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-15.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-15.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-15.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-16.js index 05ea5d078f..c8d7f3dabe 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-16.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-16.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-17.js index 96d40237d2..d77722d922 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-17.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-17.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-18.js index 7acd5b2c46..6a6e1dd3c0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-18.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-18.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-19.js index 2292491d99..cd2060e667 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-19.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-19.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-2.js index 291a1ab0e7..84194644d1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-2.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-2.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-20.js index 9f3852fa0d..3de66c9b28 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-20.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-20.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property without a get function that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-21.js index cd882d3c2f..2ec17cae90 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-21.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-21.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-22.js index dde18c8ac7..1fac2cd310 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-22.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-22.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited accessor property without a get function on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-23.js index f76d687260..33a1888cc9 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-23.js; - * @description: Array.prototype.reduceRight - This object is an global object which contains index property; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-23.js + * @description Array.prototype.reduceRight - This object is an global object which contains index property */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-25.js index 54473e9cf9..7309a27096 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-25.js; - * @description: Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-25.js + * @description Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is less than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-26.js index c1acb70941..46f03118c2 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-26.js; - * @description: Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-26.js + * @description Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments equals number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-27.js index be6dfeb51f..14afdf4ba5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-27.js; - * @description: Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-27.js + * @description Array.prototype.reduceRight - This object is the Arguments object which implements its own property get method (number of arguments is greater than number of parameters) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-28.js index 649a43c875..3abd26ba86 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-28.js; - * @description: Array.prototype.reduceRight applied to String object, which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-28.js + * @description Array.prototype.reduceRight applied to String object, which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-29.js index 9329a1bf36..312388e10e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-29.js; - * @description: Array.prototype.reduceRight applied to Function object which implements its own property get method; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-29.js + * @description Array.prototype.reduceRight applied to Function object which implements its own property get method */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-3.js index 3d73914658..bbfe616fd8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-3.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-3.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-30.js index 1bbb99690e..8c5a859d38 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-30.js; - * @description: Array.prototype.reduceRight - element changed by getter on previous iterations is observed on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-30.js + * @description Array.prototype.reduceRight - element changed by getter on previous iterations is observed on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-31.js index 1d7bbd8ee1..5d1324a0f1 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-31.js; - * @description: Array.prototype.reduceRight - element changed by getter on previous iterations is observed on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-31.js + * @description Array.prototype.reduceRight - element changed by getter on previous iterations is observed on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-32.js index e0b63a7aba..3fa622fa2e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-32.js; - * @description: Array.prototype.reduceRight - unnhandled exceptions happened in getter terminate iteration on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-32.js + * @description Array.prototype.reduceRight - unnhandled exceptions happened in getter terminate iteration on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-33.js index 17107166c0..7b91c2f5b4 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-33.js; - * @description: Array.prototype.reduceRight - unnhandled exceptions happened in getter terminate iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-33.js + * @description Array.prototype.reduceRight - unnhandled exceptions happened in getter terminate iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-4.js index b2a6f30d54..28a922ce03 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-4.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-4.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-5.js index ef640b54b4..e07e1524ea 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-5.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-5.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-6.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-6.js index 18d34a2bc0..f76207b658 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-6.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-6.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-6.js + * @description Array.prototype.reduceRight - element to be retrieved is own data property that overrides an inherited accessor property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-7.js index 561b99a437..f1839a38e3 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-7.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-7.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-8.js index d2d393cee5..a40175e8ec 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-8.js; - * @description: Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-8.js + * @description Array.prototype.reduceRight - element to be retrieved is inherited data property on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-9.js index d6902a3fb1..8fd5f7bae6 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-9.js; - * @description: Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-i-9.js + * @description Array.prototype.reduceRight - element to be retrieved is own accessor property on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-1.js index 6aa161497c..24b09b6630 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-1.js; - * @description: Array.prototype.reduceRight - callbackfn called with correct parameters (initialvalue not passed); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-1.js + * @description Array.prototype.reduceRight - callbackfn called with correct parameters (initialvalue not passed) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-10.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-10.js index cb0391dac8..06cf9d6f9e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-10.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-10.js; - * @description: Array.prototype.reduceRight - callbackfn is called with 1 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-10.js + * @description Array.prototype.reduceRight - callbackfn is called with 1 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-11.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-11.js index 9eeeee0b1f..68daac9ef8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-11.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-11.js; - * @description: Array.prototype.reduceRight - callbackfn is called with 2 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-11.js + * @description Array.prototype.reduceRight - callbackfn is called with 2 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-12.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-12.js index b7db1e3cb1..18af01e999 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-12.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-12.js; - * @description: Array.prototype.reduceRight - callbackfn is called with 3 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-12.js + * @description Array.prototype.reduceRight - callbackfn is called with 3 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-13.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-13.js index 86940638af..c239d5519c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-13.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-13.js; - * @description: Array.prototype.reduceRight - callbackfn is called with 4 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-13.js + * @description Array.prototype.reduceRight - callbackfn is called with 4 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-14.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-14.js index 02210feae1..867274c44d 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-14.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-14.js; - * @description: Array.prototype.reduceRight - callbackfn uses arguments; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-14.js + * @description Array.prototype.reduceRight - callbackfn uses arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-16.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-16.js index 120a72ff2b..8439c27b57 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-16.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-16.js; - * @description: Array.prototype.reduceRight - non-indexed properties are not called on an Array-like object; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-16.js + * @description Array.prototype.reduceRight - non-indexed properties are not called on an Array-like object */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-17.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-17.js index ba74ea0dad..24178109cd 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-17.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-17.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-17.js; - * @description: Array.prototype.reduceRight - 'accumulator' used for current iteration is the result of previous iteration on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-17.js + * @description Array.prototype.reduceRight - 'accumulator' used for current iteration is the result of previous iteration on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-18.js index ca4b55c8e0..6094e091a0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-18.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-18.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-18.js; - * @description: Array.prototype.reduceRight - 'accumulator' used for first iteration is the value of 'initialValue' when it is present on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-18.js + * @description Array.prototype.reduceRight - 'accumulator' used for first iteration is the value of 'initialValue' when it is present on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-19.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-19.js index a6b90eb52f..9974e44075 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-19.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-19.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-19.js; - * @description: Array.prototype.reduceRight - value of 'accumulator' used for first iteration is the value of max index property which is not undefined when 'initialValue' is not present on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-19.js + * @description Array.prototype.reduceRight - value of 'accumulator' used for first iteration is the value of max index property which is not undefined when 'initialValue' is not present on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-2.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-2.js index 5daabf4f7a..00765de253 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-2.js; - * @description: Array.prototype.reduceRight - callbackfn called with correct parameters (initialvalue passed); + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-2.js + * @description Array.prototype.reduceRight - callbackfn called with correct parameters (initialvalue passed) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-20.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-20.js index fac0743a92..497e93026f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-20.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-20.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-20.js; - * @description: Array.prototype.reduceRight - undefined can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-20.js + * @description Array.prototype.reduceRight - undefined can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-21.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-21.js index 52ce013abb..e4bdf0cd43 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-21.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-21.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-21.js; - * @description: Array.prototype.reduceRight - null can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-21.js + * @description Array.prototype.reduceRight - null can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-22.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-22.js index 1da4c11964..deac239e66 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-22.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-22.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-22.js; - * @description: Array.prototype.reduceRight - boolean primitive can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-22.js + * @description Array.prototype.reduceRight - boolean primitive can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-23.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-23.js index bf9f86cd15..6f99b98203 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-23.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-23.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-23.js; - * @description: Array.prototype.reduceRight - number primitive can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-23.js + * @description Array.prototype.reduceRight - number primitive can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-24.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-24.js index d7f60e710b..102128e9cc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-24.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-24.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-24.js; - * @description: Array.prototype.reduceRight - string primitive can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-24.js + * @description Array.prototype.reduceRight - string primitive can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-25.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-25.js index 9206426ab4..60034e0249 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-25.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-25.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-25.js; - * @description: Array.prototype.reduceRight - Function Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-25.js + * @description Array.prototype.reduceRight - Function Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-26.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-26.js index 71b633a2bc..fa3a4ccf89 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-26.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-26.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-26.js; - * @description: Array.prototype.reduceRight - Array Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-26.js + * @description Array.prototype.reduceRight - Array Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-27.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-27.js index 443a85437f..3fac5fc011 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-27.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-27.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-27.js; - * @description: Array.prototype.reduceRight - String Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-27.js + * @description Array.prototype.reduceRight - String Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-28.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-28.js index f7daeb0d27..a3769bba58 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-28.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-28.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-28.js; - * @description: Array.prototype.reduceRight - Boolean Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-28.js + * @description Array.prototype.reduceRight - Boolean Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-29.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-29.js index 34739fa9e3..38cb8e6c43 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-29.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-29.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-29.js; - * @description: Array.prototype.reduceRight - Number Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-29.js + * @description Array.prototype.reduceRight - Number Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-3.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-3.js index 837fb6987c..3dbee07987 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-3.js; - * @description: Array.prototype.reduceRight - callbackfn takes 4 arguments; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-3.js + * @description Array.prototype.reduceRight - callbackfn takes 4 arguments */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-30.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-30.js index 3d5f73db68..382573a933 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-30.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-30.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-30.js; - * @description: Array.prototype.reduceRight - the Math Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-30.js + * @description Array.prototype.reduceRight - the Math Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-31.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-31.js index ce3891c2de..ab7a662ee5 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-31.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-31.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-31.js; - * @description: Array.prototype.reduceRight - Date Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-31.js + * @description Array.prototype.reduceRight - Date Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-32.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-32.js index 18c946e922..290e16894f 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-32.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-32.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-32.js; - * @description: Array.prototype.reduceRight - RegExp Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-32.js + * @description Array.prototype.reduceRight - RegExp Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-33.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-33.js index 86fc236032..816824db36 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-33.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-33.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-33.js; - * @description: Array.prototype.reduceRight - the JSON can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-33.js + * @description Array.prototype.reduceRight - the JSON can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-34.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-34.js index c8d395d42f..f2874b69d8 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-34.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-34.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-34.js; - * @description: Array.prototype.reduceRight - Error Object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-34.js + * @description Array.prototype.reduceRight - Error Object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-35.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-35.js index 0ce6751312..8b00406078 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-35.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-35.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-35.js; - * @description: Array.prototype.reduceRight - the Arguments object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-35.js + * @description Array.prototype.reduceRight - the Arguments object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-37.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-37.js index 0d9a609f15..3e892ce156 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-37.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-37.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-37.js; - * @description: Array.prototype.reduceRight - the global object can be used as accumulator; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-37.js + * @description Array.prototype.reduceRight - the global object can be used as accumulator */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s.js index 97c478f14b..857fc6109e 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s.js; - * @description: Array.prototype.reduceRight - undefined passed as thisValue to strict callbackfn; - * @strict_only; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s.js + * @description Array.prototype.reduceRight - undefined passed as thisValue to strict callbackfn + * @strict_only */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4.js index 5241df860b..b1d8155dcc 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4.js; - * @description: Array.prototype.reduceRight - k values are passed in acending numeric order; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4.js + * @description Array.prototype.reduceRight - k values are passed in acending numeric order */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-5.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-5.js index 26612331c5..03f4f0468c 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-5.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-5.js; - * @description: Array.prototype.reduceRight - k values are accessed during each iteration and not prior to starting the loop on an Array; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-5.js + * @description Array.prototype.reduceRight - k values are accessed during each iteration and not prior to starting the loop on an Array */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-7.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-7.js index a23fcc404f..177c8700ed 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-7.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-7.js; - * @description: Array.prototype.reduceRight - unhandled exceptions happened in callbackfn terminate iteration; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-7.js + * @description Array.prototype.reduceRight - unhandled exceptions happened in callbackfn terminate iteration */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-8.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-8.js index e39835ee18..6cfd3f8161 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-8.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-8.js; - * @description: Array.prototype.reduceRight - element changed by callbackfn on previous iterations is observed; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-8.js + * @description Array.prototype.reduceRight - element changed by callbackfn on previous iterations is observed */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-9.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-9.js index 187533acb0..98de8a6454 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-9.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-9.js; - * @description: Array.prototype.reduceRight - callbackfn is called with 0 formal parameter; + * @path chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-9.js + * @description Array.prototype.reduceRight - callbackfn is called with 0 formal parameter */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-b-iii-3-b-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-b-iii-3-b-1.js index 53ddb9d58c..e3e59f4b11 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-b-iii-3-b-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-b-iii-3-b-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-b-iii-3-b-1.js; - * @description: Array.prototype.concat will concat an Array when index property (read-only) exists in Array.prototype (Step 5.b.iii.3.b); + * @path chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-b-iii-3-b-1.js + * @description Array.prototype.concat will concat an Array when index property (read-only) exists in Array.prototype (Step 5.b.iii.3.b) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-c-i-1.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-c-i-1.js index 05080ce745..af4532e914 100644 --- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-c-i-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-c-i-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-c-i-1.js; - * @description: Array.prototype.concat will concat an Array when index property (read-only) exists in Array.prototype (Step 5.c.i); + * @path chapter15/15.4/15.4.4/15.4.4.4/15.4.4.4-5-c-i-1.js + * @description Array.prototype.concat will concat an Array when index property (read-only) exists in Array.prototype (Step 5.c.i) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5-1.js b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5-1.js index 4ee3399636..1847d6e905 100644 --- a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.5/15.4.5-1.js; - * @description: Array instances have [[Class]] set to 'Array'; + * @path chapter15/15.4/15.4.5/15.4.5-1.js + * @description Array instances have [[Class]] set to 'Array' */ diff --git a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-1.js b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-1.js index 77b82f7a38..f72ec8a3c0 100644 --- a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-1.js; - * @description: Throw RangeError if attempt to set array length property to 4294967296 (2**32); + * @path chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-1.js + * @description Throw RangeError if attempt to set array length property to 4294967296 (2**32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-2.js b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-2.js index 4bfa6ff3e3..b8db842477 100644 --- a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-2.js; - * @description: Throw RangeError if attempt to set array length property to 4294967297 (1+2**32); + * @path chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-2.js + * @description Throw RangeError if attempt to set array length property to 4294967297 (1+2**32) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-3.js b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-3.js index c287aed5af..daf25cae17 100644 --- a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-3.js +++ b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-3.js; - * @description: Set array length property to max value 4294967295 (2**32-1,); + * @path chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-3.d-3.js + * @description Set array length property to max value 4294967295 (2**32-1,) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-1.js b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-1.js index 1ff09ad4bd..d5f591e256 100644 --- a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-1.js +++ b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-1.js; - * @description: Defining a property named 4294967295 (2**32-1)(not an array element); + * @path chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-1.js + * @description Defining a property named 4294967295 (2**32-1)(not an array element) */ diff --git a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-2.js b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-2.js index 84513ac8b1..10d62b1d26 100644 --- a/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-2.js +++ b/test/suite/converted/chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-2.js; - * @description: Defining a property named 4294967295 (2**32-1) doesn't change length of the array; + * @path chapter15/15.4/15.4.5/15.4.5.1/15.4.5.1-5-2.js + * @description Defining a property named 4294967295 (2**32-1) doesn't change length of the array */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-1.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-1.js index 0e6ef45923..1a6296693b 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-1.js; - * @description: String.prototype.trim must exist as a function; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-1.js + * @description String.prototype.trim must exist as a function */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-2.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-2.js index a480a6cba3..d92abc083c 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-2.js; - * @description: String.prototype.trim must exist as a function taking 0 parameters; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-0-2.js + * @description String.prototype.trim must exist as a function taking 0 parameters */ -assertTrue(String.prototype.trim.length === 0); +assertTruthy(String.prototype.trim.length === 0); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1.js index 5a8da509ee..0e520bf78c 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1.js; - * @description: String.prototype.trim throws TypeError when string is undefined; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1.js + * @description String.prototype.trim throws TypeError when string is undefined */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2.js index 13bd02b679..2c754845a2 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2.js; - * @description: String.prototype.trim throws TypeError when string is null; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2.js + * @description String.prototype.trim throws TypeError when string is null */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-3.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-3.js index 20d44b49c1..9e15d8e943 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-3.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-3.js; - * @description: String.prototype.trim works for primitive type boolean; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-3.js + * @description String.prototype.trim works for primitive type boolean */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-4.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-4.js index fbb84a964e..eda9d005f6 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-4.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-4.js; - * @description: String.prototype.trim works for primitive type number; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-4.js + * @description String.prototype.trim works for primitive type number */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-5.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-5.js index 6c73d0aa67..43cc9d3932 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-5.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-5.js; - * @description: String.prototype.trim works for an Object; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-5.js + * @description String.prototype.trim works for an Object */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-6.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-6.js index 10a5fd6c4c..48d9980f14 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-6.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-6.js; - * @description: String.prototype.trim works for an String; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-6.js + * @description String.prototype.trim works for an String */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-7.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-7.js index 1205373b82..e7c401f8c5 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-7.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-7.js; - * @description: String.prototype.trim works for a primitive string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-7.js + * @description String.prototype.trim works for a primitive string */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-8.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-8.js index 391d7af4ad..74a44e655a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-8.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-8.js; - * @description: String.prototype.trim works for a primitive string (value is ' abc') ; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-8.js + * @description String.prototype.trim works for a primitive string (value is ' abc') */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-9.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-9.js index fad7cf0025..5cbb410dc6 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-9.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-9.js; - * @description: String.prototype.trim works for a String object which value is undefined; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-9.js + * @description String.prototype.trim works for a String object which value is undefined */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-1.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-1.js index a24f06087b..3925d5849d 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-1.js; - * @description: String.prototype.trim - argument 'this' is a boolean whose value is false; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-1.js + * @description String.prototype.trim - argument 'this' is a boolean whose value is false */ -assertTrue(String.prototype.trim.call(false) === "false"); +assertTruthy(String.prototype.trim.call(false) === "false"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-10.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-10.js index 3d92713ecb..e5057870a9 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-10.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-10.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is +Infinity); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-10.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is +Infinity) */ -assertTrue(String.prototype.trim.call(+Infinity) === "Infinity"); +assertTruthy(String.prototype.trim.call(+Infinity) === "Infinity"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-11.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-11.js index aa89d7708e..74e6a67adb 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-11.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-11.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-11.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is -Infinity); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-11.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is -Infinity) */ -assertTrue(String.prototype.trim.call(-Infinity) === "-Infinity"); +assertTruthy(String.prototype.trim.call(-Infinity) === "-Infinity"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-12.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-12.js index 8507fedc9b..ed2d546145 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-12.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-12.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-12.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 20 zeros)); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-12.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 20 zeros)) */ -assertTrue(String.prototype.trim.call(100000000000000000000) === "100000000000000000000"); +assertTruthy(String.prototype.trim.call(100000000000000000000) === "100000000000000000000"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-13.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-13.js index 441f46d848..8dba1d09d2 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-13.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-13.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-13.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 21 zeros)); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-13.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 21 zeros)) */ -assertTrue(String.prototype.trim.call(1000000000000000000000) === "1e+21"); +assertTruthy(String.prototype.trim.call(1000000000000000000000) === "1e+21"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-14.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-14.js index ae1b0f107c..a709c0ef76 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-14.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-14.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-14.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 22 zeros)); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-14.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 22 zeros)) */ -assertTrue(String.prototype.trim.call(10000000000000000000000) === "1e+22"); +assertTruthy(String.prototype.trim.call(10000000000000000000000) === "1e+22"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-15.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-15.js index ec1251bd3c..b33b753ea2 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-15.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-15.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-15.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e+20); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-15.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e+20) */ -assertTrue(String.prototype.trim.call(1e+20) === "100000000000000000000"); +assertTruthy(String.prototype.trim.call(1e+20) === "100000000000000000000"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-16.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-16.js index 7d8d8ec035..83afb81a82 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-16.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-16.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-16.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to string (value is 1e+21); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-16.js + * @description String.prototype.trim - argument 'this' is a number that converts to string (value is 1e+21) */ -assertTrue(String.prototype.trim.call(1e+21) === "1e+21"); +assertTruthy(String.prototype.trim.call(1e+21) === "1e+21"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-17.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-17.js index 11704fd170..c45972c167 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-17.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-17.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-17.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to string (value is 1e+22); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-17.js + * @description String.prototype.trim - argument 'this' is a number that converts to string (value is 1e+22) */ -assertTrue(String.prototype.trim.call(1e+22) === "1e+22"); +assertTruthy(String.prototype.trim.call(1e+22) === "1e+22"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-18.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-18.js index 70ef6660ba..f8de001b8a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-18.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-18.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-18.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 0.000001); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-18.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 0.000001) */ -assertTrue(String.prototype.trim.call(0.000001) === "0.000001"); +assertTruthy(String.prototype.trim.call(0.000001) === "0.000001"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-19.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-19.js index 3fa01f8ec1..faa58786bb 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-19.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-19.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-19.js; - * @description: String.prototype.trim - argument argument 'this' is a number that converts to a string (value is 0.0000001); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-19.js + * @description String.prototype.trim - argument argument 'this' is a number that converts to a string (value is 0.0000001) */ -assertTrue(String.prototype.trim.call(0.0000001) === "1e-7"); +assertTruthy(String.prototype.trim.call(0.0000001) === "1e-7"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-2.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-2.js index 1d024743ee..289e7a6b55 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-2.js; - * @description: String.prototype.trim - argument 'this' is a boolean whose value is true; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-2.js + * @description String.prototype.trim - argument 'this' is a boolean whose value is true */ -assertTrue(String.prototype.trim.call(true) === "true"); +assertTruthy(String.prototype.trim.call(true) === "true"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-20.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-20.js index 3d522dd6e6..afd4b8ec5a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-20.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-20.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-20.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 0.00000001); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-20.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 0.00000001) */ -assertTrue(String.prototype.trim.call(0.00000001) === "1e-8"); +assertTruthy(String.prototype.trim.call(0.00000001) === "1e-8"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-21.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-21.js index 103324efad..e56e7608d1 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-21.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-21.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-21.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e-7); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-21.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e-7) */ -assertTrue(String.prototype.trim.call(1e-7) === "1e-7"); +assertTruthy(String.prototype.trim.call(1e-7) === "1e-7"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-22.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-22.js index 8ae3ff5f59..7c12ab2c60 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-22.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-22.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-22.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e-6); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-22.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e-6) */ -assertTrue(String.prototype.trim.call(1e-6) === "0.000001"); +assertTruthy(String.prototype.trim.call(1e-6) === "0.000001"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-23.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-23.js index 1b24203dcd..39e13dc918 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-23.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-23.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-23.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e-5); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-23.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1e-5) */ -assertTrue(String.prototype.trim.call(1e-5) === "0.00001"); +assertTruthy(String.prototype.trim.call(1e-5) === "0.00001"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-24.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-24.js index 2385e40412..540ad4401f 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-24.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-24.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-24.js; - * @description: String.prototype.trim - argument 'this' is an integer that converts to a string (value is 123); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-24.js + * @description String.prototype.trim - argument 'this' is an integer that converts to a string (value is 123) */ -assertTrue(String.prototype.trim.call(123) === "123"); +assertTruthy(String.prototype.trim.call(123) === "123"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-25.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-25.js index 5ff4c398a0..c6e4271dd4 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-25.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-25.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-25.js; - * @description: String.prototype.trim - argument 'this' is a decimal that converts to a string (value is 123.456); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-25.js + * @description String.prototype.trim - argument 'this' is a decimal that converts to a string (value is 123.456) */ -assertTrue(String.prototype.trim.call(123.456) === "123.456"); +assertTruthy(String.prototype.trim.call(123.456) === "123.456"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-26.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-26.js index e9cd3ea955..ce5ef2fbce 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-26.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-26.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-26.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 20 zeros).123); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-26.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 1(following 20 zeros).123) */ -assertTrue(String.prototype.trim.call(100000000000000000000.123) === "100000000000000000000"); +assertTruthy(String.prototype.trim.call(100000000000000000000.123) === "100000000000000000000"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-27.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-27.js index 499884ac38..b753992ab1 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-27.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-27.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-27.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 123.1234567); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-27.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 123.1234567) */ -assertTrue(String.prototype.trim.call(123.1234567) === "123.1234567"); +assertTruthy(String.prototype.trim.call(123.1234567) === "123.1234567"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-28.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-28.js index 23e7c407da..7bd62c7322 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-28.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-28.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-28.js; - * @description: String.prototype.trim - argument 'this' is an empty string ; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-28.js + * @description String.prototype.trim - argument 'this' is an empty string */ -assertTrue(String.prototype.trim.call("") === ""); +assertTruthy(String.prototype.trim.call("") === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-29.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-29.js index 9430080929..f9f5093936 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-29.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-29.js @@ -19,10 +19,10 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-29.js; - * @description: String.prototype.trim - argument 'this' is a string(value is 'AB - * \cd'); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-29.js + * @description String.prototype.trim - argument 'this' is a string(value is 'AB + * \cd') */ -assertTrue(String.prototype.trim.call("AB\n\\cd") === "AB\n\\cd"); +assertTruthy(String.prototype.trim.call("AB\n\\cd") === "AB\n\\cd"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-3.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-3.js index 39a3cb8311..8c3aabce4c 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-3.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-3.js @@ -1,8 +1,8 @@ /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-3.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is NaN); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-3.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is NaN) */ /// Copyright (c) 2009 Microsoft Corporation @@ -24,4 +24,4 @@ /// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, /// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -assertTrue(String.prototype.trim.call(NaN) === "NaN"); +assertTruthy(String.prototype.trim.call(NaN) === "NaN"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-30.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-30.js index 850127e47c..b3f98af441 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-30.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-30.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-30.js; - * @description: String.prototype.trim - argument 'this' is a string(value is 'undefined') ; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-30.js + * @description String.prototype.trim - argument 'this' is a string(value is 'undefined') */ -assertTrue(String.prototype.trim.call("undefined") === "undefined"); +assertTruthy(String.prototype.trim.call("undefined") === "undefined"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-31.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-31.js index 56125bc514..0c28fe56e5 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-31.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-31.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-31.js; - * @description: String.prototype.trim - argument 'this' is a string(value is 'null') ; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-31.js + * @description String.prototype.trim - argument 'this' is a string(value is 'null') */ -assertTrue(String.prototype.trim.call("null") === "null"); +assertTruthy(String.prototype.trim.call("null") === "null"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-32.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-32.js index afd052c43c..c970ef8882 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-32.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-32.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-32.js; - * @description: String.prototype.trim - argument 'this' is a string(value is '123#$%abc'); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-32.js + * @description String.prototype.trim - argument 'this' is a string(value is '123#$%abc') */ -assertTrue(String.prototype.trim.call("123#$%abc") === "123#$%abc"); +assertTruthy(String.prototype.trim.call("123#$%abc") === "123#$%abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-33.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-33.js index 596ff1e789..c7e4ba9dc5 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-33.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-33.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-33.js; - * @description: String.prototype.trim - argument 'this' is a string(value is '1'); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-33.js + * @description String.prototype.trim - argument 'this' is a string(value is '1') */ -assertTrue(String.prototype.trim.call("1") === "1"); +assertTruthy(String.prototype.trim.call("1") === "1"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-34.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-34.js index e24a44d119..2e58095fdc 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-34.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-34.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-34.js; - * @description: String.prototype.trim - 'this' is an array that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-34.js + * @description String.prototype.trim - 'this' is an array that converts to a string */ -assertTrue((String.prototype.trim.call([1]) === '1')); +assertTruthy((String.prototype.trim.call([1]) === '1')); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-35.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-35.js index dcf604c234..277027c0b2 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-35.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-35.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-35.js; - * @description: String.prototype.trim - 'this' is a String Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-35.js + * @description String.prototype.trim - 'this' is a String Object that converts to a string */ -assertTrue((String.prototype.trim.call(new String("abc")) === "abc")); +assertTruthy((String.prototype.trim.call(new String("abc")) === "abc")); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-36.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-36.js index d02f92bb91..89a316ea1e 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-36.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-36.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-36.js; - * @description: String.prototype.trim - 'this' is a Boolean Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-36.js + * @description String.prototype.trim - 'this' is a Boolean Object that converts to a string */ -assertTrue((String.prototype.trim.call(new Boolean(false)) === "false")); +assertTruthy((String.prototype.trim.call(new Boolean(false)) === "false")); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-37.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-37.js index 3253ff4509..d88280f64f 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-37.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-37.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-37.js; - * @description: String.prototype.trim - 'this' is a Number Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-37.js + * @description String.prototype.trim - 'this' is a Number Object that converts to a string */ -assertTrue((String.prototype.trim.call(new Number(123)) === "123")); +assertTruthy((String.prototype.trim.call(new Number(123)) === "123")); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-38.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-38.js index 63d0f4e6e3..ac1eea2af9 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-38.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-38.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-38.js; - * @description: String.prototype.trim - 'this' is an object which has an own toString method; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-38.js + * @description String.prototype.trim - 'this' is an object which has an own toString method */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-39.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-39.js index 61a31e05f9..8652d00fb6 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-39.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-39.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-39.js; - * @description: String.prototype.trim - 'this' is an object which has an own valueOf method; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-39.js + * @description String.prototype.trim - 'this' is an object which has an own valueOf method */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-4.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-4.js index 317a420828..9a7d573012 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-4.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-4.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is 0); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-4.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is 0) */ -assertTrue(String.prototype.trim.call(0) === "0"); +assertTruthy(String.prototype.trim.call(0) === "0"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-40.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-40.js index ddd2721e7d..69cb4413da 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-40.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-40.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-40.js; - * @description: String.prototype.trim - 'this' is an object that has an own toString method that returns an object and valueOf method that returns a primitive value; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-40.js + * @description String.prototype.trim - 'this' is an object that has an own toString method that returns an object and valueOf method that returns a primitive value */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-41.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-41.js index 9b1a54edce..59de7eb6fc 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-41.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-41.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-41.js; - * @description: String.prototype.trim - 'this' is an object which has an own toString and valueOf method.; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-41.js + * @description String.prototype.trim - 'this' is an object which has an own toString and valueOf method. */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-42.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-42.js index d07560254c..b9096d0edc 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-42.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-42.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-42.js; - * @description: String.prototype.trim - TypeError exception was thrown when 'this' is an object that both toString and valueOf wouldn't return primitive value.; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-42.js + * @description String.prototype.trim - TypeError exception was thrown when 'this' is an object that both toString and valueOf wouldn't return primitive value. */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-43.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-43.js index 6a92b04061..5aa107364e 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-43.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-43.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-43.js; - * @description: String.prototype.trim - 'this' is an object with an own valueOf and inherited toString methods with hint string, verify inherited toString method will be called first; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-43.js + * @description String.prototype.trim - 'this' is an object with an own valueOf and inherited toString methods with hint string, verify inherited toString method will be called first */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-44.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-44.js index fe2ba62318..8cfa9bcb9f 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-44.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-44.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-44.js; - * @description: String.prototype.trim - 'this' is a string that contains east Asian characters (value is 'SD咕噜'); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-44.js + * @description String.prototype.trim - 'this' is a string that contains east Asian characters (value is 'SD咕噜') */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-45.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-45.js index 3efae10554..1586ceb898 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-45.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-45.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-45.js; - * @description: String.prototype.trim - 'this' is a string that contains white space, character, number, object and null characters; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-45.js + * @description String.prototype.trim - 'this' is a string that contains white space, character, number, object and null characters */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-46.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-46.js index 1bff2339c0..e8f92cee86 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-46.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-46.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-46.js; - * @description: String.prototype.trim - 'this' is a Function Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-46.js + * @description String.prototype.trim - 'this' is a Function Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-47.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-47.js index 2d3256ab73..b8276ffd80 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-47.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-47.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-47.js; - * @description: String.prototype.trim - 'this' is a object Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-47.js + * @description String.prototype.trim - 'this' is a object Object that converts to a string */ -assertTrue(String.prototype.trim.call({}) === "[object Object]"); +assertTruthy(String.prototype.trim.call({}) === "[object Object]"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-49.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-49.js index a3acba32fa..fbb50bc75f 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-49.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-49.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-49.js; - * @description: String.prototype.trim - 'this' is a RegExp Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-49.js + * @description String.prototype.trim - 'this' is a RegExp Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-5.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-5.js index 925ff6f74a..a530510c30 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-5.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-5.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is +0); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-5.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is +0) */ -assertTrue(String.prototype.trim.call(+0) === "0"); +assertTruthy(String.prototype.trim.call(+0) === "0"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-50.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-50.js index fc325f21c1..ac5d94ca8e 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-50.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-50.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-50.js; - * @description: String.prototype.trim - 'this' is a Error Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-50.js + * @description String.prototype.trim - 'this' is a Error Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-51.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-51.js index d2b2c000f9..453e29a24d 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-51.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-51.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-51.js; - * @description: String.prototype.trim - 'this' is a Arguments Object that converts to a string; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-51.js + * @description String.prototype.trim - 'this' is a Arguments Object that converts to a string */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-6.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-6.js index 66f137f1b3..74545233a2 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-6.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-6.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is -0); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-6.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is -0) */ -assertTrue(String.prototype.trim.call(-0) === "0"); +assertTruthy(String.prototype.trim.call(-0) === "0"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-7.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-7.js index 50a8cbfb20..c91ee5df3f 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-7.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-7.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-7.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is positive number); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-7.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is positive number) */ -assertTrue(String.prototype.trim.call(30) === "30"); +assertTruthy(String.prototype.trim.call(30) === "30"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-8.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-8.js index 3948e6f519..0cb5e7d3f0 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-8.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-8.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is negative number); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-8.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is negative number) */ -assertTrue(String.prototype.trim.call(-20) === "-20"); +assertTruthy(String.prototype.trim.call(-20) === "-20"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-9.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-9.js index a4c2bafe7e..2c5858a8ee 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-9.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-9.js; - * @description: String.prototype.trim - argument 'this' is a number that converts to a string (value is Infinity); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-2-9.js + * @description String.prototype.trim - argument 'this' is a number that converts to a string (value is Infinity) */ -assertTrue(String.prototype.trim.call(Infinity) === "Infinity"); +assertTruthy(String.prototype.trim.call(Infinity) === "Infinity"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-1.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-1.js index f0ab8eaee5..4e249ef168 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-1.js; - * @description: String.prototype.trim - 'S' is a string with all LineTerminator; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-1.js + * @description String.prototype.trim - 'S' is a string with all LineTerminator */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-10.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-10.js index 48e3cf6415..f8b3b1c535 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-10.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-10.js; - * @description: String.prototype.trim - 'S' is a string with null character ('\u0000'); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-10.js + * @description String.prototype.trim - 'S' is a string with null character ('\u0000') */ -assertTrue("\u0000".trim() === "\u0000"); +assertTruthy("\u0000".trim() === "\u0000"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-11.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-11.js index 2244ba5bba..904301266d 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-11.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-11.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-11.js; - * @description: String.prototype.trim - 'S' is a string that starts with null character; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-11.js + * @description String.prototype.trim - 'S' is a string that starts with null character */ -assertTrue("\0\u0000abc".trim() === "\0\u0000abc"); +assertTruthy("\0\u0000abc".trim() === "\0\u0000abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-12.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-12.js index f5180e0e33..b9cd2dfd19 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-12.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-12.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-12.js; - * @description: String.prototype.trim - 'S' is a string that ends with null character; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-12.js + * @description String.prototype.trim - 'S' is a string that ends with null character */ -assertTrue("abc\0\u0000".trim() === "abc\0\u0000"); +assertTruthy("abc\0\u0000".trim() === "abc\0\u0000"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-13.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-13.js index 8bdefd21d2..a44b66d4e1 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-13.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-13.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-13.js; - * @description: String.prototype.trim - 'S' is a string that starts with null character and ends with null character; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-13.js + * @description String.prototype.trim - 'S' is a string that starts with null character and ends with null character */ -assertTrue("\0\u0000abc\0\u0000".trim() === "\0\u0000abc\0\u0000"); +assertTruthy("\0\u0000abc\0\u0000".trim() === "\0\u0000abc\0\u0000"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-14.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-14.js index e1b2ad8d1a..16f72b2570 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-14.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-14.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-14.js; - * @description: String.prototype.trim - 'S' is a string that has null character in the middle; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-14.js + * @description String.prototype.trim - 'S' is a string that has null character in the middle */ -assertTrue("a\0\u0000bc".trim() === "a\0\u0000bc"); +assertTruthy("a\0\u0000bc".trim() === "a\0\u0000bc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js index 3cd72b2abc..9593d1e9e6 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js; - * @description: String.prototype.trim - 'S' is a string with all WhiteSpace; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-2.js + * @description String.prototype.trim - 'S' is a string with all WhiteSpace */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-3.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-3.js index 1cadaa47c9..5e9ce1075f 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-3.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-3.js; - * @description: String.prototype.trim - 'S' is a string with all union of WhiteSpace and LineTerminator; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-3.js + * @description String.prototype.trim - 'S' is a string with all union of WhiteSpace and LineTerminator */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-4.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-4.js index 67d5ef2095..e3342af7af 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-4.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-4.js; - * @description: String.prototype.trim - 'S' is a string start with union of all LineTerminator and all WhiteSpace; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-4.js + * @description String.prototype.trim - 'S' is a string start with union of all LineTerminator and all WhiteSpace */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-5.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-5.js index a2ea6d5afa..af50f1780f 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-5.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-5.js; - * @description: String.prototype.trim - 'S' is a string end with union of all LineTerminator and all WhiteSpace; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-5.js + * @description String.prototype.trim - 'S' is a string end with union of all LineTerminator and all WhiteSpace */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-6.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-6.js index 848fe5ec9f..6ce14c9814 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-6.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-6.js; - * @description: String.prototype.trim - 'S' is a string start with union of all LineTerminator and all WhiteSpace and end with union of all LineTerminator and all WhiteSpace; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-6.js + * @description String.prototype.trim - 'S' is a string start with union of all LineTerminator and all WhiteSpace and end with union of all LineTerminator and all WhiteSpace */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-7.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-7.js index 268a9f2e88..2a8af26197 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-7.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-7.js; - * @description: String.prototype.trim - 'S' is a string that union of LineTerminator and WhiteSpace in the middle; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-7.js + * @description String.prototype.trim - 'S' is a string that union of LineTerminator and WhiteSpace in the middle */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-8.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-8.js index 22f4f94c5b..2da5ad6fc4 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-8.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-8.js; - * @description: String.prototype.trim - 'S' is a string with all null character; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-8.js + * @description String.prototype.trim - 'S' is a string with all null character */ -assertTrue("\0\u0000".trim() === "\0\u0000"); +assertTruthy("\0\u0000".trim() === "\0\u0000"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-9.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-9.js index c726f2a6c2..724f2a491a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-9.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-9.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-9.js; - * @description: String.prototype.trim - 'S' is a string with null character ('\0'); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-3-9.js + * @description String.prototype.trim - 'S' is a string with null character ('\0') */ -assertTrue("\0".trim() === "\0"); +assertTruthy("\0".trim() === "\0"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-1.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-1.js index b6107592a9..4d7ec544ce 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-1.js; - * @description: String.prototype.trim handles multiline string with whitepace and lineterminators; + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-1.js + * @description String.prototype.trim handles multiline string with whitepace and lineterminators */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10.js index 3f00ba6d3c..f613f79de8 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\uFEFFabc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10.js + * @description String.prototype.trim handles whitepace and lineterminators (\uFEFFabc) */ -assertTrue("\uFEFFabc".trim() === "abc"); +assertTruthy("\uFEFFabc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-11.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-11.js index 8487b10406..c3fe55be72 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-11.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-11.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-11.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u0009); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-11.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u0009) */ -assertTrue("abc\u0009".trim() === "abc"); +assertTruthy("abc\u0009".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-12.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-12.js index 3f4f5df488..2b496821a9 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-12.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-12.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-12.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u000B); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-12.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u000B) */ -assertTrue("abc\u000B".trim() === "abc"); +assertTruthy("abc\u000B".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-13.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-13.js index 87c606e149..2acc72c200 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-13.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-13.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-13.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u000C); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-13.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u000C) */ -assertTrue("abc\u000C".trim() === "abc"); +assertTruthy("abc\u000C".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-14.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-14.js index 20ef022f5f..0a5e08f328 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-14.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-14.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-14.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u0020); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-14.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u0020) */ -assertTrue("abc\u0020".trim() === "abc"); +assertTruthy("abc\u0020".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-16.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-16.js index d6e61194e0..db2704ec10 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-16.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-16.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-16.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u00A0); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-16.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u00A0) */ -assertTrue("abc\u00A0".trim() === "abc"); +assertTruthy("abc\u00A0".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18.js index 1d152b5edc..025f9ba9d3 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\uFEFF); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\uFEFF) */ -assertTrue("abc\uFEFF".trim() === "abc"); +assertTruthy("abc\uFEFF".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-19.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-19.js index 467f4a00b2..d9c01408f8 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-19.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-19.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-19.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u0009abc\u0009); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-19.js + * @description String.prototype.trim handles whitepace and lineterminators (\u0009abc\u0009) */ -assertTrue("\u0009abc\u0009".trim() === "abc"); +assertTruthy("\u0009abc\u0009".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-2.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-2.js index 445abe5be4..fbd4e3bf20 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-2.js; - * @description: String.prototype.trim handles whitepace and lineterminators ( \u0009abc \u0009); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-2.js + * @description String.prototype.trim handles whitepace and lineterminators ( \u0009abc \u0009) */ -assertTrue(" \u0009abc \u0009".trim() === "abc"); +assertTruthy(" \u0009abc \u0009".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-20.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-20.js index b5fab476b2..97a1bac221 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-20.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-20.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-20.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Babc\u000B); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-20.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Babc\u000B) */ -assertTrue("\u000Babc\u000B".trim() === "abc"); +assertTruthy("\u000Babc\u000B".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-21.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-21.js index 5dc2daba28..ccabfa548e 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-21.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-21.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-21.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Cabc\u000C); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-21.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Cabc\u000C) */ -assertTrue("\u000Cabc\u000C".trim() === "abc"); +assertTruthy("\u000Cabc\u000C".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-22.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-22.js index 0e1d6fe95c..51985224bc 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-22.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-22.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-22.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u0020abc\u0020); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-22.js + * @description String.prototype.trim handles whitepace and lineterminators (\u0020abc\u0020) */ -assertTrue("\u0020abc\u0020".trim() === "abc"); +assertTruthy("\u0020abc\u0020".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-24.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-24.js index eac38ad82b..f00abaaaac 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-24.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-24.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-24.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u00A0abc\u00A0); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-24.js + * @description String.prototype.trim handles whitepace and lineterminators (\u00A0abc\u00A0) */ -assertTrue("\u00A0abc\u00A0".trim() === "abc"); +assertTruthy("\u00A0abc\u00A0".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-27.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-27.js index a4e24628dc..a2c062e785 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-27.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-27.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-27.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u0009\u0009); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-27.js + * @description String.prototype.trim handles whitepace and lineterminators (\u0009\u0009) */ -assertTrue("\u0009\u0009".trim() === ""); +assertTruthy("\u0009\u0009".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-28.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-28.js index 33a351aaf8..b044a6debb 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-28.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-28.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-28.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000B\u000B); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-28.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000B\u000B) */ -assertTrue("\u000B\u000B".trim() === ""); +assertTruthy("\u000B\u000B".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-29.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-29.js index 81693db53e..e0e4fe1e6d 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-29.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-29.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-29.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000C\u000C); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-29.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000C\u000C) */ -assertTrue("\u000C\u000C".trim() === ""); +assertTruthy("\u000C\u000C".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-3.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-3.js index 79e738b3b2..496ce59e62 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-3.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-3.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u0009abc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-3.js + * @description String.prototype.trim handles whitepace and lineterminators (\u0009abc) */ -assertTrue("\u0009abc".trim() === "abc"); +assertTruthy("\u0009abc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-30.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-30.js index adbd6e02f8..ae34e09039 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-30.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-30.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-30.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u0020\u0020); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-30.js + * @description String.prototype.trim handles whitepace and lineterminators (\u0020\u0020) */ -assertTrue("\u0020\u0020".trim() === ""); +assertTruthy("\u0020\u0020".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-32.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-32.js index 339041630c..6d7a9850fa 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-32.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-32.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-32.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u00A0\u00A0); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-32.js + * @description String.prototype.trim handles whitepace and lineterminators (\u00A0\u00A0) */ -assertTrue("\u00A0\u00A0".trim() === ""); +assertTruthy("\u00A0\u00A0".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34.js index 5d0cca002a..8f2c3245b1 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\uFEFF\uFEFF); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34.js + * @description String.prototype.trim handles whitepace and lineterminators (\uFEFF\uFEFF) */ -assertTrue("\uFEFF\uFEFF".trim() === ""); +assertTruthy("\uFEFF\uFEFF".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-35.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-35.js index a59b5a18a4..2b0eef5ad6 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-35.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-35.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-35.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\u0009c); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-35.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\u0009c) */ -assertTrue("ab\u0009c".trim() === "ab\u0009c"); +assertTruthy("ab\u0009c".trim() === "ab\u0009c"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-36.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-36.js index a3c2dc0717..782906ba1c 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-36.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-36.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-36.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\u000Bc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-36.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\u000Bc) */ -assertTrue("ab\u000Bc".trim() === "ab\u000Bc"); +assertTruthy("ab\u000Bc".trim() === "ab\u000Bc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-37.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-37.js index ee77b65b05..9f9879f600 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-37.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-37.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-37.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\u000Cc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-37.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\u000Cc) */ -assertTrue("ab\u000Cc".trim() === "ab\u000Cc"); +assertTruthy("ab\u000Cc".trim() === "ab\u000Cc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-38.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-38.js index 5d45eb0884..702e450f3a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-38.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-38.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-38.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\u0020c); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-38.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\u0020c) */ -assertTrue("ab\u0020c".trim() === "ab\u0020c"); +assertTruthy("ab\u0020c".trim() === "ab\u0020c"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-39.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-39.js index 3ef4d74deb..648b2837f9 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-39.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-39.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-39.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\u0085c); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-39.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\u0085c) */ -assertTrue("ab\u0085c".trim() === "ab\u0085c"); +assertTruthy("ab\u0085c".trim() === "ab\u0085c"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-4.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-4.js index 203ab39a39..8cdbd2ec5c 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-4.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-4.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Babc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-4.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Babc) */ -assertTrue("\u000Babc".trim() === "abc"); +assertTruthy("\u000Babc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-40.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-40.js index 198a9bdab5..c784c81ef6 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-40.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-40.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-40.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\u00A0c); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-40.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\u00A0c) */ -assertTrue("ab\u00A0c".trim() === "ab\u00A0c"); +assertTruthy("ab\u00A0c".trim() === "ab\u00A0c"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-41.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-41.js index 5593a7ca19..cb550ea91d 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-41.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-41.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-41.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\u200Bc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-41.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\u200Bc) */ -assertTrue("ab\u200Bc".trim() === "ab\u200Bc"); +assertTruthy("ab\u200Bc".trim() === "ab\u200Bc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-42.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-42.js index aa640df474..513f03b610 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-42.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-42.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-42.js; - * @description: String.prototype.trim handles whitepace and lineterminators (ab\uFEFFc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-42.js + * @description String.prototype.trim handles whitepace and lineterminators (ab\uFEFFc) */ -assertTrue("ab\uFEFFc".trim() === "ab\uFEFFc"); +assertTruthy("ab\uFEFFc".trim() === "ab\uFEFFc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-43.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-43.js index b1a9b8e12a..583cfff973 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-43.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-43.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-43.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Aabc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-43.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Aabc) */ -assertTrue("\u000Aabc".trim() === "abc"); +assertTruthy("\u000Aabc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-44.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-44.js index 7ae29871cb..df9996463e 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-44.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-44.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-44.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Dabc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-44.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Dabc) */ -assertTrue("\u000Dabc".trim() === "abc"); +assertTruthy("\u000Dabc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-45.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-45.js index 1a9df5b9b2..236cd03e01 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-45.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-45.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-45.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u2028abc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-45.js + * @description String.prototype.trim handles whitepace and lineterminators (\u2028abc) */ -assertTrue("\u2028abc".trim() === "abc"); +assertTruthy("\u2028abc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-46.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-46.js index aedd65181b..e9304a8abd 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-46.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-46.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-46.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u2029abc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-46.js + * @description String.prototype.trim handles whitepace and lineterminators (\u2029abc) */ -assertTrue("\u2029abc".trim() === "abc"); +assertTruthy("\u2029abc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-47.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-47.js index 9314376d86..7e843d0989 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-47.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-47.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-47.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u000A); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-47.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u000A) */ -assertTrue("abc\u000A".trim() === "abc"); +assertTruthy("abc\u000A".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-48.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-48.js index a5a0fe70be..ce9814ab28 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-48.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-48.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-48.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u000D); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-48.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u000D) */ -assertTrue("abc\u000D".trim() === "abc"); +assertTruthy("abc\u000D".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-49.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-49.js index a60a5a887a..dfc41b904d 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-49.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-49.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-49.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u2028); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-49.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u2028) */ -assertTrue("abc\u2028".trim() === "abc"); +assertTruthy("abc\u2028".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-5.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-5.js index a0826594d4..98efd3ce04 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-5.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-5.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-5.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Cabc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-5.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Cabc) */ -assertTrue("\u000Cabc".trim() === "abc"); +assertTruthy("\u000Cabc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-50.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-50.js index d982ee4e24..238ce3222c 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-50.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-50.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-50.js; - * @description: String.prototype.trim handles whitepace and lineterminators (abc\u2029); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-50.js + * @description String.prototype.trim handles whitepace and lineterminators (abc\u2029) */ -assertTrue("abc\u2029".trim() === "abc"); +assertTruthy("abc\u2029".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-51.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-51.js index 9c848288ce..67ff4e3187 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-51.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-51.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-51.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Aabc\u000A); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-51.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Aabc\u000A) */ -assertTrue("\u000Aabc\u000A".trim() === "abc"); +assertTruthy("\u000Aabc\u000A".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-52.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-52.js index 58d87ca290..2f7cd07a40 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-52.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-52.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-52.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000Dabc\u000D); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-52.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000Dabc\u000D) */ -assertTrue("\u000Dabc\u000D".trim() === "abc"); +assertTruthy("\u000Dabc\u000D".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-53.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-53.js index 3863acd0c2..7215499535 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-53.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-53.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-53.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u2028abc\u2028); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-53.js + * @description String.prototype.trim handles whitepace and lineterminators (\u2028abc\u2028) */ -assertTrue("\u2028abc\u2028".trim() === "abc"); +assertTruthy("\u2028abc\u2028".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-54.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-54.js index ed5b0b9d04..1da9dfa473 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-54.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-54.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-54.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u2029abc\u2029); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-54.js + * @description String.prototype.trim handles whitepace and lineterminators (\u2029abc\u2029) */ -assertTrue("\u2029abc\u2029".trim() === "abc"); +assertTruthy("\u2029abc\u2029".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-55.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-55.js index 98c1c53c70..4db9d4d3ed 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-55.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-55.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-55.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000A\u000A); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-55.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000A\u000A) */ -assertTrue("\u000A\u000A".trim() === ""); +assertTruthy("\u000A\u000A".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-56.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-56.js index 6eb74cb710..6645db8597 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-56.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-56.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-56.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u000D\u000D); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-56.js + * @description String.prototype.trim handles whitepace and lineterminators (\u000D\u000D) */ -assertTrue("\u000D\u000D".trim() === ""); +assertTruthy("\u000D\u000D".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-57.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-57.js index a28c6a64f3..f2cbdd5425 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-57.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-57.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-57.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u2028\u2028); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-57.js + * @description String.prototype.trim handles whitepace and lineterminators (\u2028\u2028) */ -assertTrue("\u2028\u2028".trim() === ""); +assertTruthy("\u2028\u2028".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-58.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-58.js index 7fee30dac2..278c7709c9 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-58.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-58.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-58.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u2029\u2029); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-58.js + * @description String.prototype.trim handles whitepace and lineterminators (\u2029\u2029) */ -assertTrue("\u2029\u2029".trim() === ""); +assertTruthy("\u2029\u2029".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-59.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-59.js index 246670cffa..f3936f907c 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-59.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-59.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-59.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u2029abc as a multiline string); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-59.js + * @description String.prototype.trim handles whitepace and lineterminators (\u2029abc as a multiline string) */ diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-6.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-6.js index 3527159baf..38453ce9d3 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-6.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-6.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-6.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u0020abc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-6.js + * @description String.prototype.trim handles whitepace and lineterminators (\u0020abc) */ -assertTrue("\u0020abc".trim() === "abc"); +assertTruthy("\u0020abc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-60.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-60.js index 29c2c0780f..29162f7589 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-60.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-60.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-60.js; - * @description: String.prototype.trim handles whitepace and lineterminators (string with just blanks); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-60.js + * @description String.prototype.trim handles whitepace and lineterminators (string with just blanks) */ -assertTrue(" ".trim() === ""); +assertTruthy(" ".trim() === ""); diff --git a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-8.js b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-8.js index b2b3f48486..d7b6b6bd9a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-8.js +++ b/test/suite/converted/chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-8.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-8.js; - * @description: String.prototype.trim handles whitepace and lineterminators (\u00A0abc); + * @path chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-8.js + * @description String.prototype.trim handles whitepace and lineterminators (\u00A0abc) */ -assertTrue("\u00A0abc".trim() === "abc"); +assertTruthy("\u00A0abc".trim() === "abc"); diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-1.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-1.js index 2f0075184d..ad06868302 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-1.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-1.js; - * @description: String object supports bracket notation to lookup of data properties; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-1.js + * @description String object supports bracket notation to lookup of data properties */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-2.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-2.js index a9015634da..b0ca671d49 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-2.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-2.js; - * @description: String value supports bracket notation to lookup data properties; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-1-2.js + * @description String value supports bracket notation to lookup data properties */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-1.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-1.js index 441cbe3c44..271e697e58 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-1.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-1.js; - * @description: String object indexing returns undefined for missing data properties; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-1.js + * @description String object indexing returns undefined for missing data properties */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-2.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-2.js index 83dc73ecad..8211affa61 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-2.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-2.js; - * @description: String value indexing returns undefined for missing data properties; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-2.js + * @description String value indexing returns undefined for missing data properties */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-3.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-3.js index 7a8e4a8d7d..7bfcb4227a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-3.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-3.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-3.js; - * @description: String object indexing returns undefined if the numeric index (NaN) is not an array index; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-3.js + * @description String object indexing returns undefined if the numeric index (NaN) is not an array index */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-4.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-4.js index 96733af867..d3201838ba 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-4.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-4.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-4.js; - * @description: String object indexing returns undefined if the numeric index (Infinity) is not an array index; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-4.js + * @description String object indexing returns undefined if the numeric index (Infinity) is not an array index */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-5.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-5.js index ced73d2956..8c227cd517 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-5.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-5.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-5.js; - * @description: String object indexing returns undefined if the numeric index ( 2^32-1) is not an array index; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-5.js + * @description String object indexing returns undefined if the numeric index ( 2^32-1) is not an array index */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-6.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-6.js index d69c277f4a..4124c1c0ed 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-6.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-6.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-6.js; - * @description: String value indexing returns undefined if the numeric index (NaN) is not an array index; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-6.js + * @description String value indexing returns undefined if the numeric index (NaN) is not an array index */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-7.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-7.js index e04ce0701d..e27b79d015 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-7.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-7.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-7.js; - * @description: String value indexing returns undefined if the numeric index (Infinity) is not an array index; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-7.js + * @description String value indexing returns undefined if the numeric index (Infinity) is not an array index */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-8.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-8.js index aec37cd670..9ccd3c2b8a 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-8.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-8.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-8.js; - * @description: String value indexing returns undefined if the numeric index ( >= 2^32-1) is not an array index; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-3-8.js + * @description String value indexing returns undefined if the numeric index ( >= 2^32-1) is not an array index */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-1.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-1.js index 26ef47244d..a4df9153db 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-1.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-1.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-1.js; - * @description: String object indexing returns undefined if the numeric index is less than 0; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-1.js + * @description String object indexing returns undefined if the numeric index is less than 0 */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-2.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-2.js index 0e10be9d85..189bed7fe8 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-2.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-2.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-2.js; - * @description: String value indexing returns undefined if the numeric index is less than 0; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-2.js + * @description String value indexing returns undefined if the numeric index is less than 0 */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-3.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-3.js index 99c324741a..9c3ce1d527 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-3.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-3.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-3.js; - * @description: String object indexing returns undefined if the numeric index is greater than the string length; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-3.js + * @description String object indexing returns undefined if the numeric index is greater than the string length */ diff --git a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-4.js b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-4.js index 8ee51c1c1e..209613c588 100644 --- a/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-4.js +++ b/test/suite/converted/chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-4.js @@ -22,8 +22,8 @@ * 15.5.5.2 defines [[GetOwnProperty]] for Strings. It supports using indexing * notation to look up non numeric property names. * - * @path: chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-4.js; - * @description: String value indexing returns undefined if the numeric index is greater than the string length; + * @path chapter15/15.5/15.5.5/15.5.5.2/15.5.5.5.2-7-4.js + * @description String value indexing returns undefined if the numeric index is greater than the string length */ diff --git a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-1.js b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-1.js index d14e7810e0..e2670e2742 100644 --- a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-1.js +++ b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.7/15.7.3/15.7.3-1.js; - * @description: Number constructor - [[Prototype]] is the Function prototype object; + * @path chapter15/15.7/15.7.3/15.7.3-1.js + * @description Number constructor - [[Prototype]] is the Function prototype object */ -assertTrue(Function.prototype.isPrototypeOf(Number) === true); +assertTruthy(Function.prototype.isPrototypeOf(Number) === true); diff --git a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-2.js b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-2.js index ae65b2e470..afc4838ea5 100644 --- a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-2.js +++ b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.7/15.7.3/15.7.3-2.js; - * @description: Number constructor - [[Prototype]] is the Function prototype object (using getPrototypeOf); + * @path chapter15/15.7/15.7.3/15.7.3-2.js + * @description Number constructor - [[Prototype]] is the Function prototype object (using getPrototypeOf) */ diff --git a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-1.js b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-1.js index cb18e5cac6..c7ce087954 100644 --- a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-1.js +++ b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-1.js; - * @description: Number.prototype is a data property with default attribute values (false); + * @path chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-1.js + * @description Number.prototype is a data property with default attribute values (false) */ diff --git a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js index 78378bd934..51faaf07c1 100644 --- a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js +++ b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js; - * @description: Number.prototype, initial value is the Number prototype object; + * @path chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js + * @description Number.prototype, initial value is the Number prototype object */ diff --git a/test/suite/converted/chapter15/15.7/15.7.4/15.7.4-1.js b/test/suite/converted/chapter15/15.7/15.7.4/15.7.4-1.js index 9655371751..34d3c8c1e5 100644 --- a/test/suite/converted/chapter15/15.7/15.7.4/15.7.4-1.js +++ b/test/suite/converted/chapter15/15.7/15.7.4/15.7.4-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.7/15.7.4/15.7.4-1.js; - * @description: Number prototype object: its [[Class]] must be 'Number'; + * @path chapter15/15.7/15.7.4/15.7.4-1.js + * @description Number prototype object: its [[Class]] must be 'Number' */ diff --git a/test/suite/converted/chapter15/15.9/15.9.1/15.9.1.15/15.9.1.15-1.js b/test/suite/converted/chapter15/15.9/15.9.1/15.9.1.15/15.9.1.15-1.js index 388a024778..fcdc0571b7 100644 --- a/test/suite/converted/chapter15/15.9/15.9.1/15.9.1.15/15.9.1.15-1.js +++ b/test/suite/converted/chapter15/15.9/15.9.1/15.9.1.15/15.9.1.15-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.1/15.9.1.15/15.9.1.15-1.js; - * @description: Date Time String Format - specified default values will be set for all optional fields(MM, DD, mm, ss and time zone) when they are absent; + * @path chapter15/15.9/15.9.1/15.9.1.15/15.9.1.15-1.js + * @description Date Time String Format - specified default values will be set for all optional fields(MM, DD, mm, ss and time zone) when they are absent */ diff --git a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-1.js b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-1.js index 760ddc7746..f1bb7198c8 100644 --- a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-1.js +++ b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-1.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-1.js; - * @description: Date.now must exist as a function; + * @path chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-1.js + * @description Date.now must exist as a function */ -assertTrue(typeof Date.now === "function"); +assertTruthy(typeof Date.now === "function"); diff --git a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-2.js b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-2.js index 004813de70..c790923513 100644 --- a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-2.js +++ b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-2.js; - * @description: Date.now must exist as a function taking 0 parameters; + * @path chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-2.js + * @description Date.now must exist as a function taking 0 parameters */ -assertTrue(Date.now.length === 0); +assertTruthy(Date.now.length === 0); diff --git a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-3.js b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-3.js index 375a04c243..9569095814 100644 --- a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-3.js +++ b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-3.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-3.js; - * @description: Date.now must exist as a function; + * @path chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-3.js + * @description Date.now must exist as a function */ diff --git a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-4.js b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-4.js index 66fe2cb8b8..4d1014664c 100644 --- a/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-4.js +++ b/test/suite/converted/chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-4.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-4.js; - * @description: Date.now - returns number; + * @path chapter15/15.9/15.9.4/15.9.4.4/15.9.4.4-0-4.js + * @description Date.now - returns number */ -assertTrue(typeof Date.now() === "number"); +assertTruthy(typeof Date.now() === "number"); diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-10.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-10.js index 80932aceb3..355b4d8e7c 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-10.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-10.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-10.js; - * @description: Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, -99999999, 0, 0, 0, 1), the time zone is UTC(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-10.js + * @description Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, -99999999, 0, 0, 0, 1), the time zone is UTC(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-11.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-11.js index 436536dcf0..30f49134c1 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-11.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-11.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-11.js; - * @description: Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-11.js + * @description Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-12.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-12.js index aa9c2f4f2c..27da3f8beb 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-12.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-12.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-12.js; - * @description: Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-12.js + * @description Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-13.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-13.js index 02f55e2183..5369eabe06 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-13.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-13.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-13.js; - * @description: Date.prototype.toISOString - RangeError is thrown when value of date is Date(1970, 0, 100000001, 0, 0, 0, 1), the time zone is UTC(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-13.js + * @description Date.prototype.toISOString - RangeError is thrown when value of date is Date(1970, 0, 100000001, 0, 0, 0, 1), the time zone is UTC(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-14.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-14.js index 30c866aa43..55019809f1 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-14.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-14.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-14.js; - * @description: Date.prototype.toISOString - when value of year is -Infinity Date.prototype.toISOString throw the RangeError; + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-14.js + * @description Date.prototype.toISOString - when value of year is -Infinity Date.prototype.toISOString throw the RangeError */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-15.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-15.js index f78326cbba..93254f1cf7 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-15.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-15.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-15.js; - * @description: Date.prototype.toISOString - value of year is Infinity Date.prototype.toISOString throw the RangeError; + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-15.js + * @description Date.prototype.toISOString - value of year is Infinity Date.prototype.toISOString throw the RangeError */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-16.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-16.js index b92f754623..35f1822e07 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-16.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-16.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-16.js; - * @description: Date.prototype.toISOString - when this is a String object that value format is 'YYYY-MM-DDTHH:mm:ss.sssZ' Date.prototype.toISOString throw the TypeError; + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-16.js + * @description Date.prototype.toISOString - when this is a String object that value format is 'YYYY-MM-DDTHH:mm:ss.sssZ' Date.prototype.toISOString throw the TypeError */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-2.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-2.js index 23aeabd7f9..73252dd3b4 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-2.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-2.js; - * @description: Date.prototype.toISOString must exist as a function taking 0 parameters; + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-2.js + * @description Date.prototype.toISOString must exist as a function taking 0 parameters */ -assertTrue(Date.prototype.toISOString.length === 0); +assertTruthy(Date.prototype.toISOString.length === 0); diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-3.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-3.js index 9be3e8be8c..af16c16dc6 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-3.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-3.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-3.js; - * @description: Date.prototype.toISOString must exist as a function; + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-3.js + * @description Date.prototype.toISOString must exist as a function */ -assertTrue(typeof (Date.prototype.toISOString) === "function"); +assertTruthy(typeof (Date.prototype.toISOString) === "function"); diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js index f27b87600a..771ce7451b 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js; - * @description: Date.prototype.toISOString - format of returned string is 'YYYY-MM-DDTHH:mm:ss.sssZ', the time zone is UTC(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-4.js + * @description Date.prototype.toISOString - format of returned string is 'YYYY-MM-DDTHH:mm:ss.sssZ', the time zone is UTC(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-5.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-5.js index 9d49b0cd92..da971dfa5d 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-5.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-5.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-5.js; - * @description: Date.prototype.toISOString - The returned string is the UTC time zone(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-5.js + * @description Date.prototype.toISOString - The returned string is the UTC time zone(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-6.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-6.js index 377342476c..2320ee9111 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-6.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-6.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-6.js; - * @description: Date.prototype.toISOString - TypeError is thrown when this is any other objects instead of Date object; + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-6.js + * @description Date.prototype.toISOString - TypeError is thrown when this is any other objects instead of Date object */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-7.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-7.js index b74ec2d2d8..2c931592d9 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-7.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-7.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-7.js; - * @description: Date.prototype.toISOString - TypeError is thrown when this is any primitive values; + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-7.js + * @description Date.prototype.toISOString - TypeError is thrown when this is any primitive values */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-8.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-8.js index 54af9ee184..92736a1a32 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-8.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-8.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-8.js; - * @description: Date.prototype.toISOString - RangeError is thrown when value of date is Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-8.js + * @description Date.prototype.toISOString - RangeError is thrown when value of date is Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-9.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-9.js index f62ce5196f..f1fa2ba870 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-9.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-9.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-9.js; - * @description: Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, -99999999, 0, 0, 0, 0), the time zone is UTC(0); + * @path chapter15/15.9/15.9.5/15.9.5.43/15.9.5.43-0-9.js + * @description Date.prototype.toISOString - RangeError is not thrown when value of date is Date(1970, 0, -99999999, 0, 0, 0, 0), the time zone is UTC(0) */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-1.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-1.js index 99f45a5554..c56f61c67c 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-1.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-1.js @@ -19,8 +19,8 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-1.js; - * @description: Date.prototype.toJSON must exist as a function; + * @path chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-1.js + * @description Date.prototype.toJSON must exist as a function */ diff --git a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-2.js b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-2.js index f9c0f86328..85f6243a97 100644 --- a/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-2.js +++ b/test/suite/converted/chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-2.js @@ -19,9 +19,9 @@ /// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** - * @path: chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-2.js; - * @description: Date.prototype.toJSON must exist as a function taking 1 parameter; + * @path chapter15/15.9/15.9.5/15.9.5.44/15.9.5.44-0-2.js + * @description Date.prototype.toJSON must exist as a function taking 1 parameter */ -assertTrue(Date.prototype.toJSON.length === 1); +assertTruthy(Date.prototype.toJSON.length === 1);